@charset "UTF-8"; /*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@font-face {
  font-family: Gotham;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Gotham-Book.woff2) format("woff2"),
    url(../fonts/Gotham-Book.woff) format("woff");
}
.i-anim-spin {
  animation: i-anim-spin 2.5s infinite linear;
  -webkit-animation: i-anim-spin 2.5s infinite linear;
  -moz-animation: i-anim-spin 2.5s linear infinite;
}
@keyframes i-anim-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.i-anim-heartbeat {
  animation: i-anim-heartbeat 1.5s ease-in-out 5 both;
}
@keyframes i-anim-heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
    opacity: 0.5;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
    opacity: 0.8;
  }
  36% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
    opacity: 0.5;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  58% {
    animation-timing-function: ease-in;
  }
  to {
    animation-timing-function: ease-in;
  }
}
[animate-to] {
  transition: all 0.75s 0.3s;
  opacity: 0;
}
[animate-children-to] > * {
  opacity: 0;
  transition: all 0.75s 0.3s;
}
[animate-children-to] > :nth-child(2) {
  transition-delay: 425ms;
}
[animate-children-to] > :nth-child(3) {
  transition-delay: 0.55s;
}
[animate-children-to] > :nth-child(4) {
  transition-delay: 675ms;
}
[animate-children-to] > :nth-child(5) {
  transition-delay: 0.8s;
}
[animate-children-to] > :nth-child(6) {
  transition-delay: 925ms;
}
[animate-children-to] > :nth-child(7) {
  transition-delay: 1.05s;
}
[animate-children-to] > :nth-child(8) {
  transition-delay: 1.175s;
}
[animate-children-to] > :nth-child(9) {
  transition-delay: 1.3s;
}
.slick-active [animate-to],
[class*="fadeTo"] {
  opacity: 1;
  transform: translate(0, 0) !important;
}
@-webkit-keyframes fadeInToTop {
  0% {
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes fadeInToTop {
  0% {
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-ms-keyframes fadeInToTop {
  0% {
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInToTop {
  0% {
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.fadeInToTop {
  -webkit-animation-name: fadeInToTop;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 175ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToTop;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 175ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToTop;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 175ms;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToTop > * {
  -webkit-animation-name: fadeInToTop;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToTop;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 0.3s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToTop;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 0.3s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToTop > :nth-child(2) {
  -webkit-animation-name: fadeInToTop;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 425ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToTop;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 425ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToTop;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 425ms;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToTop > :nth-child(3) {
  -webkit-animation-name: fadeInToTop;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 0.55s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToTop;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 0.55s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToTop;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 0.55s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToTop > :nth-child(4) {
  -webkit-animation-name: fadeInToTop;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 675ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToTop;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 675ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToTop;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 675ms;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToTop > :nth-child(5) {
  -webkit-animation-name: fadeInToTop;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 0.8s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToTop;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 0.8s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToTop;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 0.8s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToTop > :nth-child(6) {
  -webkit-animation-name: fadeInToTop;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 925ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToTop;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 925ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToTop;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 925ms;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToTop > :nth-child(7) {
  -webkit-animation-name: fadeInToTop;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 1.05s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToTop;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 1.05s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToTop;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 1.05s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToTop > :nth-child(8) {
  -webkit-animation-name: fadeInToTop;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 1.175s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToTop;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 1.175s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToTop;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 1.175s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToTop > :nth-child(9) {
  -webkit-animation-name: fadeInToTop;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 1.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToTop;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 1.3s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToTop;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 1.3s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
[animate-children-to="top"] > *,
[animate-to="top"] {
  transform: translate(0, 30px);
}
@-webkit-keyframes fadeInToBottom {
  0% {
    transform: translate(0, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes fadeInToBottom {
  0% {
    transform: translate(0, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-ms-keyframes fadeInToBottom {
  0% {
    transform: translate(0, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInToBottom {
  0% {
    transform: translate(0, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.fadeInToBottom {
  -webkit-animation-name: fadeInToBottom;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 175ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToBottom;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 175ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToBottom;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 175ms;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToBottom > * {
  -webkit-animation-name: fadeInToBottom;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToBottom;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 0.3s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToBottom;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 0.3s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToBottom > :nth-child(2) {
  -webkit-animation-name: fadeInToBottom;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 425ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToBottom;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 425ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToBottom;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 425ms;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToBottom > :nth-child(3) {
  -webkit-animation-name: fadeInToBottom;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 0.55s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToBottom;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 0.55s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToBottom;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 0.55s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToBottom > :nth-child(4) {
  -webkit-animation-name: fadeInToBottom;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 675ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToBottom;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 675ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToBottom;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 675ms;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToBottom > :nth-child(5) {
  -webkit-animation-name: fadeInToBottom;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 0.8s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToBottom;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 0.8s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToBottom;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 0.8s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToBottom > :nth-child(6) {
  -webkit-animation-name: fadeInToBottom;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 925ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToBottom;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 925ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToBottom;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 925ms;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToBottom > :nth-child(7) {
  -webkit-animation-name: fadeInToBottom;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 1.05s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToBottom;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 1.05s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToBottom;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 1.05s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToBottom > :nth-child(8) {
  -webkit-animation-name: fadeInToBottom;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 1.175s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToBottom;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 1.175s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToBottom;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 1.175s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToBottom > :nth-child(9) {
  -webkit-animation-name: fadeInToBottom;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 1.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToBottom;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 1.3s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToBottom;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 1.3s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
[animate-children-to="bottom"] > *,
[animate-to="bottom"] {
  transform: translate(0, -30px);
}
@-webkit-keyframes fadeInToRight {
  0% {
    transform: translate(-30px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes fadeInToRight {
  0% {
    transform: translate(-30px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-ms-keyframes fadeInToRight {
  0% {
    transform: translate(-30px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInToRight {
  0% {
    transform: translate(-30px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.fadeInToRight {
  -webkit-animation-name: fadeInToRight;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 175ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToRight;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 175ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToRight;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 175ms;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToRight > * {
  -webkit-animation-name: fadeInToRight;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToRight;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 0.3s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToRight;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 0.3s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToRight > :nth-child(2) {
  -webkit-animation-name: fadeInToRight;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 425ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToRight;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 425ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToRight;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 425ms;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToRight > :nth-child(3) {
  -webkit-animation-name: fadeInToRight;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 0.55s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToRight;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 0.55s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToRight;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 0.55s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToRight > :nth-child(4) {
  -webkit-animation-name: fadeInToRight;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 675ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToRight;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 675ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToRight;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 675ms;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToRight > :nth-child(5) {
  -webkit-animation-name: fadeInToRight;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 0.8s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToRight;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 0.8s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToRight;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 0.8s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToRight > :nth-child(6) {
  -webkit-animation-name: fadeInToRight;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 925ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToRight;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 925ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToRight;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 925ms;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToRight > :nth-child(7) {
  -webkit-animation-name: fadeInToRight;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 1.05s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToRight;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 1.05s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToRight;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 1.05s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToRight > :nth-child(8) {
  -webkit-animation-name: fadeInToRight;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 1.175s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToRight;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 1.175s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToRight;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 1.175s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToRight > :nth-child(9) {
  -webkit-animation-name: fadeInToRight;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 1.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToRight;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 1.3s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToRight;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 1.3s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
[animate-children-to="right"] > *,
[animate-to="right"] {
  transform: translate(-30px, 0);
}
@-webkit-keyframes fadeInToLeft {
  0% {
    transform: translate(30px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes fadeInToLeft {
  0% {
    transform: translate(30px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-ms-keyframes fadeInToLeft {
  0% {
    transform: translate(30px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInToLeft {
  0% {
    transform: translate(30px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.fadeInToLeft {
  -webkit-animation-name: fadeInToLeft;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 175ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToLeft;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 175ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToLeft;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 175ms;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToLeft > * {
  -webkit-animation-name: fadeInToLeft;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToLeft;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 0.3s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToLeft;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 0.3s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToLeft > :nth-child(2) {
  -webkit-animation-name: fadeInToLeft;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 425ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToLeft;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 425ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToLeft;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 425ms;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToLeft > :nth-child(3) {
  -webkit-animation-name: fadeInToLeft;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 0.55s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToLeft;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 0.55s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToLeft;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 0.55s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToLeft > :nth-child(4) {
  -webkit-animation-name: fadeInToLeft;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 675ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToLeft;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 675ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToLeft;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 675ms;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToLeft > :nth-child(5) {
  -webkit-animation-name: fadeInToLeft;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 0.8s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToLeft;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 0.8s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToLeft;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 0.8s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToLeft > :nth-child(6) {
  -webkit-animation-name: fadeInToLeft;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 925ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToLeft;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 925ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToLeft;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 925ms;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToLeft > :nth-child(7) {
  -webkit-animation-name: fadeInToLeft;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 1.05s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToLeft;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 1.05s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToLeft;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 1.05s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToLeft > :nth-child(8) {
  -webkit-animation-name: fadeInToLeft;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 1.175s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToLeft;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 1.175s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToLeft;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 1.175s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.fadeChildrenInToLeft > :nth-child(9) {
  -webkit-animation-name: fadeInToLeft;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-delay: 1.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: fadeInToLeft;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-delay: 1.3s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: fadeInToLeft;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 1.3s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
[animate-children-to="left"] > *,
[animate-to="left"] {
  transform: translate(30px, 0);
}
@-webkit-keyframes rotate360 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes rotate360 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-ms-keyframes rotate360 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0, -10px);
  }
  10% {
    transform: translate(0, 5px);
  }
  15% {
    transform: translate(0, -5px);
  }
  20% {
    transform: translate(0, 2px);
  }
  25% {
    transform: translate(0, -2px);
  }
  30% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-moz-keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0, -10px);
  }
  10% {
    transform: translate(0, 5px);
  }
  15% {
    transform: translate(0, -5px);
  }
  20% {
    transform: translate(0, 2px);
  }
  25% {
    transform: translate(0, -2px);
  }
  30% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-ms-keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0, -10px);
  }
  10% {
    transform: translate(0, 5px);
  }
  15% {
    transform: translate(0, -5px);
  }
  20% {
    transform: translate(0, 2px);
  }
  25% {
    transform: translate(0, -2px);
  }
  30% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0, -10px);
  }
  10% {
    transform: translate(0, 5px);
  }
  15% {
    transform: translate(0, -5px);
  }
  20% {
    transform: translate(0, 2px);
  }
  25% {
    transform: translate(0, -2px);
  }
  30% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.slick-active [class*="fadeChildrenInTo"] > *,
[class*="fadeChildrenTo"] > * {
  opacity: 1;
  transform: translate(0, 0);
}
:root {
  --blue: #0d6efd;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #d63384;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #198754;
  --teal: #20c997;
  --cyan: #0dcaf0;
  --black: #000;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  --primary: #68a5f3;
  --secondary: #e20613;
  --success: #198754;
  --info: #0dcaf0;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #212529;
  --transparent: transparent;
  --white: #fff;
  --black: #000;
  --lighter: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-light: #ced4da;
  --gray: #6c757d;
  --gray-dark: #495057;
  --darker: #212529;
  --error: #dc3545;
  --default: #676767;
  --primary-rgb: 104, 165, 243;
  --secondary-rgb: 226, 6, 19;
  --success-rgb: 25, 135, 84;
  --info-rgb: 13, 202, 240;
  --warning-rgb: 255, 193, 7;
  --danger-rgb: 220, 53, 69;
  --light-rgb: 248, 249, 250;
  --dark-rgb: 33, 37, 41;
  --transparent-rgb: 0, 0, 0;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --lighter-rgb: 248, 249, 250;
  --gray-200-rgb: 233, 236, 239;
  --gray-light-rgb: 206, 212, 218;
  --gray-rgb: 108, 117, 125;
  --gray-dark-rgb: 73, 80, 87;
  --darker-rgb: 33, 37, 41;
  --error-rgb: 220, 53, 69;
  --default-rgb: 103, 103, 103;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --body-color-rgb: 103, 103, 103;
  --body-bg-rgb: 255, 255, 255;
  --font-sans-serif: "Barlow";
  --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  --gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --body-font-family: var(--font-sans-serif);
  --body-font-size: 1.25rem;
  --body-font-weight: 400;
  --body-line-height: 1.25;
  --body-color: #676767;
  --body-bg: #fff;
  --border-width: 2px;
  --border-style: solid;
  --border-color: #dee2e6;
  --border-color-translucent: rgba(0, 0, 0, 0.175);
  --border-radius: 1rem;
  --border-radius-sm: 0.25rem;
  --border-radius-lg: 2rem;
  --border-radius-xl: 1rem;
  --border-radius-2xl: 2rem;
  --border-radius-pill: 50rem;
  --link-color: #000000;
  --link-hover-color: #525252;
  --code-color: #d63384;
  --highlight-bg: #fff3cd;
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--black);
  text-align: var(--body-text-align);
  background-color: var(--body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 2px solid;
  opacity: 0.25;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 1.5625rem;
  }
}
.h3,
h3 {
  font-size: 1.25rem;
}
.h4,
h4 {
  font-size: calc(1.29375rem + 0.525vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.6875rem;
  }
}
.h5,
h5 {
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .h5,
  h5 {
    font-size: 1.5625rem;
  }
}
.h6,
h6 {
  font-size: 1.25rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 600;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: 700;
}
.small,
small {
  font-size: 0.875em;
}
.mark,
mark {
  padding: 0.1875em;
  background-color: var(--highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: var(--link-color);
  text-decoration: none;
}
a:hover {
  color: var(--link-hover-color);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--body-bg);
  background-color: var(--body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
    [type="week"]
  ):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: calc(1.28125rem + 0.375vw);
  font-weight: 300;
}
@media (min-width: 1200px) {
  .lead {
    font-size: 1.5625rem;
  }
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .blockquote {
    font-size: 1.5625rem;
  }
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 2px solid var(--border-color);
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  --gutter-x: 1.5rem;
  --gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
.row {
  --gutter-x: 1.5rem;
  --gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--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.3333333333%;
}
.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.6666666667%;
}
.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 {
  --gutter-x: 0;
}
.g-0,
.gy-0 {
  --gutter-y: 0;
}
.g-1,
.gx-1 {
  --gutter-x: 0.5rem;
}
.g-1,
.gy-1 {
  --gutter-y: 0.5rem;
}
.g-2,
.gx-2 {
  --gutter-x: 1rem;
}
.g-2,
.gy-2 {
  --gutter-y: 1rem;
}
.g-3,
.gx-3 {
  --gutter-x: 1.7rem;
}
.g-3,
.gy-3 {
  --gutter-y: 1.7rem;
}
.g-4,
.gx-4 {
  --gutter-x: 2.5rem;
}
.g-4,
.gy-4 {
  --gutter-y: 2.5rem;
}
.g-5,
.gx-5 {
  --gutter-x: 3.4rem;
}
.g-5,
.gy-5 {
  --gutter-y: 3.4rem;
}
.g-6,
.gx-6 {
  --gutter-x: 5rem;
}
.g-6,
.gy-6 {
  --gutter-y: 5rem;
}
.g-7,
.gx-7 {
  --gutter-x: 6.5rem;
}
.g-7,
.gy-7 {
  --gutter-y: 6.5rem;
}
.g-8,
.gx-8 {
  --gutter-x: 8.2rem;
}
.g-8,
.gy-8 {
  --gutter-y: 8.2rem;
}
.g-9,
.gx-9 {
  --gutter-x: 10rem;
}
.g-9,
.gy-9 {
  --gutter-y: 10rem;
}
.g-10,
.gx-10 {
  --gutter-x: 12rem;
}
.g-10,
.gy-10 {
  --gutter-y: 12rem;
}
.g-11,
.gx-11 {
  --gutter-x: 14rem;
}
.g-11,
.gy-11 {
  --gutter-y: 14rem;
}
.g-12,
.gx-12 {
  --gutter-x: 16rem;
}
.g-12,
.gy-12 {
  --gutter-y: 16rem;
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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 {
    --gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --gutter-x: 0.5rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --gutter-y: 0.5rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --gutter-x: 1rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --gutter-y: 1rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --gutter-x: 1.7rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --gutter-y: 1.7rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --gutter-x: 2.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --gutter-y: 2.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --gutter-x: 3.4rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --gutter-y: 3.4rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --gutter-x: 5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --gutter-y: 5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --gutter-x: 6.5rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --gutter-y: 6.5rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --gutter-x: 8.2rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --gutter-y: 8.2rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --gutter-x: 10rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --gutter-y: 10rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --gutter-x: 12rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --gutter-y: 12rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --gutter-x: 14rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --gutter-y: 14rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --gutter-x: 16rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --gutter-y: 16rem;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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 {
    --gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --gutter-x: 0.5rem;
  }
  .g-md-1,
  .gy-md-1 {
    --gutter-y: 0.5rem;
  }
  .g-md-2,
  .gx-md-2 {
    --gutter-x: 1rem;
  }
  .g-md-2,
  .gy-md-2 {
    --gutter-y: 1rem;
  }
  .g-md-3,
  .gx-md-3 {
    --gutter-x: 1.7rem;
  }
  .g-md-3,
  .gy-md-3 {
    --gutter-y: 1.7rem;
  }
  .g-md-4,
  .gx-md-4 {
    --gutter-x: 2.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --gutter-y: 2.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --gutter-x: 3.4rem;
  }
  .g-md-5,
  .gy-md-5 {
    --gutter-y: 3.4rem;
  }
  .g-md-6,
  .gx-md-6 {
    --gutter-x: 5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --gutter-y: 5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --gutter-x: 6.5rem;
  }
  .g-md-7,
  .gy-md-7 {
    --gutter-y: 6.5rem;
  }
  .g-md-8,
  .gx-md-8 {
    --gutter-x: 8.2rem;
  }
  .g-md-8,
  .gy-md-8 {
    --gutter-y: 8.2rem;
  }
  .g-md-9,
  .gx-md-9 {
    --gutter-x: 10rem;
  }
  .g-md-9,
  .gy-md-9 {
    --gutter-y: 10rem;
  }
  .g-md-10,
  .gx-md-10 {
    --gutter-x: 12rem;
  }
  .g-md-10,
  .gy-md-10 {
    --gutter-y: 12rem;
  }
  .g-md-11,
  .gx-md-11 {
    --gutter-x: 14rem;
  }
  .g-md-11,
  .gy-md-11 {
    --gutter-y: 14rem;
  }
  .g-md-12,
  .gx-md-12 {
    --gutter-x: 16rem;
  }
  .g-md-12,
  .gy-md-12 {
    --gutter-y: 16rem;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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 {
    --gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --gutter-x: 0.5rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --gutter-y: 0.5rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --gutter-x: 1rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --gutter-y: 1rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --gutter-x: 1.7rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --gutter-y: 1.7rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --gutter-x: 2.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --gutter-y: 2.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --gutter-x: 3.4rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --gutter-y: 3.4rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --gutter-x: 5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --gutter-y: 5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --gutter-x: 6.5rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --gutter-y: 6.5rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --gutter-x: 8.2rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --gutter-y: 8.2rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --gutter-x: 10rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --gutter-y: 10rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --gutter-x: 12rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --gutter-y: 12rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --gutter-x: 14rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --gutter-y: 14rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --gutter-x: 16rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --gutter-y: 16rem;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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 {
    --gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --gutter-x: 0.5rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --gutter-y: 0.5rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --gutter-x: 1rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --gutter-y: 1rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --gutter-x: 1.7rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --gutter-y: 1.7rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --gutter-x: 2.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --gutter-y: 2.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --gutter-x: 3.4rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --gutter-y: 3.4rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --gutter-x: 5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --gutter-y: 5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --gutter-x: 6.5rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --gutter-y: 6.5rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --gutter-x: 8.2rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --gutter-y: 8.2rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --gutter-x: 10rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --gutter-y: 10rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --gutter-x: 12rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --gutter-y: 12rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --gutter-x: 14rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --gutter-y: 14rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --gutter-x: 16rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --gutter-y: 16rem;
  }
}
@media (min-width: 1680px) {
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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 {
    --gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --gutter-x: 0.5rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --gutter-y: 0.5rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --gutter-x: 1rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --gutter-y: 1rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --gutter-x: 1.7rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --gutter-y: 1.7rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --gutter-x: 2.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --gutter-y: 2.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --gutter-x: 3.4rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --gutter-y: 3.4rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --gutter-x: 5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --gutter-y: 5rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --gutter-x: 6.5rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --gutter-y: 6.5rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --gutter-x: 8.2rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --gutter-y: 8.2rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --gutter-x: 10rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --gutter-y: 10rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --gutter-x: 12rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --gutter-y: 12rem;
  }
  .g-xxl-11,
  .gx-xxl-11 {
    --gutter-x: 14rem;
  }
  .g-xxl-11,
  .gy-xxl-11 {
    --gutter-y: 14rem;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --gutter-x: 16rem;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --gutter-y: 16rem;
  }
}
@media (min-width: 1920px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --gutter-x: 0.5rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --gutter-y: 0.5rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --gutter-x: 1rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --gutter-y: 1rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --gutter-x: 1.7rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --gutter-y: 1.7rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --gutter-x: 2.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --gutter-y: 2.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --gutter-x: 3.4rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --gutter-y: 3.4rem;
  }
  .g-xxxl-6,
  .gx-xxxl-6 {
    --gutter-x: 5rem;
  }
  .g-xxxl-6,
  .gy-xxxl-6 {
    --gutter-y: 5rem;
  }
  .g-xxxl-7,
  .gx-xxxl-7 {
    --gutter-x: 6.5rem;
  }
  .g-xxxl-7,
  .gy-xxxl-7 {
    --gutter-y: 6.5rem;
  }
  .g-xxxl-8,
  .gx-xxxl-8 {
    --gutter-x: 8.2rem;
  }
  .g-xxxl-8,
  .gy-xxxl-8 {
    --gutter-y: 8.2rem;
  }
  .g-xxxl-9,
  .gx-xxxl-9 {
    --gutter-x: 10rem;
  }
  .g-xxxl-9,
  .gy-xxxl-9 {
    --gutter-y: 10rem;
  }
  .g-xxxl-10,
  .gx-xxxl-10 {
    --gutter-x: 12rem;
  }
  .g-xxxl-10,
  .gy-xxxl-10 {
    --gutter-y: 12rem;
  }
  .g-xxxl-11,
  .gx-xxxl-11 {
    --gutter-x: 14rem;
  }
  .g-xxxl-11,
  .gy-xxxl-11 {
    --gutter-y: 14rem;
  }
  .g-xxxl-12,
  .gx-xxxl-12 {
    --gutter-x: 16rem;
  }
  .g-xxxl-12,
  .gy-xxxl-12 {
    --gutter-y: 16rem;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.75rem + 2px);
  padding-bottom: calc(0.75rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.25;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 2px);
  padding-bottom: calc(0.5rem + 2px);
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .col-form-label-lg {
    font-size: 1.5625rem;
  }
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 2px);
  padding-bottom: calc(0.25rem + 2px);
  font-size: 1.09375rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 0.375rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
  color: #676767;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #f8f9fa;
  appearance: none;
  border-radius: 0.125rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #676767;
  background-color: #fff;
  border-color: #b4d2f9;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
    0 0 0 0.25rem rgba(104, 165, 243, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.25em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.75rem 0.375rem;
  margin: -0.75rem -0.375rem;
  margin-inline-end: 0.375rem;
  color: #676767;
  background-color: #e9ecef;
  background-image: var(--gradient);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 2px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  margin-bottom: 0;
  line-height: 1.25;
  color: #676767;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.25em + 0.5rem + 4px);
  padding: 0.25rem 0.5rem;
  font-size: 1.09375rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.25em + 1rem + 4px);
  padding: 0.5rem 1rem;
  font-size: calc(1.28125rem + 0.375vw);
  border-radius: 2rem;
}
@media (min-width: 1200px) {
  .form-control-lg {
    font-size: 1.5625rem;
  }
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.25em + 1.5rem + 4px);
}
textarea.form-control-sm {
  min-height: calc(1.25em + 0.5rem + 4px);
}
textarea.form-control-lg {
  min-height: calc(1.25em + 1rem + 4px);
}
.form-control-color {
  width: 3rem;
  height: calc(1.25em + 1.5rem + 4px);
  padding: 0.75rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.125rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.125rem;
}
.form-control-color.form-control-sm {
  height: calc(1.25em + 0.5rem + 4px);
}
.form-control-color.form-control-lg {
  height: calc(1.25em + 1rem + 4px);
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.75rem 1.125rem 0.75rem 0.375rem;
  -moz-padding-start: calc(0.375rem - 3px);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
  color: #676767;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.375rem center;
  background-size: 16px 12px;
  border: 2px solid #f8f9fa;
  border-radius: 0.125rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #b4d2f9;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
    0 0 0 0.25rem rgba(104, 165, 243, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.375rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #676767;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.09375rem;
  border-radius: 0.25rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: calc(1.28125rem + 0.375vw);
  border-radius: 2rem;
}
@media (min-width: 1200px) {
  .form-select-lg {
    font-size: 1.5625rem;
  }
}
.form-check {
  display: block;
  min-height: 1.5625rem;
  padding-left: 2.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -2.5em;
}
.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-input {
  width: 2em;
  height: 2em;
  margin-top: -0.375em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  print-color-adjust: exact;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #b4d2f9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(104, 165, 243, 0.25);
}
.form-check-input:checked {
  background-color: #68a5f3;
  border-color: #68a5f3;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"),
    var(--gradient);
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='white'/%3e%3c/svg%3e"),
    var(--gradient);
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #68a5f3;
  border-color: #68a5f3;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"),
    var(--gradient);
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23b4d2f9'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e"),
    var(--gradient);
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(104, 165, 243, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(104, 165, 243, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #68a5f3;
  background-image: var(--gradient);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #d2e4fb;
  background-image: var(--gradient);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #68a5f3;
  background-image: var(--gradient);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #d2e4fb;
  background-image: var(--gradient);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 4px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.375rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 2px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.375rem;
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control-plaintext:-webkit-autofill,
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 2px 0;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75rem 0.375rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
  color: #676767;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 2px solid #f8f9fa;
  border-radius: 0.125rem;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: calc(1.28125rem + 0.375vw);
  border-radius: 2rem;
}
@media (min-width: 1200px) {
  .input-group-lg > .btn,
  .input-group-lg > .form-control,
  .input-group-lg > .form-select,
  .input-group-lg > .input-group-text {
    font-size: 1.5625rem;
  }
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 1.09375rem;
  border-radius: 0.25rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 1.5rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > .form-floating:not(:last-child)
  > .form-control,
.input-group:not(.has-validation)
  > .form-floating:not(:last-child)
  > .form-select,
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
  > .form-floating:nth-last-child(n + 3)
  > .form-control,
.input-group.has-validation
  > .form-floating:nth-last-child(n + 3)
  > .form-select,
.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.09375rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 1rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.25em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3125em + 0.375rem) center;
  background-size: calc(0.625em + 0.75rem) calc(0.625em + 0.75rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.25em + 1.5rem);
  background-position: top calc(0.3125em + 0.375rem) right
    calc(0.3125em + 0.375rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 2.0625rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.375rem center, center right 1.125rem;
  background-size: 16px 12px, calc(0.625em + 0.75rem) calc(0.625em + 0.75rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-control-color.is-valid,
.was-validated .form-control-color:valid {
  width: calc(3rem + calc(1.25em + 1.5rem));
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.input-group > .form-control:not(:focus).is-valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-control:not(:focus):valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.09375rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 1rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.25em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3125em + 0.375rem) center;
  background-size: calc(0.625em + 0.75rem) calc(0.625em + 0.75rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.25em + 1.5rem);
  background-position: top calc(0.3125em + 0.375rem) right
    calc(0.3125em + 0.375rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 2.0625rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.375rem center, center right 1.125rem;
  background-size: 16px 12px, calc(0.625em + 0.75rem) calc(0.625em + 0.75rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
  width: calc(3rem + calc(1.25em + 1.5rem));
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.input-group > .form-control:not(:focus).is-invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-control:not(:focus):invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}
.btn {
  --btn-padding-x: 0.75rem;
  --btn-padding-y: 0.375rem;
  --btn-font-size: 1.25rem;
  --btn-font-weight: 600;
  --btn-line-height: 1.25;
  --btn-color: #676767;
  --btn-bg: transparent;
  --btn-border-width: 2px;
  --btn-border-color: transparent;
  --btn-border-radius: 0;
  --btn-hover-border-color: transparent;
  --btn-box-shadow: none;
  --btn-disabled-opacity: 0.65;
  --btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--btn-padding-y) var(--btn-padding-x);
  font-family: var(--btn-font-family);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: var(--btn-line-height);
  color: var(--btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--btn-border-width) solid var(--btn-border-color);
  border-radius: var(--btn-border-radius);
  background-color: var(--btn-bg);
  background-image: var(--gradient);
  box-shadow: var(--btn-box-shadow);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--btn-hover-color);
  background-color: var(--btn-hover-bg);
  border-color: var(--btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--btn-color);
  background-color: var(--btn-bg);
  border-color: var(--btn-border-color);
}
.btn:focus-visible {
  color: var(--btn-hover-color);
  background-color: var(--btn-hover-bg);
  background-image: var(--gradient);
  border-color: var(--btn-hover-border-color);
  outline: 0;
  box-shadow: var(--btn-box-shadow), var(--btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--btn-hover-border-color);
  outline: 0;
  box-shadow: var(--btn-box-shadow), var(--btn-focus-box-shadow);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--btn-active-color);
  background-color: var(--btn-active-bg);
  background-image: none;
  border-color: var(--btn-active-border-color);
  box-shadow: var(--btn-active-shadow);
}
.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--btn-active-shadow), var(--btn-focus-box-shadow);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: var(--btn-disabled-color);
  pointer-events: none;
  background-color: var(--btn-disabled-bg);
  background-image: none;
  border-color: var(--btn-disabled-border-color);
  opacity: var(--btn-disabled-opacity);
  box-shadow: none;
}
.btn-primary {
  --btn-color: #fff;
  --btn-bg: #68a5f3;
  --btn-border-color: #68a5f3;
  --btn-hover-color: #fff;
  --btn-hover-bg: #588ccf;
  --btn-hover-border-color: #5384c2;
  --btn-focus-shadow-rgb: 127, 179, 245;
  --btn-active-color: #fff;
  --btn-active-bg: #5384c2;
  --btn-active-border-color: #4e7cb6;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #fff;
  --btn-disabled-bg: #68a5f3;
  --btn-disabled-border-color: #68a5f3;
}
.btn-secondary {
  --btn-color: #fff;
  --btn-bg: #e20613;
  --btn-border-color: #e20613;
  --btn-hover-color: #fff;
  --btn-hover-bg: #c00510;
  --btn-hover-border-color: #b5050f;
  --btn-focus-shadow-rgb: 230, 43, 54;
  --btn-active-color: #fff;
  --btn-active-bg: #b5050f;
  --btn-active-border-color: #aa050e;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #fff;
  --btn-disabled-bg: #e20613;
  --btn-disabled-border-color: #e20613;
}
.btn-success {
  --btn-color: #fff;
  --btn-bg: #198754;
  --btn-border-color: #198754;
  --btn-hover-color: #fff;
  --btn-hover-bg: #157347;
  --btn-hover-border-color: #146c43;
  --btn-focus-shadow-rgb: 60, 153, 110;
  --btn-active-color: #fff;
  --btn-active-bg: #146c43;
  --btn-active-border-color: #13653f;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #fff;
  --btn-disabled-bg: #198754;
  --btn-disabled-border-color: #198754;
}
.btn-info {
  --btn-color: #000;
  --btn-bg: #0dcaf0;
  --btn-border-color: #0dcaf0;
  --btn-hover-color: #000;
  --btn-hover-bg: #31d2f2;
  --btn-hover-border-color: #25cff2;
  --btn-focus-shadow-rgb: 11, 172, 204;
  --btn-active-color: #000;
  --btn-active-bg: #3dd5f3;
  --btn-active-border-color: #25cff2;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #000;
  --btn-disabled-bg: #0dcaf0;
  --btn-disabled-border-color: #0dcaf0;
}
.btn-warning {
  --btn-color: #000;
  --btn-bg: #ffc107;
  --btn-border-color: #ffc107;
  --btn-hover-color: #000;
  --btn-hover-bg: #ffca2c;
  --btn-hover-border-color: #ffc720;
  --btn-focus-shadow-rgb: 217, 164, 6;
  --btn-active-color: #000;
  --btn-active-bg: #ffcd39;
  --btn-active-border-color: #ffc720;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #000;
  --btn-disabled-bg: #ffc107;
  --btn-disabled-border-color: #ffc107;
}
.btn-danger {
  --btn-color: #fff;
  --btn-bg: #dc3545;
  --btn-border-color: #dc3545;
  --btn-hover-color: #fff;
  --btn-hover-bg: #bb2d3b;
  --btn-hover-border-color: #b02a37;
  --btn-focus-shadow-rgb: 225, 83, 97;
  --btn-active-color: #fff;
  --btn-active-bg: #b02a37;
  --btn-active-border-color: #a52834;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #fff;
  --btn-disabled-bg: #dc3545;
  --btn-disabled-border-color: #dc3545;
}
.btn-light {
  --btn-color: #000;
  --btn-bg: #f8f9fa;
  --btn-border-color: #f8f9fa;
  --btn-hover-color: #000;
  --btn-hover-bg: #d3d4d5;
  --btn-hover-border-color: #c6c7c8;
  --btn-focus-shadow-rgb: 211, 212, 213;
  --btn-active-color: #000;
  --btn-active-bg: #c6c7c8;
  --btn-active-border-color: #babbbc;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #000;
  --btn-disabled-bg: #f8f9fa;
  --btn-disabled-border-color: #f8f9fa;
}
.btn-dark {
  --btn-color: #fff;
  --btn-bg: #212529;
  --btn-border-color: #212529;
  --btn-hover-color: #fff;
  --btn-hover-bg: #424649;
  --btn-hover-border-color: #373b3e;
  --btn-focus-shadow-rgb: 66, 70, 73;
  --btn-active-color: #fff;
  --btn-active-bg: #4d5154;
  --btn-active-border-color: #373b3e;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #fff;
  --btn-disabled-bg: #212529;
  --btn-disabled-border-color: #212529;
}
.btn-transparent {
  --btn-color: #fff;
  --btn-bg: transparent;
  --btn-border-color: transparent;
  --btn-hover-color: #fff;
  --btn-hover-bg: rgba(0, 0, 0, 0.15);
  --btn-hover-border-color: rgba(0, 0, 0, 0.2);
  --btn-focus-shadow-rgb: 255, 255, 255;
  --btn-active-color: #fff;
  --btn-active-bg: rgba(0, 0, 0, 0.2);
  --btn-active-border-color: rgba(0, 0, 0, 0.25);
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #fff;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: transparent;
}
.btn-white {
  --btn-color: #000;
  --btn-bg: #fff;
  --btn-border-color: #fff;
  --btn-hover-color: #000;
  --btn-hover-bg: white;
  --btn-hover-border-color: white;
  --btn-focus-shadow-rgb: 217, 217, 217;
  --btn-active-color: #000;
  --btn-active-bg: white;
  --btn-active-border-color: white;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #000;
  --btn-disabled-bg: #fff;
  --btn-disabled-border-color: #fff;
}
.btn-black {
  --btn-color: #fff;
  --btn-bg: #000;
  --btn-border-color: #000;
  --btn-hover-color: #fff;
  --btn-hover-bg: black;
  --btn-hover-border-color: black;
  --btn-focus-shadow-rgb: 38, 38, 38;
  --btn-active-color: #fff;
  --btn-active-bg: black;
  --btn-active-border-color: black;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #fff;
  --btn-disabled-bg: #000;
  --btn-disabled-border-color: #000;
}
.btn-lighter {
  --btn-color: #000;
  --btn-bg: #f8f9fa;
  --btn-border-color: #f8f9fa;
  --btn-hover-color: #000;
  --btn-hover-bg: #f9fafb;
  --btn-hover-border-color: #f9fafb;
  --btn-focus-shadow-rgb: 211, 212, 213;
  --btn-active-color: #000;
  --btn-active-bg: #f9fafb;
  --btn-active-border-color: #f9fafb;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #000;
  --btn-disabled-bg: #f8f9fa;
  --btn-disabled-border-color: #f8f9fa;
}
.btn-gray-200 {
  --btn-color: #000;
  --btn-bg: #e9ecef;
  --btn-border-color: #e9ecef;
  --btn-hover-color: #000;
  --btn-hover-bg: #eceff1;
  --btn-hover-border-color: #ebeef1;
  --btn-focus-shadow-rgb: 198, 201, 203;
  --btn-active-color: #000;
  --btn-active-bg: #edf0f2;
  --btn-active-border-color: #ebeef1;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #000;
  --btn-disabled-bg: #e9ecef;
  --btn-disabled-border-color: #e9ecef;
}
.btn-gray-light {
  --btn-color: #000;
  --btn-bg: #ced4da;
  --btn-border-color: #ced4da;
  --btn-hover-color: #000;
  --btn-hover-bg: #d5dae0;
  --btn-hover-border-color: #d3d8de;
  --btn-focus-shadow-rgb: 175, 180, 185;
  --btn-active-color: #000;
  --btn-active-bg: #d8dde1;
  --btn-active-border-color: #d3d8de;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #000;
  --btn-disabled-bg: #ced4da;
  --btn-disabled-border-color: #ced4da;
}
.btn-gray {
  --btn-color: #fff;
  --btn-bg: #6c757d;
  --btn-border-color: #6c757d;
  --btn-hover-color: #fff;
  --btn-hover-bg: #5c636a;
  --btn-hover-border-color: #565e64;
  --btn-focus-shadow-rgb: 130, 138, 145;
  --btn-active-color: #fff;
  --btn-active-bg: #565e64;
  --btn-active-border-color: #51585e;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #fff;
  --btn-disabled-bg: #6c757d;
  --btn-disabled-border-color: #6c757d;
}
.btn-gray-dark {
  --btn-color: #fff;
  --btn-bg: #495057;
  --btn-border-color: #495057;
  --btn-hover-color: #fff;
  --btn-hover-bg: #3e444a;
  --btn-hover-border-color: #3a4046;
  --btn-focus-shadow-rgb: 100, 106, 112;
  --btn-active-color: #fff;
  --btn-active-bg: #3a4046;
  --btn-active-border-color: #373c41;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #fff;
  --btn-disabled-bg: #495057;
  --btn-disabled-border-color: #495057;
}
.btn-darker {
  --btn-color: #fff;
  --btn-bg: #212529;
  --btn-border-color: #212529;
  --btn-hover-color: #fff;
  --btn-hover-bg: #1c1f23;
  --btn-hover-border-color: #1a1e21;
  --btn-focus-shadow-rgb: 66, 70, 73;
  --btn-active-color: #fff;
  --btn-active-bg: #1a1e21;
  --btn-active-border-color: #191c1f;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #fff;
  --btn-disabled-bg: #212529;
  --btn-disabled-border-color: #212529;
}
.btn-error {
  --btn-color: #fff;
  --btn-bg: #dc3545;
  --btn-border-color: #dc3545;
  --btn-hover-color: #fff;
  --btn-hover-bg: #bb2d3b;
  --btn-hover-border-color: #b02a37;
  --btn-focus-shadow-rgb: 225, 83, 97;
  --btn-active-color: #fff;
  --btn-active-bg: #b02a37;
  --btn-active-border-color: #a52834;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #fff;
  --btn-disabled-bg: #dc3545;
  --btn-disabled-border-color: #dc3545;
}
.btn-default {
  --btn-color: #fff;
  --btn-bg: #676767;
  --btn-border-color: #676767;
  --btn-hover-color: #fff;
  --btn-hover-bg: #585858;
  --btn-hover-border-color: #525252;
  --btn-focus-shadow-rgb: 126, 126, 126;
  --btn-active-color: #fff;
  --btn-active-bg: #525252;
  --btn-active-border-color: #4d4d4d;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #fff;
  --btn-disabled-bg: #676767;
  --btn-disabled-border-color: #676767;
}
.btn-outline-primary {
  --btn-color: #68a5f3;
  --btn-border-color: #68a5f3;
  --btn-hover-color: #fff;
  --btn-hover-bg: #68a5f3;
  --btn-hover-border-color: #68a5f3;
  --btn-focus-shadow-rgb: 104, 165, 243;
  --btn-active-color: #fff;
  --btn-active-bg: #68a5f3;
  --btn-active-border-color: #68a5f3;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #68a5f3;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #68a5f3;
  --gradient: none;
}
.btn-outline-secondary {
  --btn-color: #e20613;
  --btn-border-color: #e20613;
  --btn-hover-color: #fff;
  --btn-hover-bg: #e20613;
  --btn-hover-border-color: #e20613;
  --btn-focus-shadow-rgb: 226, 6, 19;
  --btn-active-color: #fff;
  --btn-active-bg: #e20613;
  --btn-active-border-color: #e20613;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #e20613;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #e20613;
  --gradient: none;
}
.btn-outline-success {
  --btn-color: #198754;
  --btn-border-color: #198754;
  --btn-hover-color: #fff;
  --btn-hover-bg: #198754;
  --btn-hover-border-color: #198754;
  --btn-focus-shadow-rgb: 25, 135, 84;
  --btn-active-color: #fff;
  --btn-active-bg: #198754;
  --btn-active-border-color: #198754;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #198754;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #198754;
  --gradient: none;
}
.btn-outline-info {
  --btn-color: #0dcaf0;
  --btn-border-color: #0dcaf0;
  --btn-hover-color: #000;
  --btn-hover-bg: #0dcaf0;
  --btn-hover-border-color: #0dcaf0;
  --btn-focus-shadow-rgb: 13, 202, 240;
  --btn-active-color: #000;
  --btn-active-bg: #0dcaf0;
  --btn-active-border-color: #0dcaf0;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #0dcaf0;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #0dcaf0;
  --gradient: none;
}
.btn-outline-warning {
  --btn-color: #ffc107;
  --btn-border-color: #ffc107;
  --btn-hover-color: #000;
  --btn-hover-bg: #ffc107;
  --btn-hover-border-color: #ffc107;
  --btn-focus-shadow-rgb: 255, 193, 7;
  --btn-active-color: #000;
  --btn-active-bg: #ffc107;
  --btn-active-border-color: #ffc107;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #ffc107;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #ffc107;
  --gradient: none;
}
.btn-outline-danger {
  --btn-color: #dc3545;
  --btn-border-color: #dc3545;
  --btn-hover-color: #fff;
  --btn-hover-bg: #dc3545;
  --btn-hover-border-color: #dc3545;
  --btn-focus-shadow-rgb: 220, 53, 69;
  --btn-active-color: #fff;
  --btn-active-bg: #dc3545;
  --btn-active-border-color: #dc3545;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #dc3545;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #dc3545;
  --gradient: none;
}
.btn-outline-light {
  --btn-color: #f8f9fa;
  --btn-border-color: #f8f9fa;
  --btn-hover-color: #000;
  --btn-hover-bg: #f8f9fa;
  --btn-hover-border-color: #f8f9fa;
  --btn-focus-shadow-rgb: 248, 249, 250;
  --btn-active-color: #000;
  --btn-active-bg: #f8f9fa;
  --btn-active-border-color: #f8f9fa;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #f8f9fa;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #f8f9fa;
  --gradient: none;
}
.btn-outline-dark {
  --btn-color: #212529;
  --btn-border-color: #212529;
  --btn-hover-color: #fff;
  --btn-hover-bg: #212529;
  --btn-hover-border-color: #212529;
  --btn-focus-shadow-rgb: 33, 37, 41;
  --btn-active-color: #fff;
  --btn-active-bg: #212529;
  --btn-active-border-color: #212529;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #212529;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #212529;
  --gradient: none;
}
.btn-outline-transparent {
  --btn-color: transparent;
  --btn-border-color: transparent;
  --btn-hover-color: #fff;
  --btn-hover-bg: transparent;
  --btn-hover-border-color: transparent;
  --btn-focus-shadow-rgb: 0, 0, 0;
  --btn-active-color: #fff;
  --btn-active-bg: transparent;
  --btn-active-border-color: transparent;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: transparent;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: transparent;
  --gradient: none;
}
.btn-outline-white {
  --btn-color: #fff;
  --btn-border-color: #fff;
  --btn-hover-color: #000;
  --btn-hover-bg: #fff;
  --btn-hover-border-color: #fff;
  --btn-focus-shadow-rgb: 255, 255, 255;
  --btn-active-color: #000;
  --btn-active-bg: #fff;
  --btn-active-border-color: #fff;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #fff;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #fff;
  --gradient: none;
}
.btn-outline-black {
  --btn-color: #000;
  --btn-border-color: #000;
  --btn-hover-color: #fff;
  --btn-hover-bg: #000;
  --btn-hover-border-color: #000;
  --btn-focus-shadow-rgb: 0, 0, 0;
  --btn-active-color: #fff;
  --btn-active-bg: #000;
  --btn-active-border-color: #000;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #000;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #000;
  --gradient: none;
}
.btn-outline-lighter {
  --btn-color: #f8f9fa;
  --btn-border-color: #f8f9fa;
  --btn-hover-color: #000;
  --btn-hover-bg: #f8f9fa;
  --btn-hover-border-color: #f8f9fa;
  --btn-focus-shadow-rgb: 248, 249, 250;
  --btn-active-color: #000;
  --btn-active-bg: #f8f9fa;
  --btn-active-border-color: #f8f9fa;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #f8f9fa;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #f8f9fa;
  --gradient: none;
}
.btn-outline-gray-200 {
  --btn-color: #e9ecef;
  --btn-border-color: #e9ecef;
  --btn-hover-color: #000;
  --btn-hover-bg: #e9ecef;
  --btn-hover-border-color: #e9ecef;
  --btn-focus-shadow-rgb: 233, 236, 239;
  --btn-active-color: #000;
  --btn-active-bg: #e9ecef;
  --btn-active-border-color: #e9ecef;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #e9ecef;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #e9ecef;
  --gradient: none;
}
.btn-outline-gray-light {
  --btn-color: #ced4da;
  --btn-border-color: #ced4da;
  --btn-hover-color: #000;
  --btn-hover-bg: #ced4da;
  --btn-hover-border-color: #ced4da;
  --btn-focus-shadow-rgb: 206, 212, 218;
  --btn-active-color: #000;
  --btn-active-bg: #ced4da;
  --btn-active-border-color: #ced4da;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #ced4da;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #ced4da;
  --gradient: none;
}
.btn-outline-gray {
  --btn-color: #6c757d;
  --btn-border-color: #6c757d;
  --btn-hover-color: #fff;
  --btn-hover-bg: #6c757d;
  --btn-hover-border-color: #6c757d;
  --btn-focus-shadow-rgb: 108, 117, 125;
  --btn-active-color: #fff;
  --btn-active-bg: #6c757d;
  --btn-active-border-color: #6c757d;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #6c757d;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #6c757d;
  --gradient: none;
}
.btn-outline-gray-dark {
  --btn-color: #495057;
  --btn-border-color: #495057;
  --btn-hover-color: #fff;
  --btn-hover-bg: #495057;
  --btn-hover-border-color: #495057;
  --btn-focus-shadow-rgb: 73, 80, 87;
  --btn-active-color: #fff;
  --btn-active-bg: #495057;
  --btn-active-border-color: #495057;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #495057;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #495057;
  --gradient: none;
}
.btn-outline-darker {
  --btn-color: #212529;
  --btn-border-color: #212529;
  --btn-hover-color: #fff;
  --btn-hover-bg: #212529;
  --btn-hover-border-color: #212529;
  --btn-focus-shadow-rgb: 33, 37, 41;
  --btn-active-color: #fff;
  --btn-active-bg: #212529;
  --btn-active-border-color: #212529;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #212529;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #212529;
  --gradient: none;
}
.btn-outline-error {
  --btn-color: #dc3545;
  --btn-border-color: #dc3545;
  --btn-hover-color: #fff;
  --btn-hover-bg: #dc3545;
  --btn-hover-border-color: #dc3545;
  --btn-focus-shadow-rgb: 220, 53, 69;
  --btn-active-color: #fff;
  --btn-active-bg: #dc3545;
  --btn-active-border-color: #dc3545;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #dc3545;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #dc3545;
  --gradient: none;
}
.btn-outline-default {
  --btn-color: #676767;
  --btn-border-color: #676767;
  --btn-hover-color: #fff;
  --btn-hover-bg: #676767;
  --btn-hover-border-color: #676767;
  --btn-focus-shadow-rgb: 103, 103, 103;
  --btn-active-color: #fff;
  --btn-active-bg: #676767;
  --btn-active-border-color: #676767;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #676767;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #676767;
  --gradient: none;
}
.btn-link {
  --btn-font-weight: 400;
  --btn-color: var(--link-color);
  --btn-bg: transparent;
  --btn-border-color: transparent;
  --btn-hover-color: var(--link-hover-color);
  --btn-hover-border-color: transparent;
  --btn-active-color: var(--link-hover-color);
  --btn-active-border-color: transparent;
  --btn-disabled-color: #6c757d;
  --btn-disabled-border-color: transparent;
  --btn-box-shadow: none;
  --btn-focus-shadow-rgb: 127, 179, 245;
  text-decoration: none;
  background-image: none;
}
.btn-link:focus-visible {
  color: var(--btn-color);
}
.btn-link:hover {
  color: var(--btn-hover-color);
}
.btn-lg {
  --btn-padding-y: 0.5rem;
  --btn-padding-x: 1rem;
  --btn-font-size: calc(1.28125rem + 0.375vw);
  --btn-border-radius: 2rem;
}
@media (min-width: 1200px) {
  .btn-lg {
    --btn-font-size: 1.5625rem;
  }
}
.btn-sm {
  --btn-padding-y: 0.25rem;
  --btn-padding-x: 0.5rem;
  --btn-font-size: 1.09375rem;
  --btn-border-radius: 0.25rem;
}
.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;
  }
}
.nav {
  --nav-link-padding-x: 1rem;
  --nav-link-padding-y: 0.5rem;
  --nav-link-font-weight: 400;
  --nav-link-color: var(--link-color);
  --nav-link-hover-color: var(--link-hover-color);
  --nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--nav-link-padding-y) var(--nav-link-padding-x);
  font-size: var(--nav-link-font-size);
  font-weight: var(--nav-link-font-weight);
  color: var(--nav-link-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: var(--nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --nav-tabs-border-width: 2px;
  --nav-tabs-border-color: #dee2e6;
  --nav-tabs-border-radius: 1rem;
  --nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --nav-tabs-link-active-color: #495057;
  --nav-tabs-link-active-bg: #fff;
  --nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--nav-tabs-border-width) solid var(--nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--nav-tabs-border-width));
  background: 0 0;
  border: var(--nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--nav-tabs-border-radius);
  border-top-right-radius: var(--nav-tabs-border-radius);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
  color: var(--nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--nav-tabs-link-active-color);
  background-color: var(--nav-tabs-link-active-bg);
  border-color: var(--nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --nav-pills-border-radius: 1rem;
  --nav-pills-link-active-color: white;
  --nav-pills-link-active-bg: #68a5f3;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: var(--nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--nav-pills-link-active-color);
  background-color: var(--nav-pills-link-active-bg);
  background-image: var(--gradient);
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --navbar-padding-x: 0;
  --navbar-padding-y: 0.5rem;
  --navbar-color: var(--primary);
  --navbar-hover-color: rgba(var(--primary-rgb), 0.8);
  --navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --navbar-active-color: rgba(var(--primary-rgb), 0.8);
  --navbar-brand-padding-y: 0.3046875rem;
  --navbar-brand-margin-end: 1rem;
  --navbar-brand-font-size: 1.5625rem;
  --navbar-brand-color: rgba(var(--primary-rgb), 0.8);
  --navbar-brand-hover-color: rgba(var(--primary-rgb), 0.8);
  --navbar-nav-link-padding-x: 0.5rem;
  --navbar-toggler-padding-y: 0.25rem;
  --navbar-toggler-padding-x: 0.75rem;
  --navbar-toggler-font-size: 1.5625rem;
  --navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='var%28--primary%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --navbar-toggler-border-radius: 0;
  --navbar-toggler-focus-width: 0.25rem;
  --navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--navbar-padding-y) var(--navbar-padding-x);
  background-image: var(--gradient);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--navbar-brand-padding-y);
  padding-bottom: var(--navbar-brand-padding-y);
  margin-right: var(--navbar-brand-margin-end);
  font-size: var(--navbar-brand-font-size);
  color: var(--navbar-brand-color);
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  color: var(--navbar-brand-hover-color);
}
.navbar-nav {
  --nav-link-padding-x: 0;
  --nav-link-padding-y: 0.5rem;
  --nav-link-font-weight: 400;
  --nav-link-color: var(--navbar-color);
  --nav-link-hover-color: var(--navbar-hover-color);
  --nav-link-disabled-color: var(--navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: var(--navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--navbar-color);
}
.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
  color: var(--navbar-active-color);
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: var(--navbar-toggler-padding-y) var(--navbar-toggler-padding-x);
  font-size: var(--navbar-toggler-font-size);
  line-height: 1;
  color: var(--navbar-color);
  background-color: transparent;
  border: var(--border-width) solid var(--navbar-toggler-border-color);
  border-radius: var(--navbar-toggler-border-radius);
  transition: var(--navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--navbar-nav-link-padding-x);
    padding-left: var(--navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--navbar-nav-link-padding-x);
    padding-left: var(--navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--navbar-nav-link-padding-x);
    padding-left: var(--navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--navbar-nav-link-padding-x);
    padding-left: var(--navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1680px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--navbar-nav-link-padding-x);
    padding-left: var(--navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1920px) {
  .navbar-expand-xxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: var(--navbar-nav-link-padding-x);
    padding-left: var(--navbar-nav-link-padding-x);
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--navbar-nav-link-padding-x);
  padding-left: var(--navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  box-shadow: none;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark {
  --navbar-color: #fff;
  --navbar-hover-color: rgba(255, 255, 255, 0.75);
  --navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --navbar-active-color: #fff;
  --navbar-brand-color: #fff;
  --navbar-brand-hover-color: #fff;
  --navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
  --card-spacer-y: 1.7rem;
  --card-spacer-x: 1.7rem;
  --card-title-spacer-y: 0.5rem;
  --card-border-width: 0;
  --card-border-color: var(--border-color-translucent);
  --card-border-radius: none;
  --card-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --card-inner-border-radius: calc(none - 0);
  --card-cap-padding-y: 1.7rem;
  --card-cap-padding-x: 1.7rem;
  --card-cap-bg: transparent;
  --card-bg: #fff;
  --card-img-overlay-padding: 1rem;
  --card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--card-height);
  word-wrap: break-word;
  background-color: var(--card-bg);
  background-clip: border-box;
  border: var(--card-border-width) solid var(--card-border-color);
  border-radius: var(--card-border-radius);
  box-shadow: var(--card-box-shadow);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--card-inner-border-radius);
  border-top-right-radius: var(--card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--card-inner-border-radius);
  border-bottom-left-radius: var(--card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--card-spacer-y) var(--card-spacer-x);
  color: var(--card-color);
}
.card-title {
  margin-bottom: var(--card-title-spacer-y);
}
.card-subtitle {
  margin-top: calc(-0.5 * var(--card-title-spacer-y));
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--card-spacer-x);
}
.card-header {
  padding: var(--card-cap-padding-y) var(--card-cap-padding-x);
  margin-bottom: 0;
  color: var(--card-cap-color);
  background-color: var(--card-cap-bg);
  border-bottom: var(--card-border-width) solid var(--card-border-color);
}
.card-header:first-child {
  border-radius: var(--card-inner-border-radius) var(--card-inner-border-radius)
    0 0;
}
.card-footer {
  padding: var(--card-cap-padding-y) var(--card-cap-padding-x);
  color: var(--card-cap-color);
  background-color: var(--card-cap-bg);
  border-top: var(--card-border-width) solid var(--card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--card-inner-border-radius)
    var(--card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-0.5 * var(--card-cap-padding-x));
  margin-bottom: calc(-1 * var(--card-cap-padding-y));
  margin-left: calc(-0.5 * var(--card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--card-bg);
  border-bottom-color: var(--card-bg);
}
.card-header-pills {
  margin-right: calc(-0.5 * var(--card-cap-padding-x));
  margin-left: calc(-0.5 * var(--card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--card-img-overlay-padding);
  border-radius: var(--card-inner-border-radius);
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--card-inner-border-radius);
  border-top-right-radius: var(--card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--card-inner-border-radius);
  border-bottom-left-radius: var(--card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(104, 165, 243, var(--bg-opacity, 1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(226, 6, 19, var(--bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bg-opacity, 1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bg-opacity, 1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bg-opacity, 1)) !important;
}
.text-bg-transparent {
  color: #fff !important;
  background-color: RGBA(0, 0, 0, var(--bg-opacity, 1)) !important;
}
.text-bg-white {
  color: #000 !important;
  background-color: RGBA(255, 255, 255, var(--bg-opacity, 1)) !important;
}
.text-bg-black {
  color: #fff !important;
  background-color: RGBA(0, 0, 0, var(--bg-opacity, 1)) !important;
}
.text-bg-lighter {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bg-opacity, 1)) !important;
}
.text-bg-gray-200 {
  color: #000 !important;
  background-color: RGBA(233, 236, 239, var(--bg-opacity, 1)) !important;
}
.text-bg-gray-light {
  color: #000 !important;
  background-color: RGBA(206, 212, 218, var(--bg-opacity, 1)) !important;
}
.text-bg-gray {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bg-opacity, 1)) !important;
}
.text-bg-gray-dark {
  color: #fff !important;
  background-color: RGBA(73, 80, 87, var(--bg-opacity, 1)) !important;
}
.text-bg-darker {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bg-opacity, 1)) !important;
}
.text-bg-error {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bg-opacity, 1)) !important;
}
.text-bg-default {
  color: #fff !important;
  background-color: RGBA(103, 103, 103, var(--bg-opacity, 1)) !important;
}
.link-primary {
  color: #68a5f3 !important;
}
.link-primary:focus,
.link-primary:hover {
  color: #5384c2 !important;
}
.link-secondary {
  color: #e20613 !important;
}
.link-secondary:focus,
.link-secondary:hover {
  color: #b5050f !important;
}
.link-success {
  color: #198754 !important;
}
.link-success:focus,
.link-success:hover {
  color: #146c43 !important;
}
.link-info {
  color: #0dcaf0 !important;
}
.link-info:focus,
.link-info:hover {
  color: #3dd5f3 !important;
}
.link-warning {
  color: #ffc107 !important;
}
.link-warning:focus,
.link-warning:hover {
  color: #ffcd39 !important;
}
.link-danger {
  color: #dc3545 !important;
}
.link-danger:focus,
.link-danger:hover {
  color: #b02a37 !important;
}
.link-light {
  color: #f8f9fa !important;
}
.link-light:focus,
.link-light:hover {
  color: #f9fafb !important;
}
.link-dark {
  color: #212529 !important;
}
.link-dark:focus,
.link-dark:hover {
  color: #1a1e21 !important;
}
.link-transparent {
  color: transparent !important;
}
.link-transparent:focus,
.link-transparent:hover {
  color: rgba(0, 0, 0, 0.2) !important;
}
.link-white {
  color: #fff !important;
}
.link-white:focus,
.link-white:hover {
  color: #fff !important;
}
.link-black {
  color: #000 !important;
}
.link-black:focus,
.link-black:hover {
  color: #000 !important;
}
.link-lighter {
  color: #f8f9fa !important;
}
.link-lighter:focus,
.link-lighter:hover {
  color: #f9fafb !important;
}
.link-gray-200 {
  color: #e9ecef !important;
}
.link-gray-200:focus,
.link-gray-200:hover {
  color: #edf0f2 !important;
}
.link-gray-light {
  color: #ced4da !important;
}
.link-gray-light:focus,
.link-gray-light:hover {
  color: #d8dde1 !important;
}
.link-gray {
  color: #6c757d !important;
}
.link-gray:focus,
.link-gray:hover {
  color: #565e64 !important;
}
.link-gray-dark {
  color: #495057 !important;
}
.link-gray-dark:focus,
.link-gray-dark:hover {
  color: #3a4046 !important;
}
.link-darker {
  color: #212529 !important;
}
.link-darker:focus,
.link-darker:hover {
  color: #1a1e21 !important;
}
.link-error {
  color: #dc3545 !important;
}
.link-error:focus,
.link-error:hover {
  color: #b02a37 !important;
}
.link-default {
  color: #676767 !important;
}
.link-default:focus,
.link-default:hover {
  color: #525252 !important;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --aspect-ratio: 100%;
}
.ratio-4x3 {
  --aspect-ratio: 75%;
}
.ratio-3x2 {
  --aspect-ratio: 66.6666666667%;
}
.ratio-16x9 {
  --aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --aspect-ratio: 42.8571428571%;
}
.ratio-28x10 {
  --aspect-ratio: 35.7142857143%;
}
.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: 1680px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1920px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxxl-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) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-15 {
  opacity: 0.15 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-33 {
  opacity: 0.33 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-66 {
  opacity: 0.66 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-85 {
  opacity: 0.85 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--border-width) var(--border-style) var(--border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--border-width) var(--border-style) var(--border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--border-width) var(--border-style) var(--border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--border-width) var(--border-style) var(--border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--border-width) var(--border-style) var(--border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --border-opacity: 1;
  border-color: rgba(var(--primary-rgb), var(--border-opacity)) !important;
}
.border-secondary {
  --border-opacity: 1;
  border-color: rgba(var(--secondary-rgb), var(--border-opacity)) !important;
}
.border-success {
  --border-opacity: 1;
  border-color: rgba(var(--success-rgb), var(--border-opacity)) !important;
}
.border-info {
  --border-opacity: 1;
  border-color: rgba(var(--info-rgb), var(--border-opacity)) !important;
}
.border-warning {
  --border-opacity: 1;
  border-color: rgba(var(--warning-rgb), var(--border-opacity)) !important;
}
.border-danger {
  --border-opacity: 1;
  border-color: rgba(var(--danger-rgb), var(--border-opacity)) !important;
}
.border-light {
  --border-opacity: 1;
  border-color: rgba(var(--light-rgb), var(--border-opacity)) !important;
}
.border-dark {
  --border-opacity: 1;
  border-color: rgba(var(--dark-rgb), var(--border-opacity)) !important;
}
.border-transparent {
  --border-opacity: 1;
  border-color: rgba(var(--transparent-rgb), var(--border-opacity)) !important;
}
.border-white {
  --border-opacity: 1;
  border-color: rgba(var(--white-rgb), var(--border-opacity)) !important;
}
.border-black {
  --border-opacity: 1;
  border-color: rgba(var(--black-rgb), var(--border-opacity)) !important;
}
.border-lighter {
  --border-opacity: 1;
  border-color: rgba(var(--lighter-rgb), var(--border-opacity)) !important;
}
.border-gray-200 {
  --border-opacity: 1;
  border-color: rgba(var(--gray-200-rgb), var(--border-opacity)) !important;
}
.border-gray-light {
  --border-opacity: 1;
  border-color: rgba(var(--gray-light-rgb), var(--border-opacity)) !important;
}
.border-gray {
  --border-opacity: 1;
  border-color: rgba(var(--gray-rgb), var(--border-opacity)) !important;
}
.border-gray-dark {
  --border-opacity: 1;
  border-color: rgba(var(--gray-dark-rgb), var(--border-opacity)) !important;
}
.border-darker {
  --border-opacity: 1;
  border-color: rgba(var(--darker-rgb), var(--border-opacity)) !important;
}
.border-error {
  --border-opacity: 1;
  border-color: rgba(var(--error-rgb), var(--border-opacity)) !important;
}
.border-default {
  --border-opacity: 1;
  border-color: rgba(var(--default-rgb), var(--border-opacity)) !important;
}
.border-1 {
  --border-width: 1px;
}
.border-2 {
  --border-width: 2px;
}
.border-3 {
  --border-width: 3px;
}
.border-4 {
  --border-width: 4px;
}
.border-5 {
  --border-width: 5px;
}
.border-opacity-10 {
  --border-opacity: 0.1;
}
.border-opacity-25 {
  --border-opacity: 0.25;
}
.border-opacity-50 {
  --border-opacity: 0.5;
}
.border-opacity-75 {
  --border-opacity: 0.75;
}
.border-opacity-100 {
  --border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-33 {
  width: 33.3333% !important;
}
.w-50 {
  width: 50% !important;
}
.w-66 {
  width: 66.6666% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-25 {
  max-width: 25% !important;
}
.mw-33 {
  max-width: 33.3333% !important;
}
.mw-50 {
  max-width: 50% !important;
}
.mw-66 {
  max-width: 66.6666% !important;
}
.mw-75 {
  max-width: 75% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mw-auto {
  max-width: auto !important;
}
.vw-25 {
  width: 25vw !important;
}
.vw-33 {
  width: 33.3333vw !important;
}
.vw-50 {
  width: 50vw !important;
}
.vw-66 {
  width: 66.6666vw !important;
}
.vw-75 {
  width: 75vw !important;
}
.vw-100 {
  width: 100vw !important;
}
.vw-auto {
  width: auto !important;
}
.min-vw-25 {
  min-width: 25vw !important;
}
.min-vw-33 {
  min-width: 33.3333vw !important;
}
.min-vw-50 {
  min-width: 50vw !important;
}
.min-vw-66 {
  min-width: 66.6666vw !important;
}
.min-vw-75 {
  min-width: 75vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vw-auto {
  min-width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-33 {
  height: 33.3333% !important;
}
.h-50 {
  height: 50% !important;
}
.h-66 {
  height: 66.6666% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-25 {
  max-height: 25% !important;
}
.mh-33 {
  max-height: 33.3333% !important;
}
.mh-50 {
  max-height: 50% !important;
}
.mh-66 {
  max-height: 66.6666% !important;
}
.mh-75 {
  max-height: 75% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.mh-auto {
  max-height: auto !important;
}
.vh-25 {
  height: 25vh !important;
}
.vh-33 {
  height: 33.3333vh !important;
}
.vh-50 {
  height: 50vh !important;
}
.vh-66 {
  height: 66.6666vh !important;
}
.vh-75 {
  height: 75vh !important;
}
.vh-100 {
  height: 100vh !important;
}
.vh-auto {
  height: auto !important;
}
.min-vh-25 {
  min-height: 25vh !important;
}
.min-vh-33 {
  min-height: 33.3333vh !important;
}
.min-vh-50 {
  min-height: 50vh !important;
}
.min-vh-66 {
  min-height: 66.6666vh !important;
}
.min-vh-75 {
  min-height: 75vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.min-vh-auto {
  min-height: auto !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.5rem !important;
}
.m-2 {
  margin: 1rem !important;
}
.m-3 {
  margin: 1.7rem !important;
}
.m-4 {
  margin: 2.5rem !important;
}
.m-5 {
  margin: 3.4rem !important;
}
.m-6 {
  margin: 5rem !important;
}
.m-7 {
  margin: 6.5rem !important;
}
.m-8 {
  margin: 8.2rem !important;
}
.m-9 {
  margin: 10rem !important;
}
.m-10 {
  margin: 12rem !important;
}
.m-11 {
  margin: 14rem !important;
}
.m-12 {
  margin: 16rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-2 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-3 {
  margin-right: 1.7rem !important;
  margin-left: 1.7rem !important;
}
.mx-4 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}
.mx-5 {
  margin-right: 3.4rem !important;
  margin-left: 3.4rem !important;
}
.mx-6 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}
.mx-7 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}
.mx-8 {
  margin-right: 8.2rem !important;
  margin-left: 8.2rem !important;
}
.mx-9 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}
.mx-10 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}
.mx-11 {
  margin-right: 14rem !important;
  margin-left: 14rem !important;
}
.mx-12 {
  margin-right: 16rem !important;
  margin-left: 16rem !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.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-3 {
  margin-top: 1.7rem !important;
  margin-bottom: 1.7rem !important;
}
.my-4 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-5 {
  margin-top: 3.4rem !important;
  margin-bottom: 3.4rem !important;
}
.my-6 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my-7 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}
.my-8 {
  margin-top: 8.2rem !important;
  margin-bottom: 8.2rem !important;
}
.my-9 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.my-10 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}
.my-11 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}
.my-12 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.5rem !important;
}
.mt-2 {
  margin-top: 1rem !important;
}
.mt-3 {
  margin-top: 1.7rem !important;
}
.mt-4 {
  margin-top: 2.5rem !important;
}
.mt-5 {
  margin-top: 3.4rem !important;
}
.mt-6 {
  margin-top: 5rem !important;
}
.mt-7 {
  margin-top: 6.5rem !important;
}
.mt-8 {
  margin-top: 8.2rem !important;
}
.mt-9 {
  margin-top: 10rem !important;
}
.mt-10 {
  margin-top: 12rem !important;
}
.mt-11 {
  margin-top: 14rem !important;
}
.mt-12 {
  margin-top: 16rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.5rem !important;
}
.me-2 {
  margin-right: 1rem !important;
}
.me-3 {
  margin-right: 1.7rem !important;
}
.me-4 {
  margin-right: 2.5rem !important;
}
.me-5 {
  margin-right: 3.4rem !important;
}
.me-6 {
  margin-right: 5rem !important;
}
.me-7 {
  margin-right: 6.5rem !important;
}
.me-8 {
  margin-right: 8.2rem !important;
}
.me-9 {
  margin-right: 10rem !important;
}
.me-10 {
  margin-right: 12rem !important;
}
.me-11 {
  margin-right: 14rem !important;
}
.me-12 {
  margin-right: 16rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 1rem !important;
}
.mb-3 {
  margin-bottom: 1.7rem !important;
}
.mb-4 {
  margin-bottom: 2.5rem !important;
}
.mb-5 {
  margin-bottom: 3.4rem !important;
}
.mb-6 {
  margin-bottom: 5rem !important;
}
.mb-7 {
  margin-bottom: 6.5rem !important;
}
.mb-8 {
  margin-bottom: 8.2rem !important;
}
.mb-9 {
  margin-bottom: 10rem !important;
}
.mb-10 {
  margin-bottom: 12rem !important;
}
.mb-11 {
  margin-bottom: 14rem !important;
}
.mb-12 {
  margin-bottom: 16rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.5rem !important;
}
.ms-2 {
  margin-left: 1rem !important;
}
.ms-3 {
  margin-left: 1.7rem !important;
}
.ms-4 {
  margin-left: 2.5rem !important;
}
.ms-5 {
  margin-left: 3.4rem !important;
}
.ms-6 {
  margin-left: 5rem !important;
}
.ms-7 {
  margin-left: 6.5rem !important;
}
.ms-8 {
  margin-left: 8.2rem !important;
}
.ms-9 {
  margin-left: 10rem !important;
}
.ms-10 {
  margin-left: 12rem !important;
}
.ms-11 {
  margin-left: 14rem !important;
}
.ms-12 {
  margin-left: 16rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.m-n1 {
  margin: -0.5rem !important;
}
.m-n2 {
  margin: -1rem !important;
}
.m-n3 {
  margin: -1.7rem !important;
}
.m-n4 {
  margin: -2.5rem !important;
}
.m-n5 {
  margin: -3.4rem !important;
}
.m-n6 {
  margin: -5rem !important;
}
.m-n7 {
  margin: -6.5rem !important;
}
.m-n8 {
  margin: -8.2rem !important;
}
.m-n9 {
  margin: -10rem !important;
}
.m-n10 {
  margin: -12rem !important;
}
.m-n11 {
  margin: -14rem !important;
}
.m-n12 {
  margin: -16rem !important;
}
.mx-n1 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}
.mx-n2 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}
.mx-n3 {
  margin-right: -1.7rem !important;
  margin-left: -1.7rem !important;
}
.mx-n4 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}
.mx-n5 {
  margin-right: -3.4rem !important;
  margin-left: -3.4rem !important;
}
.mx-n6 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}
.mx-n7 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important;
}
.mx-n8 {
  margin-right: -8.2rem !important;
  margin-left: -8.2rem !important;
}
.mx-n9 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}
.mx-n10 {
  margin-right: -12rem !important;
  margin-left: -12rem !important;
}
.mx-n11 {
  margin-right: -14rem !important;
  margin-left: -14rem !important;
}
.mx-n12 {
  margin-right: -16rem !important;
  margin-left: -16rem !important;
}
.my-n1 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.my-n2 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.my-n3 {
  margin-top: -1.7rem !important;
  margin-bottom: -1.7rem !important;
}
.my-n4 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}
.my-n5 {
  margin-top: -3.4rem !important;
  margin-bottom: -3.4rem !important;
}
.my-n6 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}
.my-n7 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important;
}
.my-n8 {
  margin-top: -8.2rem !important;
  margin-bottom: -8.2rem !important;
}
.my-n9 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}
.my-n10 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}
.my-n11 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}
.my-n12 {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}
.mt-n1 {
  margin-top: -0.5rem !important;
}
.mt-n2 {
  margin-top: -1rem !important;
}
.mt-n3 {
  margin-top: -1.7rem !important;
}
.mt-n4 {
  margin-top: -2.5rem !important;
}
.mt-n5 {
  margin-top: -3.4rem !important;
}
.mt-n6 {
  margin-top: -5rem !important;
}
.mt-n7 {
  margin-top: -6.5rem !important;
}
.mt-n8 {
  margin-top: -8.2rem !important;
}
.mt-n9 {
  margin-top: -10rem !important;
}
.mt-n10 {
  margin-top: -12rem !important;
}
.mt-n11 {
  margin-top: -14rem !important;
}
.mt-n12 {
  margin-top: -16rem !important;
}
.me-n1 {
  margin-right: -0.5rem !important;
}
.me-n2 {
  margin-right: -1rem !important;
}
.me-n3 {
  margin-right: -1.7rem !important;
}
.me-n4 {
  margin-right: -2.5rem !important;
}
.me-n5 {
  margin-right: -3.4rem !important;
}
.me-n6 {
  margin-right: -5rem !important;
}
.me-n7 {
  margin-right: -6.5rem !important;
}
.me-n8 {
  margin-right: -8.2rem !important;
}
.me-n9 {
  margin-right: -10rem !important;
}
.me-n10 {
  margin-right: -12rem !important;
}
.me-n11 {
  margin-right: -14rem !important;
}
.me-n12 {
  margin-right: -16rem !important;
}
.mb-n1 {
  margin-bottom: -0.5rem !important;
}
.mb-n2 {
  margin-bottom: -1rem !important;
}
.mb-n3 {
  margin-bottom: -1.7rem !important;
}
.mb-n4 {
  margin-bottom: -2.5rem !important;
}
.mb-n5 {
  margin-bottom: -3.4rem !important;
}
.mb-n6 {
  margin-bottom: -5rem !important;
}
.mb-n7 {
  margin-bottom: -6.5rem !important;
}
.mb-n8 {
  margin-bottom: -8.2rem !important;
}
.mb-n9 {
  margin-bottom: -10rem !important;
}
.mb-n10 {
  margin-bottom: -12rem !important;
}
.mb-n11 {
  margin-bottom: -14rem !important;
}
.mb-n12 {
  margin-bottom: -16rem !important;
}
.ms-n1 {
  margin-left: -0.5rem !important;
}
.ms-n2 {
  margin-left: -1rem !important;
}
.ms-n3 {
  margin-left: -1.7rem !important;
}
.ms-n4 {
  margin-left: -2.5rem !important;
}
.ms-n5 {
  margin-left: -3.4rem !important;
}
.ms-n6 {
  margin-left: -5rem !important;
}
.ms-n7 {
  margin-left: -6.5rem !important;
}
.ms-n8 {
  margin-left: -8.2rem !important;
}
.ms-n9 {
  margin-left: -10rem !important;
}
.ms-n10 {
  margin-left: -12rem !important;
}
.ms-n11 {
  margin-left: -14rem !important;
}
.ms-n12 {
  margin-left: -16rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.5rem !important;
}
.p-2 {
  padding: 1rem !important;
}
.p-3 {
  padding: 1.7rem !important;
}
.p-4 {
  padding: 2.5rem !important;
}
.p-5 {
  padding: 3.4rem !important;
}
.p-6 {
  padding: 5rem !important;
}
.p-7 {
  padding: 6.5rem !important;
}
.p-8 {
  padding: 8.2rem !important;
}
.p-9 {
  padding: 10rem !important;
}
.p-10 {
  padding: 12rem !important;
}
.p-11 {
  padding: 14rem !important;
}
.p-12 {
  padding: 16rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-2 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-3 {
  padding-right: 1.7rem !important;
  padding-left: 1.7rem !important;
}
.px-4 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}
.px-5 {
  padding-right: 3.4rem !important;
  padding-left: 3.4rem !important;
}
.px-6 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}
.px-7 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}
.px-8 {
  padding-right: 8.2rem !important;
  padding-left: 8.2rem !important;
}
.px-9 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}
.px-10 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}
.px-11 {
  padding-right: 14rem !important;
  padding-left: 14rem !important;
}
.px-12 {
  padding-right: 16rem !important;
  padding-left: 16rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-3 {
  padding-top: 1.7rem !important;
  padding-bottom: 1.7rem !important;
}
.py-4 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-5 {
  padding-top: 3.4rem !important;
  padding-bottom: 3.4rem !important;
}
.py-6 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-7 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}
.py-8 {
  padding-top: 8.2rem !important;
  padding-bottom: 8.2rem !important;
}
.py-9 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.py-10 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}
.py-11 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}
.py-12 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.5rem !important;
}
.pt-2 {
  padding-top: 1rem !important;
}
.pt-3 {
  padding-top: 1.7rem !important;
}
.pt-4 {
  padding-top: 2.5rem !important;
}
.pt-5 {
  padding-top: 3.4rem !important;
}
.pt-6 {
  padding-top: 5rem !important;
}
.pt-7 {
  padding-top: 6.5rem !important;
}
.pt-8 {
  padding-top: 8.2rem !important;
}
.pt-9 {
  padding-top: 10rem !important;
}
.pt-10 {
  padding-top: 12rem !important;
}
.pt-11 {
  padding-top: 14rem !important;
}
.pt-12 {
  padding-top: 16rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.5rem !important;
}
.pe-2 {
  padding-right: 1rem !important;
}
.pe-3 {
  padding-right: 1.7rem !important;
}
.pe-4 {
  padding-right: 2.5rem !important;
}
.pe-5 {
  padding-right: 3.4rem !important;
}
.pe-6 {
  padding-right: 5rem !important;
}
.pe-7 {
  padding-right: 6.5rem !important;
}
.pe-8 {
  padding-right: 8.2rem !important;
}
.pe-9 {
  padding-right: 10rem !important;
}
.pe-10 {
  padding-right: 12rem !important;
}
.pe-11 {
  padding-right: 14rem !important;
}
.pe-12 {
  padding-right: 16rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.5rem !important;
}
.pb-2 {
  padding-bottom: 1rem !important;
}
.pb-3 {
  padding-bottom: 1.7rem !important;
}
.pb-4 {
  padding-bottom: 2.5rem !important;
}
.pb-5 {
  padding-bottom: 3.4rem !important;
}
.pb-6 {
  padding-bottom: 5rem !important;
}
.pb-7 {
  padding-bottom: 6.5rem !important;
}
.pb-8 {
  padding-bottom: 8.2rem !important;
}
.pb-9 {
  padding-bottom: 10rem !important;
}
.pb-10 {
  padding-bottom: 12rem !important;
}
.pb-11 {
  padding-bottom: 14rem !important;
}
.pb-12 {
  padding-bottom: 16rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.5rem !important;
}
.ps-2 {
  padding-left: 1rem !important;
}
.ps-3 {
  padding-left: 1.7rem !important;
}
.ps-4 {
  padding-left: 2.5rem !important;
}
.ps-5 {
  padding-left: 3.4rem !important;
}
.ps-6 {
  padding-left: 5rem !important;
}
.ps-7 {
  padding-left: 6.5rem !important;
}
.ps-8 {
  padding-left: 8.2rem !important;
}
.ps-9 {
  padding-left: 10rem !important;
}
.ps-10 {
  padding-left: 12rem !important;
}
.ps-11 {
  padding-left: 14rem !important;
}
.ps-12 {
  padding-left: 16rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.5rem !important;
}
.gap-2 {
  gap: 1rem !important;
}
.gap-3 {
  gap: 1.7rem !important;
}
.gap-4 {
  gap: 2.5rem !important;
}
.gap-5 {
  gap: 3.4rem !important;
}
.gap-6 {
  gap: 5rem !important;
}
.gap-7 {
  gap: 6.5rem !important;
}
.gap-8 {
  gap: 8.2rem !important;
}
.gap-9 {
  gap: 10rem !important;
}
.gap-10 {
  gap: 12rem !important;
}
.gap-11 {
  gap: 14rem !important;
}
.gap-12 {
  gap: 16rem !important;
}
.font-monospace {
  font-family: var(--font-monospace) !important;
}
.fs-25 {
  font-size: 0.25rem !important;
}
.fs-50 {
  font-size: 0.5rem !important;
}
.fs-75 {
  font-size: 0.75rem !important;
}
.fs-100 {
  font-size: 1rem !important;
}
.fs-125 {
  font-size: 1.25rem !important;
}
.fs-150 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-175 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-200 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-225 {
  font-size: calc(1.35rem + 1.2vw) !important;
}
.fs-250 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-275 {
  font-size: calc(1.4rem + 1.8vw) !important;
}
.fs-300 {
  font-size: calc(1.425rem + 2.1vw) !important;
}
.fs-350 {
  font-size: calc(1.475rem + 2.7vw) !important;
}
.fs-400 {
  font-size: calc(1.525rem + 3.3vw) !important;
}
.fs-450 {
  font-size: calc(1.575rem + 3.9vw) !important;
}
.fs-500 {
  font-size: calc(1.625rem + 4.5vw) !important;
}
.fs-600 {
  font-size: calc(1.725rem + 5.7vw) !important;
}
.fs-700 {
  font-size: calc(1.825rem + 6.9vw) !important;
}
.fs-800 {
  font-size: calc(1.925rem + 8.1vw) !important;
}
.fs-900 {
  font-size: calc(2.025rem + 9.3vw) !important;
}
.fs-1000 {
  font-size: calc(2.125rem + 10.5vw) !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 400 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 600 !important;
}
.fw-semibold {
  font-weight: 500 !important;
}
.fw-bolder {
  font-weight: 700 !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.4 !important;
}
.lh-base {
  line-height: 1.25 !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;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --text-opacity: 1;
  color: rgba(var(--primary-rgb), var(--text-opacity)) !important;
}
.text-secondary {
  --text-opacity: 1;
  color: rgba(var(--secondary-rgb), var(--text-opacity)) !important;
}
.text-success {
  --text-opacity: 1;
  color: rgba(var(--success-rgb), var(--text-opacity)) !important;
}
.text-info {
  --text-opacity: 1;
  color: rgba(var(--info-rgb), var(--text-opacity)) !important;
}
.text-warning {
  --text-opacity: 1;
  color: rgba(var(--warning-rgb), var(--text-opacity)) !important;
}
.text-danger {
  --text-opacity: 1;
  color: rgba(var(--danger-rgb), var(--text-opacity)) !important;
}
.text-light {
  --text-opacity: 1;
  color: rgba(var(--light-rgb), var(--text-opacity)) !important;
}
.text-dark {
  --text-opacity: 1;
  color: rgba(var(--dark-rgb), var(--text-opacity)) !important;
}
.text-transparent {
  --text-opacity: 1;
  color: rgba(var(--transparent-rgb), var(--text-opacity)) !important;
}
.text-white {
  --text-opacity: 1;
  color: rgba(var(--white-rgb), var(--text-opacity)) !important;
}
.text-black {
  --text-opacity: 1;
  color: rgba(var(--black-rgb), var(--text-opacity)) !important;
}
.text-lighter {
  --text-opacity: 1;
  color: rgba(var(--lighter-rgb), var(--text-opacity)) !important;
}
.text-gray-200 {
  --text-opacity: 1;
  color: rgba(var(--gray-200-rgb), var(--text-opacity)) !important;
}
.text-gray-light {
  --text-opacity: 1;
  color: rgba(var(--gray-light-rgb), var(--text-opacity)) !important;
}
.text-gray {
  --text-opacity: 1;
  color: rgba(var(--gray-rgb), var(--text-opacity)) !important;
}
.text-gray-dark {
  --text-opacity: 1;
  color: rgba(var(--gray-dark-rgb), var(--text-opacity)) !important;
}
.text-darker {
  --text-opacity: 1;
  color: rgba(var(--darker-rgb), var(--text-opacity)) !important;
}
.text-error {
  --text-opacity: 1;
  color: rgba(var(--error-rgb), var(--text-opacity)) !important;
}
.text-default {
  --text-opacity: 1;
  color: rgba(var(--default-rgb), var(--text-opacity)) !important;
}
.text-body {
  --text-opacity: 1;
  color: rgba(var(--body-color-rgb), var(--text-opacity)) !important;
}
.text-muted {
  --text-opacity: 1;
  color: #6c757d !important;
}
.text-black-50 {
  --text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  --text-opacity: 1;
  color: inherit !important;
}
.text-opacity-0 {
  --text-opacity: 0;
}
.text-opacity-5 {
  --text-opacity: 0.05;
}
.text-opacity-10 {
  --text-opacity: 0.1;
}
.text-opacity-15 {
  --text-opacity: 0.15;
}
.text-opacity-20 {
  --text-opacity: 0.2;
}
.text-opacity-25 {
  --text-opacity: 0.25;
}
.text-opacity-30 {
  --text-opacity: 0.3;
}
.text-opacity-33 {
  --text-opacity: 0.33;
}
.text-opacity-35 {
  --text-opacity: 0.35;
}
.text-opacity-40 {
  --text-opacity: 0.4;
}
.text-opacity-50 {
  --text-opacity: 0.5;
}
.text-opacity-55 {
  --text-opacity: 0.55;
}
.text-opacity-60 {
  --text-opacity: 0.6;
}
.text-opacity-65 {
  --text-opacity: 0.65;
}
.text-opacity-66 {
  --text-opacity: 0.66;
}
.text-opacity-70 {
  --text-opacity: 0.7;
}
.text-opacity-75 {
  --text-opacity: 0.75;
}
.text-opacity-80 {
  --text-opacity: 0.8;
}
.text-opacity-85 {
  --text-opacity: 0.85;
}
.text-opacity-90 {
  --text-opacity: 0.9;
}
.text-opacity-95 {
  --text-opacity: 0.95;
}
.text-opacity-100 {
  --text-opacity: 1;
}
.bg-primary {
  --bg-opacity: 1;
  background-color: rgba(var(--primary-rgb), var(--bg-opacity)) !important;
}
.bg-secondary {
  --bg-opacity: 1;
  background-color: rgba(var(--secondary-rgb), var(--bg-opacity)) !important;
}
.bg-success {
  --bg-opacity: 1;
  background-color: rgba(var(--success-rgb), var(--bg-opacity)) !important;
}
.bg-info {
  --bg-opacity: 1;
  background-color: rgba(var(--info-rgb), var(--bg-opacity)) !important;
}
.bg-warning {
  --bg-opacity: 1;
  background-color: rgba(var(--warning-rgb), var(--bg-opacity)) !important;
}
.bg-danger {
  --bg-opacity: 1;
  background-color: rgba(var(--danger-rgb), var(--bg-opacity)) !important;
}
.bg-light {
  --bg-opacity: 1;
  background-color: rgba(var(--light-rgb), var(--bg-opacity)) !important;
}
.bg-dark {
  --bg-opacity: 1;
  background-color: rgba(var(--dark-rgb), var(--bg-opacity)) !important;
}
.bg-transparent {
  --bg-opacity: 1;
  background-color: transparent !important;
}
.bg-white {
  --bg-opacity: 1;
  background-color: rgba(var(--white-rgb), var(--bg-opacity)) !important;
}
.bg-black {
  --bg-opacity: 1;
  background-color: rgba(var(--black-rgb), var(--bg-opacity)) !important;
}
.bg-lighter {
  --bg-opacity: 1;
  background-color: rgba(var(--lighter-rgb), var(--bg-opacity)) !important;
}
.bg-gray-200 {
  --bg-opacity: 1;
  background-color: rgba(var(--gray-200-rgb), var(--bg-opacity)) !important;
}
.bg-gray-light {
  --bg-opacity: 1;
  background-color: rgba(var(--gray-light-rgb), var(--bg-opacity)) !important;
}
.bg-gray {
  --bg-opacity: 1;
  background-color: rgba(var(--gray-rgb), var(--bg-opacity)) !important;
}
.bg-gray-dark {
  --bg-opacity: 1;
  background-color: rgba(var(--gray-dark-rgb), var(--bg-opacity)) !important;
}
.bg-darker {
  --bg-opacity: 1;
  background-color: rgba(var(--darker-rgb), var(--bg-opacity)) !important;
}
.bg-error {
  --bg-opacity: 1;
  background-color: rgba(var(--error-rgb), var(--bg-opacity)) !important;
}
.bg-default {
  --bg-opacity: 1;
  background-color: rgba(var(--default-rgb), var(--bg-opacity)) !important;
}
.bg-body {
  --bg-opacity: 1;
  background-color: rgba(var(--body-bg-rgb), var(--bg-opacity)) !important;
}
.bg-opacity-0 {
  --bg-opacity: 0;
}
.bg-opacity-5 {
  --bg-opacity: 0.05;
}
.bg-opacity-10 {
  --bg-opacity: 0.1;
}
.bg-opacity-15 {
  --bg-opacity: 0.15;
}
.bg-opacity-20 {
  --bg-opacity: 0.2;
}
.bg-opacity-25 {
  --bg-opacity: 0.25;
}
.bg-opacity-30 {
  --bg-opacity: 0.3;
}
.bg-opacity-33 {
  --bg-opacity: 0.33;
}
.bg-opacity-35 {
  --bg-opacity: 0.35;
}
.bg-opacity-40 {
  --bg-opacity: 0.4;
}
.bg-opacity-50 {
  --bg-opacity: 0.5;
}
.bg-opacity-55 {
  --bg-opacity: 0.55;
}
.bg-opacity-60 {
  --bg-opacity: 0.6;
}
.bg-opacity-65 {
  --bg-opacity: 0.65;
}
.bg-opacity-66 {
  --bg-opacity: 0.66;
}
.bg-opacity-70 {
  --bg-opacity: 0.7;
}
.bg-opacity-75 {
  --bg-opacity: 0.75;
}
.bg-opacity-80 {
  --bg-opacity: 0.8;
}
.bg-opacity-85 {
  --bg-opacity: 0.85;
}
.bg-opacity-90 {
  --bg-opacity: 0.9;
}
.bg-opacity-95 {
  --bg-opacity: 0.95;
}
.bg-opacity-100 {
  --bg-opacity: 1;
}
.bg-gradient {
  background-image: var(--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(--border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--border-radius) !important;
}
.rounded-3 {
  border-radius: var(--border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--border-radius-2xl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--border-radius) !important;
  border-top-right-radius: var(--border-radius) !important;
}
.rounded-end {
  border-top-right-radius: var(--border-radius) !important;
  border-bottom-right-radius: var(--border-radius) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--border-radius) !important;
  border-bottom-left-radius: var(--border-radius) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--border-radius) !important;
  border-top-left-radius: var(--border-radius) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.max-vw-25 {
  max-width: 25vw !important;
}
.max-vw-33 {
  max-width: 33.3333vw !important;
}
.max-vw-50 {
  max-width: 50vw !important;
}
.max-vw-66 {
  max-width: 66.6666vw !important;
}
.max-vw-75 {
  max-width: 75vw !important;
}
.max-vw-100 {
  max-width: 100vw !important;
}
.max-vw-auto {
  max-width: auto !important;
}
.max-vh-25 {
  max-height: 25vh !important;
}
.max-vh-33 {
  max-height: 33.3333vh !important;
}
.max-vh-50 {
  max-height: 50vh !important;
}
.max-vh-66 {
  max-height: 66.6666vh !important;
}
.max-vh-75 {
  max-height: 75vh !important;
}
.max-vh-100 {
  max-height: 100vh !important;
}
.max-vh-auto {
  max-height: auto !important;
}
.layer-first {
  z-index: -1 !important;
}
.layer-0 {
  z-index: 0 !important;
}
.layer-1 {
  z-index: 1 !important;
}
.layer-2 {
  z-index: 2 !important;
}
.layer-3 {
  z-index: 3 !important;
}
.layer-4 {
  z-index: 4 !important;
}
.layer-5 {
  z-index: 5 !important;
}
.layer-6 {
  z-index: 6 !important;
}
.layer-7 {
  z-index: 7 !important;
}
.layer-8 {
  z-index: 8 !important;
}
.layer-9 {
  z-index: 9 !important;
}
.layer-last {
  z-index: 10 !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-wait {
  cursor: wait !important;
}
.cursor-help {
  cursor: help !important;
}
.cursor-grab {
  cursor: grab !important;
}
.cursor-grabbing {
  cursor: grabbing !important;
}
.cursor-move {
  cursor: move !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-progress {
  cursor: progress !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .opacity-sm-0 {
    opacity: 0 !important;
  }
  .opacity-sm-15 {
    opacity: 0.15 !important;
  }
  .opacity-sm-25 {
    opacity: 0.25 !important;
  }
  .opacity-sm-33 {
    opacity: 0.33 !important;
  }
  .opacity-sm-50 {
    opacity: 0.5 !important;
  }
  .opacity-sm-66 {
    opacity: 0.66 !important;
  }
  .opacity-sm-75 {
    opacity: 0.75 !important;
  }
  .opacity-sm-85 {
    opacity: 0.85 !important;
  }
  .opacity-sm-100 {
    opacity: 1 !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-33 {
    width: 33.3333% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-66 {
    width: 66.6666% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .mw-sm-25 {
    max-width: 25% !important;
  }
  .mw-sm-33 {
    max-width: 33.3333% !important;
  }
  .mw-sm-50 {
    max-width: 50% !important;
  }
  .mw-sm-66 {
    max-width: 66.6666% !important;
  }
  .mw-sm-75 {
    max-width: 75% !important;
  }
  .mw-sm-100 {
    max-width: 100% !important;
  }
  .mw-sm-auto {
    max-width: auto !important;
  }
  .vw-sm-25 {
    width: 25vw !important;
  }
  .vw-sm-33 {
    width: 33.3333vw !important;
  }
  .vw-sm-50 {
    width: 50vw !important;
  }
  .vw-sm-66 {
    width: 66.6666vw !important;
  }
  .vw-sm-75 {
    width: 75vw !important;
  }
  .vw-sm-100 {
    width: 100vw !important;
  }
  .vw-sm-auto {
    width: auto !important;
  }
  .min-vw-sm-25 {
    min-width: 25vw !important;
  }
  .min-vw-sm-33 {
    min-width: 33.3333vw !important;
  }
  .min-vw-sm-50 {
    min-width: 50vw !important;
  }
  .min-vw-sm-66 {
    min-width: 66.6666vw !important;
  }
  .min-vw-sm-75 {
    min-width: 75vw !important;
  }
  .min-vw-sm-100 {
    min-width: 100vw !important;
  }
  .min-vw-sm-auto {
    min-width: auto !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-33 {
    height: 33.3333% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-66 {
    height: 66.6666% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .mh-sm-25 {
    max-height: 25% !important;
  }
  .mh-sm-33 {
    max-height: 33.3333% !important;
  }
  .mh-sm-50 {
    max-height: 50% !important;
  }
  .mh-sm-66 {
    max-height: 66.6666% !important;
  }
  .mh-sm-75 {
    max-height: 75% !important;
  }
  .mh-sm-100 {
    max-height: 100% !important;
  }
  .mh-sm-auto {
    max-height: auto !important;
  }
  .vh-sm-25 {
    height: 25vh !important;
  }
  .vh-sm-33 {
    height: 33.3333vh !important;
  }
  .vh-sm-50 {
    height: 50vh !important;
  }
  .vh-sm-66 {
    height: 66.6666vh !important;
  }
  .vh-sm-75 {
    height: 75vh !important;
  }
  .vh-sm-100 {
    height: 100vh !important;
  }
  .vh-sm-auto {
    height: auto !important;
  }
  .min-vh-sm-25 {
    min-height: 25vh !important;
  }
  .min-vh-sm-33 {
    min-height: 33.3333vh !important;
  }
  .min-vh-sm-50 {
    min-height: 50vh !important;
  }
  .min-vh-sm-66 {
    min-height: 66.6666vh !important;
  }
  .min-vh-sm-75 {
    min-height: 75vh !important;
  }
  .min-vh-sm-100 {
    min-height: 100vh !important;
  }
  .min-vh-sm-auto {
    min-height: auto !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.5rem !important;
  }
  .m-sm-2 {
    margin: 1rem !important;
  }
  .m-sm-3 {
    margin: 1.7rem !important;
  }
  .m-sm-4 {
    margin: 2.5rem !important;
  }
  .m-sm-5 {
    margin: 3.4rem !important;
  }
  .m-sm-6 {
    margin: 5rem !important;
  }
  .m-sm-7 {
    margin: 6.5rem !important;
  }
  .m-sm-8 {
    margin: 8.2rem !important;
  }
  .m-sm-9 {
    margin: 10rem !important;
  }
  .m-sm-10 {
    margin: 12rem !important;
  }
  .m-sm-11 {
    margin: 14rem !important;
  }
  .m-sm-12 {
    margin: 16rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1.7rem !important;
    margin-left: 1.7rem !important;
  }
  .mx-sm-4 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3.4rem !important;
    margin-left: 3.4rem !important;
  }
  .mx-sm-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-7 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-sm-8 {
    margin-right: 8.2rem !important;
    margin-left: 8.2rem !important;
  }
  .mx-sm-9 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-10 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-sm-11 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-sm-12 {
    margin-right: 16rem !important;
    margin-left: 16rem !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.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1.7rem !important;
    margin-bottom: 1.7rem !important;
  }
  .my-sm-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3.4rem !important;
    margin-bottom: 3.4rem !important;
  }
  .my-sm-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-7 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-sm-8 {
    margin-top: 8.2rem !important;
    margin-bottom: 8.2rem !important;
  }
  .my-sm-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-10 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-sm-11 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-sm-12 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !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.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1.7rem !important;
  }
  .mt-sm-4 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3.4rem !important;
  }
  .mt-sm-6 {
    margin-top: 5rem !important;
  }
  .mt-sm-7 {
    margin-top: 6.5rem !important;
  }
  .mt-sm-8 {
    margin-top: 8.2rem !important;
  }
  .mt-sm-9 {
    margin-top: 10rem !important;
  }
  .mt-sm-10 {
    margin-top: 12rem !important;
  }
  .mt-sm-11 {
    margin-top: 14rem !important;
  }
  .mt-sm-12 {
    margin-top: 16rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.5rem !important;
  }
  .me-sm-2 {
    margin-right: 1rem !important;
  }
  .me-sm-3 {
    margin-right: 1.7rem !important;
  }
  .me-sm-4 {
    margin-right: 2.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3.4rem !important;
  }
  .me-sm-6 {
    margin-right: 5rem !important;
  }
  .me-sm-7 {
    margin-right: 6.5rem !important;
  }
  .me-sm-8 {
    margin-right: 8.2rem !important;
  }
  .me-sm-9 {
    margin-right: 10rem !important;
  }
  .me-sm-10 {
    margin-right: 12rem !important;
  }
  .me-sm-11 {
    margin-right: 14rem !important;
  }
  .me-sm-12 {
    margin-right: 16rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.7rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3.4rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 6.5rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 8.2rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 12rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 14rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 16rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-2 {
    margin-left: 1rem !important;
  }
  .ms-sm-3 {
    margin-left: 1.7rem !important;
  }
  .ms-sm-4 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3.4rem !important;
  }
  .ms-sm-6 {
    margin-left: 5rem !important;
  }
  .ms-sm-7 {
    margin-left: 6.5rem !important;
  }
  .ms-sm-8 {
    margin-left: 8.2rem !important;
  }
  .ms-sm-9 {
    margin-left: 10rem !important;
  }
  .ms-sm-10 {
    margin-left: 12rem !important;
  }
  .ms-sm-11 {
    margin-left: 14rem !important;
  }
  .ms-sm-12 {
    margin-left: 16rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.5rem !important;
  }
  .m-sm-n2 {
    margin: -1rem !important;
  }
  .m-sm-n3 {
    margin: -1.7rem !important;
  }
  .m-sm-n4 {
    margin: -2.5rem !important;
  }
  .m-sm-n5 {
    margin: -3.4rem !important;
  }
  .m-sm-n6 {
    margin: -5rem !important;
  }
  .m-sm-n7 {
    margin: -6.5rem !important;
  }
  .m-sm-n8 {
    margin: -8.2rem !important;
  }
  .m-sm-n9 {
    margin: -10rem !important;
  }
  .m-sm-n10 {
    margin: -12rem !important;
  }
  .m-sm-n11 {
    margin: -14rem !important;
  }
  .m-sm-n12 {
    margin: -16rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1.7rem !important;
    margin-left: -1.7rem !important;
  }
  .mx-sm-n4 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3.4rem !important;
    margin-left: -3.4rem !important;
  }
  .mx-sm-n6 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n7 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-sm-n8 {
    margin-right: -8.2rem !important;
    margin-left: -8.2rem !important;
  }
  .mx-sm-n9 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-sm-n10 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-sm-n11 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-sm-n12 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n3 {
    margin-top: -1.7rem !important;
    margin-bottom: -1.7rem !important;
  }
  .my-sm-n4 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3.4rem !important;
    margin-bottom: -3.4rem !important;
  }
  .my-sm-n6 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n7 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-sm-n8 {
    margin-top: -8.2rem !important;
    margin-bottom: -8.2rem !important;
  }
  .my-sm-n9 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-sm-n10 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-sm-n11 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-sm-n12 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n2 {
    margin-top: -1rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1.7rem !important;
  }
  .mt-sm-n4 {
    margin-top: -2.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3.4rem !important;
  }
  .mt-sm-n6 {
    margin-top: -5rem !important;
  }
  .mt-sm-n7 {
    margin-top: -6.5rem !important;
  }
  .mt-sm-n8 {
    margin-top: -8.2rem !important;
  }
  .mt-sm-n9 {
    margin-top: -10rem !important;
  }
  .mt-sm-n10 {
    margin-top: -12rem !important;
  }
  .mt-sm-n11 {
    margin-top: -14rem !important;
  }
  .mt-sm-n12 {
    margin-top: -16rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n2 {
    margin-right: -1rem !important;
  }
  .me-sm-n3 {
    margin-right: -1.7rem !important;
  }
  .me-sm-n4 {
    margin-right: -2.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3.4rem !important;
  }
  .me-sm-n6 {
    margin-right: -5rem !important;
  }
  .me-sm-n7 {
    margin-right: -6.5rem !important;
  }
  .me-sm-n8 {
    margin-right: -8.2rem !important;
  }
  .me-sm-n9 {
    margin-right: -10rem !important;
  }
  .me-sm-n10 {
    margin-right: -12rem !important;
  }
  .me-sm-n11 {
    margin-right: -14rem !important;
  }
  .me-sm-n12 {
    margin-right: -16rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1.7rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -2.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3.4rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -6.5rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -8.2rem !important;
  }
  .mb-sm-n9 {
    margin-bottom: -10rem !important;
  }
  .mb-sm-n10 {
    margin-bottom: -12rem !important;
  }
  .mb-sm-n11 {
    margin-bottom: -14rem !important;
  }
  .mb-sm-n12 {
    margin-bottom: -16rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n2 {
    margin-left: -1rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1.7rem !important;
  }
  .ms-sm-n4 {
    margin-left: -2.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3.4rem !important;
  }
  .ms-sm-n6 {
    margin-left: -5rem !important;
  }
  .ms-sm-n7 {
    margin-left: -6.5rem !important;
  }
  .ms-sm-n8 {
    margin-left: -8.2rem !important;
  }
  .ms-sm-n9 {
    margin-left: -10rem !important;
  }
  .ms-sm-n10 {
    margin-left: -12rem !important;
  }
  .ms-sm-n11 {
    margin-left: -14rem !important;
  }
  .ms-sm-n12 {
    margin-left: -16rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 1rem !important;
  }
  .p-sm-3 {
    padding: 1.7rem !important;
  }
  .p-sm-4 {
    padding: 2.5rem !important;
  }
  .p-sm-5 {
    padding: 3.4rem !important;
  }
  .p-sm-6 {
    padding: 5rem !important;
  }
  .p-sm-7 {
    padding: 6.5rem !important;
  }
  .p-sm-8 {
    padding: 8.2rem !important;
  }
  .p-sm-9 {
    padding: 10rem !important;
  }
  .p-sm-10 {
    padding: 12rem !important;
  }
  .p-sm-11 {
    padding: 14rem !important;
  }
  .p-sm-12 {
    padding: 16rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1.7rem !important;
    padding-left: 1.7rem !important;
  }
  .px-sm-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3.4rem !important;
    padding-left: 3.4rem !important;
  }
  .px-sm-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-7 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-sm-8 {
    padding-right: 8.2rem !important;
    padding-left: 8.2rem !important;
  }
  .px-sm-9 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-10 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-sm-11 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-sm-12 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important;
  }
  .py-sm-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3.4rem !important;
    padding-bottom: 3.4rem !important;
  }
  .py-sm-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-7 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-sm-8 {
    padding-top: 8.2rem !important;
    padding-bottom: 8.2rem !important;
  }
  .py-sm-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-10 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-sm-11 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-sm-12 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1.7rem !important;
  }
  .pt-sm-4 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3.4rem !important;
  }
  .pt-sm-6 {
    padding-top: 5rem !important;
  }
  .pt-sm-7 {
    padding-top: 6.5rem !important;
  }
  .pt-sm-8 {
    padding-top: 8.2rem !important;
  }
  .pt-sm-9 {
    padding-top: 10rem !important;
  }
  .pt-sm-10 {
    padding-top: 12rem !important;
  }
  .pt-sm-11 {
    padding-top: 14rem !important;
  }
  .pt-sm-12 {
    padding-top: 16rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-2 {
    padding-right: 1rem !important;
  }
  .pe-sm-3 {
    padding-right: 1.7rem !important;
  }
  .pe-sm-4 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3.4rem !important;
  }
  .pe-sm-6 {
    padding-right: 5rem !important;
  }
  .pe-sm-7 {
    padding-right: 6.5rem !important;
  }
  .pe-sm-8 {
    padding-right: 8.2rem !important;
  }
  .pe-sm-9 {
    padding-right: 10rem !important;
  }
  .pe-sm-10 {
    padding-right: 12rem !important;
  }
  .pe-sm-11 {
    padding-right: 14rem !important;
  }
  .pe-sm-12 {
    padding-right: 16rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.7rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3.4rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 6.5rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 8.2rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 12rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 14rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 16rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-2 {
    padding-left: 1rem !important;
  }
  .ps-sm-3 {
    padding-left: 1.7rem !important;
  }
  .ps-sm-4 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3.4rem !important;
  }
  .ps-sm-6 {
    padding-left: 5rem !important;
  }
  .ps-sm-7 {
    padding-left: 6.5rem !important;
  }
  .ps-sm-8 {
    padding-left: 8.2rem !important;
  }
  .ps-sm-9 {
    padding-left: 10rem !important;
  }
  .ps-sm-10 {
    padding-left: 12rem !important;
  }
  .ps-sm-11 {
    padding-left: 14rem !important;
  }
  .ps-sm-12 {
    padding-left: 16rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.5rem !important;
  }
  .gap-sm-2 {
    gap: 1rem !important;
  }
  .gap-sm-3 {
    gap: 1.7rem !important;
  }
  .gap-sm-4 {
    gap: 2.5rem !important;
  }
  .gap-sm-5 {
    gap: 3.4rem !important;
  }
  .gap-sm-6 {
    gap: 5rem !important;
  }
  .gap-sm-7 {
    gap: 6.5rem !important;
  }
  .gap-sm-8 {
    gap: 8.2rem !important;
  }
  .gap-sm-9 {
    gap: 10rem !important;
  }
  .gap-sm-10 {
    gap: 12rem !important;
  }
  .gap-sm-11 {
    gap: 14rem !important;
  }
  .gap-sm-12 {
    gap: 16rem !important;
  }
  .fs-sm-25 {
    font-size: 0.25rem !important;
  }
  .fs-sm-50 {
    font-size: 0.5rem !important;
  }
  .fs-sm-75 {
    font-size: 0.75rem !important;
  }
  .fs-sm-100 {
    font-size: 1rem !important;
  }
  .fs-sm-125 {
    font-size: 1.25rem !important;
  }
  .fs-sm-150 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-sm-175 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-sm-200 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-sm-225 {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  .fs-sm-250 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-sm-275 {
    font-size: calc(1.4rem + 1.8vw) !important;
  }
  .fs-sm-300 {
    font-size: calc(1.425rem + 2.1vw) !important;
  }
  .fs-sm-350 {
    font-size: calc(1.475rem + 2.7vw) !important;
  }
  .fs-sm-400 {
    font-size: calc(1.525rem + 3.3vw) !important;
  }
  .fs-sm-450 {
    font-size: calc(1.575rem + 3.9vw) !important;
  }
  .fs-sm-500 {
    font-size: calc(1.625rem + 4.5vw) !important;
  }
  .fs-sm-600 {
    font-size: calc(1.725rem + 5.7vw) !important;
  }
  .fs-sm-700 {
    font-size: calc(1.825rem + 6.9vw) !important;
  }
  .fs-sm-800 {
    font-size: calc(1.925rem + 8.1vw) !important;
  }
  .fs-sm-900 {
    font-size: calc(2.025rem + 9.3vw) !important;
  }
  .fs-sm-1000 {
    font-size: calc(2.125rem + 10.5vw) !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-primary {
    --text-opacity: 1;
    color: rgba(var(--primary-rgb), var(--text-opacity)) !important;
  }
  .text-sm-secondary {
    --text-opacity: 1;
    color: rgba(var(--secondary-rgb), var(--text-opacity)) !important;
  }
  .text-sm-success {
    --text-opacity: 1;
    color: rgba(var(--success-rgb), var(--text-opacity)) !important;
  }
  .text-sm-info {
    --text-opacity: 1;
    color: rgba(var(--info-rgb), var(--text-opacity)) !important;
  }
  .text-sm-warning {
    --text-opacity: 1;
    color: rgba(var(--warning-rgb), var(--text-opacity)) !important;
  }
  .text-sm-danger {
    --text-opacity: 1;
    color: rgba(var(--danger-rgb), var(--text-opacity)) !important;
  }
  .text-sm-light {
    --text-opacity: 1;
    color: rgba(var(--light-rgb), var(--text-opacity)) !important;
  }
  .text-sm-dark {
    --text-opacity: 1;
    color: rgba(var(--dark-rgb), var(--text-opacity)) !important;
  }
  .text-sm-transparent {
    --text-opacity: 1;
    color: rgba(var(--transparent-rgb), var(--text-opacity)) !important;
  }
  .text-sm-white {
    --text-opacity: 1;
    color: rgba(var(--white-rgb), var(--text-opacity)) !important;
  }
  .text-sm-black {
    --text-opacity: 1;
    color: rgba(var(--black-rgb), var(--text-opacity)) !important;
  }
  .text-sm-lighter {
    --text-opacity: 1;
    color: rgba(var(--lighter-rgb), var(--text-opacity)) !important;
  }
  .text-sm-gray-200 {
    --text-opacity: 1;
    color: rgba(var(--gray-200-rgb), var(--text-opacity)) !important;
  }
  .text-sm-gray-light {
    --text-opacity: 1;
    color: rgba(var(--gray-light-rgb), var(--text-opacity)) !important;
  }
  .text-sm-gray {
    --text-opacity: 1;
    color: rgba(var(--gray-rgb), var(--text-opacity)) !important;
  }
  .text-sm-gray-dark {
    --text-opacity: 1;
    color: rgba(var(--gray-dark-rgb), var(--text-opacity)) !important;
  }
  .text-sm-darker {
    --text-opacity: 1;
    color: rgba(var(--darker-rgb), var(--text-opacity)) !important;
  }
  .text-sm-error {
    --text-opacity: 1;
    color: rgba(var(--error-rgb), var(--text-opacity)) !important;
  }
  .text-sm-default {
    --text-opacity: 1;
    color: rgba(var(--default-rgb), var(--text-opacity)) !important;
  }
  .text-sm-body {
    --text-opacity: 1;
    color: rgba(var(--body-color-rgb), var(--text-opacity)) !important;
  }
  .text-sm-muted {
    --text-opacity: 1;
    color: #6c757d !important;
  }
  .text-sm-black-50 {
    --text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
  }
  .text-sm-white-50 {
    --text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .text-sm-reset {
    --text-opacity: 1;
    color: inherit !important;
  }
  .text-opacity-sm-0 {
    --text-opacity: 0;
  }
  .text-opacity-sm-5 {
    --text-opacity: 0.05;
  }
  .text-opacity-sm-10 {
    --text-opacity: 0.1;
  }
  .text-opacity-sm-15 {
    --text-opacity: 0.15;
  }
  .text-opacity-sm-20 {
    --text-opacity: 0.2;
  }
  .text-opacity-sm-25 {
    --text-opacity: 0.25;
  }
  .text-opacity-sm-30 {
    --text-opacity: 0.3;
  }
  .text-opacity-sm-33 {
    --text-opacity: 0.33;
  }
  .text-opacity-sm-35 {
    --text-opacity: 0.35;
  }
  .text-opacity-sm-40 {
    --text-opacity: 0.4;
  }
  .text-opacity-sm-50 {
    --text-opacity: 0.5;
  }
  .text-opacity-sm-55 {
    --text-opacity: 0.55;
  }
  .text-opacity-sm-60 {
    --text-opacity: 0.6;
  }
  .text-opacity-sm-65 {
    --text-opacity: 0.65;
  }
  .text-opacity-sm-66 {
    --text-opacity: 0.66;
  }
  .text-opacity-sm-70 {
    --text-opacity: 0.7;
  }
  .text-opacity-sm-75 {
    --text-opacity: 0.75;
  }
  .text-opacity-sm-80 {
    --text-opacity: 0.8;
  }
  .text-opacity-sm-85 {
    --text-opacity: 0.85;
  }
  .text-opacity-sm-90 {
    --text-opacity: 0.9;
  }
  .text-opacity-sm-95 {
    --text-opacity: 0.95;
  }
  .text-opacity-sm-100 {
    --text-opacity: 1;
  }
  .bg-opacity-sm-0 {
    --bg-opacity: 0;
  }
  .bg-opacity-sm-5 {
    --bg-opacity: 0.05;
  }
  .bg-opacity-sm-10 {
    --bg-opacity: 0.1;
  }
  .bg-opacity-sm-15 {
    --bg-opacity: 0.15;
  }
  .bg-opacity-sm-20 {
    --bg-opacity: 0.2;
  }
  .bg-opacity-sm-25 {
    --bg-opacity: 0.25;
  }
  .bg-opacity-sm-30 {
    --bg-opacity: 0.3;
  }
  .bg-opacity-sm-33 {
    --bg-opacity: 0.33;
  }
  .bg-opacity-sm-35 {
    --bg-opacity: 0.35;
  }
  .bg-opacity-sm-40 {
    --bg-opacity: 0.4;
  }
  .bg-opacity-sm-50 {
    --bg-opacity: 0.5;
  }
  .bg-opacity-sm-55 {
    --bg-opacity: 0.55;
  }
  .bg-opacity-sm-60 {
    --bg-opacity: 0.6;
  }
  .bg-opacity-sm-65 {
    --bg-opacity: 0.65;
  }
  .bg-opacity-sm-66 {
    --bg-opacity: 0.66;
  }
  .bg-opacity-sm-70 {
    --bg-opacity: 0.7;
  }
  .bg-opacity-sm-75 {
    --bg-opacity: 0.75;
  }
  .bg-opacity-sm-80 {
    --bg-opacity: 0.8;
  }
  .bg-opacity-sm-85 {
    --bg-opacity: 0.85;
  }
  .bg-opacity-sm-90 {
    --bg-opacity: 0.9;
  }
  .bg-opacity-sm-95 {
    --bg-opacity: 0.95;
  }
  .bg-opacity-sm-100 {
    --bg-opacity: 1;
  }
  .max-vw-sm-25 {
    max-width: 25vw !important;
  }
  .max-vw-sm-33 {
    max-width: 33.3333vw !important;
  }
  .max-vw-sm-50 {
    max-width: 50vw !important;
  }
  .max-vw-sm-66 {
    max-width: 66.6666vw !important;
  }
  .max-vw-sm-75 {
    max-width: 75vw !important;
  }
  .max-vw-sm-100 {
    max-width: 100vw !important;
  }
  .max-vw-sm-auto {
    max-width: auto !important;
  }
  .max-vh-sm-25 {
    max-height: 25vh !important;
  }
  .max-vh-sm-33 {
    max-height: 33.3333vh !important;
  }
  .max-vh-sm-50 {
    max-height: 50vh !important;
  }
  .max-vh-sm-66 {
    max-height: 66.6666vh !important;
  }
  .max-vh-sm-75 {
    max-height: 75vh !important;
  }
  .max-vh-sm-100 {
    max-height: 100vh !important;
  }
  .max-vh-sm-auto {
    max-height: auto !important;
  }
  .layer-sm-first {
    z-index: -1 !important;
  }
  .layer-sm-0 {
    z-index: 0 !important;
  }
  .layer-sm-1 {
    z-index: 1 !important;
  }
  .layer-sm-2 {
    z-index: 2 !important;
  }
  .layer-sm-3 {
    z-index: 3 !important;
  }
  .layer-sm-4 {
    z-index: 4 !important;
  }
  .layer-sm-5 {
    z-index: 5 !important;
  }
  .layer-sm-6 {
    z-index: 6 !important;
  }
  .layer-sm-7 {
    z-index: 7 !important;
  }
  .layer-sm-8 {
    z-index: 8 !important;
  }
  .layer-sm-9 {
    z-index: 9 !important;
  }
  .layer-sm-last {
    z-index: 10 !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .opacity-md-0 {
    opacity: 0 !important;
  }
  .opacity-md-15 {
    opacity: 0.15 !important;
  }
  .opacity-md-25 {
    opacity: 0.25 !important;
  }
  .opacity-md-33 {
    opacity: 0.33 !important;
  }
  .opacity-md-50 {
    opacity: 0.5 !important;
  }
  .opacity-md-66 {
    opacity: 0.66 !important;
  }
  .opacity-md-75 {
    opacity: 0.75 !important;
  }
  .opacity-md-85 {
    opacity: 0.85 !important;
  }
  .opacity-md-100 {
    opacity: 1 !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-33 {
    width: 33.3333% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-66 {
    width: 66.6666% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .mw-md-25 {
    max-width: 25% !important;
  }
  .mw-md-33 {
    max-width: 33.3333% !important;
  }
  .mw-md-50 {
    max-width: 50% !important;
  }
  .mw-md-66 {
    max-width: 66.6666% !important;
  }
  .mw-md-75 {
    max-width: 75% !important;
  }
  .mw-md-100 {
    max-width: 100% !important;
  }
  .mw-md-auto {
    max-width: auto !important;
  }
  .vw-md-25 {
    width: 25vw !important;
  }
  .vw-md-33 {
    width: 33.3333vw !important;
  }
  .vw-md-50 {
    width: 50vw !important;
  }
  .vw-md-66 {
    width: 66.6666vw !important;
  }
  .vw-md-75 {
    width: 75vw !important;
  }
  .vw-md-100 {
    width: 100vw !important;
  }
  .vw-md-auto {
    width: auto !important;
  }
  .min-vw-md-25 {
    min-width: 25vw !important;
  }
  .min-vw-md-33 {
    min-width: 33.3333vw !important;
  }
  .min-vw-md-50 {
    min-width: 50vw !important;
  }
  .min-vw-md-66 {
    min-width: 66.6666vw !important;
  }
  .min-vw-md-75 {
    min-width: 75vw !important;
  }
  .min-vw-md-100 {
    min-width: 100vw !important;
  }
  .min-vw-md-auto {
    min-width: auto !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-33 {
    height: 33.3333% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-66 {
    height: 66.6666% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .mh-md-25 {
    max-height: 25% !important;
  }
  .mh-md-33 {
    max-height: 33.3333% !important;
  }
  .mh-md-50 {
    max-height: 50% !important;
  }
  .mh-md-66 {
    max-height: 66.6666% !important;
  }
  .mh-md-75 {
    max-height: 75% !important;
  }
  .mh-md-100 {
    max-height: 100% !important;
  }
  .mh-md-auto {
    max-height: auto !important;
  }
  .vh-md-25 {
    height: 25vh !important;
  }
  .vh-md-33 {
    height: 33.3333vh !important;
  }
  .vh-md-50 {
    height: 50vh !important;
  }
  .vh-md-66 {
    height: 66.6666vh !important;
  }
  .vh-md-75 {
    height: 75vh !important;
  }
  .vh-md-100 {
    height: 100vh !important;
  }
  .vh-md-auto {
    height: auto !important;
  }
  .min-vh-md-25 {
    min-height: 25vh !important;
  }
  .min-vh-md-33 {
    min-height: 33.3333vh !important;
  }
  .min-vh-md-50 {
    min-height: 50vh !important;
  }
  .min-vh-md-66 {
    min-height: 66.6666vh !important;
  }
  .min-vh-md-75 {
    min-height: 75vh !important;
  }
  .min-vh-md-100 {
    min-height: 100vh !important;
  }
  .min-vh-md-auto {
    min-height: auto !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.5rem !important;
  }
  .m-md-2 {
    margin: 1rem !important;
  }
  .m-md-3 {
    margin: 1.7rem !important;
  }
  .m-md-4 {
    margin: 2.5rem !important;
  }
  .m-md-5 {
    margin: 3.4rem !important;
  }
  .m-md-6 {
    margin: 5rem !important;
  }
  .m-md-7 {
    margin: 6.5rem !important;
  }
  .m-md-8 {
    margin: 8.2rem !important;
  }
  .m-md-9 {
    margin: 10rem !important;
  }
  .m-md-10 {
    margin: 12rem !important;
  }
  .m-md-11 {
    margin: 14rem !important;
  }
  .m-md-12 {
    margin: 16rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1.7rem !important;
    margin-left: 1.7rem !important;
  }
  .mx-md-4 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3.4rem !important;
    margin-left: 3.4rem !important;
  }
  .mx-md-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-7 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-md-8 {
    margin-right: 8.2rem !important;
    margin-left: 8.2rem !important;
  }
  .mx-md-9 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-10 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-md-11 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-md-12 {
    margin-right: 16rem !important;
    margin-left: 16rem !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.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1.7rem !important;
    margin-bottom: 1.7rem !important;
  }
  .my-md-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-5 {
    margin-top: 3.4rem !important;
    margin-bottom: 3.4rem !important;
  }
  .my-md-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-7 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-md-8 {
    margin-top: 8.2rem !important;
    margin-bottom: 8.2rem !important;
  }
  .my-md-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-10 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-md-11 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-md-12 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !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.5rem !important;
  }
  .mt-md-2 {
    margin-top: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1.7rem !important;
  }
  .mt-md-4 {
    margin-top: 2.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3.4rem !important;
  }
  .mt-md-6 {
    margin-top: 5rem !important;
  }
  .mt-md-7 {
    margin-top: 6.5rem !important;
  }
  .mt-md-8 {
    margin-top: 8.2rem !important;
  }
  .mt-md-9 {
    margin-top: 10rem !important;
  }
  .mt-md-10 {
    margin-top: 12rem !important;
  }
  .mt-md-11 {
    margin-top: 14rem !important;
  }
  .mt-md-12 {
    margin-top: 16rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.5rem !important;
  }
  .me-md-2 {
    margin-right: 1rem !important;
  }
  .me-md-3 {
    margin-right: 1.7rem !important;
  }
  .me-md-4 {
    margin-right: 2.5rem !important;
  }
  .me-md-5 {
    margin-right: 3.4rem !important;
  }
  .me-md-6 {
    margin-right: 5rem !important;
  }
  .me-md-7 {
    margin-right: 6.5rem !important;
  }
  .me-md-8 {
    margin-right: 8.2rem !important;
  }
  .me-md-9 {
    margin-right: 10rem !important;
  }
  .me-md-10 {
    margin-right: 12rem !important;
  }
  .me-md-11 {
    margin-right: 14rem !important;
  }
  .me-md-12 {
    margin-right: 16rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.7rem !important;
  }
  .mb-md-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3.4rem !important;
  }
  .mb-md-6 {
    margin-bottom: 5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 6.5rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8.2rem !important;
  }
  .mb-md-9 {
    margin-bottom: 10rem !important;
  }
  .mb-md-10 {
    margin-bottom: 12rem !important;
  }
  .mb-md-11 {
    margin-bottom: 14rem !important;
  }
  .mb-md-12 {
    margin-bottom: 16rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.5rem !important;
  }
  .ms-md-2 {
    margin-left: 1rem !important;
  }
  .ms-md-3 {
    margin-left: 1.7rem !important;
  }
  .ms-md-4 {
    margin-left: 2.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3.4rem !important;
  }
  .ms-md-6 {
    margin-left: 5rem !important;
  }
  .ms-md-7 {
    margin-left: 6.5rem !important;
  }
  .ms-md-8 {
    margin-left: 8.2rem !important;
  }
  .ms-md-9 {
    margin-left: 10rem !important;
  }
  .ms-md-10 {
    margin-left: 12rem !important;
  }
  .ms-md-11 {
    margin-left: 14rem !important;
  }
  .ms-md-12 {
    margin-left: 16rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.5rem !important;
  }
  .m-md-n2 {
    margin: -1rem !important;
  }
  .m-md-n3 {
    margin: -1.7rem !important;
  }
  .m-md-n4 {
    margin: -2.5rem !important;
  }
  .m-md-n5 {
    margin: -3.4rem !important;
  }
  .m-md-n6 {
    margin: -5rem !important;
  }
  .m-md-n7 {
    margin: -6.5rem !important;
  }
  .m-md-n8 {
    margin: -8.2rem !important;
  }
  .m-md-n9 {
    margin: -10rem !important;
  }
  .m-md-n10 {
    margin: -12rem !important;
  }
  .m-md-n11 {
    margin: -14rem !important;
  }
  .m-md-n12 {
    margin: -16rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n3 {
    margin-right: -1.7rem !important;
    margin-left: -1.7rem !important;
  }
  .mx-md-n4 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3.4rem !important;
    margin-left: -3.4rem !important;
  }
  .mx-md-n6 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n7 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-md-n8 {
    margin-right: -8.2rem !important;
    margin-left: -8.2rem !important;
  }
  .mx-md-n9 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-md-n10 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-md-n11 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-md-n12 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .my-md-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n3 {
    margin-top: -1.7rem !important;
    margin-bottom: -1.7rem !important;
  }
  .my-md-n4 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3.4rem !important;
    margin-bottom: -3.4rem !important;
  }
  .my-md-n6 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n7 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-md-n8 {
    margin-top: -8.2rem !important;
    margin-bottom: -8.2rem !important;
  }
  .my-md-n9 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-md-n10 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-md-n11 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-md-n12 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n2 {
    margin-top: -1rem !important;
  }
  .mt-md-n3 {
    margin-top: -1.7rem !important;
  }
  .mt-md-n4 {
    margin-top: -2.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3.4rem !important;
  }
  .mt-md-n6 {
    margin-top: -5rem !important;
  }
  .mt-md-n7 {
    margin-top: -6.5rem !important;
  }
  .mt-md-n8 {
    margin-top: -8.2rem !important;
  }
  .mt-md-n9 {
    margin-top: -10rem !important;
  }
  .mt-md-n10 {
    margin-top: -12rem !important;
  }
  .mt-md-n11 {
    margin-top: -14rem !important;
  }
  .mt-md-n12 {
    margin-top: -16rem !important;
  }
  .me-md-n1 {
    margin-right: -0.5rem !important;
  }
  .me-md-n2 {
    margin-right: -1rem !important;
  }
  .me-md-n3 {
    margin-right: -1.7rem !important;
  }
  .me-md-n4 {
    margin-right: -2.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3.4rem !important;
  }
  .me-md-n6 {
    margin-right: -5rem !important;
  }
  .me-md-n7 {
    margin-right: -6.5rem !important;
  }
  .me-md-n8 {
    margin-right: -8.2rem !important;
  }
  .me-md-n9 {
    margin-right: -10rem !important;
  }
  .me-md-n10 {
    margin-right: -12rem !important;
  }
  .me-md-n11 {
    margin-right: -14rem !important;
  }
  .me-md-n12 {
    margin-right: -16rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1.7rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -2.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3.4rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -6.5rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -8.2rem !important;
  }
  .mb-md-n9 {
    margin-bottom: -10rem !important;
  }
  .mb-md-n10 {
    margin-bottom: -12rem !important;
  }
  .mb-md-n11 {
    margin-bottom: -14rem !important;
  }
  .mb-md-n12 {
    margin-bottom: -16rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n2 {
    margin-left: -1rem !important;
  }
  .ms-md-n3 {
    margin-left: -1.7rem !important;
  }
  .ms-md-n4 {
    margin-left: -2.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3.4rem !important;
  }
  .ms-md-n6 {
    margin-left: -5rem !important;
  }
  .ms-md-n7 {
    margin-left: -6.5rem !important;
  }
  .ms-md-n8 {
    margin-left: -8.2rem !important;
  }
  .ms-md-n9 {
    margin-left: -10rem !important;
  }
  .ms-md-n10 {
    margin-left: -12rem !important;
  }
  .ms-md-n11 {
    margin-left: -14rem !important;
  }
  .ms-md-n12 {
    margin-left: -16rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.5rem !important;
  }
  .p-md-2 {
    padding: 1rem !important;
  }
  .p-md-3 {
    padding: 1.7rem !important;
  }
  .p-md-4 {
    padding: 2.5rem !important;
  }
  .p-md-5 {
    padding: 3.4rem !important;
  }
  .p-md-6 {
    padding: 5rem !important;
  }
  .p-md-7 {
    padding: 6.5rem !important;
  }
  .p-md-8 {
    padding: 8.2rem !important;
  }
  .p-md-9 {
    padding: 10rem !important;
  }
  .p-md-10 {
    padding: 12rem !important;
  }
  .p-md-11 {
    padding: 14rem !important;
  }
  .p-md-12 {
    padding: 16rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1.7rem !important;
    padding-left: 1.7rem !important;
  }
  .px-md-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-5 {
    padding-right: 3.4rem !important;
    padding-left: 3.4rem !important;
  }
  .px-md-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-7 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-md-8 {
    padding-right: 8.2rem !important;
    padding-left: 8.2rem !important;
  }
  .px-md-9 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-10 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-md-11 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-md-12 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important;
  }
  .py-md-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-5 {
    padding-top: 3.4rem !important;
    padding-bottom: 3.4rem !important;
  }
  .py-md-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-7 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-md-8 {
    padding-top: 8.2rem !important;
    padding-bottom: 8.2rem !important;
  }
  .py-md-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-10 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-md-11 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-md-12 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1.7rem !important;
  }
  .pt-md-4 {
    padding-top: 2.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3.4rem !important;
  }
  .pt-md-6 {
    padding-top: 5rem !important;
  }
  .pt-md-7 {
    padding-top: 6.5rem !important;
  }
  .pt-md-8 {
    padding-top: 8.2rem !important;
  }
  .pt-md-9 {
    padding-top: 10rem !important;
  }
  .pt-md-10 {
    padding-top: 12rem !important;
  }
  .pt-md-11 {
    padding-top: 14rem !important;
  }
  .pt-md-12 {
    padding-top: 16rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.5rem !important;
  }
  .pe-md-2 {
    padding-right: 1rem !important;
  }
  .pe-md-3 {
    padding-right: 1.7rem !important;
  }
  .pe-md-4 {
    padding-right: 2.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3.4rem !important;
  }
  .pe-md-6 {
    padding-right: 5rem !important;
  }
  .pe-md-7 {
    padding-right: 6.5rem !important;
  }
  .pe-md-8 {
    padding-right: 8.2rem !important;
  }
  .pe-md-9 {
    padding-right: 10rem !important;
  }
  .pe-md-10 {
    padding-right: 12rem !important;
  }
  .pe-md-11 {
    padding-right: 14rem !important;
  }
  .pe-md-12 {
    padding-right: 16rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1.7rem !important;
  }
  .pb-md-4 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3.4rem !important;
  }
  .pb-md-6 {
    padding-bottom: 5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 6.5rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8.2rem !important;
  }
  .pb-md-9 {
    padding-bottom: 10rem !important;
  }
  .pb-md-10 {
    padding-bottom: 12rem !important;
  }
  .pb-md-11 {
    padding-bottom: 14rem !important;
  }
  .pb-md-12 {
    padding-bottom: 16rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.5rem !important;
  }
  .ps-md-2 {
    padding-left: 1rem !important;
  }
  .ps-md-3 {
    padding-left: 1.7rem !important;
  }
  .ps-md-4 {
    padding-left: 2.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3.4rem !important;
  }
  .ps-md-6 {
    padding-left: 5rem !important;
  }
  .ps-md-7 {
    padding-left: 6.5rem !important;
  }
  .ps-md-8 {
    padding-left: 8.2rem !important;
  }
  .ps-md-9 {
    padding-left: 10rem !important;
  }
  .ps-md-10 {
    padding-left: 12rem !important;
  }
  .ps-md-11 {
    padding-left: 14rem !important;
  }
  .ps-md-12 {
    padding-left: 16rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.5rem !important;
  }
  .gap-md-2 {
    gap: 1rem !important;
  }
  .gap-md-3 {
    gap: 1.7rem !important;
  }
  .gap-md-4 {
    gap: 2.5rem !important;
  }
  .gap-md-5 {
    gap: 3.4rem !important;
  }
  .gap-md-6 {
    gap: 5rem !important;
  }
  .gap-md-7 {
    gap: 6.5rem !important;
  }
  .gap-md-8 {
    gap: 8.2rem !important;
  }
  .gap-md-9 {
    gap: 10rem !important;
  }
  .gap-md-10 {
    gap: 12rem !important;
  }
  .gap-md-11 {
    gap: 14rem !important;
  }
  .gap-md-12 {
    gap: 16rem !important;
  }
  .fs-md-25 {
    font-size: 0.25rem !important;
  }
  .fs-md-50 {
    font-size: 0.5rem !important;
  }
  .fs-md-75 {
    font-size: 0.75rem !important;
  }
  .fs-md-100 {
    font-size: 1rem !important;
  }
  .fs-md-125 {
    font-size: 1.25rem !important;
  }
  .fs-md-150 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-md-175 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-md-200 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-md-225 {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  .fs-md-250 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-md-275 {
    font-size: calc(1.4rem + 1.8vw) !important;
  }
  .fs-md-300 {
    font-size: calc(1.425rem + 2.1vw) !important;
  }
  .fs-md-350 {
    font-size: calc(1.475rem + 2.7vw) !important;
  }
  .fs-md-400 {
    font-size: calc(1.525rem + 3.3vw) !important;
  }
  .fs-md-450 {
    font-size: calc(1.575rem + 3.9vw) !important;
  }
  .fs-md-500 {
    font-size: calc(1.625rem + 4.5vw) !important;
  }
  .fs-md-600 {
    font-size: calc(1.725rem + 5.7vw) !important;
  }
  .fs-md-700 {
    font-size: calc(1.825rem + 6.9vw) !important;
  }
  .fs-md-800 {
    font-size: calc(1.925rem + 8.1vw) !important;
  }
  .fs-md-900 {
    font-size: calc(2.025rem + 9.3vw) !important;
  }
  .fs-md-1000 {
    font-size: calc(2.125rem + 10.5vw) !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-primary {
    --text-opacity: 1;
    color: rgba(var(--primary-rgb), var(--text-opacity)) !important;
  }
  .text-md-secondary {
    --text-opacity: 1;
    color: rgba(var(--secondary-rgb), var(--text-opacity)) !important;
  }
  .text-md-success {
    --text-opacity: 1;
    color: rgba(var(--success-rgb), var(--text-opacity)) !important;
  }
  .text-md-info {
    --text-opacity: 1;
    color: rgba(var(--info-rgb), var(--text-opacity)) !important;
  }
  .text-md-warning {
    --text-opacity: 1;
    color: rgba(var(--warning-rgb), var(--text-opacity)) !important;
  }
  .text-md-danger {
    --text-opacity: 1;
    color: rgba(var(--danger-rgb), var(--text-opacity)) !important;
  }
  .text-md-light {
    --text-opacity: 1;
    color: rgba(var(--light-rgb), var(--text-opacity)) !important;
  }
  .text-md-dark {
    --text-opacity: 1;
    color: rgba(var(--dark-rgb), var(--text-opacity)) !important;
  }
  .text-md-transparent {
    --text-opacity: 1;
    color: rgba(var(--transparent-rgb), var(--text-opacity)) !important;
  }
  .text-md-white {
    --text-opacity: 1;
    color: rgba(var(--white-rgb), var(--text-opacity)) !important;
  }
  .text-md-black {
    --text-opacity: 1;
    color: rgba(var(--black-rgb), var(--text-opacity)) !important;
  }
  .text-md-lighter {
    --text-opacity: 1;
    color: rgba(var(--lighter-rgb), var(--text-opacity)) !important;
  }
  .text-md-gray-200 {
    --text-opacity: 1;
    color: rgba(var(--gray-200-rgb), var(--text-opacity)) !important;
  }
  .text-md-gray-light {
    --text-opacity: 1;
    color: rgba(var(--gray-light-rgb), var(--text-opacity)) !important;
  }
  .text-md-gray {
    --text-opacity: 1;
    color: rgba(var(--gray-rgb), var(--text-opacity)) !important;
  }
  .text-md-gray-dark {
    --text-opacity: 1;
    color: rgba(var(--gray-dark-rgb), var(--text-opacity)) !important;
  }
  .text-md-darker {
    --text-opacity: 1;
    color: rgba(var(--darker-rgb), var(--text-opacity)) !important;
  }
  .text-md-error {
    --text-opacity: 1;
    color: rgba(var(--error-rgb), var(--text-opacity)) !important;
  }
  .text-md-default {
    --text-opacity: 1;
    color: rgba(var(--default-rgb), var(--text-opacity)) !important;
  }
  .text-md-body {
    --text-opacity: 1;
    color: rgba(var(--body-color-rgb), var(--text-opacity)) !important;
  }
  .text-md-muted {
    --text-opacity: 1;
    color: #6c757d !important;
  }
  .text-md-black-50 {
    --text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
  }
  .text-md-white-50 {
    --text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .text-md-reset {
    --text-opacity: 1;
    color: inherit !important;
  }
  .text-opacity-md-0 {
    --text-opacity: 0;
  }
  .text-opacity-md-5 {
    --text-opacity: 0.05;
  }
  .text-opacity-md-10 {
    --text-opacity: 0.1;
  }
  .text-opacity-md-15 {
    --text-opacity: 0.15;
  }
  .text-opacity-md-20 {
    --text-opacity: 0.2;
  }
  .text-opacity-md-25 {
    --text-opacity: 0.25;
  }
  .text-opacity-md-30 {
    --text-opacity: 0.3;
  }
  .text-opacity-md-33 {
    --text-opacity: 0.33;
  }
  .text-opacity-md-35 {
    --text-opacity: 0.35;
  }
  .text-opacity-md-40 {
    --text-opacity: 0.4;
  }
  .text-opacity-md-50 {
    --text-opacity: 0.5;
  }
  .text-opacity-md-55 {
    --text-opacity: 0.55;
  }
  .text-opacity-md-60 {
    --text-opacity: 0.6;
  }
  .text-opacity-md-65 {
    --text-opacity: 0.65;
  }
  .text-opacity-md-66 {
    --text-opacity: 0.66;
  }
  .text-opacity-md-70 {
    --text-opacity: 0.7;
  }
  .text-opacity-md-75 {
    --text-opacity: 0.75;
  }
  .text-opacity-md-80 {
    --text-opacity: 0.8;
  }
  .text-opacity-md-85 {
    --text-opacity: 0.85;
  }
  .text-opacity-md-90 {
    --text-opacity: 0.9;
  }
  .text-opacity-md-95 {
    --text-opacity: 0.95;
  }
  .text-opacity-md-100 {
    --text-opacity: 1;
  }
  .bg-opacity-md-0 {
    --bg-opacity: 0;
  }
  .bg-opacity-md-5 {
    --bg-opacity: 0.05;
  }
  .bg-opacity-md-10 {
    --bg-opacity: 0.1;
  }
  .bg-opacity-md-15 {
    --bg-opacity: 0.15;
  }
  .bg-opacity-md-20 {
    --bg-opacity: 0.2;
  }
  .bg-opacity-md-25 {
    --bg-opacity: 0.25;
  }
  .bg-opacity-md-30 {
    --bg-opacity: 0.3;
  }
  .bg-opacity-md-33 {
    --bg-opacity: 0.33;
  }
  .bg-opacity-md-35 {
    --bg-opacity: 0.35;
  }
  .bg-opacity-md-40 {
    --bg-opacity: 0.4;
  }
  .bg-opacity-md-50 {
    --bg-opacity: 0.5;
  }
  .bg-opacity-md-55 {
    --bg-opacity: 0.55;
  }
  .bg-opacity-md-60 {
    --bg-opacity: 0.6;
  }
  .bg-opacity-md-65 {
    --bg-opacity: 0.65;
  }
  .bg-opacity-md-66 {
    --bg-opacity: 0.66;
  }
  .bg-opacity-md-70 {
    --bg-opacity: 0.7;
  }
  .bg-opacity-md-75 {
    --bg-opacity: 0.75;
  }
  .bg-opacity-md-80 {
    --bg-opacity: 0.8;
  }
  .bg-opacity-md-85 {
    --bg-opacity: 0.85;
  }
  .bg-opacity-md-90 {
    --bg-opacity: 0.9;
  }
  .bg-opacity-md-95 {
    --bg-opacity: 0.95;
  }
  .bg-opacity-md-100 {
    --bg-opacity: 1;
  }
  .max-vw-md-25 {
    max-width: 25vw !important;
  }
  .max-vw-md-33 {
    max-width: 33.3333vw !important;
  }
  .max-vw-md-50 {
    max-width: 50vw !important;
  }
  .max-vw-md-66 {
    max-width: 66.6666vw !important;
  }
  .max-vw-md-75 {
    max-width: 75vw !important;
  }
  .max-vw-md-100 {
    max-width: 100vw !important;
  }
  .max-vw-md-auto {
    max-width: auto !important;
  }
  .max-vh-md-25 {
    max-height: 25vh !important;
  }
  .max-vh-md-33 {
    max-height: 33.3333vh !important;
  }
  .max-vh-md-50 {
    max-height: 50vh !important;
  }
  .max-vh-md-66 {
    max-height: 66.6666vh !important;
  }
  .max-vh-md-75 {
    max-height: 75vh !important;
  }
  .max-vh-md-100 {
    max-height: 100vh !important;
  }
  .max-vh-md-auto {
    max-height: auto !important;
  }
  .layer-md-first {
    z-index: -1 !important;
  }
  .layer-md-0 {
    z-index: 0 !important;
  }
  .layer-md-1 {
    z-index: 1 !important;
  }
  .layer-md-2 {
    z-index: 2 !important;
  }
  .layer-md-3 {
    z-index: 3 !important;
  }
  .layer-md-4 {
    z-index: 4 !important;
  }
  .layer-md-5 {
    z-index: 5 !important;
  }
  .layer-md-6 {
    z-index: 6 !important;
  }
  .layer-md-7 {
    z-index: 7 !important;
  }
  .layer-md-8 {
    z-index: 8 !important;
  }
  .layer-md-9 {
    z-index: 9 !important;
  }
  .layer-md-last {
    z-index: 10 !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .opacity-lg-0 {
    opacity: 0 !important;
  }
  .opacity-lg-15 {
    opacity: 0.15 !important;
  }
  .opacity-lg-25 {
    opacity: 0.25 !important;
  }
  .opacity-lg-33 {
    opacity: 0.33 !important;
  }
  .opacity-lg-50 {
    opacity: 0.5 !important;
  }
  .opacity-lg-66 {
    opacity: 0.66 !important;
  }
  .opacity-lg-75 {
    opacity: 0.75 !important;
  }
  .opacity-lg-85 {
    opacity: 0.85 !important;
  }
  .opacity-lg-100 {
    opacity: 1 !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-33 {
    width: 33.3333% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-66 {
    width: 66.6666% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .mw-lg-25 {
    max-width: 25% !important;
  }
  .mw-lg-33 {
    max-width: 33.3333% !important;
  }
  .mw-lg-50 {
    max-width: 50% !important;
  }
  .mw-lg-66 {
    max-width: 66.6666% !important;
  }
  .mw-lg-75 {
    max-width: 75% !important;
  }
  .mw-lg-100 {
    max-width: 100% !important;
  }
  .mw-lg-auto {
    max-width: auto !important;
  }
  .vw-lg-25 {
    width: 25vw !important;
  }
  .vw-lg-33 {
    width: 33.3333vw !important;
  }
  .vw-lg-50 {
    width: 50vw !important;
  }
  .vw-lg-66 {
    width: 66.6666vw !important;
  }
  .vw-lg-75 {
    width: 75vw !important;
  }
  .vw-lg-100 {
    width: 100vw !important;
  }
  .vw-lg-auto {
    width: auto !important;
  }
  .min-vw-lg-25 {
    min-width: 25vw !important;
  }
  .min-vw-lg-33 {
    min-width: 33.3333vw !important;
  }
  .min-vw-lg-50 {
    min-width: 50vw !important;
  }
  .min-vw-lg-66 {
    min-width: 66.6666vw !important;
  }
  .min-vw-lg-75 {
    min-width: 75vw !important;
  }
  .min-vw-lg-100 {
    min-width: 100vw !important;
  }
  .min-vw-lg-auto {
    min-width: auto !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-33 {
    height: 33.3333% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-66 {
    height: 66.6666% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .mh-lg-25 {
    max-height: 25% !important;
  }
  .mh-lg-33 {
    max-height: 33.3333% !important;
  }
  .mh-lg-50 {
    max-height: 50% !important;
  }
  .mh-lg-66 {
    max-height: 66.6666% !important;
  }
  .mh-lg-75 {
    max-height: 75% !important;
  }
  .mh-lg-100 {
    max-height: 100% !important;
  }
  .mh-lg-auto {
    max-height: auto !important;
  }
  .vh-lg-25 {
    height: 25vh !important;
  }
  .vh-lg-33 {
    height: 33.3333vh !important;
  }
  .vh-lg-50 {
    height: 50vh !important;
  }
  .vh-lg-66 {
    height: 66.6666vh !important;
  }
  .vh-lg-75 {
    height: 75vh !important;
  }
  .vh-lg-100 {
    height: 100vh !important;
  }
  .vh-lg-auto {
    height: auto !important;
  }
  .min-vh-lg-25 {
    min-height: 25vh !important;
  }
  .min-vh-lg-33 {
    min-height: 33.3333vh !important;
  }
  .min-vh-lg-50 {
    min-height: 50vh !important;
  }
  .min-vh-lg-66 {
    min-height: 66.6666vh !important;
  }
  .min-vh-lg-75 {
    min-height: 75vh !important;
  }
  .min-vh-lg-100 {
    min-height: 100vh !important;
  }
  .min-vh-lg-auto {
    min-height: auto !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.5rem !important;
  }
  .m-lg-2 {
    margin: 1rem !important;
  }
  .m-lg-3 {
    margin: 1.7rem !important;
  }
  .m-lg-4 {
    margin: 2.5rem !important;
  }
  .m-lg-5 {
    margin: 3.4rem !important;
  }
  .m-lg-6 {
    margin: 5rem !important;
  }
  .m-lg-7 {
    margin: 6.5rem !important;
  }
  .m-lg-8 {
    margin: 8.2rem !important;
  }
  .m-lg-9 {
    margin: 10rem !important;
  }
  .m-lg-10 {
    margin: 12rem !important;
  }
  .m-lg-11 {
    margin: 14rem !important;
  }
  .m-lg-12 {
    margin: 16rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1.7rem !important;
    margin-left: 1.7rem !important;
  }
  .mx-lg-4 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3.4rem !important;
    margin-left: 3.4rem !important;
  }
  .mx-lg-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-7 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-lg-8 {
    margin-right: 8.2rem !important;
    margin-left: 8.2rem !important;
  }
  .mx-lg-9 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-10 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-lg-11 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-lg-12 {
    margin-right: 16rem !important;
    margin-left: 16rem !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.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1.7rem !important;
    margin-bottom: 1.7rem !important;
  }
  .my-lg-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3.4rem !important;
    margin-bottom: 3.4rem !important;
  }
  .my-lg-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-7 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-lg-8 {
    margin-top: 8.2rem !important;
    margin-bottom: 8.2rem !important;
  }
  .my-lg-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-10 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-lg-11 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-lg-12 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !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.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1.7rem !important;
  }
  .mt-lg-4 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3.4rem !important;
  }
  .mt-lg-6 {
    margin-top: 5rem !important;
  }
  .mt-lg-7 {
    margin-top: 6.5rem !important;
  }
  .mt-lg-8 {
    margin-top: 8.2rem !important;
  }
  .mt-lg-9 {
    margin-top: 10rem !important;
  }
  .mt-lg-10 {
    margin-top: 12rem !important;
  }
  .mt-lg-11 {
    margin-top: 14rem !important;
  }
  .mt-lg-12 {
    margin-top: 16rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.5rem !important;
  }
  .me-lg-2 {
    margin-right: 1rem !important;
  }
  .me-lg-3 {
    margin-right: 1.7rem !important;
  }
  .me-lg-4 {
    margin-right: 2.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3.4rem !important;
  }
  .me-lg-6 {
    margin-right: 5rem !important;
  }
  .me-lg-7 {
    margin-right: 6.5rem !important;
  }
  .me-lg-8 {
    margin-right: 8.2rem !important;
  }
  .me-lg-9 {
    margin-right: 10rem !important;
  }
  .me-lg-10 {
    margin-right: 12rem !important;
  }
  .me-lg-11 {
    margin-right: 14rem !important;
  }
  .me-lg-12 {
    margin-right: 16rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.7rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3.4rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 6.5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 8.2rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 12rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 14rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 16rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-2 {
    margin-left: 1rem !important;
  }
  .ms-lg-3 {
    margin-left: 1.7rem !important;
  }
  .ms-lg-4 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3.4rem !important;
  }
  .ms-lg-6 {
    margin-left: 5rem !important;
  }
  .ms-lg-7 {
    margin-left: 6.5rem !important;
  }
  .ms-lg-8 {
    margin-left: 8.2rem !important;
  }
  .ms-lg-9 {
    margin-left: 10rem !important;
  }
  .ms-lg-10 {
    margin-left: 12rem !important;
  }
  .ms-lg-11 {
    margin-left: 14rem !important;
  }
  .ms-lg-12 {
    margin-left: 16rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.5rem !important;
  }
  .m-lg-n2 {
    margin: -1rem !important;
  }
  .m-lg-n3 {
    margin: -1.7rem !important;
  }
  .m-lg-n4 {
    margin: -2.5rem !important;
  }
  .m-lg-n5 {
    margin: -3.4rem !important;
  }
  .m-lg-n6 {
    margin: -5rem !important;
  }
  .m-lg-n7 {
    margin: -6.5rem !important;
  }
  .m-lg-n8 {
    margin: -8.2rem !important;
  }
  .m-lg-n9 {
    margin: -10rem !important;
  }
  .m-lg-n10 {
    margin: -12rem !important;
  }
  .m-lg-n11 {
    margin: -14rem !important;
  }
  .m-lg-n12 {
    margin: -16rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1.7rem !important;
    margin-left: -1.7rem !important;
  }
  .mx-lg-n4 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3.4rem !important;
    margin-left: -3.4rem !important;
  }
  .mx-lg-n6 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n7 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-lg-n8 {
    margin-right: -8.2rem !important;
    margin-left: -8.2rem !important;
  }
  .mx-lg-n9 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-lg-n10 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-lg-n11 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-lg-n12 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n3 {
    margin-top: -1.7rem !important;
    margin-bottom: -1.7rem !important;
  }
  .my-lg-n4 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3.4rem !important;
    margin-bottom: -3.4rem !important;
  }
  .my-lg-n6 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n7 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-lg-n8 {
    margin-top: -8.2rem !important;
    margin-bottom: -8.2rem !important;
  }
  .my-lg-n9 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-lg-n10 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-lg-n11 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-lg-n12 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n2 {
    margin-top: -1rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1.7rem !important;
  }
  .mt-lg-n4 {
    margin-top: -2.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3.4rem !important;
  }
  .mt-lg-n6 {
    margin-top: -5rem !important;
  }
  .mt-lg-n7 {
    margin-top: -6.5rem !important;
  }
  .mt-lg-n8 {
    margin-top: -8.2rem !important;
  }
  .mt-lg-n9 {
    margin-top: -10rem !important;
  }
  .mt-lg-n10 {
    margin-top: -12rem !important;
  }
  .mt-lg-n11 {
    margin-top: -14rem !important;
  }
  .mt-lg-n12 {
    margin-top: -16rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n2 {
    margin-right: -1rem !important;
  }
  .me-lg-n3 {
    margin-right: -1.7rem !important;
  }
  .me-lg-n4 {
    margin-right: -2.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3.4rem !important;
  }
  .me-lg-n6 {
    margin-right: -5rem !important;
  }
  .me-lg-n7 {
    margin-right: -6.5rem !important;
  }
  .me-lg-n8 {
    margin-right: -8.2rem !important;
  }
  .me-lg-n9 {
    margin-right: -10rem !important;
  }
  .me-lg-n10 {
    margin-right: -12rem !important;
  }
  .me-lg-n11 {
    margin-right: -14rem !important;
  }
  .me-lg-n12 {
    margin-right: -16rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1.7rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -2.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3.4rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -6.5rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -8.2rem !important;
  }
  .mb-lg-n9 {
    margin-bottom: -10rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -12rem !important;
  }
  .mb-lg-n11 {
    margin-bottom: -14rem !important;
  }
  .mb-lg-n12 {
    margin-bottom: -16rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n2 {
    margin-left: -1rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1.7rem !important;
  }
  .ms-lg-n4 {
    margin-left: -2.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3.4rem !important;
  }
  .ms-lg-n6 {
    margin-left: -5rem !important;
  }
  .ms-lg-n7 {
    margin-left: -6.5rem !important;
  }
  .ms-lg-n8 {
    margin-left: -8.2rem !important;
  }
  .ms-lg-n9 {
    margin-left: -10rem !important;
  }
  .ms-lg-n10 {
    margin-left: -12rem !important;
  }
  .ms-lg-n11 {
    margin-left: -14rem !important;
  }
  .ms-lg-n12 {
    margin-left: -16rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 1rem !important;
  }
  .p-lg-3 {
    padding: 1.7rem !important;
  }
  .p-lg-4 {
    padding: 2.5rem !important;
  }
  .p-lg-5 {
    padding: 3.4rem !important;
  }
  .p-lg-6 {
    padding: 5rem !important;
  }
  .p-lg-7 {
    padding: 6.5rem !important;
  }
  .p-lg-8 {
    padding: 8.2rem !important;
  }
  .p-lg-9 {
    padding: 10rem !important;
  }
  .p-lg-10 {
    padding: 12rem !important;
  }
  .p-lg-11 {
    padding: 14rem !important;
  }
  .p-lg-12 {
    padding: 16rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1.7rem !important;
    padding-left: 1.7rem !important;
  }
  .px-lg-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3.4rem !important;
    padding-left: 3.4rem !important;
  }
  .px-lg-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-7 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-lg-8 {
    padding-right: 8.2rem !important;
    padding-left: 8.2rem !important;
  }
  .px-lg-9 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-10 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-lg-11 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-lg-12 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important;
  }
  .py-lg-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3.4rem !important;
    padding-bottom: 3.4rem !important;
  }
  .py-lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-7 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-lg-8 {
    padding-top: 8.2rem !important;
    padding-bottom: 8.2rem !important;
  }
  .py-lg-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-10 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-lg-11 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-lg-12 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1.7rem !important;
  }
  .pt-lg-4 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3.4rem !important;
  }
  .pt-lg-6 {
    padding-top: 5rem !important;
  }
  .pt-lg-7 {
    padding-top: 6.5rem !important;
  }
  .pt-lg-8 {
    padding-top: 8.2rem !important;
  }
  .pt-lg-9 {
    padding-top: 10rem !important;
  }
  .pt-lg-10 {
    padding-top: 12rem !important;
  }
  .pt-lg-11 {
    padding-top: 14rem !important;
  }
  .pt-lg-12 {
    padding-top: 16rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-2 {
    padding-right: 1rem !important;
  }
  .pe-lg-3 {
    padding-right: 1.7rem !important;
  }
  .pe-lg-4 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3.4rem !important;
  }
  .pe-lg-6 {
    padding-right: 5rem !important;
  }
  .pe-lg-7 {
    padding-right: 6.5rem !important;
  }
  .pe-lg-8 {
    padding-right: 8.2rem !important;
  }
  .pe-lg-9 {
    padding-right: 10rem !important;
  }
  .pe-lg-10 {
    padding-right: 12rem !important;
  }
  .pe-lg-11 {
    padding-right: 14rem !important;
  }
  .pe-lg-12 {
    padding-right: 16rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1.7rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3.4rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 6.5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 8.2rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 12rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 14rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 16rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-2 {
    padding-left: 1rem !important;
  }
  .ps-lg-3 {
    padding-left: 1.7rem !important;
  }
  .ps-lg-4 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3.4rem !important;
  }
  .ps-lg-6 {
    padding-left: 5rem !important;
  }
  .ps-lg-7 {
    padding-left: 6.5rem !important;
  }
  .ps-lg-8 {
    padding-left: 8.2rem !important;
  }
  .ps-lg-9 {
    padding-left: 10rem !important;
  }
  .ps-lg-10 {
    padding-left: 12rem !important;
  }
  .ps-lg-11 {
    padding-left: 14rem !important;
  }
  .ps-lg-12 {
    padding-left: 16rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.5rem !important;
  }
  .gap-lg-2 {
    gap: 1rem !important;
  }
  .gap-lg-3 {
    gap: 1.7rem !important;
  }
  .gap-lg-4 {
    gap: 2.5rem !important;
  }
  .gap-lg-5 {
    gap: 3.4rem !important;
  }
  .gap-lg-6 {
    gap: 5rem !important;
  }
  .gap-lg-7 {
    gap: 6.5rem !important;
  }
  .gap-lg-8 {
    gap: 8.2rem !important;
  }
  .gap-lg-9 {
    gap: 10rem !important;
  }
  .gap-lg-10 {
    gap: 12rem !important;
  }
  .gap-lg-11 {
    gap: 14rem !important;
  }
  .gap-lg-12 {
    gap: 16rem !important;
  }
  .fs-lg-25 {
    font-size: 0.25rem !important;
  }
  .fs-lg-50 {
    font-size: 0.5rem !important;
  }
  .fs-lg-75 {
    font-size: 0.75rem !important;
  }
  .fs-lg-100 {
    font-size: 1rem !important;
  }
  .fs-lg-125 {
    font-size: 1.25rem !important;
  }
  .fs-lg-150 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-lg-175 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-lg-200 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-lg-225 {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  .fs-lg-250 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-lg-275 {
    font-size: calc(1.4rem + 1.8vw) !important;
  }
  .fs-lg-300 {
    font-size: calc(1.425rem + 2.1vw) !important;
  }
  .fs-lg-350 {
    font-size: calc(1.475rem + 2.7vw) !important;
  }
  .fs-lg-400 {
    font-size: calc(1.525rem + 3.3vw) !important;
  }
  .fs-lg-450 {
    font-size: calc(1.575rem + 3.9vw) !important;
  }
  .fs-lg-500 {
    font-size: calc(1.625rem + 4.5vw) !important;
  }
  .fs-lg-600 {
    font-size: calc(1.725rem + 5.7vw) !important;
  }
  .fs-lg-700 {
    font-size: calc(1.825rem + 6.9vw) !important;
  }
  .fs-lg-800 {
    font-size: calc(1.925rem + 8.1vw) !important;
  }
  .fs-lg-900 {
    font-size: calc(2.025rem + 9.3vw) !important;
  }
  .fs-lg-1000 {
    font-size: calc(2.125rem + 10.5vw) !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-primary {
    --text-opacity: 1;
    color: rgba(var(--primary-rgb), var(--text-opacity)) !important;
  }
  .text-lg-secondary {
    --text-opacity: 1;
    color: rgba(var(--secondary-rgb), var(--text-opacity)) !important;
  }
  .text-lg-success {
    --text-opacity: 1;
    color: rgba(var(--success-rgb), var(--text-opacity)) !important;
  }
  .text-lg-info {
    --text-opacity: 1;
    color: rgba(var(--info-rgb), var(--text-opacity)) !important;
  }
  .text-lg-warning {
    --text-opacity: 1;
    color: rgba(var(--warning-rgb), var(--text-opacity)) !important;
  }
  .text-lg-danger {
    --text-opacity: 1;
    color: rgba(var(--danger-rgb), var(--text-opacity)) !important;
  }
  .text-lg-light {
    --text-opacity: 1;
    color: rgba(var(--light-rgb), var(--text-opacity)) !important;
  }
  .text-lg-dark {
    --text-opacity: 1;
    color: rgba(var(--dark-rgb), var(--text-opacity)) !important;
  }
  .text-lg-transparent {
    --text-opacity: 1;
    color: rgba(var(--transparent-rgb), var(--text-opacity)) !important;
  }
  .text-lg-white {
    --text-opacity: 1;
    color: rgba(var(--white-rgb), var(--text-opacity)) !important;
  }
  .text-lg-black {
    --text-opacity: 1;
    color: rgba(var(--black-rgb), var(--text-opacity)) !important;
  }
  .text-lg-lighter {
    --text-opacity: 1;
    color: rgba(var(--lighter-rgb), var(--text-opacity)) !important;
  }
  .text-lg-gray-200 {
    --text-opacity: 1;
    color: rgba(var(--gray-200-rgb), var(--text-opacity)) !important;
  }
  .text-lg-gray-light {
    --text-opacity: 1;
    color: rgba(var(--gray-light-rgb), var(--text-opacity)) !important;
  }
  .text-lg-gray {
    --text-opacity: 1;
    color: rgba(var(--gray-rgb), var(--text-opacity)) !important;
  }
  .text-lg-gray-dark {
    --text-opacity: 1;
    color: rgba(var(--gray-dark-rgb), var(--text-opacity)) !important;
  }
  .text-lg-darker {
    --text-opacity: 1;
    color: rgba(var(--darker-rgb), var(--text-opacity)) !important;
  }
  .text-lg-error {
    --text-opacity: 1;
    color: rgba(var(--error-rgb), var(--text-opacity)) !important;
  }
  .text-lg-default {
    --text-opacity: 1;
    color: rgba(var(--default-rgb), var(--text-opacity)) !important;
  }
  .text-lg-body {
    --text-opacity: 1;
    color: rgba(var(--body-color-rgb), var(--text-opacity)) !important;
  }
  .text-lg-muted {
    --text-opacity: 1;
    color: #6c757d !important;
  }
  .text-lg-black-50 {
    --text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
  }
  .text-lg-white-50 {
    --text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .text-lg-reset {
    --text-opacity: 1;
    color: inherit !important;
  }
  .text-opacity-lg-0 {
    --text-opacity: 0;
  }
  .text-opacity-lg-5 {
    --text-opacity: 0.05;
  }
  .text-opacity-lg-10 {
    --text-opacity: 0.1;
  }
  .text-opacity-lg-15 {
    --text-opacity: 0.15;
  }
  .text-opacity-lg-20 {
    --text-opacity: 0.2;
  }
  .text-opacity-lg-25 {
    --text-opacity: 0.25;
  }
  .text-opacity-lg-30 {
    --text-opacity: 0.3;
  }
  .text-opacity-lg-33 {
    --text-opacity: 0.33;
  }
  .text-opacity-lg-35 {
    --text-opacity: 0.35;
  }
  .text-opacity-lg-40 {
    --text-opacity: 0.4;
  }
  .text-opacity-lg-50 {
    --text-opacity: 0.5;
  }
  .text-opacity-lg-55 {
    --text-opacity: 0.55;
  }
  .text-opacity-lg-60 {
    --text-opacity: 0.6;
  }
  .text-opacity-lg-65 {
    --text-opacity: 0.65;
  }
  .text-opacity-lg-66 {
    --text-opacity: 0.66;
  }
  .text-opacity-lg-70 {
    --text-opacity: 0.7;
  }
  .text-opacity-lg-75 {
    --text-opacity: 0.75;
  }
  .text-opacity-lg-80 {
    --text-opacity: 0.8;
  }
  .text-opacity-lg-85 {
    --text-opacity: 0.85;
  }
  .text-opacity-lg-90 {
    --text-opacity: 0.9;
  }
  .text-opacity-lg-95 {
    --text-opacity: 0.95;
  }
  .text-opacity-lg-100 {
    --text-opacity: 1;
  }
  .bg-opacity-lg-0 {
    --bg-opacity: 0;
  }
  .bg-opacity-lg-5 {
    --bg-opacity: 0.05;
  }
  .bg-opacity-lg-10 {
    --bg-opacity: 0.1;
  }
  .bg-opacity-lg-15 {
    --bg-opacity: 0.15;
  }
  .bg-opacity-lg-20 {
    --bg-opacity: 0.2;
  }
  .bg-opacity-lg-25 {
    --bg-opacity: 0.25;
  }
  .bg-opacity-lg-30 {
    --bg-opacity: 0.3;
  }
  .bg-opacity-lg-33 {
    --bg-opacity: 0.33;
  }
  .bg-opacity-lg-35 {
    --bg-opacity: 0.35;
  }
  .bg-opacity-lg-40 {
    --bg-opacity: 0.4;
  }
  .bg-opacity-lg-50 {
    --bg-opacity: 0.5;
  }
  .bg-opacity-lg-55 {
    --bg-opacity: 0.55;
  }
  .bg-opacity-lg-60 {
    --bg-opacity: 0.6;
  }
  .bg-opacity-lg-65 {
    --bg-opacity: 0.65;
  }
  .bg-opacity-lg-66 {
    --bg-opacity: 0.66;
  }
  .bg-opacity-lg-70 {
    --bg-opacity: 0.7;
  }
  .bg-opacity-lg-75 {
    --bg-opacity: 0.75;
  }
  .bg-opacity-lg-80 {
    --bg-opacity: 0.8;
  }
  .bg-opacity-lg-85 {
    --bg-opacity: 0.85;
  }
  .bg-opacity-lg-90 {
    --bg-opacity: 0.9;
  }
  .bg-opacity-lg-95 {
    --bg-opacity: 0.95;
  }
  .bg-opacity-lg-100 {
    --bg-opacity: 1;
  }
  .max-vw-lg-25 {
    max-width: 25vw !important;
  }
  .max-vw-lg-33 {
    max-width: 33.3333vw !important;
  }
  .max-vw-lg-50 {
    max-width: 50vw !important;
  }
  .max-vw-lg-66 {
    max-width: 66.6666vw !important;
  }
  .max-vw-lg-75 {
    max-width: 75vw !important;
  }
  .max-vw-lg-100 {
    max-width: 100vw !important;
  }
  .max-vw-lg-auto {
    max-width: auto !important;
  }
  .max-vh-lg-25 {
    max-height: 25vh !important;
  }
  .max-vh-lg-33 {
    max-height: 33.3333vh !important;
  }
  .max-vh-lg-50 {
    max-height: 50vh !important;
  }
  .max-vh-lg-66 {
    max-height: 66.6666vh !important;
  }
  .max-vh-lg-75 {
    max-height: 75vh !important;
  }
  .max-vh-lg-100 {
    max-height: 100vh !important;
  }
  .max-vh-lg-auto {
    max-height: auto !important;
  }
  .layer-lg-first {
    z-index: -1 !important;
  }
  .layer-lg-0 {
    z-index: 0 !important;
  }
  .layer-lg-1 {
    z-index: 1 !important;
  }
  .layer-lg-2 {
    z-index: 2 !important;
  }
  .layer-lg-3 {
    z-index: 3 !important;
  }
  .layer-lg-4 {
    z-index: 4 !important;
  }
  .layer-lg-5 {
    z-index: 5 !important;
  }
  .layer-lg-6 {
    z-index: 6 !important;
  }
  .layer-lg-7 {
    z-index: 7 !important;
  }
  .layer-lg-8 {
    z-index: 8 !important;
  }
  .layer-lg-9 {
    z-index: 9 !important;
  }
  .layer-lg-last {
    z-index: 10 !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .opacity-xl-0 {
    opacity: 0 !important;
  }
  .opacity-xl-15 {
    opacity: 0.15 !important;
  }
  .opacity-xl-25 {
    opacity: 0.25 !important;
  }
  .opacity-xl-33 {
    opacity: 0.33 !important;
  }
  .opacity-xl-50 {
    opacity: 0.5 !important;
  }
  .opacity-xl-66 {
    opacity: 0.66 !important;
  }
  .opacity-xl-75 {
    opacity: 0.75 !important;
  }
  .opacity-xl-85 {
    opacity: 0.85 !important;
  }
  .opacity-xl-100 {
    opacity: 1 !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-33 {
    width: 33.3333% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-66 {
    width: 66.6666% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .mw-xl-25 {
    max-width: 25% !important;
  }
  .mw-xl-33 {
    max-width: 33.3333% !important;
  }
  .mw-xl-50 {
    max-width: 50% !important;
  }
  .mw-xl-66 {
    max-width: 66.6666% !important;
  }
  .mw-xl-75 {
    max-width: 75% !important;
  }
  .mw-xl-100 {
    max-width: 100% !important;
  }
  .mw-xl-auto {
    max-width: auto !important;
  }
  .vw-xl-25 {
    width: 25vw !important;
  }
  .vw-xl-33 {
    width: 33.3333vw !important;
  }
  .vw-xl-50 {
    width: 50vw !important;
  }
  .vw-xl-66 {
    width: 66.6666vw !important;
  }
  .vw-xl-75 {
    width: 75vw !important;
  }
  .vw-xl-100 {
    width: 100vw !important;
  }
  .vw-xl-auto {
    width: auto !important;
  }
  .min-vw-xl-25 {
    min-width: 25vw !important;
  }
  .min-vw-xl-33 {
    min-width: 33.3333vw !important;
  }
  .min-vw-xl-50 {
    min-width: 50vw !important;
  }
  .min-vw-xl-66 {
    min-width: 66.6666vw !important;
  }
  .min-vw-xl-75 {
    min-width: 75vw !important;
  }
  .min-vw-xl-100 {
    min-width: 100vw !important;
  }
  .min-vw-xl-auto {
    min-width: auto !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-33 {
    height: 33.3333% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-66 {
    height: 66.6666% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .mh-xl-25 {
    max-height: 25% !important;
  }
  .mh-xl-33 {
    max-height: 33.3333% !important;
  }
  .mh-xl-50 {
    max-height: 50% !important;
  }
  .mh-xl-66 {
    max-height: 66.6666% !important;
  }
  .mh-xl-75 {
    max-height: 75% !important;
  }
  .mh-xl-100 {
    max-height: 100% !important;
  }
  .mh-xl-auto {
    max-height: auto !important;
  }
  .vh-xl-25 {
    height: 25vh !important;
  }
  .vh-xl-33 {
    height: 33.3333vh !important;
  }
  .vh-xl-50 {
    height: 50vh !important;
  }
  .vh-xl-66 {
    height: 66.6666vh !important;
  }
  .vh-xl-75 {
    height: 75vh !important;
  }
  .vh-xl-100 {
    height: 100vh !important;
  }
  .vh-xl-auto {
    height: auto !important;
  }
  .min-vh-xl-25 {
    min-height: 25vh !important;
  }
  .min-vh-xl-33 {
    min-height: 33.3333vh !important;
  }
  .min-vh-xl-50 {
    min-height: 50vh !important;
  }
  .min-vh-xl-66 {
    min-height: 66.6666vh !important;
  }
  .min-vh-xl-75 {
    min-height: 75vh !important;
  }
  .min-vh-xl-100 {
    min-height: 100vh !important;
  }
  .min-vh-xl-auto {
    min-height: auto !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.5rem !important;
  }
  .m-xl-2 {
    margin: 1rem !important;
  }
  .m-xl-3 {
    margin: 1.7rem !important;
  }
  .m-xl-4 {
    margin: 2.5rem !important;
  }
  .m-xl-5 {
    margin: 3.4rem !important;
  }
  .m-xl-6 {
    margin: 5rem !important;
  }
  .m-xl-7 {
    margin: 6.5rem !important;
  }
  .m-xl-8 {
    margin: 8.2rem !important;
  }
  .m-xl-9 {
    margin: 10rem !important;
  }
  .m-xl-10 {
    margin: 12rem !important;
  }
  .m-xl-11 {
    margin: 14rem !important;
  }
  .m-xl-12 {
    margin: 16rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1.7rem !important;
    margin-left: 1.7rem !important;
  }
  .mx-xl-4 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3.4rem !important;
    margin-left: 3.4rem !important;
  }
  .mx-xl-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-7 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xl-8 {
    margin-right: 8.2rem !important;
    margin-left: 8.2rem !important;
  }
  .mx-xl-9 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-10 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xl-11 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xl-12 {
    margin-right: 16rem !important;
    margin-left: 16rem !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.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1.7rem !important;
    margin-bottom: 1.7rem !important;
  }
  .my-xl-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3.4rem !important;
    margin-bottom: 3.4rem !important;
  }
  .my-xl-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-7 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xl-8 {
    margin-top: 8.2rem !important;
    margin-bottom: 8.2rem !important;
  }
  .my-xl-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-10 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xl-11 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xl-12 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !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.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1.7rem !important;
  }
  .mt-xl-4 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3.4rem !important;
  }
  .mt-xl-6 {
    margin-top: 5rem !important;
  }
  .mt-xl-7 {
    margin-top: 6.5rem !important;
  }
  .mt-xl-8 {
    margin-top: 8.2rem !important;
  }
  .mt-xl-9 {
    margin-top: 10rem !important;
  }
  .mt-xl-10 {
    margin-top: 12rem !important;
  }
  .mt-xl-11 {
    margin-top: 14rem !important;
  }
  .mt-xl-12 {
    margin-top: 16rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.5rem !important;
  }
  .me-xl-2 {
    margin-right: 1rem !important;
  }
  .me-xl-3 {
    margin-right: 1.7rem !important;
  }
  .me-xl-4 {
    margin-right: 2.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3.4rem !important;
  }
  .me-xl-6 {
    margin-right: 5rem !important;
  }
  .me-xl-7 {
    margin-right: 6.5rem !important;
  }
  .me-xl-8 {
    margin-right: 8.2rem !important;
  }
  .me-xl-9 {
    margin-right: 10rem !important;
  }
  .me-xl-10 {
    margin-right: 12rem !important;
  }
  .me-xl-11 {
    margin-right: 14rem !important;
  }
  .me-xl-12 {
    margin-right: 16rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1.7rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3.4rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 8.2rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 12rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 14rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 16rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-2 {
    margin-left: 1rem !important;
  }
  .ms-xl-3 {
    margin-left: 1.7rem !important;
  }
  .ms-xl-4 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3.4rem !important;
  }
  .ms-xl-6 {
    margin-left: 5rem !important;
  }
  .ms-xl-7 {
    margin-left: 6.5rem !important;
  }
  .ms-xl-8 {
    margin-left: 8.2rem !important;
  }
  .ms-xl-9 {
    margin-left: 10rem !important;
  }
  .ms-xl-10 {
    margin-left: 12rem !important;
  }
  .ms-xl-11 {
    margin-left: 14rem !important;
  }
  .ms-xl-12 {
    margin-left: 16rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.5rem !important;
  }
  .m-xl-n2 {
    margin: -1rem !important;
  }
  .m-xl-n3 {
    margin: -1.7rem !important;
  }
  .m-xl-n4 {
    margin: -2.5rem !important;
  }
  .m-xl-n5 {
    margin: -3.4rem !important;
  }
  .m-xl-n6 {
    margin: -5rem !important;
  }
  .m-xl-n7 {
    margin: -6.5rem !important;
  }
  .m-xl-n8 {
    margin: -8.2rem !important;
  }
  .m-xl-n9 {
    margin: -10rem !important;
  }
  .m-xl-n10 {
    margin: -12rem !important;
  }
  .m-xl-n11 {
    margin: -14rem !important;
  }
  .m-xl-n12 {
    margin: -16rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1.7rem !important;
    margin-left: -1.7rem !important;
  }
  .mx-xl-n4 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3.4rem !important;
    margin-left: -3.4rem !important;
  }
  .mx-xl-n6 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n7 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-xl-n8 {
    margin-right: -8.2rem !important;
    margin-left: -8.2rem !important;
  }
  .mx-xl-n9 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xl-n10 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-xl-n11 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-xl-n12 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n3 {
    margin-top: -1.7rem !important;
    margin-bottom: -1.7rem !important;
  }
  .my-xl-n4 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3.4rem !important;
    margin-bottom: -3.4rem !important;
  }
  .my-xl-n6 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n7 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-xl-n8 {
    margin-top: -8.2rem !important;
    margin-bottom: -8.2rem !important;
  }
  .my-xl-n9 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xl-n10 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-xl-n11 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-xl-n12 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n2 {
    margin-top: -1rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1.7rem !important;
  }
  .mt-xl-n4 {
    margin-top: -2.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3.4rem !important;
  }
  .mt-xl-n6 {
    margin-top: -5rem !important;
  }
  .mt-xl-n7 {
    margin-top: -6.5rem !important;
  }
  .mt-xl-n8 {
    margin-top: -8.2rem !important;
  }
  .mt-xl-n9 {
    margin-top: -10rem !important;
  }
  .mt-xl-n10 {
    margin-top: -12rem !important;
  }
  .mt-xl-n11 {
    margin-top: -14rem !important;
  }
  .mt-xl-n12 {
    margin-top: -16rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n2 {
    margin-right: -1rem !important;
  }
  .me-xl-n3 {
    margin-right: -1.7rem !important;
  }
  .me-xl-n4 {
    margin-right: -2.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3.4rem !important;
  }
  .me-xl-n6 {
    margin-right: -5rem !important;
  }
  .me-xl-n7 {
    margin-right: -6.5rem !important;
  }
  .me-xl-n8 {
    margin-right: -8.2rem !important;
  }
  .me-xl-n9 {
    margin-right: -10rem !important;
  }
  .me-xl-n10 {
    margin-right: -12rem !important;
  }
  .me-xl-n11 {
    margin-right: -14rem !important;
  }
  .me-xl-n12 {
    margin-right: -16rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1.7rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3.4rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -6.5rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -8.2rem !important;
  }
  .mb-xl-n9 {
    margin-bottom: -10rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -12rem !important;
  }
  .mb-xl-n11 {
    margin-bottom: -14rem !important;
  }
  .mb-xl-n12 {
    margin-bottom: -16rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n2 {
    margin-left: -1rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1.7rem !important;
  }
  .ms-xl-n4 {
    margin-left: -2.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3.4rem !important;
  }
  .ms-xl-n6 {
    margin-left: -5rem !important;
  }
  .ms-xl-n7 {
    margin-left: -6.5rem !important;
  }
  .ms-xl-n8 {
    margin-left: -8.2rem !important;
  }
  .ms-xl-n9 {
    margin-left: -10rem !important;
  }
  .ms-xl-n10 {
    margin-left: -12rem !important;
  }
  .ms-xl-n11 {
    margin-left: -14rem !important;
  }
  .ms-xl-n12 {
    margin-left: -16rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 1rem !important;
  }
  .p-xl-3 {
    padding: 1.7rem !important;
  }
  .p-xl-4 {
    padding: 2.5rem !important;
  }
  .p-xl-5 {
    padding: 3.4rem !important;
  }
  .p-xl-6 {
    padding: 5rem !important;
  }
  .p-xl-7 {
    padding: 6.5rem !important;
  }
  .p-xl-8 {
    padding: 8.2rem !important;
  }
  .p-xl-9 {
    padding: 10rem !important;
  }
  .p-xl-10 {
    padding: 12rem !important;
  }
  .p-xl-11 {
    padding: 14rem !important;
  }
  .p-xl-12 {
    padding: 16rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1.7rem !important;
    padding-left: 1.7rem !important;
  }
  .px-xl-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3.4rem !important;
    padding-left: 3.4rem !important;
  }
  .px-xl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-7 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xl-8 {
    padding-right: 8.2rem !important;
    padding-left: 8.2rem !important;
  }
  .px-xl-9 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-10 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xl-11 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xl-12 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important;
  }
  .py-xl-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3.4rem !important;
    padding-bottom: 3.4rem !important;
  }
  .py-xl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-7 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xl-8 {
    padding-top: 8.2rem !important;
    padding-bottom: 8.2rem !important;
  }
  .py-xl-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-10 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xl-11 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xl-12 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1.7rem !important;
  }
  .pt-xl-4 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3.4rem !important;
  }
  .pt-xl-6 {
    padding-top: 5rem !important;
  }
  .pt-xl-7 {
    padding-top: 6.5rem !important;
  }
  .pt-xl-8 {
    padding-top: 8.2rem !important;
  }
  .pt-xl-9 {
    padding-top: 10rem !important;
  }
  .pt-xl-10 {
    padding-top: 12rem !important;
  }
  .pt-xl-11 {
    padding-top: 14rem !important;
  }
  .pt-xl-12 {
    padding-top: 16rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-2 {
    padding-right: 1rem !important;
  }
  .pe-xl-3 {
    padding-right: 1.7rem !important;
  }
  .pe-xl-4 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3.4rem !important;
  }
  .pe-xl-6 {
    padding-right: 5rem !important;
  }
  .pe-xl-7 {
    padding-right: 6.5rem !important;
  }
  .pe-xl-8 {
    padding-right: 8.2rem !important;
  }
  .pe-xl-9 {
    padding-right: 10rem !important;
  }
  .pe-xl-10 {
    padding-right: 12rem !important;
  }
  .pe-xl-11 {
    padding-right: 14rem !important;
  }
  .pe-xl-12 {
    padding-right: 16rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1.7rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3.4rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 8.2rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 12rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 14rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 16rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-2 {
    padding-left: 1rem !important;
  }
  .ps-xl-3 {
    padding-left: 1.7rem !important;
  }
  .ps-xl-4 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3.4rem !important;
  }
  .ps-xl-6 {
    padding-left: 5rem !important;
  }
  .ps-xl-7 {
    padding-left: 6.5rem !important;
  }
  .ps-xl-8 {
    padding-left: 8.2rem !important;
  }
  .ps-xl-9 {
    padding-left: 10rem !important;
  }
  .ps-xl-10 {
    padding-left: 12rem !important;
  }
  .ps-xl-11 {
    padding-left: 14rem !important;
  }
  .ps-xl-12 {
    padding-left: 16rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.5rem !important;
  }
  .gap-xl-2 {
    gap: 1rem !important;
  }
  .gap-xl-3 {
    gap: 1.7rem !important;
  }
  .gap-xl-4 {
    gap: 2.5rem !important;
  }
  .gap-xl-5 {
    gap: 3.4rem !important;
  }
  .gap-xl-6 {
    gap: 5rem !important;
  }
  .gap-xl-7 {
    gap: 6.5rem !important;
  }
  .gap-xl-8 {
    gap: 8.2rem !important;
  }
  .gap-xl-9 {
    gap: 10rem !important;
  }
  .gap-xl-10 {
    gap: 12rem !important;
  }
  .gap-xl-11 {
    gap: 14rem !important;
  }
  .gap-xl-12 {
    gap: 16rem !important;
  }
  .fs-xl-25 {
    font-size: 0.25rem !important;
  }
  .fs-xl-50 {
    font-size: 0.5rem !important;
  }
  .fs-xl-75 {
    font-size: 0.75rem !important;
  }
  .fs-xl-100 {
    font-size: 1rem !important;
  }
  .fs-xl-125 {
    font-size: 1.25rem !important;
  }
  .fs-xl-150 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-xl-175 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-xl-200 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-xl-225 {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  .fs-xl-250 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-xl-275 {
    font-size: calc(1.4rem + 1.8vw) !important;
  }
  .fs-xl-300 {
    font-size: calc(1.425rem + 2.1vw) !important;
  }
  .fs-xl-350 {
    font-size: calc(1.475rem + 2.7vw) !important;
  }
  .fs-xl-400 {
    font-size: calc(1.525rem + 3.3vw) !important;
  }
  .fs-xl-450 {
    font-size: calc(1.575rem + 3.9vw) !important;
  }
  .fs-xl-500 {
    font-size: calc(1.625rem + 4.5vw) !important;
  }
  .fs-xl-600 {
    font-size: calc(1.725rem + 5.7vw) !important;
  }
  .fs-xl-700 {
    font-size: calc(1.825rem + 6.9vw) !important;
  }
  .fs-xl-800 {
    font-size: calc(1.925rem + 8.1vw) !important;
  }
  .fs-xl-900 {
    font-size: calc(2.025rem + 9.3vw) !important;
  }
  .fs-xl-1000 {
    font-size: calc(2.125rem + 10.5vw) !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-primary {
    --text-opacity: 1;
    color: rgba(var(--primary-rgb), var(--text-opacity)) !important;
  }
  .text-xl-secondary {
    --text-opacity: 1;
    color: rgba(var(--secondary-rgb), var(--text-opacity)) !important;
  }
  .text-xl-success {
    --text-opacity: 1;
    color: rgba(var(--success-rgb), var(--text-opacity)) !important;
  }
  .text-xl-info {
    --text-opacity: 1;
    color: rgba(var(--info-rgb), var(--text-opacity)) !important;
  }
  .text-xl-warning {
    --text-opacity: 1;
    color: rgba(var(--warning-rgb), var(--text-opacity)) !important;
  }
  .text-xl-danger {
    --text-opacity: 1;
    color: rgba(var(--danger-rgb), var(--text-opacity)) !important;
  }
  .text-xl-light {
    --text-opacity: 1;
    color: rgba(var(--light-rgb), var(--text-opacity)) !important;
  }
  .text-xl-dark {
    --text-opacity: 1;
    color: rgba(var(--dark-rgb), var(--text-opacity)) !important;
  }
  .text-xl-transparent {
    --text-opacity: 1;
    color: rgba(var(--transparent-rgb), var(--text-opacity)) !important;
  }
  .text-xl-white {
    --text-opacity: 1;
    color: rgba(var(--white-rgb), var(--text-opacity)) !important;
  }
  .text-xl-black {
    --text-opacity: 1;
    color: rgba(var(--black-rgb), var(--text-opacity)) !important;
  }
  .text-xl-lighter {
    --text-opacity: 1;
    color: rgba(var(--lighter-rgb), var(--text-opacity)) !important;
  }
  .text-xl-gray-200 {
    --text-opacity: 1;
    color: rgba(var(--gray-200-rgb), var(--text-opacity)) !important;
  }
  .text-xl-gray-light {
    --text-opacity: 1;
    color: rgba(var(--gray-light-rgb), var(--text-opacity)) !important;
  }
  .text-xl-gray {
    --text-opacity: 1;
    color: rgba(var(--gray-rgb), var(--text-opacity)) !important;
  }
  .text-xl-gray-dark {
    --text-opacity: 1;
    color: rgba(var(--gray-dark-rgb), var(--text-opacity)) !important;
  }
  .text-xl-darker {
    --text-opacity: 1;
    color: rgba(var(--darker-rgb), var(--text-opacity)) !important;
  }
  .text-xl-error {
    --text-opacity: 1;
    color: rgba(var(--error-rgb), var(--text-opacity)) !important;
  }
  .text-xl-default {
    --text-opacity: 1;
    color: rgba(var(--default-rgb), var(--text-opacity)) !important;
  }
  .text-xl-body {
    --text-opacity: 1;
    color: rgba(var(--body-color-rgb), var(--text-opacity)) !important;
  }
  .text-xl-muted {
    --text-opacity: 1;
    color: #6c757d !important;
  }
  .text-xl-black-50 {
    --text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
  }
  .text-xl-white-50 {
    --text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .text-xl-reset {
    --text-opacity: 1;
    color: inherit !important;
  }
  .text-opacity-xl-0 {
    --text-opacity: 0;
  }
  .text-opacity-xl-5 {
    --text-opacity: 0.05;
  }
  .text-opacity-xl-10 {
    --text-opacity: 0.1;
  }
  .text-opacity-xl-15 {
    --text-opacity: 0.15;
  }
  .text-opacity-xl-20 {
    --text-opacity: 0.2;
  }
  .text-opacity-xl-25 {
    --text-opacity: 0.25;
  }
  .text-opacity-xl-30 {
    --text-opacity: 0.3;
  }
  .text-opacity-xl-33 {
    --text-opacity: 0.33;
  }
  .text-opacity-xl-35 {
    --text-opacity: 0.35;
  }
  .text-opacity-xl-40 {
    --text-opacity: 0.4;
  }
  .text-opacity-xl-50 {
    --text-opacity: 0.5;
  }
  .text-opacity-xl-55 {
    --text-opacity: 0.55;
  }
  .text-opacity-xl-60 {
    --text-opacity: 0.6;
  }
  .text-opacity-xl-65 {
    --text-opacity: 0.65;
  }
  .text-opacity-xl-66 {
    --text-opacity: 0.66;
  }
  .text-opacity-xl-70 {
    --text-opacity: 0.7;
  }
  .text-opacity-xl-75 {
    --text-opacity: 0.75;
  }
  .text-opacity-xl-80 {
    --text-opacity: 0.8;
  }
  .text-opacity-xl-85 {
    --text-opacity: 0.85;
  }
  .text-opacity-xl-90 {
    --text-opacity: 0.9;
  }
  .text-opacity-xl-95 {
    --text-opacity: 0.95;
  }
  .text-opacity-xl-100 {
    --text-opacity: 1;
  }
  .bg-opacity-xl-0 {
    --bg-opacity: 0;
  }
  .bg-opacity-xl-5 {
    --bg-opacity: 0.05;
  }
  .bg-opacity-xl-10 {
    --bg-opacity: 0.1;
  }
  .bg-opacity-xl-15 {
    --bg-opacity: 0.15;
  }
  .bg-opacity-xl-20 {
    --bg-opacity: 0.2;
  }
  .bg-opacity-xl-25 {
    --bg-opacity: 0.25;
  }
  .bg-opacity-xl-30 {
    --bg-opacity: 0.3;
  }
  .bg-opacity-xl-33 {
    --bg-opacity: 0.33;
  }
  .bg-opacity-xl-35 {
    --bg-opacity: 0.35;
  }
  .bg-opacity-xl-40 {
    --bg-opacity: 0.4;
  }
  .bg-opacity-xl-50 {
    --bg-opacity: 0.5;
  }
  .bg-opacity-xl-55 {
    --bg-opacity: 0.55;
  }
  .bg-opacity-xl-60 {
    --bg-opacity: 0.6;
  }
  .bg-opacity-xl-65 {
    --bg-opacity: 0.65;
  }
  .bg-opacity-xl-66 {
    --bg-opacity: 0.66;
  }
  .bg-opacity-xl-70 {
    --bg-opacity: 0.7;
  }
  .bg-opacity-xl-75 {
    --bg-opacity: 0.75;
  }
  .bg-opacity-xl-80 {
    --bg-opacity: 0.8;
  }
  .bg-opacity-xl-85 {
    --bg-opacity: 0.85;
  }
  .bg-opacity-xl-90 {
    --bg-opacity: 0.9;
  }
  .bg-opacity-xl-95 {
    --bg-opacity: 0.95;
  }
  .bg-opacity-xl-100 {
    --bg-opacity: 1;
  }
  .max-vw-xl-25 {
    max-width: 25vw !important;
  }
  .max-vw-xl-33 {
    max-width: 33.3333vw !important;
  }
  .max-vw-xl-50 {
    max-width: 50vw !important;
  }
  .max-vw-xl-66 {
    max-width: 66.6666vw !important;
  }
  .max-vw-xl-75 {
    max-width: 75vw !important;
  }
  .max-vw-xl-100 {
    max-width: 100vw !important;
  }
  .max-vw-xl-auto {
    max-width: auto !important;
  }
  .max-vh-xl-25 {
    max-height: 25vh !important;
  }
  .max-vh-xl-33 {
    max-height: 33.3333vh !important;
  }
  .max-vh-xl-50 {
    max-height: 50vh !important;
  }
  .max-vh-xl-66 {
    max-height: 66.6666vh !important;
  }
  .max-vh-xl-75 {
    max-height: 75vh !important;
  }
  .max-vh-xl-100 {
    max-height: 100vh !important;
  }
  .max-vh-xl-auto {
    max-height: auto !important;
  }
  .layer-xl-first {
    z-index: -1 !important;
  }
  .layer-xl-0 {
    z-index: 0 !important;
  }
  .layer-xl-1 {
    z-index: 1 !important;
  }
  .layer-xl-2 {
    z-index: 2 !important;
  }
  .layer-xl-3 {
    z-index: 3 !important;
  }
  .layer-xl-4 {
    z-index: 4 !important;
  }
  .layer-xl-5 {
    z-index: 5 !important;
  }
  .layer-xl-6 {
    z-index: 6 !important;
  }
  .layer-xl-7 {
    z-index: 7 !important;
  }
  .layer-xl-8 {
    z-index: 8 !important;
  }
  .layer-xl-9 {
    z-index: 9 !important;
  }
  .layer-xl-last {
    z-index: 10 !important;
  }
}
@media (min-width: 1680px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .opacity-xxl-0 {
    opacity: 0 !important;
  }
  .opacity-xxl-15 {
    opacity: 0.15 !important;
  }
  .opacity-xxl-25 {
    opacity: 0.25 !important;
  }
  .opacity-xxl-33 {
    opacity: 0.33 !important;
  }
  .opacity-xxl-50 {
    opacity: 0.5 !important;
  }
  .opacity-xxl-66 {
    opacity: 0.66 !important;
  }
  .opacity-xxl-75 {
    opacity: 0.75 !important;
  }
  .opacity-xxl-85 {
    opacity: 0.85 !important;
  }
  .opacity-xxl-100 {
    opacity: 1 !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-33 {
    width: 33.3333% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-66 {
    width: 66.6666% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .mw-xxl-25 {
    max-width: 25% !important;
  }
  .mw-xxl-33 {
    max-width: 33.3333% !important;
  }
  .mw-xxl-50 {
    max-width: 50% !important;
  }
  .mw-xxl-66 {
    max-width: 66.6666% !important;
  }
  .mw-xxl-75 {
    max-width: 75% !important;
  }
  .mw-xxl-100 {
    max-width: 100% !important;
  }
  .mw-xxl-auto {
    max-width: auto !important;
  }
  .vw-xxl-25 {
    width: 25vw !important;
  }
  .vw-xxl-33 {
    width: 33.3333vw !important;
  }
  .vw-xxl-50 {
    width: 50vw !important;
  }
  .vw-xxl-66 {
    width: 66.6666vw !important;
  }
  .vw-xxl-75 {
    width: 75vw !important;
  }
  .vw-xxl-100 {
    width: 100vw !important;
  }
  .vw-xxl-auto {
    width: auto !important;
  }
  .min-vw-xxl-25 {
    min-width: 25vw !important;
  }
  .min-vw-xxl-33 {
    min-width: 33.3333vw !important;
  }
  .min-vw-xxl-50 {
    min-width: 50vw !important;
  }
  .min-vw-xxl-66 {
    min-width: 66.6666vw !important;
  }
  .min-vw-xxl-75 {
    min-width: 75vw !important;
  }
  .min-vw-xxl-100 {
    min-width: 100vw !important;
  }
  .min-vw-xxl-auto {
    min-width: auto !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-33 {
    height: 33.3333% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-66 {
    height: 66.6666% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .mh-xxl-25 {
    max-height: 25% !important;
  }
  .mh-xxl-33 {
    max-height: 33.3333% !important;
  }
  .mh-xxl-50 {
    max-height: 50% !important;
  }
  .mh-xxl-66 {
    max-height: 66.6666% !important;
  }
  .mh-xxl-75 {
    max-height: 75% !important;
  }
  .mh-xxl-100 {
    max-height: 100% !important;
  }
  .mh-xxl-auto {
    max-height: auto !important;
  }
  .vh-xxl-25 {
    height: 25vh !important;
  }
  .vh-xxl-33 {
    height: 33.3333vh !important;
  }
  .vh-xxl-50 {
    height: 50vh !important;
  }
  .vh-xxl-66 {
    height: 66.6666vh !important;
  }
  .vh-xxl-75 {
    height: 75vh !important;
  }
  .vh-xxl-100 {
    height: 100vh !important;
  }
  .vh-xxl-auto {
    height: auto !important;
  }
  .min-vh-xxl-25 {
    min-height: 25vh !important;
  }
  .min-vh-xxl-33 {
    min-height: 33.3333vh !important;
  }
  .min-vh-xxl-50 {
    min-height: 50vh !important;
  }
  .min-vh-xxl-66 {
    min-height: 66.6666vh !important;
  }
  .min-vh-xxl-75 {
    min-height: 75vh !important;
  }
  .min-vh-xxl-100 {
    min-height: 100vh !important;
  }
  .min-vh-xxl-auto {
    min-height: auto !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.5rem !important;
  }
  .m-xxl-2 {
    margin: 1rem !important;
  }
  .m-xxl-3 {
    margin: 1.7rem !important;
  }
  .m-xxl-4 {
    margin: 2.5rem !important;
  }
  .m-xxl-5 {
    margin: 3.4rem !important;
  }
  .m-xxl-6 {
    margin: 5rem !important;
  }
  .m-xxl-7 {
    margin: 6.5rem !important;
  }
  .m-xxl-8 {
    margin: 8.2rem !important;
  }
  .m-xxl-9 {
    margin: 10rem !important;
  }
  .m-xxl-10 {
    margin: 12rem !important;
  }
  .m-xxl-11 {
    margin: 14rem !important;
  }
  .m-xxl-12 {
    margin: 16rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1.7rem !important;
    margin-left: 1.7rem !important;
  }
  .mx-xxl-4 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3.4rem !important;
    margin-left: 3.4rem !important;
  }
  .mx-xxl-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xxl-8 {
    margin-right: 8.2rem !important;
    margin-left: 8.2rem !important;
  }
  .mx-xxl-9 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-10 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xxl-11 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xxl-12 {
    margin-right: 16rem !important;
    margin-left: 16rem !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.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-3 {
    margin-top: 1.7rem !important;
    margin-bottom: 1.7rem !important;
  }
  .my-xxl-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3.4rem !important;
    margin-bottom: 3.4rem !important;
  }
  .my-xxl-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-7 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xxl-8 {
    margin-top: 8.2rem !important;
    margin-bottom: 8.2rem !important;
  }
  .my-xxl-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-10 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xxl-11 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xxl-12 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !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.5rem !important;
  }
  .mt-xxl-2 {
    margin-top: 1rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1.7rem !important;
  }
  .mt-xxl-4 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3.4rem !important;
  }
  .mt-xxl-6 {
    margin-top: 5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 6.5rem !important;
  }
  .mt-xxl-8 {
    margin-top: 8.2rem !important;
  }
  .mt-xxl-9 {
    margin-top: 10rem !important;
  }
  .mt-xxl-10 {
    margin-top: 12rem !important;
  }
  .mt-xxl-11 {
    margin-top: 14rem !important;
  }
  .mt-xxl-12 {
    margin-top: 16rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-2 {
    margin-right: 1rem !important;
  }
  .me-xxl-3 {
    margin-right: 1.7rem !important;
  }
  .me-xxl-4 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3.4rem !important;
  }
  .me-xxl-6 {
    margin-right: 5rem !important;
  }
  .me-xxl-7 {
    margin-right: 6.5rem !important;
  }
  .me-xxl-8 {
    margin-right: 8.2rem !important;
  }
  .me-xxl-9 {
    margin-right: 10rem !important;
  }
  .me-xxl-10 {
    margin-right: 12rem !important;
  }
  .me-xxl-11 {
    margin-right: 14rem !important;
  }
  .me-xxl-12 {
    margin-right: 16rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1.7rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3.4rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 8.2rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 12rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 14rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 16rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-2 {
    margin-left: 1rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1.7rem !important;
  }
  .ms-xxl-4 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3.4rem !important;
  }
  .ms-xxl-6 {
    margin-left: 5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 6.5rem !important;
  }
  .ms-xxl-8 {
    margin-left: 8.2rem !important;
  }
  .ms-xxl-9 {
    margin-left: 10rem !important;
  }
  .ms-xxl-10 {
    margin-left: 12rem !important;
  }
  .ms-xxl-11 {
    margin-left: 14rem !important;
  }
  .ms-xxl-12 {
    margin-left: 16rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.5rem !important;
  }
  .m-xxl-n2 {
    margin: -1rem !important;
  }
  .m-xxl-n3 {
    margin: -1.7rem !important;
  }
  .m-xxl-n4 {
    margin: -2.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3.4rem !important;
  }
  .m-xxl-n6 {
    margin: -5rem !important;
  }
  .m-xxl-n7 {
    margin: -6.5rem !important;
  }
  .m-xxl-n8 {
    margin: -8.2rem !important;
  }
  .m-xxl-n9 {
    margin: -10rem !important;
  }
  .m-xxl-n10 {
    margin: -12rem !important;
  }
  .m-xxl-n11 {
    margin: -14rem !important;
  }
  .m-xxl-n12 {
    margin: -16rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1.7rem !important;
    margin-left: -1.7rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3.4rem !important;
    margin-left: -3.4rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxl-n7 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-xxl-n8 {
    margin-right: -8.2rem !important;
    margin-left: -8.2rem !important;
  }
  .mx-xxl-n9 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxl-n10 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-xxl-n11 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-xxl-n12 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1.7rem !important;
    margin-bottom: -1.7rem !important;
  }
  .my-xxl-n4 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3.4rem !important;
    margin-bottom: -3.4rem !important;
  }
  .my-xxl-n6 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxl-n7 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-xxl-n8 {
    margin-top: -8.2rem !important;
    margin-bottom: -8.2rem !important;
  }
  .my-xxl-n9 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxl-n10 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-xxl-n11 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-xxl-n12 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1.7rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -2.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3.4rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -5rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -6.5rem !important;
  }
  .mt-xxl-n8 {
    margin-top: -8.2rem !important;
  }
  .mt-xxl-n9 {
    margin-top: -10rem !important;
  }
  .mt-xxl-n10 {
    margin-top: -12rem !important;
  }
  .mt-xxl-n11 {
    margin-top: -14rem !important;
  }
  .mt-xxl-n12 {
    margin-top: -16rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n2 {
    margin-right: -1rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1.7rem !important;
  }
  .me-xxl-n4 {
    margin-right: -2.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3.4rem !important;
  }
  .me-xxl-n6 {
    margin-right: -5rem !important;
  }
  .me-xxl-n7 {
    margin-right: -6.5rem !important;
  }
  .me-xxl-n8 {
    margin-right: -8.2rem !important;
  }
  .me-xxl-n9 {
    margin-right: -10rem !important;
  }
  .me-xxl-n10 {
    margin-right: -12rem !important;
  }
  .me-xxl-n11 {
    margin-right: -14rem !important;
  }
  .me-xxl-n12 {
    margin-right: -16rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1.7rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3.4rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -5rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -6.5rem !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -8.2rem !important;
  }
  .mb-xxl-n9 {
    margin-bottom: -10rem !important;
  }
  .mb-xxl-n10 {
    margin-bottom: -12rem !important;
  }
  .mb-xxl-n11 {
    margin-bottom: -14rem !important;
  }
  .mb-xxl-n12 {
    margin-bottom: -16rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1.7rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -2.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3.4rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -5rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -6.5rem !important;
  }
  .ms-xxl-n8 {
    margin-left: -8.2rem !important;
  }
  .ms-xxl-n9 {
    margin-left: -10rem !important;
  }
  .ms-xxl-n10 {
    margin-left: -12rem !important;
  }
  .ms-xxl-n11 {
    margin-left: -14rem !important;
  }
  .ms-xxl-n12 {
    margin-left: -16rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.5rem !important;
  }
  .p-xxl-2 {
    padding: 1rem !important;
  }
  .p-xxl-3 {
    padding: 1.7rem !important;
  }
  .p-xxl-4 {
    padding: 2.5rem !important;
  }
  .p-xxl-5 {
    padding: 3.4rem !important;
  }
  .p-xxl-6 {
    padding: 5rem !important;
  }
  .p-xxl-7 {
    padding: 6.5rem !important;
  }
  .p-xxl-8 {
    padding: 8.2rem !important;
  }
  .p-xxl-9 {
    padding: 10rem !important;
  }
  .p-xxl-10 {
    padding: 12rem !important;
  }
  .p-xxl-11 {
    padding: 14rem !important;
  }
  .p-xxl-12 {
    padding: 16rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-3 {
    padding-right: 1.7rem !important;
    padding-left: 1.7rem !important;
  }
  .px-xxl-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3.4rem !important;
    padding-left: 3.4rem !important;
  }
  .px-xxl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-7 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xxl-8 {
    padding-right: 8.2rem !important;
    padding-left: 8.2rem !important;
  }
  .px-xxl-9 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-10 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xxl-11 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xxl-12 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-3 {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important;
  }
  .py-xxl-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3.4rem !important;
    padding-bottom: 3.4rem !important;
  }
  .py-xxl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-7 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xxl-8 {
    padding-top: 8.2rem !important;
    padding-bottom: 8.2rem !important;
  }
  .py-xxl-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-10 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xxl-11 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xxl-12 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-2 {
    padding-top: 1rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1.7rem !important;
  }
  .pt-xxl-4 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3.4rem !important;
  }
  .pt-xxl-6 {
    padding-top: 5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 6.5rem !important;
  }
  .pt-xxl-8 {
    padding-top: 8.2rem !important;
  }
  .pt-xxl-9 {
    padding-top: 10rem !important;
  }
  .pt-xxl-10 {
    padding-top: 12rem !important;
  }
  .pt-xxl-11 {
    padding-top: 14rem !important;
  }
  .pt-xxl-12 {
    padding-top: 16rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-2 {
    padding-right: 1rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1.7rem !important;
  }
  .pe-xxl-4 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3.4rem !important;
  }
  .pe-xxl-6 {
    padding-right: 5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 6.5rem !important;
  }
  .pe-xxl-8 {
    padding-right: 8.2rem !important;
  }
  .pe-xxl-9 {
    padding-right: 10rem !important;
  }
  .pe-xxl-10 {
    padding-right: 12rem !important;
  }
  .pe-xxl-11 {
    padding-right: 14rem !important;
  }
  .pe-xxl-12 {
    padding-right: 16rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1.7rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3.4rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 8.2rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 12rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 14rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 16rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-2 {
    padding-left: 1rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1.7rem !important;
  }
  .ps-xxl-4 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3.4rem !important;
  }
  .ps-xxl-6 {
    padding-left: 5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 6.5rem !important;
  }
  .ps-xxl-8 {
    padding-left: 8.2rem !important;
  }
  .ps-xxl-9 {
    padding-left: 10rem !important;
  }
  .ps-xxl-10 {
    padding-left: 12rem !important;
  }
  .ps-xxl-11 {
    padding-left: 14rem !important;
  }
  .ps-xxl-12 {
    padding-left: 16rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.5rem !important;
  }
  .gap-xxl-2 {
    gap: 1rem !important;
  }
  .gap-xxl-3 {
    gap: 1.7rem !important;
  }
  .gap-xxl-4 {
    gap: 2.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3.4rem !important;
  }
  .gap-xxl-6 {
    gap: 5rem !important;
  }
  .gap-xxl-7 {
    gap: 6.5rem !important;
  }
  .gap-xxl-8 {
    gap: 8.2rem !important;
  }
  .gap-xxl-9 {
    gap: 10rem !important;
  }
  .gap-xxl-10 {
    gap: 12rem !important;
  }
  .gap-xxl-11 {
    gap: 14rem !important;
  }
  .gap-xxl-12 {
    gap: 16rem !important;
  }
  .fs-xxl-25 {
    font-size: 0.25rem !important;
  }
  .fs-xxl-50 {
    font-size: 0.5rem !important;
  }
  .fs-xxl-75 {
    font-size: 0.75rem !important;
  }
  .fs-xxl-100 {
    font-size: 1rem !important;
  }
  .fs-xxl-125 {
    font-size: 1.25rem !important;
  }
  .fs-xxl-150 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-xxl-175 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-xxl-200 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-xxl-225 {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  .fs-xxl-250 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-xxl-275 {
    font-size: calc(1.4rem + 1.8vw) !important;
  }
  .fs-xxl-300 {
    font-size: calc(1.425rem + 2.1vw) !important;
  }
  .fs-xxl-350 {
    font-size: calc(1.475rem + 2.7vw) !important;
  }
  .fs-xxl-400 {
    font-size: calc(1.525rem + 3.3vw) !important;
  }
  .fs-xxl-450 {
    font-size: calc(1.575rem + 3.9vw) !important;
  }
  .fs-xxl-500 {
    font-size: calc(1.625rem + 4.5vw) !important;
  }
  .fs-xxl-600 {
    font-size: calc(1.725rem + 5.7vw) !important;
  }
  .fs-xxl-700 {
    font-size: calc(1.825rem + 6.9vw) !important;
  }
  .fs-xxl-800 {
    font-size: calc(1.925rem + 8.1vw) !important;
  }
  .fs-xxl-900 {
    font-size: calc(2.025rem + 9.3vw) !important;
  }
  .fs-xxl-1000 {
    font-size: calc(2.125rem + 10.5vw) !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-xxl-primary {
    --text-opacity: 1;
    color: rgba(var(--primary-rgb), var(--text-opacity)) !important;
  }
  .text-xxl-secondary {
    --text-opacity: 1;
    color: rgba(var(--secondary-rgb), var(--text-opacity)) !important;
  }
  .text-xxl-success {
    --text-opacity: 1;
    color: rgba(var(--success-rgb), var(--text-opacity)) !important;
  }
  .text-xxl-info {
    --text-opacity: 1;
    color: rgba(var(--info-rgb), var(--text-opacity)) !important;
  }
  .text-xxl-warning {
    --text-opacity: 1;
    color: rgba(var(--warning-rgb), var(--text-opacity)) !important;
  }
  .text-xxl-danger {
    --text-opacity: 1;
    color: rgba(var(--danger-rgb), var(--text-opacity)) !important;
  }
  .text-xxl-light {
    --text-opacity: 1;
    color: rgba(var(--light-rgb), var(--text-opacity)) !important;
  }
  .text-xxl-dark {
    --text-opacity: 1;
    color: rgba(var(--dark-rgb), var(--text-opacity)) !important;
  }
  .text-xxl-transparent {
    --text-opacity: 1;
    color: rgba(var(--transparent-rgb), var(--text-opacity)) !important;
  }
  .text-xxl-white {
    --text-opacity: 1;
    color: rgba(var(--white-rgb), var(--text-opacity)) !important;
  }
  .text-xxl-black {
    --text-opacity: 1;
    color: rgba(var(--black-rgb), var(--text-opacity)) !important;
  }
  .text-xxl-lighter {
    --text-opacity: 1;
    color: rgba(var(--lighter-rgb), var(--text-opacity)) !important;
  }
  .text-xxl-gray-200 {
    --text-opacity: 1;
    color: rgba(var(--gray-200-rgb), var(--text-opacity)) !important;
  }
  .text-xxl-gray-light {
    --text-opacity: 1;
    color: rgba(var(--gray-light-rgb), var(--text-opacity)) !important;
  }
  .text-xxl-gray {
    --text-opacity: 1;
    color: rgba(var(--gray-rgb), var(--text-opacity)) !important;
  }
  .text-xxl-gray-dark {
    --text-opacity: 1;
    color: rgba(var(--gray-dark-rgb), var(--text-opacity)) !important;
  }
  .text-xxl-darker {
    --text-opacity: 1;
    color: rgba(var(--darker-rgb), var(--text-opacity)) !important;
  }
  .text-xxl-error {
    --text-opacity: 1;
    color: rgba(var(--error-rgb), var(--text-opacity)) !important;
  }
  .text-xxl-default {
    --text-opacity: 1;
    color: rgba(var(--default-rgb), var(--text-opacity)) !important;
  }
  .text-xxl-body {
    --text-opacity: 1;
    color: rgba(var(--body-color-rgb), var(--text-opacity)) !important;
  }
  .text-xxl-muted {
    --text-opacity: 1;
    color: #6c757d !important;
  }
  .text-xxl-black-50 {
    --text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
  }
  .text-xxl-white-50 {
    --text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .text-xxl-reset {
    --text-opacity: 1;
    color: inherit !important;
  }
  .text-opacity-xxl-0 {
    --text-opacity: 0;
  }
  .text-opacity-xxl-5 {
    --text-opacity: 0.05;
  }
  .text-opacity-xxl-10 {
    --text-opacity: 0.1;
  }
  .text-opacity-xxl-15 {
    --text-opacity: 0.15;
  }
  .text-opacity-xxl-20 {
    --text-opacity: 0.2;
  }
  .text-opacity-xxl-25 {
    --text-opacity: 0.25;
  }
  .text-opacity-xxl-30 {
    --text-opacity: 0.3;
  }
  .text-opacity-xxl-33 {
    --text-opacity: 0.33;
  }
  .text-opacity-xxl-35 {
    --text-opacity: 0.35;
  }
  .text-opacity-xxl-40 {
    --text-opacity: 0.4;
  }
  .text-opacity-xxl-50 {
    --text-opacity: 0.5;
  }
  .text-opacity-xxl-55 {
    --text-opacity: 0.55;
  }
  .text-opacity-xxl-60 {
    --text-opacity: 0.6;
  }
  .text-opacity-xxl-65 {
    --text-opacity: 0.65;
  }
  .text-opacity-xxl-66 {
    --text-opacity: 0.66;
  }
  .text-opacity-xxl-70 {
    --text-opacity: 0.7;
  }
  .text-opacity-xxl-75 {
    --text-opacity: 0.75;
  }
  .text-opacity-xxl-80 {
    --text-opacity: 0.8;
  }
  .text-opacity-xxl-85 {
    --text-opacity: 0.85;
  }
  .text-opacity-xxl-90 {
    --text-opacity: 0.9;
  }
  .text-opacity-xxl-95 {
    --text-opacity: 0.95;
  }
  .text-opacity-xxl-100 {
    --text-opacity: 1;
  }
  .bg-opacity-xxl-0 {
    --bg-opacity: 0;
  }
  .bg-opacity-xxl-5 {
    --bg-opacity: 0.05;
  }
  .bg-opacity-xxl-10 {
    --bg-opacity: 0.1;
  }
  .bg-opacity-xxl-15 {
    --bg-opacity: 0.15;
  }
  .bg-opacity-xxl-20 {
    --bg-opacity: 0.2;
  }
  .bg-opacity-xxl-25 {
    --bg-opacity: 0.25;
  }
  .bg-opacity-xxl-30 {
    --bg-opacity: 0.3;
  }
  .bg-opacity-xxl-33 {
    --bg-opacity: 0.33;
  }
  .bg-opacity-xxl-35 {
    --bg-opacity: 0.35;
  }
  .bg-opacity-xxl-40 {
    --bg-opacity: 0.4;
  }
  .bg-opacity-xxl-50 {
    --bg-opacity: 0.5;
  }
  .bg-opacity-xxl-55 {
    --bg-opacity: 0.55;
  }
  .bg-opacity-xxl-60 {
    --bg-opacity: 0.6;
  }
  .bg-opacity-xxl-65 {
    --bg-opacity: 0.65;
  }
  .bg-opacity-xxl-66 {
    --bg-opacity: 0.66;
  }
  .bg-opacity-xxl-70 {
    --bg-opacity: 0.7;
  }
  .bg-opacity-xxl-75 {
    --bg-opacity: 0.75;
  }
  .bg-opacity-xxl-80 {
    --bg-opacity: 0.8;
  }
  .bg-opacity-xxl-85 {
    --bg-opacity: 0.85;
  }
  .bg-opacity-xxl-90 {
    --bg-opacity: 0.9;
  }
  .bg-opacity-xxl-95 {
    --bg-opacity: 0.95;
  }
  .bg-opacity-xxl-100 {
    --bg-opacity: 1;
  }
  .max-vw-xxl-25 {
    max-width: 25vw !important;
  }
  .max-vw-xxl-33 {
    max-width: 33.3333vw !important;
  }
  .max-vw-xxl-50 {
    max-width: 50vw !important;
  }
  .max-vw-xxl-66 {
    max-width: 66.6666vw !important;
  }
  .max-vw-xxl-75 {
    max-width: 75vw !important;
  }
  .max-vw-xxl-100 {
    max-width: 100vw !important;
  }
  .max-vw-xxl-auto {
    max-width: auto !important;
  }
  .max-vh-xxl-25 {
    max-height: 25vh !important;
  }
  .max-vh-xxl-33 {
    max-height: 33.3333vh !important;
  }
  .max-vh-xxl-50 {
    max-height: 50vh !important;
  }
  .max-vh-xxl-66 {
    max-height: 66.6666vh !important;
  }
  .max-vh-xxl-75 {
    max-height: 75vh !important;
  }
  .max-vh-xxl-100 {
    max-height: 100vh !important;
  }
  .max-vh-xxl-auto {
    max-height: auto !important;
  }
  .layer-xxl-first {
    z-index: -1 !important;
  }
  .layer-xxl-0 {
    z-index: 0 !important;
  }
  .layer-xxl-1 {
    z-index: 1 !important;
  }
  .layer-xxl-2 {
    z-index: 2 !important;
  }
  .layer-xxl-3 {
    z-index: 3 !important;
  }
  .layer-xxl-4 {
    z-index: 4 !important;
  }
  .layer-xxl-5 {
    z-index: 5 !important;
  }
  .layer-xxl-6 {
    z-index: 6 !important;
  }
  .layer-xxl-7 {
    z-index: 7 !important;
  }
  .layer-xxl-8 {
    z-index: 8 !important;
  }
  .layer-xxl-9 {
    z-index: 9 !important;
  }
  .layer-xxl-last {
    z-index: 10 !important;
  }
}
@media (min-width: 1920px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .opacity-xxxl-0 {
    opacity: 0 !important;
  }
  .opacity-xxxl-15 {
    opacity: 0.15 !important;
  }
  .opacity-xxxl-25 {
    opacity: 0.25 !important;
  }
  .opacity-xxxl-33 {
    opacity: 0.33 !important;
  }
  .opacity-xxxl-50 {
    opacity: 0.5 !important;
  }
  .opacity-xxxl-66 {
    opacity: 0.66 !important;
  }
  .opacity-xxxl-75 {
    opacity: 0.75 !important;
  }
  .opacity-xxxl-85 {
    opacity: 0.85 !important;
  }
  .opacity-xxxl-100 {
    opacity: 1 !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .position-xxxl-static {
    position: static !important;
  }
  .position-xxxl-relative {
    position: relative !important;
  }
  .position-xxxl-absolute {
    position: absolute !important;
  }
  .position-xxxl-fixed {
    position: fixed !important;
  }
  .position-xxxl-sticky {
    position: sticky !important;
  }
  .w-xxxl-25 {
    width: 25% !important;
  }
  .w-xxxl-33 {
    width: 33.3333% !important;
  }
  .w-xxxl-50 {
    width: 50% !important;
  }
  .w-xxxl-66 {
    width: 66.6666% !important;
  }
  .w-xxxl-75 {
    width: 75% !important;
  }
  .w-xxxl-100 {
    width: 100% !important;
  }
  .w-xxxl-auto {
    width: auto !important;
  }
  .mw-xxxl-25 {
    max-width: 25% !important;
  }
  .mw-xxxl-33 {
    max-width: 33.3333% !important;
  }
  .mw-xxxl-50 {
    max-width: 50% !important;
  }
  .mw-xxxl-66 {
    max-width: 66.6666% !important;
  }
  .mw-xxxl-75 {
    max-width: 75% !important;
  }
  .mw-xxxl-100 {
    max-width: 100% !important;
  }
  .mw-xxxl-auto {
    max-width: auto !important;
  }
  .vw-xxxl-25 {
    width: 25vw !important;
  }
  .vw-xxxl-33 {
    width: 33.3333vw !important;
  }
  .vw-xxxl-50 {
    width: 50vw !important;
  }
  .vw-xxxl-66 {
    width: 66.6666vw !important;
  }
  .vw-xxxl-75 {
    width: 75vw !important;
  }
  .vw-xxxl-100 {
    width: 100vw !important;
  }
  .vw-xxxl-auto {
    width: auto !important;
  }
  .min-vw-xxxl-25 {
    min-width: 25vw !important;
  }
  .min-vw-xxxl-33 {
    min-width: 33.3333vw !important;
  }
  .min-vw-xxxl-50 {
    min-width: 50vw !important;
  }
  .min-vw-xxxl-66 {
    min-width: 66.6666vw !important;
  }
  .min-vw-xxxl-75 {
    min-width: 75vw !important;
  }
  .min-vw-xxxl-100 {
    min-width: 100vw !important;
  }
  .min-vw-xxxl-auto {
    min-width: auto !important;
  }
  .h-xxxl-25 {
    height: 25% !important;
  }
  .h-xxxl-33 {
    height: 33.3333% !important;
  }
  .h-xxxl-50 {
    height: 50% !important;
  }
  .h-xxxl-66 {
    height: 66.6666% !important;
  }
  .h-xxxl-75 {
    height: 75% !important;
  }
  .h-xxxl-100 {
    height: 100% !important;
  }
  .h-xxxl-auto {
    height: auto !important;
  }
  .mh-xxxl-25 {
    max-height: 25% !important;
  }
  .mh-xxxl-33 {
    max-height: 33.3333% !important;
  }
  .mh-xxxl-50 {
    max-height: 50% !important;
  }
  .mh-xxxl-66 {
    max-height: 66.6666% !important;
  }
  .mh-xxxl-75 {
    max-height: 75% !important;
  }
  .mh-xxxl-100 {
    max-height: 100% !important;
  }
  .mh-xxxl-auto {
    max-height: auto !important;
  }
  .vh-xxxl-25 {
    height: 25vh !important;
  }
  .vh-xxxl-33 {
    height: 33.3333vh !important;
  }
  .vh-xxxl-50 {
    height: 50vh !important;
  }
  .vh-xxxl-66 {
    height: 66.6666vh !important;
  }
  .vh-xxxl-75 {
    height: 75vh !important;
  }
  .vh-xxxl-100 {
    height: 100vh !important;
  }
  .vh-xxxl-auto {
    height: auto !important;
  }
  .min-vh-xxxl-25 {
    min-height: 25vh !important;
  }
  .min-vh-xxxl-33 {
    min-height: 33.3333vh !important;
  }
  .min-vh-xxxl-50 {
    min-height: 50vh !important;
  }
  .min-vh-xxxl-66 {
    min-height: 66.6666vh !important;
  }
  .min-vh-xxxl-75 {
    min-height: 75vh !important;
  }
  .min-vh-xxxl-100 {
    min-height: 100vh !important;
  }
  .min-vh-xxxl-auto {
    min-height: auto !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.5rem !important;
  }
  .m-xxxl-2 {
    margin: 1rem !important;
  }
  .m-xxxl-3 {
    margin: 1.7rem !important;
  }
  .m-xxxl-4 {
    margin: 2.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3.4rem !important;
  }
  .m-xxxl-6 {
    margin: 5rem !important;
  }
  .m-xxxl-7 {
    margin: 6.5rem !important;
  }
  .m-xxxl-8 {
    margin: 8.2rem !important;
  }
  .m-xxxl-9 {
    margin: 10rem !important;
  }
  .m-xxxl-10 {
    margin: 12rem !important;
  }
  .m-xxxl-11 {
    margin: 14rem !important;
  }
  .m-xxxl-12 {
    margin: 16rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1.7rem !important;
    margin-left: 1.7rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3.4rem !important;
    margin-left: 3.4rem !important;
  }
  .mx-xxxl-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxxl-7 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xxxl-8 {
    margin-right: 8.2rem !important;
    margin-left: 8.2rem !important;
  }
  .mx-xxxl-9 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxxl-10 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xxxl-11 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xxxl-12 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1.7rem !important;
    margin-bottom: 1.7rem !important;
  }
  .my-xxxl-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3.4rem !important;
    margin-bottom: 3.4rem !important;
  }
  .my-xxxl-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxxl-7 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xxxl-8 {
    margin-top: 8.2rem !important;
    margin-bottom: 8.2rem !important;
  }
  .my-xxxl-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxxl-10 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xxxl-11 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xxxl-12 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1.7rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 2.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3.4rem !important;
  }
  .mt-xxxl-6 {
    margin-top: 5rem !important;
  }
  .mt-xxxl-7 {
    margin-top: 6.5rem !important;
  }
  .mt-xxxl-8 {
    margin-top: 8.2rem !important;
  }
  .mt-xxxl-9 {
    margin-top: 10rem !important;
  }
  .mt-xxxl-10 {
    margin-top: 12rem !important;
  }
  .mt-xxxl-11 {
    margin-top: 14rem !important;
  }
  .mt-xxxl-12 {
    margin-top: 16rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-2 {
    margin-right: 1rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1.7rem !important;
  }
  .me-xxxl-4 {
    margin-right: 2.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3.4rem !important;
  }
  .me-xxxl-6 {
    margin-right: 5rem !important;
  }
  .me-xxxl-7 {
    margin-right: 6.5rem !important;
  }
  .me-xxxl-8 {
    margin-right: 8.2rem !important;
  }
  .me-xxxl-9 {
    margin-right: 10rem !important;
  }
  .me-xxxl-10 {
    margin-right: 12rem !important;
  }
  .me-xxxl-11 {
    margin-right: 14rem !important;
  }
  .me-xxxl-12 {
    margin-right: 16rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1.7rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3.4rem !important;
  }
  .mb-xxxl-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xxxl-7 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xxxl-8 {
    margin-bottom: 8.2rem !important;
  }
  .mb-xxxl-9 {
    margin-bottom: 10rem !important;
  }
  .mb-xxxl-10 {
    margin-bottom: 12rem !important;
  }
  .mb-xxxl-11 {
    margin-bottom: 14rem !important;
  }
  .mb-xxxl-12 {
    margin-bottom: 16rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1.7rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 2.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3.4rem !important;
  }
  .ms-xxxl-6 {
    margin-left: 5rem !important;
  }
  .ms-xxxl-7 {
    margin-left: 6.5rem !important;
  }
  .ms-xxxl-8 {
    margin-left: 8.2rem !important;
  }
  .ms-xxxl-9 {
    margin-left: 10rem !important;
  }
  .ms-xxxl-10 {
    margin-left: 12rem !important;
  }
  .ms-xxxl-11 {
    margin-left: 14rem !important;
  }
  .ms-xxxl-12 {
    margin-left: 16rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .m-xxxl-n1 {
    margin: -0.5rem !important;
  }
  .m-xxxl-n2 {
    margin: -1rem !important;
  }
  .m-xxxl-n3 {
    margin: -1.7rem !important;
  }
  .m-xxxl-n4 {
    margin: -2.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -3.4rem !important;
  }
  .m-xxxl-n6 {
    margin: -5rem !important;
  }
  .m-xxxl-n7 {
    margin: -6.5rem !important;
  }
  .m-xxxl-n8 {
    margin: -8.2rem !important;
  }
  .m-xxxl-n9 {
    margin: -10rem !important;
  }
  .m-xxxl-n10 {
    margin: -12rem !important;
  }
  .m-xxxl-n11 {
    margin: -14rem !important;
  }
  .m-xxxl-n12 {
    margin: -16rem !important;
  }
  .mx-xxxl-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxxl-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxxl-n3 {
    margin-right: -1.7rem !important;
    margin-left: -1.7rem !important;
  }
  .mx-xxxl-n4 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xxxl-n5 {
    margin-right: -3.4rem !important;
    margin-left: -3.4rem !important;
  }
  .mx-xxxl-n6 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxxl-n7 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-xxxl-n8 {
    margin-right: -8.2rem !important;
    margin-left: -8.2rem !important;
  }
  .mx-xxxl-n9 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxxl-n10 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-xxxl-n11 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-xxxl-n12 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .my-xxxl-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxxl-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxxl-n3 {
    margin-top: -1.7rem !important;
    margin-bottom: -1.7rem !important;
  }
  .my-xxxl-n4 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xxxl-n5 {
    margin-top: -3.4rem !important;
    margin-bottom: -3.4rem !important;
  }
  .my-xxxl-n6 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxxl-n7 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-xxxl-n8 {
    margin-top: -8.2rem !important;
    margin-bottom: -8.2rem !important;
  }
  .my-xxxl-n9 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxxl-n10 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-xxxl-n11 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-xxxl-n12 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .mt-xxxl-n1 {
    margin-top: -0.5rem !important;
  }
  .mt-xxxl-n2 {
    margin-top: -1rem !important;
  }
  .mt-xxxl-n3 {
    margin-top: -1.7rem !important;
  }
  .mt-xxxl-n4 {
    margin-top: -2.5rem !important;
  }
  .mt-xxxl-n5 {
    margin-top: -3.4rem !important;
  }
  .mt-xxxl-n6 {
    margin-top: -5rem !important;
  }
  .mt-xxxl-n7 {
    margin-top: -6.5rem !important;
  }
  .mt-xxxl-n8 {
    margin-top: -8.2rem !important;
  }
  .mt-xxxl-n9 {
    margin-top: -10rem !important;
  }
  .mt-xxxl-n10 {
    margin-top: -12rem !important;
  }
  .mt-xxxl-n11 {
    margin-top: -14rem !important;
  }
  .mt-xxxl-n12 {
    margin-top: -16rem !important;
  }
  .me-xxxl-n1 {
    margin-right: -0.5rem !important;
  }
  .me-xxxl-n2 {
    margin-right: -1rem !important;
  }
  .me-xxxl-n3 {
    margin-right: -1.7rem !important;
  }
  .me-xxxl-n4 {
    margin-right: -2.5rem !important;
  }
  .me-xxxl-n5 {
    margin-right: -3.4rem !important;
  }
  .me-xxxl-n6 {
    margin-right: -5rem !important;
  }
  .me-xxxl-n7 {
    margin-right: -6.5rem !important;
  }
  .me-xxxl-n8 {
    margin-right: -8.2rem !important;
  }
  .me-xxxl-n9 {
    margin-right: -10rem !important;
  }
  .me-xxxl-n10 {
    margin-right: -12rem !important;
  }
  .me-xxxl-n11 {
    margin-right: -14rem !important;
  }
  .me-xxxl-n12 {
    margin-right: -16rem !important;
  }
  .mb-xxxl-n1 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxxl-n2 {
    margin-bottom: -1rem !important;
  }
  .mb-xxxl-n3 {
    margin-bottom: -1.7rem !important;
  }
  .mb-xxxl-n4 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xxxl-n5 {
    margin-bottom: -3.4rem !important;
  }
  .mb-xxxl-n6 {
    margin-bottom: -5rem !important;
  }
  .mb-xxxl-n7 {
    margin-bottom: -6.5rem !important;
  }
  .mb-xxxl-n8 {
    margin-bottom: -8.2rem !important;
  }
  .mb-xxxl-n9 {
    margin-bottom: -10rem !important;
  }
  .mb-xxxl-n10 {
    margin-bottom: -12rem !important;
  }
  .mb-xxxl-n11 {
    margin-bottom: -14rem !important;
  }
  .mb-xxxl-n12 {
    margin-bottom: -16rem !important;
  }
  .ms-xxxl-n1 {
    margin-left: -0.5rem !important;
  }
  .ms-xxxl-n2 {
    margin-left: -1rem !important;
  }
  .ms-xxxl-n3 {
    margin-left: -1.7rem !important;
  }
  .ms-xxxl-n4 {
    margin-left: -2.5rem !important;
  }
  .ms-xxxl-n5 {
    margin-left: -3.4rem !important;
  }
  .ms-xxxl-n6 {
    margin-left: -5rem !important;
  }
  .ms-xxxl-n7 {
    margin-left: -6.5rem !important;
  }
  .ms-xxxl-n8 {
    margin-left: -8.2rem !important;
  }
  .ms-xxxl-n9 {
    margin-left: -10rem !important;
  }
  .ms-xxxl-n10 {
    margin-left: -12rem !important;
  }
  .ms-xxxl-n11 {
    margin-left: -14rem !important;
  }
  .ms-xxxl-n12 {
    margin-left: -16rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.5rem !important;
  }
  .p-xxxl-2 {
    padding: 1rem !important;
  }
  .p-xxxl-3 {
    padding: 1.7rem !important;
  }
  .p-xxxl-4 {
    padding: 2.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3.4rem !important;
  }
  .p-xxxl-6 {
    padding: 5rem !important;
  }
  .p-xxxl-7 {
    padding: 6.5rem !important;
  }
  .p-xxxl-8 {
    padding: 8.2rem !important;
  }
  .p-xxxl-9 {
    padding: 10rem !important;
  }
  .p-xxxl-10 {
    padding: 12rem !important;
  }
  .p-xxxl-11 {
    padding: 14rem !important;
  }
  .p-xxxl-12 {
    padding: 16rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1.7rem !important;
    padding-left: 1.7rem !important;
  }
  .px-xxxl-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3.4rem !important;
    padding-left: 3.4rem !important;
  }
  .px-xxxl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxxl-7 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xxxl-8 {
    padding-right: 8.2rem !important;
    padding-left: 8.2rem !important;
  }
  .px-xxxl-9 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxxl-10 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xxxl-11 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xxxl-12 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important;
  }
  .py-xxxl-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3.4rem !important;
    padding-bottom: 3.4rem !important;
  }
  .py-xxxl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxxl-7 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xxxl-8 {
    padding-top: 8.2rem !important;
    padding-bottom: 8.2rem !important;
  }
  .py-xxxl-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxxl-10 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xxxl-11 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xxxl-12 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1.7rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 2.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3.4rem !important;
  }
  .pt-xxxl-6 {
    padding-top: 5rem !important;
  }
  .pt-xxxl-7 {
    padding-top: 6.5rem !important;
  }
  .pt-xxxl-8 {
    padding-top: 8.2rem !important;
  }
  .pt-xxxl-9 {
    padding-top: 10rem !important;
  }
  .pt-xxxl-10 {
    padding-top: 12rem !important;
  }
  .pt-xxxl-11 {
    padding-top: 14rem !important;
  }
  .pt-xxxl-12 {
    padding-top: 16rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1.7rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 2.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3.4rem !important;
  }
  .pe-xxxl-6 {
    padding-right: 5rem !important;
  }
  .pe-xxxl-7 {
    padding-right: 6.5rem !important;
  }
  .pe-xxxl-8 {
    padding-right: 8.2rem !important;
  }
  .pe-xxxl-9 {
    padding-right: 10rem !important;
  }
  .pe-xxxl-10 {
    padding-right: 12rem !important;
  }
  .pe-xxxl-11 {
    padding-right: 14rem !important;
  }
  .pe-xxxl-12 {
    padding-right: 16rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1.7rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3.4rem !important;
  }
  .pb-xxxl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xxxl-7 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xxxl-8 {
    padding-bottom: 8.2rem !important;
  }
  .pb-xxxl-9 {
    padding-bottom: 10rem !important;
  }
  .pb-xxxl-10 {
    padding-bottom: 12rem !important;
  }
  .pb-xxxl-11 {
    padding-bottom: 14rem !important;
  }
  .pb-xxxl-12 {
    padding-bottom: 16rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1.7rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 2.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3.4rem !important;
  }
  .ps-xxxl-6 {
    padding-left: 5rem !important;
  }
  .ps-xxxl-7 {
    padding-left: 6.5rem !important;
  }
  .ps-xxxl-8 {
    padding-left: 8.2rem !important;
  }
  .ps-xxxl-9 {
    padding-left: 10rem !important;
  }
  .ps-xxxl-10 {
    padding-left: 12rem !important;
  }
  .ps-xxxl-11 {
    padding-left: 14rem !important;
  }
  .ps-xxxl-12 {
    padding-left: 16rem !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-2 {
    gap: 1rem !important;
  }
  .gap-xxxl-3 {
    gap: 1.7rem !important;
  }
  .gap-xxxl-4 {
    gap: 2.5rem !important;
  }
  .gap-xxxl-5 {
    gap: 3.4rem !important;
  }
  .gap-xxxl-6 {
    gap: 5rem !important;
  }
  .gap-xxxl-7 {
    gap: 6.5rem !important;
  }
  .gap-xxxl-8 {
    gap: 8.2rem !important;
  }
  .gap-xxxl-9 {
    gap: 10rem !important;
  }
  .gap-xxxl-10 {
    gap: 12rem !important;
  }
  .gap-xxxl-11 {
    gap: 14rem !important;
  }
  .gap-xxxl-12 {
    gap: 16rem !important;
  }
  .fs-xxxl-25 {
    font-size: 0.25rem !important;
  }
  .fs-xxxl-50 {
    font-size: 0.5rem !important;
  }
  .fs-xxxl-75 {
    font-size: 0.75rem !important;
  }
  .fs-xxxl-100 {
    font-size: 1rem !important;
  }
  .fs-xxxl-125 {
    font-size: 1.25rem !important;
  }
  .fs-xxxl-150 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-xxxl-175 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-xxxl-200 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-xxxl-225 {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  .fs-xxxl-250 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-xxxl-275 {
    font-size: calc(1.4rem + 1.8vw) !important;
  }
  .fs-xxxl-300 {
    font-size: calc(1.425rem + 2.1vw) !important;
  }
  .fs-xxxl-350 {
    font-size: calc(1.475rem + 2.7vw) !important;
  }
  .fs-xxxl-400 {
    font-size: calc(1.525rem + 3.3vw) !important;
  }
  .fs-xxxl-450 {
    font-size: calc(1.575rem + 3.9vw) !important;
  }
  .fs-xxxl-500 {
    font-size: calc(1.625rem + 4.5vw) !important;
  }
  .fs-xxxl-600 {
    font-size: calc(1.725rem + 5.7vw) !important;
  }
  .fs-xxxl-700 {
    font-size: calc(1.825rem + 6.9vw) !important;
  }
  .fs-xxxl-800 {
    font-size: calc(1.925rem + 8.1vw) !important;
  }
  .fs-xxxl-900 {
    font-size: calc(2.025rem + 9.3vw) !important;
  }
  .fs-xxxl-1000 {
    font-size: calc(2.125rem + 10.5vw) !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
  .text-xxxl-primary {
    --text-opacity: 1;
    color: rgba(var(--primary-rgb), var(--text-opacity)) !important;
  }
  .text-xxxl-secondary {
    --text-opacity: 1;
    color: rgba(var(--secondary-rgb), var(--text-opacity)) !important;
  }
  .text-xxxl-success {
    --text-opacity: 1;
    color: rgba(var(--success-rgb), var(--text-opacity)) !important;
  }
  .text-xxxl-info {
    --text-opacity: 1;
    color: rgba(var(--info-rgb), var(--text-opacity)) !important;
  }
  .text-xxxl-warning {
    --text-opacity: 1;
    color: rgba(var(--warning-rgb), var(--text-opacity)) !important;
  }
  .text-xxxl-danger {
    --text-opacity: 1;
    color: rgba(var(--danger-rgb), var(--text-opacity)) !important;
  }
  .text-xxxl-light {
    --text-opacity: 1;
    color: rgba(var(--light-rgb), var(--text-opacity)) !important;
  }
  .text-xxxl-dark {
    --text-opacity: 1;
    color: rgba(var(--dark-rgb), var(--text-opacity)) !important;
  }
  .text-xxxl-transparent {
    --text-opacity: 1;
    color: rgba(var(--transparent-rgb), var(--text-opacity)) !important;
  }
  .text-xxxl-white {
    --text-opacity: 1;
    color: rgba(var(--white-rgb), var(--text-opacity)) !important;
  }
  .text-xxxl-black {
    --text-opacity: 1;
    color: rgba(var(--black-rgb), var(--text-opacity)) !important;
  }
  .text-xxxl-lighter {
    --text-opacity: 1;
    color: rgba(var(--lighter-rgb), var(--text-opacity)) !important;
  }
  .text-xxxl-gray-200 {
    --text-opacity: 1;
    color: rgba(var(--gray-200-rgb), var(--text-opacity)) !important;
  }
  .text-xxxl-gray-light {
    --text-opacity: 1;
    color: rgba(var(--gray-light-rgb), var(--text-opacity)) !important;
  }
  .text-xxxl-gray {
    --text-opacity: 1;
    color: rgba(var(--gray-rgb), var(--text-opacity)) !important;
  }
  .text-xxxl-gray-dark {
    --text-opacity: 1;
    color: rgba(var(--gray-dark-rgb), var(--text-opacity)) !important;
  }
  .text-xxxl-darker {
    --text-opacity: 1;
    color: rgba(var(--darker-rgb), var(--text-opacity)) !important;
  }
  .text-xxxl-error {
    --text-opacity: 1;
    color: rgba(var(--error-rgb), var(--text-opacity)) !important;
  }
  .text-xxxl-default {
    --text-opacity: 1;
    color: rgba(var(--default-rgb), var(--text-opacity)) !important;
  }
  .text-xxxl-body {
    --text-opacity: 1;
    color: rgba(var(--body-color-rgb), var(--text-opacity)) !important;
  }
  .text-xxxl-muted {
    --text-opacity: 1;
    color: #6c757d !important;
  }
  .text-xxxl-black-50 {
    --text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
  }
  .text-xxxl-white-50 {
    --text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .text-xxxl-reset {
    --text-opacity: 1;
    color: inherit !important;
  }
  .text-opacity-xxxl-0 {
    --text-opacity: 0;
  }
  .text-opacity-xxxl-5 {
    --text-opacity: 0.05;
  }
  .text-opacity-xxxl-10 {
    --text-opacity: 0.1;
  }
  .text-opacity-xxxl-15 {
    --text-opacity: 0.15;
  }
  .text-opacity-xxxl-20 {
    --text-opacity: 0.2;
  }
  .text-opacity-xxxl-25 {
    --text-opacity: 0.25;
  }
  .text-opacity-xxxl-30 {
    --text-opacity: 0.3;
  }
  .text-opacity-xxxl-33 {
    --text-opacity: 0.33;
  }
  .text-opacity-xxxl-35 {
    --text-opacity: 0.35;
  }
  .text-opacity-xxxl-40 {
    --text-opacity: 0.4;
  }
  .text-opacity-xxxl-50 {
    --text-opacity: 0.5;
  }
  .text-opacity-xxxl-55 {
    --text-opacity: 0.55;
  }
  .text-opacity-xxxl-60 {
    --text-opacity: 0.6;
  }
  .text-opacity-xxxl-65 {
    --text-opacity: 0.65;
  }
  .text-opacity-xxxl-66 {
    --text-opacity: 0.66;
  }
  .text-opacity-xxxl-70 {
    --text-opacity: 0.7;
  }
  .text-opacity-xxxl-75 {
    --text-opacity: 0.75;
  }
  .text-opacity-xxxl-80 {
    --text-opacity: 0.8;
  }
  .text-opacity-xxxl-85 {
    --text-opacity: 0.85;
  }
  .text-opacity-xxxl-90 {
    --text-opacity: 0.9;
  }
  .text-opacity-xxxl-95 {
    --text-opacity: 0.95;
  }
  .text-opacity-xxxl-100 {
    --text-opacity: 1;
  }
  .bg-opacity-xxxl-0 {
    --bg-opacity: 0;
  }
  .bg-opacity-xxxl-5 {
    --bg-opacity: 0.05;
  }
  .bg-opacity-xxxl-10 {
    --bg-opacity: 0.1;
  }
  .bg-opacity-xxxl-15 {
    --bg-opacity: 0.15;
  }
  .bg-opacity-xxxl-20 {
    --bg-opacity: 0.2;
  }
  .bg-opacity-xxxl-25 {
    --bg-opacity: 0.25;
  }
  .bg-opacity-xxxl-30 {
    --bg-opacity: 0.3;
  }
  .bg-opacity-xxxl-33 {
    --bg-opacity: 0.33;
  }
  .bg-opacity-xxxl-35 {
    --bg-opacity: 0.35;
  }
  .bg-opacity-xxxl-40 {
    --bg-opacity: 0.4;
  }
  .bg-opacity-xxxl-50 {
    --bg-opacity: 0.5;
  }
  .bg-opacity-xxxl-55 {
    --bg-opacity: 0.55;
  }
  .bg-opacity-xxxl-60 {
    --bg-opacity: 0.6;
  }
  .bg-opacity-xxxl-65 {
    --bg-opacity: 0.65;
  }
  .bg-opacity-xxxl-66 {
    --bg-opacity: 0.66;
  }
  .bg-opacity-xxxl-70 {
    --bg-opacity: 0.7;
  }
  .bg-opacity-xxxl-75 {
    --bg-opacity: 0.75;
  }
  .bg-opacity-xxxl-80 {
    --bg-opacity: 0.8;
  }
  .bg-opacity-xxxl-85 {
    --bg-opacity: 0.85;
  }
  .bg-opacity-xxxl-90 {
    --bg-opacity: 0.9;
  }
  .bg-opacity-xxxl-95 {
    --bg-opacity: 0.95;
  }
  .bg-opacity-xxxl-100 {
    --bg-opacity: 1;
  }
  .max-vw-xxxl-25 {
    max-width: 25vw !important;
  }
  .max-vw-xxxl-33 {
    max-width: 33.3333vw !important;
  }
  .max-vw-xxxl-50 {
    max-width: 50vw !important;
  }
  .max-vw-xxxl-66 {
    max-width: 66.6666vw !important;
  }
  .max-vw-xxxl-75 {
    max-width: 75vw !important;
  }
  .max-vw-xxxl-100 {
    max-width: 100vw !important;
  }
  .max-vw-xxxl-auto {
    max-width: auto !important;
  }
  .max-vh-xxxl-25 {
    max-height: 25vh !important;
  }
  .max-vh-xxxl-33 {
    max-height: 33.3333vh !important;
  }
  .max-vh-xxxl-50 {
    max-height: 50vh !important;
  }
  .max-vh-xxxl-66 {
    max-height: 66.6666vh !important;
  }
  .max-vh-xxxl-75 {
    max-height: 75vh !important;
  }
  .max-vh-xxxl-100 {
    max-height: 100vh !important;
  }
  .max-vh-xxxl-auto {
    max-height: auto !important;
  }
  .layer-xxxl-first {
    z-index: -1 !important;
  }
  .layer-xxxl-0 {
    z-index: 0 !important;
  }
  .layer-xxxl-1 {
    z-index: 1 !important;
  }
  .layer-xxxl-2 {
    z-index: 2 !important;
  }
  .layer-xxxl-3 {
    z-index: 3 !important;
  }
  .layer-xxxl-4 {
    z-index: 4 !important;
  }
  .layer-xxxl-5 {
    z-index: 5 !important;
  }
  .layer-xxxl-6 {
    z-index: 6 !important;
  }
  .layer-xxxl-7 {
    z-index: 7 !important;
  }
  .layer-xxxl-8 {
    z-index: 8 !important;
  }
  .layer-xxxl-9 {
    z-index: 9 !important;
  }
  .layer-xxxl-last {
    z-index: 10 !important;
  }
}
@media (min-width: 1200px) {
  .fs-150 {
    font-size: 1.5rem !important;
  }
  .fs-175 {
    font-size: 1.75rem !important;
  }
  .fs-200 {
    font-size: 2rem !important;
  }
  .fs-225 {
    font-size: 2.25rem !important;
  }
  .fs-250 {
    font-size: 2.5rem !important;
  }
  .fs-275 {
    font-size: 2.75rem !important;
  }
  .fs-300 {
    font-size: 3rem !important;
  }
  .fs-350 {
    font-size: 3.5rem !important;
  }
  .fs-400 {
    font-size: 4rem !important;
  }
  .fs-450 {
    font-size: 4.5rem !important;
  }
  .fs-500 {
    font-size: 5rem !important;
  }
  .fs-600 {
    font-size: 6rem !important;
  }
  .fs-700 {
    font-size: 7rem !important;
  }
  .fs-800 {
    font-size: 8rem !important;
  }
  .fs-900 {
    font-size: 9rem !important;
  }
  .fs-1000 {
    font-size: 10rem !important;
  }
  .fs-sm-150 {
    font-size: 1.5rem !important;
  }
  .fs-sm-175 {
    font-size: 1.75rem !important;
  }
  .fs-sm-200 {
    font-size: 2rem !important;
  }
  .fs-sm-225 {
    font-size: 2.25rem !important;
  }
  .fs-sm-250 {
    font-size: 2.5rem !important;
  }
  .fs-sm-275 {
    font-size: 2.75rem !important;
  }
  .fs-sm-300 {
    font-size: 3rem !important;
  }
  .fs-sm-350 {
    font-size: 3.5rem !important;
  }
  .fs-sm-400 {
    font-size: 4rem !important;
  }
  .fs-sm-450 {
    font-size: 4.5rem !important;
  }
  .fs-sm-500 {
    font-size: 5rem !important;
  }
  .fs-sm-600 {
    font-size: 6rem !important;
  }
  .fs-sm-700 {
    font-size: 7rem !important;
  }
  .fs-sm-800 {
    font-size: 8rem !important;
  }
  .fs-sm-900 {
    font-size: 9rem !important;
  }
  .fs-sm-1000 {
    font-size: 10rem !important;
  }
  .fs-md-150 {
    font-size: 1.5rem !important;
  }
  .fs-md-175 {
    font-size: 1.75rem !important;
  }
  .fs-md-200 {
    font-size: 2rem !important;
  }
  .fs-md-225 {
    font-size: 2.25rem !important;
  }
  .fs-md-250 {
    font-size: 2.5rem !important;
  }
  .fs-md-275 {
    font-size: 2.75rem !important;
  }
  .fs-md-300 {
    font-size: 3rem !important;
  }
  .fs-md-350 {
    font-size: 3.5rem !important;
  }
  .fs-md-400 {
    font-size: 4rem !important;
  }
  .fs-md-450 {
    font-size: 4.5rem !important;
  }
  .fs-md-500 {
    font-size: 5rem !important;
  }
  .fs-md-600 {
    font-size: 6rem !important;
  }
  .fs-md-700 {
    font-size: 7rem !important;
  }
  .fs-md-800 {
    font-size: 8rem !important;
  }
  .fs-md-900 {
    font-size: 9rem !important;
  }
  .fs-md-1000 {
    font-size: 10rem !important;
  }
  .fs-lg-150 {
    font-size: 1.5rem !important;
  }
  .fs-lg-175 {
    font-size: 1.75rem !important;
  }
  .fs-lg-200 {
    font-size: 2rem !important;
  }
  .fs-lg-225 {
    font-size: 2.25rem !important;
  }
  .fs-lg-250 {
    font-size: 2.5rem !important;
  }
  .fs-lg-275 {
    font-size: 2.75rem !important;
  }
  .fs-lg-300 {
    font-size: 3rem !important;
  }
  .fs-lg-350 {
    font-size: 3.5rem !important;
  }
  .fs-lg-400 {
    font-size: 4rem !important;
  }
  .fs-lg-450 {
    font-size: 4.5rem !important;
  }
  .fs-lg-500 {
    font-size: 5rem !important;
  }
  .fs-lg-600 {
    font-size: 6rem !important;
  }
  .fs-lg-700 {
    font-size: 7rem !important;
  }
  .fs-lg-800 {
    font-size: 8rem !important;
  }
  .fs-lg-900 {
    font-size: 9rem !important;
  }
  .fs-lg-1000 {
    font-size: 10rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.w-25 {
  width: 25%;
}
.w-33 {
  width: 33.3333%;
}
.w-50 {
  width: 50%;
}
.w-66 {
  width: 66.6666%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto;
}
.h-25 {
  height: 25%;
}
.h-33 {
  height: 33.3333%;
}
.h-50 {
  height: 50%;
}
.h-66 {
  height: 66.6666%;
}
.h-75 {
  height: 75%;
}
.h-100 {
  height: 100%;
}
.h-auto {
  height: auto;
}
.mw-100 {
  max-width: 100%;
}
.mh-100 {
  max-height: 100%;
}
.min-vw-25 {
  min-width: 25vw;
}
.min-vh-25 {
  min-height: 25vh;
}
.vw-25 {
  width: 25vw;
}
.vh-25 {
  height: 25vh;
}
.min-vw-auto {
  min-width: auto;
}
.min-vh-auto {
  min-height: auto;
}
.vw-auto {
  width: auto;
}
.vh-auto {
  height: auto;
}
.min-vw-33 {
  min-width: 33vw;
}
.min-vh-33 {
  min-height: 33vh;
}
.vw-33 {
  width: 33vw;
}
.vh-33 {
  height: 33vh;
}
.min-vw-auto {
  min-width: auto;
}
.min-vh-auto {
  min-height: auto;
}
.vw-auto {
  width: auto;
}
.vh-auto {
  height: auto;
}
.min-vw-50 {
  min-width: 50vw;
}
.min-vh-50 {
  min-height: 50vh;
}
.vw-50 {
  width: 50vw;
}
.vh-50 {
  height: 50vh;
}
.min-vw-auto {
  min-width: auto;
}
.min-vh-auto {
  min-height: auto;
}
.vw-auto {
  width: auto;
}
.vh-auto {
  height: auto;
}
.min-vw-66 {
  min-width: 66vw;
}
.min-vh-66 {
  min-height: 66vh;
}
.vw-66 {
  width: 66vw;
}
.vh-66 {
  height: 66vh;
}
.min-vw-auto {
  min-width: auto;
}
.min-vh-auto {
  min-height: auto;
}
.vw-auto {
  width: auto;
}
.vh-auto {
  height: auto;
}
.min-vw-75 {
  min-width: 75vw;
}
.min-vh-75 {
  min-height: 75vh;
}
.vw-75 {
  width: 75vw;
}
.vh-75 {
  height: 75vh;
}
.min-vw-auto {
  min-width: auto;
}
.min-vh-auto {
  min-height: auto;
}
.vw-auto {
  width: auto;
}
.vh-auto {
  height: auto;
}
.min-vw-100 {
  min-width: 100vw;
}
.min-vh-100 {
  min-height: 100vh;
}
.vw-100 {
  width: 100vw;
}
.vh-100 {
  height: 100vh;
}
.min-vw-auto {
  min-width: auto;
}
.min-vh-auto {
  min-height: auto;
}
.vw-auto {
  width: auto;
}
.vh-auto {
  height: auto;
}
.min-vw-auto {
  min-width: autovw;
}
.min-vh-auto {
  min-height: autovh;
}
.vw-auto {
  width: autovw;
}
.vh-auto {
  height: autovh;
}
.min-vw-auto {
  min-width: auto;
}
.min-vh-auto {
  min-height: auto;
}
.vw-auto {
  width: auto;
}
.vh-auto {
  height: auto;
}
@media (min-width: 576px) {
  .min-vw-sm-25 {
    min-width: 25vw;
  }
  .min-vh-sm-25 {
    min-height: 25vh;
  }
  .vw-sm-25 {
    width: 25vw;
  }
  .vh-sm-25 {
    height: 25vh;
  }
  .min-vw-sm-auto {
    min-width: auto;
  }
  .min-vh-sm-auto {
    min-height: auto;
  }
  .vw-sm-auto {
    width: auto;
  }
  .vh-sm-auto {
    height: auto;
  }
  .min-vw-sm-33 {
    min-width: 33vw;
  }
  .min-vh-sm-33 {
    min-height: 33vh;
  }
  .vw-sm-33 {
    width: 33vw;
  }
  .vh-sm-33 {
    height: 33vh;
  }
  .min-vw-sm-auto {
    min-width: auto;
  }
  .min-vh-sm-auto {
    min-height: auto;
  }
  .vw-sm-auto {
    width: auto;
  }
  .vh-sm-auto {
    height: auto;
  }
  .min-vw-sm-50 {
    min-width: 50vw;
  }
  .min-vh-sm-50 {
    min-height: 50vh;
  }
  .vw-sm-50 {
    width: 50vw;
  }
  .vh-sm-50 {
    height: 50vh;
  }
  .min-vw-sm-auto {
    min-width: auto;
  }
  .min-vh-sm-auto {
    min-height: auto;
  }
  .vw-sm-auto {
    width: auto;
  }
  .vh-sm-auto {
    height: auto;
  }
  .min-vw-sm-66 {
    min-width: 66vw;
  }
  .min-vh-sm-66 {
    min-height: 66vh;
  }
  .vw-sm-66 {
    width: 66vw;
  }
  .vh-sm-66 {
    height: 66vh;
  }
  .min-vw-sm-auto {
    min-width: auto;
  }
  .min-vh-sm-auto {
    min-height: auto;
  }
  .vw-sm-auto {
    width: auto;
  }
  .vh-sm-auto {
    height: auto;
  }
  .min-vw-sm-75 {
    min-width: 75vw;
  }
  .min-vh-sm-75 {
    min-height: 75vh;
  }
  .vw-sm-75 {
    width: 75vw;
  }
  .vh-sm-75 {
    height: 75vh;
  }
  .min-vw-sm-auto {
    min-width: auto;
  }
  .min-vh-sm-auto {
    min-height: auto;
  }
  .vw-sm-auto {
    width: auto;
  }
  .vh-sm-auto {
    height: auto;
  }
  .min-vw-sm-100 {
    min-width: 100vw;
  }
  .min-vh-sm-100 {
    min-height: 100vh;
  }
  .vw-sm-100 {
    width: 100vw;
  }
  .vh-sm-100 {
    height: 100vh;
  }
  .min-vw-sm-auto {
    min-width: auto;
  }
  .min-vh-sm-auto {
    min-height: auto;
  }
  .vw-sm-auto {
    width: auto;
  }
  .vh-sm-auto {
    height: auto;
  }
  .min-vw-sm-auto {
    min-width: autovw;
  }
  .min-vh-sm-auto {
    min-height: autovh;
  }
  .vw-sm-auto {
    width: autovw;
  }
  .vh-sm-auto {
    height: autovh;
  }
  .min-vw-sm-auto {
    min-width: auto;
  }
  .min-vh-sm-auto {
    min-height: auto;
  }
  .vw-sm-auto {
    width: auto;
  }
  .vh-sm-auto {
    height: auto;
  }
}
@media (min-width: 768px) {
  .min-vw-md-25 {
    min-width: 25vw;
  }
  .min-vh-md-25 {
    min-height: 25vh;
  }
  .vw-md-25 {
    width: 25vw;
  }
  .vh-md-25 {
    height: 25vh;
  }
  .min-vw-md-auto {
    min-width: auto;
  }
  .min-vh-md-auto {
    min-height: auto;
  }
  .vw-md-auto {
    width: auto;
  }
  .vh-md-auto {
    height: auto;
  }
  .min-vw-md-33 {
    min-width: 33vw;
  }
  .min-vh-md-33 {
    min-height: 33vh;
  }
  .vw-md-33 {
    width: 33vw;
  }
  .vh-md-33 {
    height: 33vh;
  }
  .min-vw-md-auto {
    min-width: auto;
  }
  .min-vh-md-auto {
    min-height: auto;
  }
  .vw-md-auto {
    width: auto;
  }
  .vh-md-auto {
    height: auto;
  }
  .min-vw-md-50 {
    min-width: 50vw;
  }
  .min-vh-md-50 {
    min-height: 50vh;
  }
  .vw-md-50 {
    width: 50vw;
  }
  .vh-md-50 {
    height: 50vh;
  }
  .min-vw-md-auto {
    min-width: auto;
  }
  .min-vh-md-auto {
    min-height: auto;
  }
  .vw-md-auto {
    width: auto;
  }
  .vh-md-auto {
    height: auto;
  }
  .min-vw-md-66 {
    min-width: 66vw;
  }
  .min-vh-md-66 {
    min-height: 66vh;
  }
  .vw-md-66 {
    width: 66vw;
  }
  .vh-md-66 {
    height: 66vh;
  }
  .min-vw-md-auto {
    min-width: auto;
  }
  .min-vh-md-auto {
    min-height: auto;
  }
  .vw-md-auto {
    width: auto;
  }
  .vh-md-auto {
    height: auto;
  }
  .min-vw-md-75 {
    min-width: 75vw;
  }
  .min-vh-md-75 {
    min-height: 75vh;
  }
  .vw-md-75 {
    width: 75vw;
  }
  .vh-md-75 {
    height: 75vh;
  }
  .min-vw-md-auto {
    min-width: auto;
  }
  .min-vh-md-auto {
    min-height: auto;
  }
  .vw-md-auto {
    width: auto;
  }
  .vh-md-auto {
    height: auto;
  }
  .min-vw-md-100 {
    min-width: 100vw;
  }
  .min-vh-md-100 {
    min-height: 100vh;
  }
  .vw-md-100 {
    width: 100vw;
  }
  .vh-md-100 {
    height: 100vh;
  }
  .min-vw-md-auto {
    min-width: auto;
  }
  .min-vh-md-auto {
    min-height: auto;
  }
  .vw-md-auto {
    width: auto;
  }
  .vh-md-auto {
    height: auto;
  }
  .min-vw-md-auto {
    min-width: autovw;
  }
  .min-vh-md-auto {
    min-height: autovh;
  }
  .vw-md-auto {
    width: autovw;
  }
  .vh-md-auto {
    height: autovh;
  }
  .min-vw-md-auto {
    min-width: auto;
  }
  .min-vh-md-auto {
    min-height: auto;
  }
  .vw-md-auto {
    width: auto;
  }
  .vh-md-auto {
    height: auto;
  }
}
@media (min-width: 992px) {
  .min-vw-lg-25 {
    min-width: 25vw;
  }
  .min-vh-lg-25 {
    min-height: 25vh;
  }
  .vw-lg-25 {
    width: 25vw;
  }
  .vh-lg-25 {
    height: 25vh;
  }
  .min-vw-lg-auto {
    min-width: auto;
  }
  .min-vh-lg-auto {
    min-height: auto;
  }
  .vw-lg-auto {
    width: auto;
  }
  .vh-lg-auto {
    height: auto;
  }
  .min-vw-lg-33 {
    min-width: 33vw;
  }
  .min-vh-lg-33 {
    min-height: 33vh;
  }
  .vw-lg-33 {
    width: 33vw;
  }
  .vh-lg-33 {
    height: 33vh;
  }
  .min-vw-lg-auto {
    min-width: auto;
  }
  .min-vh-lg-auto {
    min-height: auto;
  }
  .vw-lg-auto {
    width: auto;
  }
  .vh-lg-auto {
    height: auto;
  }
  .min-vw-lg-50 {
    min-width: 50vw;
  }
  .min-vh-lg-50 {
    min-height: 50vh;
  }
  .vw-lg-50 {
    width: 50vw;
  }
  .vh-lg-50 {
    height: 50vh;
  }
  .min-vw-lg-auto {
    min-width: auto;
  }
  .min-vh-lg-auto {
    min-height: auto;
  }
  .vw-lg-auto {
    width: auto;
  }
  .vh-lg-auto {
    height: auto;
  }
  .min-vw-lg-66 {
    min-width: 66vw;
  }
  .min-vh-lg-66 {
    min-height: 66vh;
  }
  .vw-lg-66 {
    width: 66vw;
  }
  .vh-lg-66 {
    height: 66vh;
  }
  .min-vw-lg-auto {
    min-width: auto;
  }
  .min-vh-lg-auto {
    min-height: auto;
  }
  .vw-lg-auto {
    width: auto;
  }
  .vh-lg-auto {
    height: auto;
  }
  .min-vw-lg-75 {
    min-width: 75vw;
  }
  .min-vh-lg-75 {
    min-height: 75vh;
  }
  .vw-lg-75 {
    width: 75vw;
  }
  .vh-lg-75 {
    height: 75vh;
  }
  .min-vw-lg-auto {
    min-width: auto;
  }
  .min-vh-lg-auto {
    min-height: auto;
  }
  .vw-lg-auto {
    width: auto;
  }
  .vh-lg-auto {
    height: auto;
  }
  .min-vw-lg-100 {
    min-width: 100vw;
  }
  .min-vh-lg-100 {
    min-height: 100vh;
  }
  .vw-lg-100 {
    width: 100vw;
  }
  .vh-lg-100 {
    height: 100vh;
  }
  .min-vw-lg-auto {
    min-width: auto;
  }
  .min-vh-lg-auto {
    min-height: auto;
  }
  .vw-lg-auto {
    width: auto;
  }
  .vh-lg-auto {
    height: auto;
  }
  .min-vw-lg-auto {
    min-width: autovw;
  }
  .min-vh-lg-auto {
    min-height: autovh;
  }
  .vw-lg-auto {
    width: autovw;
  }
  .vh-lg-auto {
    height: autovh;
  }
  .min-vw-lg-auto {
    min-width: auto;
  }
  .min-vh-lg-auto {
    min-height: auto;
  }
  .vw-lg-auto {
    width: auto;
  }
  .vh-lg-auto {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .min-vw-xl-25 {
    min-width: 25vw;
  }
  .min-vh-xl-25 {
    min-height: 25vh;
  }
  .vw-xl-25 {
    width: 25vw;
  }
  .vh-xl-25 {
    height: 25vh;
  }
  .min-vw-xl-auto {
    min-width: auto;
  }
  .min-vh-xl-auto {
    min-height: auto;
  }
  .vw-xl-auto {
    width: auto;
  }
  .vh-xl-auto {
    height: auto;
  }
  .min-vw-xl-33 {
    min-width: 33vw;
  }
  .min-vh-xl-33 {
    min-height: 33vh;
  }
  .vw-xl-33 {
    width: 33vw;
  }
  .vh-xl-33 {
    height: 33vh;
  }
  .min-vw-xl-auto {
    min-width: auto;
  }
  .min-vh-xl-auto {
    min-height: auto;
  }
  .vw-xl-auto {
    width: auto;
  }
  .vh-xl-auto {
    height: auto;
  }
  .min-vw-xl-50 {
    min-width: 50vw;
  }
  .min-vh-xl-50 {
    min-height: 50vh;
  }
  .vw-xl-50 {
    width: 50vw;
  }
  .vh-xl-50 {
    height: 50vh;
  }
  .min-vw-xl-auto {
    min-width: auto;
  }
  .min-vh-xl-auto {
    min-height: auto;
  }
  .vw-xl-auto {
    width: auto;
  }
  .vh-xl-auto {
    height: auto;
  }
  .min-vw-xl-66 {
    min-width: 66vw;
  }
  .min-vh-xl-66 {
    min-height: 66vh;
  }
  .vw-xl-66 {
    width: 66vw;
  }
  .vh-xl-66 {
    height: 66vh;
  }
  .min-vw-xl-auto {
    min-width: auto;
  }
  .min-vh-xl-auto {
    min-height: auto;
  }
  .vw-xl-auto {
    width: auto;
  }
  .vh-xl-auto {
    height: auto;
  }
  .min-vw-xl-75 {
    min-width: 75vw;
  }
  .min-vh-xl-75 {
    min-height: 75vh;
  }
  .vw-xl-75 {
    width: 75vw;
  }
  .vh-xl-75 {
    height: 75vh;
  }
  .min-vw-xl-auto {
    min-width: auto;
  }
  .min-vh-xl-auto {
    min-height: auto;
  }
  .vw-xl-auto {
    width: auto;
  }
  .vh-xl-auto {
    height: auto;
  }
  .min-vw-xl-100 {
    min-width: 100vw;
  }
  .min-vh-xl-100 {
    min-height: 100vh;
  }
  .vw-xl-100 {
    width: 100vw;
  }
  .vh-xl-100 {
    height: 100vh;
  }
  .min-vw-xl-auto {
    min-width: auto;
  }
  .min-vh-xl-auto {
    min-height: auto;
  }
  .vw-xl-auto {
    width: auto;
  }
  .vh-xl-auto {
    height: auto;
  }
  .min-vw-xl-auto {
    min-width: autovw;
  }
  .min-vh-xl-auto {
    min-height: autovh;
  }
  .vw-xl-auto {
    width: autovw;
  }
  .vh-xl-auto {
    height: autovh;
  }
  .min-vw-xl-auto {
    min-width: auto;
  }
  .min-vh-xl-auto {
    min-height: auto;
  }
  .vw-xl-auto {
    width: auto;
  }
  .vh-xl-auto {
    height: auto;
  }
}
@media (min-width: 1680px) {
  .min-vw-xxl-25 {
    min-width: 25vw;
  }
  .min-vh-xxl-25 {
    min-height: 25vh;
  }
  .vw-xxl-25 {
    width: 25vw;
  }
  .vh-xxl-25 {
    height: 25vh;
  }
  .min-vw-xxl-auto {
    min-width: auto;
  }
  .min-vh-xxl-auto {
    min-height: auto;
  }
  .vw-xxl-auto {
    width: auto;
  }
  .vh-xxl-auto {
    height: auto;
  }
  .min-vw-xxl-33 {
    min-width: 33vw;
  }
  .min-vh-xxl-33 {
    min-height: 33vh;
  }
  .vw-xxl-33 {
    width: 33vw;
  }
  .vh-xxl-33 {
    height: 33vh;
  }
  .min-vw-xxl-auto {
    min-width: auto;
  }
  .min-vh-xxl-auto {
    min-height: auto;
  }
  .vw-xxl-auto {
    width: auto;
  }
  .vh-xxl-auto {
    height: auto;
  }
  .min-vw-xxl-50 {
    min-width: 50vw;
  }
  .min-vh-xxl-50 {
    min-height: 50vh;
  }
  .vw-xxl-50 {
    width: 50vw;
  }
  .vh-xxl-50 {
    height: 50vh;
  }
  .min-vw-xxl-auto {
    min-width: auto;
  }
  .min-vh-xxl-auto {
    min-height: auto;
  }
  .vw-xxl-auto {
    width: auto;
  }
  .vh-xxl-auto {
    height: auto;
  }
  .min-vw-xxl-66 {
    min-width: 66vw;
  }
  .min-vh-xxl-66 {
    min-height: 66vh;
  }
  .vw-xxl-66 {
    width: 66vw;
  }
  .vh-xxl-66 {
    height: 66vh;
  }
  .min-vw-xxl-auto {
    min-width: auto;
  }
  .min-vh-xxl-auto {
    min-height: auto;
  }
  .vw-xxl-auto {
    width: auto;
  }
  .vh-xxl-auto {
    height: auto;
  }
  .min-vw-xxl-75 {
    min-width: 75vw;
  }
  .min-vh-xxl-75 {
    min-height: 75vh;
  }
  .vw-xxl-75 {
    width: 75vw;
  }
  .vh-xxl-75 {
    height: 75vh;
  }
  .min-vw-xxl-auto {
    min-width: auto;
  }
  .min-vh-xxl-auto {
    min-height: auto;
  }
  .vw-xxl-auto {
    width: auto;
  }
  .vh-xxl-auto {
    height: auto;
  }
  .min-vw-xxl-100 {
    min-width: 100vw;
  }
  .min-vh-xxl-100 {
    min-height: 100vh;
  }
  .vw-xxl-100 {
    width: 100vw;
  }
  .vh-xxl-100 {
    height: 100vh;
  }
  .min-vw-xxl-auto {
    min-width: auto;
  }
  .min-vh-xxl-auto {
    min-height: auto;
  }
  .vw-xxl-auto {
    width: auto;
  }
  .vh-xxl-auto {
    height: auto;
  }
  .min-vw-xxl-auto {
    min-width: autovw;
  }
  .min-vh-xxl-auto {
    min-height: autovh;
  }
  .vw-xxl-auto {
    width: autovw;
  }
  .vh-xxl-auto {
    height: autovh;
  }
  .min-vw-xxl-auto {
    min-width: auto;
  }
  .min-vh-xxl-auto {
    min-height: auto;
  }
  .vw-xxl-auto {
    width: auto;
  }
  .vh-xxl-auto {
    height: auto;
  }
}
@media (min-width: 1920px) {
  .min-vw-xxxl-25 {
    min-width: 25vw;
  }
  .min-vh-xxxl-25 {
    min-height: 25vh;
  }
  .vw-xxxl-25 {
    width: 25vw;
  }
  .vh-xxxl-25 {
    height: 25vh;
  }
  .min-vw-xxxl-auto {
    min-width: auto;
  }
  .min-vh-xxxl-auto {
    min-height: auto;
  }
  .vw-xxxl-auto {
    width: auto;
  }
  .vh-xxxl-auto {
    height: auto;
  }
  .min-vw-xxxl-33 {
    min-width: 33vw;
  }
  .min-vh-xxxl-33 {
    min-height: 33vh;
  }
  .vw-xxxl-33 {
    width: 33vw;
  }
  .vh-xxxl-33 {
    height: 33vh;
  }
  .min-vw-xxxl-auto {
    min-width: auto;
  }
  .min-vh-xxxl-auto {
    min-height: auto;
  }
  .vw-xxxl-auto {
    width: auto;
  }
  .vh-xxxl-auto {
    height: auto;
  }
  .min-vw-xxxl-50 {
    min-width: 50vw;
  }
  .min-vh-xxxl-50 {
    min-height: 50vh;
  }
  .vw-xxxl-50 {
    width: 50vw;
  }
  .vh-xxxl-50 {
    height: 50vh;
  }
  .min-vw-xxxl-auto {
    min-width: auto;
  }
  .min-vh-xxxl-auto {
    min-height: auto;
  }
  .vw-xxxl-auto {
    width: auto;
  }
  .vh-xxxl-auto {
    height: auto;
  }
  .min-vw-xxxl-66 {
    min-width: 66vw;
  }
  .min-vh-xxxl-66 {
    min-height: 66vh;
  }
  .vw-xxxl-66 {
    width: 66vw;
  }
  .vh-xxxl-66 {
    height: 66vh;
  }
  .min-vw-xxxl-auto {
    min-width: auto;
  }
  .min-vh-xxxl-auto {
    min-height: auto;
  }
  .vw-xxxl-auto {
    width: auto;
  }
  .vh-xxxl-auto {
    height: auto;
  }
  .min-vw-xxxl-75 {
    min-width: 75vw;
  }
  .min-vh-xxxl-75 {
    min-height: 75vh;
  }
  .vw-xxxl-75 {
    width: 75vw;
  }
  .vh-xxxl-75 {
    height: 75vh;
  }
  .min-vw-xxxl-auto {
    min-width: auto;
  }
  .min-vh-xxxl-auto {
    min-height: auto;
  }
  .vw-xxxl-auto {
    width: auto;
  }
  .vh-xxxl-auto {
    height: auto;
  }
  .min-vw-xxxl-100 {
    min-width: 100vw;
  }
  .min-vh-xxxl-100 {
    min-height: 100vh;
  }
  .vw-xxxl-100 {
    width: 100vw;
  }
  .vh-xxxl-100 {
    height: 100vh;
  }
  .min-vw-xxxl-auto {
    min-width: auto;
  }
  .min-vh-xxxl-auto {
    min-height: auto;
  }
  .vw-xxxl-auto {
    width: auto;
  }
  .vh-xxxl-auto {
    height: auto;
  }
  .min-vw-xxxl-auto {
    min-width: autovw;
  }
  .min-vh-xxxl-auto {
    min-height: autovh;
  }
  .vw-xxxl-auto {
    width: autovw;
  }
  .vh-xxxl-auto {
    height: autovh;
  }
  .min-vw-xxxl-auto {
    min-width: auto;
  }
  .min-vh-xxxl-auto {
    min-height: auto;
  }
  .vw-xxxl-auto {
    width: auto;
  }
  .vh-xxxl-auto {
    height: auto;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}
@media (min-width: 576px) {
  .text-sm-justify {
    text-align: justify !important;
  }
  .text-sm-wrap {
    white-space: normal !important;
  }
  .text-sm-nowrap {
    white-space: nowrap !important;
  }
  .text-sm-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-sm-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
  }
}
@media (min-width: 768px) {
  .text-md-justify {
    text-align: justify !important;
  }
  .text-md-wrap {
    white-space: normal !important;
  }
  .text-md-nowrap {
    white-space: nowrap !important;
  }
  .text-md-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-md-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
  }
}
@media (min-width: 992px) {
  .text-lg-justify {
    text-align: justify !important;
  }
  .text-lg-wrap {
    white-space: normal !important;
  }
  .text-lg-nowrap {
    white-space: nowrap !important;
  }
  .text-lg-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-lg-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
  }
}
@media (min-width: 1200px) {
  .text-xl-justify {
    text-align: justify !important;
  }
  .text-xl-wrap {
    white-space: normal !important;
  }
  .text-xl-nowrap {
    white-space: nowrap !important;
  }
  .text-xl-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-xl-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
  }
}
@media (min-width: 1680px) {
  .text-xxl-justify {
    text-align: justify !important;
  }
  .text-xxl-wrap {
    white-space: normal !important;
  }
  .text-xxl-nowrap {
    white-space: nowrap !important;
  }
  .text-xxl-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-xxl-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-justify {
    text-align: justify !important;
  }
  .text-xxxl-wrap {
    white-space: normal !important;
  }
  .text-xxxl-nowrap {
    white-space: nowrap !important;
  }
  .text-xxxl-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-xxxl-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
  }
}
.text-shadow-small {
  text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.25);
}
.text-shadow {
  text-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.5);
}
.text-shadow-large {
  text-shadow: 0 0.5rem 2.5rem rgba(0, 0, 0, 0.75);
}
.text-shadow-none {
  text-shadow: 0 0;
}
@media (min-width: 576px) {
  .text-shadow-sm-small {
    text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.25);
  }
  .text-shadow-sm {
    text-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.5);
  }
  .text-shadow-sm-large {
    text-shadow: 0 0.5rem 2.5rem rgba(0, 0, 0, 0.75);
  }
  .text-shadow-sm-none {
    text-shadow: 0 0;
  }
}
@media (min-width: 768px) {
  .text-shadow-md-small {
    text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.25);
  }
  .text-shadow-md {
    text-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.5);
  }
  .text-shadow-md-large {
    text-shadow: 0 0.5rem 2.5rem rgba(0, 0, 0, 0.75);
  }
  .text-shadow-md-none {
    text-shadow: 0 0;
  }
}
@media (min-width: 992px) {
  .text-shadow-lg-small {
    text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.25);
  }
  .text-shadow-lg {
    text-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.5);
  }
  .text-shadow-lg-large {
    text-shadow: 0 0.5rem 2.5rem rgba(0, 0, 0, 0.75);
  }
  .text-shadow-lg-none {
    text-shadow: 0 0;
  }
}
@media (min-width: 1200px) {
  .text-shadow-xl-small {
    text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.25);
  }
  .text-shadow-xl {
    text-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.5);
  }
  .text-shadow-xl-large {
    text-shadow: 0 0.5rem 2.5rem rgba(0, 0, 0, 0.75);
  }
  .text-shadow-xl-none {
    text-shadow: 0 0;
  }
}
@media (min-width: 1680px) {
  .text-shadow-xxl-small {
    text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.25);
  }
  .text-shadow-xxl {
    text-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.5);
  }
  .text-shadow-xxl-large {
    text-shadow: 0 0.5rem 2.5rem rgba(0, 0, 0, 0.75);
  }
  .text-shadow-xxl-none {
    text-shadow: 0 0;
  }
}
@media (min-width: 1920px) {
  .text-shadow-xxxl-small {
    text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.25);
  }
  .text-shadow-xxxl {
    text-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.5);
  }
  .text-shadow-xxxl-large {
    text-shadow: 0 0.5rem 2.5rem rgba(0, 0, 0, 0.75);
  }
  .text-shadow-xxxl-none {
    text-shadow: 0 0;
  }
}
.h1 br + em,
.h2 br + em,
.h3 br + em,
h1 br + em,
h2 br + em,
h3 br + em {
  margin-top: -0.25em;
  vertical-align: 0.25em;
}
.h1 em,
.h2 em,
.h3 em,
h1 em,
h2 em,
h3 em {
  font-size: 75%;
  font-style: normal;
  display: inline-block;
}
.h2 em,
h2 em {
  font-size: 20px;
}
.btn-primary {
  --btn-color: var(--white);
  --btn-bg: var(--primary);
  --btn-border-color: var(--btn-bg);
  --btn-hover-color: var(--btn-color);
  --btn-hover-bg: rgba(var(--primary-rgb), 0.8);
  --btn-hover-border-color: var(--btn-hover-bg);
  --btn-focus-shadow-rgb: rgba(var(--primary-rgb), 0.4);
  --btn-active-color: var(--btn-color);
  --btn-active-bg: rgba(var(--primary-rgb), 0.8);
  --btn-active-border-color: rgba(var(--primary-rgb), 0.8);
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: var(--btn-color);
  --btn-disabled-bg: rgba(var(--primary-rgb), 0.4);
  --btn-disabled-border-color: var(--btn-disabled-bg);
  --gradient: none;
}
.btn-secondary {
  --btn-color: var(--white);
  --btn-bg: var(--secondary);
  --btn-border-color: var(--btn-bg);
  --btn-hover-color: var(--btn-color);
  --btn-hover-bg: rgba(var(--secondary-rgb), 0.8);
  --btn-hover-border-color: var(--btn-hover-bg);
  --btn-focus-shadow-rgb: rgba(var(--secondary-rgb), 0.4);
  --btn-active-color: var(--btn-color);
  --btn-active-bg: rgba(var(--secondary-rgb), 0.8);
  --btn-active-border-color: rgba(var(--secondary-rgb), 0.8);
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: var(--btn-color);
  --btn-disabled-bg: rgba(var(--secondary-rgb), 0.4);
  --btn-disabled-border-color: var(--btn-disabled-bg);
  --gradient: none;
}
.btn-outline-primary {
  --btn-color: var(--primary);
  --btn-border-color: var(--btn-color);
  --btn-hover-color: var(--white);
  --btn-hover-bg: var(--btn-color);
  --btn-hover-border-color: var(--btn-hover-bg);
  --btn-focus-shadow-rgb: rgba(var(--primary-rgb), 0.4);
  --btn-active-color: var(--btn-hover-color);
  --btn-active-bg: rgba(var(--primary-rgb), 0.8);
  --btn-active-border-color: var(--btn-active-bg);
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: rgba(var(--primary-rgb), 0.4);
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: var(--btn-disabled-color);
  --gradient: none;
}
.btn-outline-secondary {
  --btn-color: var(--secondary);
  --btn-border-color: var(--btn-color);
  --btn-hover-color: var(--white);
  --btn-hover-bg: var(--btn-color);
  --btn-hover-border-color: var(--btn-hover-bg);
  --btn-focus-shadow-rgb: rgba(var(--secondary-rgb), 0.4);
  --btn-active-color: var(--btn-hover-color);
  --btn-active-bg: rgba(var(--secondary-rgb), 0.8);
  --btn-active-border-color: var(--btn-active-bg);
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: rgba(var(--secondary-rgb), 0.4);
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: var(--btn-disabled-color);
  --gradient: none;
}
.btn {
  text-transform: uppercase;
}
.card-body .meta {
  color: var(--primary);
  margin-bottom: 1rem;
}
.card-body .meta > :not(:first-child) {
  display: inline-block;
}
.card-body .meta > :not(:first-child):before {
  content: "|";
  display: inline-block;
  margin: 0 0.5rem;
}
.card-body .h2,
.card-body .h3,
.card-body .h4,
.card-body h2,
.card-body h3,
.card-body h4 {
  margin-bottom: 1rem;
}
.card-layout-small,
.card-layout-small .card,
.card-sm,
.card-sm .card,
.card-small,
.card-small .card {
  --card-box-shadow: 0;
  --card-spacer-y: 1rem;
  --card-spacer-x: 0;
  --card-cap-padding-y: 1rem;
  --card-cap-padding-x: 0;
}
.media.card {
  height: 100%;
}
.media.card figure {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.media.card figure:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.media.card figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media.card .rte {
  flex: 1 1 auto;
  padding: var(--card-spacer-y) var(--card-spacer-x);
}
.media.card[class*="bg-"] .rte,
.media.card[class*="shadow"] .rte {
  padding: var(--card-spacer-y);
}
.content-downloads ul {
  list-style: none;
  padding: 0;
}
.download-element a {
  display: flex;
  align-items: baseline;
}
.download-element a:before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: icons;
  content: "\ea0b";
  content: var(--icon-download);
}
.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}
.ce_form {
  background: var(--light);
  border-left: 1rem solid var(--primary);
}
.custom-gallery {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.object-fit-cover {
  object-fit: cover;
  height: 100%;
  width: auto;
}
.child-object-fit-cover figure,
.child-object-fit-cover img,
.child-object-fit-cover video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 576px) {
  .object-fit-sm-cover {
    object-fit: cover;
    height: 100%;
    width: auto;
  }
  .child-object-fit-sm-cover figure,
  .child-object-fit-sm-cover img,
  .child-object-fit-sm-cover video {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .object-fit-md-cover {
    object-fit: cover;
    height: 100%;
    width: auto;
  }
  .child-object-fit-md-cover figure,
  .child-object-fit-md-cover img,
  .child-object-fit-md-cover video {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .object-fit-lg-cover {
    object-fit: cover;
    height: 100%;
    width: auto;
  }
  .child-object-fit-lg-cover figure,
  .child-object-fit-lg-cover img,
  .child-object-fit-lg-cover video {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .object-fit-xl-cover {
    object-fit: cover;
    height: 100%;
    width: auto;
  }
  .child-object-fit-xl-cover figure,
  .child-object-fit-xl-cover img,
  .child-object-fit-xl-cover video {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 1680px) {
  .object-fit-xxl-cover {
    object-fit: cover;
    height: 100%;
    width: auto;
  }
  .child-object-fit-xxl-cover figure,
  .child-object-fit-xxl-cover img,
  .child-object-fit-xxl-cover video {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .object-fit-xxxl-cover {
    object-fit: cover;
    height: 100%;
    width: auto;
  }
  .child-object-fit-xxxl-cover figure,
  .child-object-fit-xxxl-cover img,
  .child-object-fit-xxxl-cover video {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.content-image img {
  max-width: 100%;
  height: auto;
}
.media {
  display: grid;
  grid-gap: 1em;
  grid-auto-flow: column;
  grid-auto-columns: 4rem 1fr;
  align-items: center;
}
.media figure {
  margin-bottom: 0;
}
.media--right {
  justify-content: end;
}
.nav-link {
  position: relative;
}
.nav-link.active {
  font-weight: 400;
}
.navbar {
  transition: all 0.2s ease-in-out;
}
.navbar,
.navbar img {
  transition: all 0.2s ease-in-out;
}
.is-scrolled .navbar.fixed-top {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    transition: all 0.2s ease-in-out;
    padding: calc(var(--nav-link-padding-y) * 3) 0;
    margin: 0 var(--navbar-nav-link-padding-x);
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    transition: all 0.2s ease-in-out;
    padding: calc(var(--nav-link-padding-y) * 3) 0;
    margin: 0 var(--navbar-nav-link-padding-x);
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    transition: all 0.2s ease-in-out;
    padding: calc(var(--nav-link-padding-y) * 3) 0;
    margin: 0 var(--navbar-nav-link-padding-x);
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    transition: all 0.2s ease-in-out;
    padding: calc(var(--nav-link-padding-y) * 3) 0;
    margin: 0 var(--navbar-nav-link-padding-x);
  }
}
@media (min-width: 1680px) {
  .navbar-expand-xxl .navbar-nav .nav-link {
    transition: all 0.2s ease-in-out;
    padding: calc(var(--nav-link-padding-y) * 3) 0;
    margin: 0 var(--navbar-nav-link-padding-x);
  }
}
@media (min-width: 1920px) {
  .navbar-expand-xxxl .navbar-nav .nav-link {
    transition: all 0.2s ease-in-out;
    padding: calc(var(--nav-link-padding-y) * 3) 0;
    margin: 0 var(--navbar-nav-link-padding-x);
  }
}
.navbar-expand .navbar-nav .nav-link {
  transition: all 0.2s ease-in-out;
  padding: calc(var(--nav-link-padding-y) * 3) 0;
  margin: 0 var(--navbar-nav-link-padding-x);
}
.navbar-nav > .nav-item > .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  transition: all 0.2s ease-in-out;
  transform: scaleX(0);
  transform-origin: center center;
  background: currentColor;
}
.navbar-nav > .nav-item > .nav-link.active:before,
.navbar-nav > .nav-item > .nav-link:focus:before,
.navbar-nav > .nav-item > .nav-link:hover:before {
  transform: scaleX(1);
}
@media (max-width: 991.98px) {
  .dropdown-item:focus,
  .dropdown-item:hover,
  .dropdown-menu {
    background-color: transparent;
    border: none;
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  .mod_newsarchive [class*="layout_"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.mod_newsmenu ul {
  list-style: none;
  padding: 0;
}
.mod_newsmenu > ul {
  padding-top: 6.5rem;
  margin-top: -6.5rem;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.mod_newsmenu > ul.level_1 > li > .active,
.mod_newsmenu > ul.level_1 > li > a {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .mod_newsmenu > ul.level_1 > li > .active,
  .mod_newsmenu > ul.level_1 > li > a {
    font-size: 1.5rem;
  }
}
.mod_newsmenu > ul.level_1 > li > a {
  color: var(--primary);
}
.mod_newsreader .back {
  margin-top: 2.5rem;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --aspect-ratio: 100%;
}
.ratio-4x3 {
  --aspect-ratio: 75%;
}
.ratio-3x2 {
  --aspect-ratio: 66.6666666667%;
}
.ratio-16x9 {
  --aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --aspect-ratio: 42.8571428571%;
}
.ratio-28x10 {
  --aspect-ratio: 35.7142857143%;
}
@media (min-width: 576px) {
  .ratio-sm {
    position: relative;
    width: 100%;
  }
  .ratio-sm::before {
    display: block;
    padding-top: var(--aspect-ratio);
    content: "";
  }
  .ratio-sm > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ratio-sm-1x1 {
    --aspect-ratio: 100%;
  }
  .ratio-sm-4x3 {
    --aspect-ratio: 75%;
  }
  .ratio-sm-3x2 {
    --aspect-ratio: 66.6666666667%;
  }
  .ratio-sm-16x9 {
    --aspect-ratio: 56.25%;
  }
  .ratio-sm-21x9 {
    --aspect-ratio: 42.8571428571%;
  }
  .ratio-sm-28x10 {
    --aspect-ratio: 35.7142857143%;
  }
}
@media (min-width: 768px) {
  .ratio-md {
    position: relative;
    width: 100%;
  }
  .ratio-md::before {
    display: block;
    padding-top: var(--aspect-ratio);
    content: "";
  }
  .ratio-md > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ratio-md-1x1 {
    --aspect-ratio: 100%;
  }
  .ratio-md-4x3 {
    --aspect-ratio: 75%;
  }
  .ratio-md-3x2 {
    --aspect-ratio: 66.6666666667%;
  }
  .ratio-md-16x9 {
    --aspect-ratio: 56.25%;
  }
  .ratio-md-21x9 {
    --aspect-ratio: 42.8571428571%;
  }
  .ratio-md-28x10 {
    --aspect-ratio: 35.7142857143%;
  }
}
@media (min-width: 992px) {
  .ratio-lg {
    position: relative;
    width: 100%;
  }
  .ratio-lg::before {
    display: block;
    padding-top: var(--aspect-ratio);
    content: "";
  }
  .ratio-lg > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ratio-lg-1x1 {
    --aspect-ratio: 100%;
  }
  .ratio-lg-4x3 {
    --aspect-ratio: 75%;
  }
  .ratio-lg-3x2 {
    --aspect-ratio: 66.6666666667%;
  }
  .ratio-lg-16x9 {
    --aspect-ratio: 56.25%;
  }
  .ratio-lg-21x9 {
    --aspect-ratio: 42.8571428571%;
  }
  .ratio-lg-28x10 {
    --aspect-ratio: 35.7142857143%;
  }
}
@media (min-width: 1200px) {
  .ratio-xl {
    position: relative;
    width: 100%;
  }
  .ratio-xl::before {
    display: block;
    padding-top: var(--aspect-ratio);
    content: "";
  }
  .ratio-xl > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ratio-xl-1x1 {
    --aspect-ratio: 100%;
  }
  .ratio-xl-4x3 {
    --aspect-ratio: 75%;
  }
  .ratio-xl-3x2 {
    --aspect-ratio: 66.6666666667%;
  }
  .ratio-xl-16x9 {
    --aspect-ratio: 56.25%;
  }
  .ratio-xl-21x9 {
    --aspect-ratio: 42.8571428571%;
  }
  .ratio-xl-28x10 {
    --aspect-ratio: 35.7142857143%;
  }
}
@media (min-width: 1680px) {
  .ratio-xxl {
    position: relative;
    width: 100%;
  }
  .ratio-xxl::before {
    display: block;
    padding-top: var(--aspect-ratio);
    content: "";
  }
  .ratio-xxl > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ratio-xxl-1x1 {
    --aspect-ratio: 100%;
  }
  .ratio-xxl-4x3 {
    --aspect-ratio: 75%;
  }
  .ratio-xxl-3x2 {
    --aspect-ratio: 66.6666666667%;
  }
  .ratio-xxl-16x9 {
    --aspect-ratio: 56.25%;
  }
  .ratio-xxl-21x9 {
    --aspect-ratio: 42.8571428571%;
  }
  .ratio-xxl-28x10 {
    --aspect-ratio: 35.7142857143%;
  }
}
@media (min-width: 1920px) {
  .ratio-xxxl {
    position: relative;
    width: 100%;
  }
  .ratio-xxxl::before {
    display: block;
    padding-top: var(--aspect-ratio);
    content: "";
  }
  .ratio-xxxl > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ratio-xxxl-1x1 {
    --aspect-ratio: 100%;
  }
  .ratio-xxxl-4x3 {
    --aspect-ratio: 75%;
  }
  .ratio-xxxl-3x2 {
    --aspect-ratio: 66.6666666667%;
  }
  .ratio-xxxl-16x9 {
    --aspect-ratio: 56.25%;
  }
  .ratio-xxxl-21x9 {
    --aspect-ratio: 42.8571428571%;
  }
  .ratio-xxxl-28x10 {
    --aspect-ratio: 35.7142857143%;
  }
}
.size-x25 {
  font-size: 0.25rem;
}
@media (min-width: 576px) {
  .size-sm-x25 {
    font-size: 0.25rem;
  }
}
@media (min-width: 768px) {
  .size-md-x25 {
    font-size: 0.25rem;
  }
}
@media (min-width: 992px) {
  .size-lg-x25 {
    font-size: 0.25rem;
  }
}
@media (min-width: 1200px) {
  .size-xl-x25 {
    font-size: 0.25rem;
  }
}
@media (min-width: 1680px) {
  .size-xxl-x25 {
    font-size: 0.25rem;
  }
}
@media (min-width: 1920px) {
  .size-xxxl-x25 {
    font-size: 0.25rem;
  }
}
.size-x50 {
  font-size: 0.5rem;
}
@media (min-width: 576px) {
  .size-sm-x50 {
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .size-md-x50 {
    font-size: 0.5rem;
  }
}
@media (min-width: 992px) {
  .size-lg-x50 {
    font-size: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .size-xl-x50 {
    font-size: 0.5rem;
  }
}
@media (min-width: 1680px) {
  .size-xxl-x50 {
    font-size: 0.5rem;
  }
}
@media (min-width: 1920px) {
  .size-xxxl-x50 {
    font-size: 0.5rem;
  }
}
.size-x75 {
  font-size: 0.75rem;
}
@media (min-width: 576px) {
  .size-sm-x75 {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .size-md-x75 {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .size-lg-x75 {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .size-xl-x75 {
    font-size: 0.75rem;
  }
}
@media (min-width: 1680px) {
  .size-xxl-x75 {
    font-size: 0.75rem;
  }
}
@media (min-width: 1920px) {
  .size-xxxl-x75 {
    font-size: 0.75rem;
  }
}
.size-x100 {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .size-sm-x100 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .size-md-x100 {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .size-lg-x100 {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .size-xl-x100 {
    font-size: 1rem;
  }
}
@media (min-width: 1680px) {
  .size-xxl-x100 {
    font-size: 1rem;
  }
}
@media (min-width: 1920px) {
  .size-xxxl-x100 {
    font-size: 1rem;
  }
}
.size-x125 {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .size-sm-x125 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .size-md-x125 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .size-lg-x125 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .size-xl-x125 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1680px) {
  .size-xxl-x125 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .size-xxxl-x125 {
    font-size: 1.25rem;
  }
}
.size-x150 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .size-x150 {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  .size-sm-x150 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .size-sm-x150 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .size-md-x150 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .size-md-x150 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .size-lg-x150 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .size-lg-x150 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .size-xl-x150 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .size-xl-x150 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1680px) {
  .size-xxl-x150 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1680px) and (min-width: 1200px) {
  .size-xxl-x150 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1920px) {
  .size-xxxl-x150 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1920px) and (min-width: 1200px) {
  .size-xxxl-x150 {
    font-size: 1.5rem;
  }
}
.size-x200 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .size-x200 {
    font-size: 2rem;
  }
}
@media (min-width: 576px) {
  .size-sm-x200 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .size-sm-x200 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .size-md-x200 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .size-md-x200 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .size-lg-x200 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .size-lg-x200 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .size-xl-x200 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .size-xl-x200 {
    font-size: 2rem;
  }
}
@media (min-width: 1680px) {
  .size-xxl-x200 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 1680px) and (min-width: 1200px) {
  .size-xxl-x200 {
    font-size: 2rem;
  }
}
@media (min-width: 1920px) {
  .size-xxxl-x200 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 1920px) and (min-width: 1200px) {
  .size-xxxl-x200 {
    font-size: 2rem;
  }
}
.size-x300 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .size-x300 {
    font-size: 3rem;
  }
}
@media (min-width: 576px) {
  .size-sm-x300 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .size-sm-x300 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .size-md-x300 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .size-md-x300 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .size-lg-x300 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .size-lg-x300 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .size-xl-x300 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .size-xl-x300 {
    font-size: 3rem;
  }
}
@media (min-width: 1680px) {
  .size-xxl-x300 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media (min-width: 1680px) and (min-width: 1200px) {
  .size-xxl-x300 {
    font-size: 3rem;
  }
}
@media (min-width: 1920px) {
  .size-xxxl-x300 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media (min-width: 1920px) and (min-width: 1200px) {
  .size-xxxl-x300 {
    font-size: 3rem;
  }
}
.size-x400 {
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .size-x400 {
    font-size: 4rem;
  }
}
@media (min-width: 576px) {
  .size-sm-x400 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .size-sm-x400 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .size-md-x400 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .size-md-x400 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .size-lg-x400 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .size-lg-x400 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .size-xl-x400 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .size-xl-x400 {
    font-size: 4rem;
  }
}
@media (min-width: 1680px) {
  .size-xxl-x400 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 1680px) and (min-width: 1200px) {
  .size-xxl-x400 {
    font-size: 4rem;
  }
}
@media (min-width: 1920px) {
  .size-xxxl-x400 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 1920px) and (min-width: 1200px) {
  .size-xxxl-x400 {
    font-size: 4rem;
  }
}
.size-x500 {
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .size-x500 {
    font-size: 4rem;
  }
}
@media (min-width: 576px) {
  .size-sm-x500 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .size-sm-x500 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .size-md-x500 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .size-md-x500 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .size-lg-x500 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .size-lg-x500 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .size-xl-x500 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .size-xl-x500 {
    font-size: 4rem;
  }
}
@media (min-width: 1680px) {
  .size-xxl-x500 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 1680px) and (min-width: 1200px) {
  .size-xxl-x500 {
    font-size: 4rem;
  }
}
@media (min-width: 1920px) {
  .size-xxxl-x500 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 1920px) and (min-width: 1200px) {
  .size-xxxl-x500 {
    font-size: 4rem;
  }
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 0.25rem 0.4rem;
  font-size: 1rem;
  line-height: 0.75;
  border-radius: 0.4rem;
}
[data-splash-screen] {
  border: none;
  padding: 0;
  margin: 0;
  background: 0 0;
}
[data-splash-screen] img {
  max-width: 100%;
  height: auto;
}
body.modal-active {
  overflow: hidden;
}
.box-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0);
}
.box-overlay.is-active {
  transform: scale(1);
  opacity: 1;
}
.box-close {
  cursor: pointer;
}
.box-content {
  display: none;
}
.box-content[data-visible="true"] {
  display: block;
}
:root {
  --logo-max-height: 45px;
  --logo-max-width: 220px;
}
/*.ci-shape {
  background: var(--secondary);
  height: 100%;
  width: 50%;
  opacity: 0.5;
  transform: skewX(15deg) translateX(-30%);
}*/
.navbar-brand img {
  max-height: var(--logo-max-height);
  width: 100%;
  max-width: var(--logo-max-width);
}
p:last-child {
  margin-bottom: 0;
}
.invisible {
  position: absolute;
  z-index: -1030;
}
[class*="text-primary"] *,
[class*="text-primary"] h1,
[class*="text-primary"] h2,
[class*="text-primary"] h3,
[class*="text-primary"] h4 {
  color: currentColor;
}
[class*="text-primary"] .h2:after,
[class*="text-primary"] h2:after {
  background-color: currentColor;
}
[class*="text-sm-primary"] *,
[class*="text-sm-primary"] h1,
[class*="text-sm-primary"] h2,
[class*="text-sm-primary"] h3,
[class*="text-sm-primary"] h4 {
  color: currentColor;
}
[class*="text-sm-primary"] .h2:after,
[class*="text-sm-primary"] h2:after {
  background-color: currentColor;
}
[class*="text-md-primary"] *,
[class*="text-md-primary"] h1,
[class*="text-md-primary"] h2,
[class*="text-md-primary"] h3,
[class*="text-md-primary"] h4 {
  color: currentColor;
}
[class*="text-md-primary"] .h2:after,
[class*="text-md-primary"] h2:after {
  background-color: currentColor;
}
[class*="text-lg-primary"] *,
[class*="text-lg-primary"] h1,
[class*="text-lg-primary"] h2,
[class*="text-lg-primary"] h3,
[class*="text-lg-primary"] h4 {
  color: currentColor;
}
[class*="text-lg-primary"] .h2:after,
[class*="text-lg-primary"] h2:after {
  background-color: currentColor;
}
[class*="text-xl-primary"] *,
[class*="text-xl-primary"] h1,
[class*="text-xl-primary"] h2,
[class*="text-xl-primary"] h3,
[class*="text-xl-primary"] h4 {
  color: currentColor;
}
[class*="text-xl-primary"] .h2:after,
[class*="text-xl-primary"] h2:after {
  background-color: currentColor;
}
[class*="text-xxl-primary"] *,
[class*="text-xxl-primary"] h1,
[class*="text-xxl-primary"] h2,
[class*="text-xxl-primary"] h3,
[class*="text-xxl-primary"] h4 {
  color: currentColor;
}
[class*="text-xxl-primary"] .h2:after,
[class*="text-xxl-primary"] h2:after {
  background-color: currentColor;
}
[class*="text-xxxl-primary"] *,
[class*="text-xxxl-primary"] h1,
[class*="text-xxxl-primary"] h2,
[class*="text-xxxl-primary"] h3,
[class*="text-xxxl-primary"] h4 {
  color: currentColor;
}
[class*="text-xxxl-primary"] .h2:after,
[class*="text-xxxl-primary"] h2:after {
  background-color: currentColor;
}
[class*="text-secondary"] *,
[class*="text-secondary"] h1,
[class*="text-secondary"] h2,
[class*="text-secondary"] h3,
[class*="text-secondary"] h4 {
  color: currentColor;
}
[class*="text-secondary"] .h2:after,
[class*="text-secondary"] h2:after {
  background-color: currentColor;
}
[class*="text-sm-secondary"] *,
[class*="text-sm-secondary"] h1,
[class*="text-sm-secondary"] h2,
[class*="text-sm-secondary"] h3,
[class*="text-sm-secondary"] h4 {
  color: currentColor;
}
[class*="text-sm-secondary"] .h2:after,
[class*="text-sm-secondary"] h2:after {
  background-color: currentColor;
}
[class*="text-md-secondary"] *,
[class*="text-md-secondary"] h1,
[class*="text-md-secondary"] h2,
[class*="text-md-secondary"] h3,
[class*="text-md-secondary"] h4 {
  color: currentColor;
}
[class*="text-md-secondary"] .h2:after,
[class*="text-md-secondary"] h2:after {
  background-color: currentColor;
}
[class*="text-lg-secondary"] *,
[class*="text-lg-secondary"] h1,
[class*="text-lg-secondary"] h2,
[class*="text-lg-secondary"] h3,
[class*="text-lg-secondary"] h4 {
  color: currentColor;
}
[class*="text-lg-secondary"] .h2:after,
[class*="text-lg-secondary"] h2:after {
  background-color: currentColor;
}
[class*="text-xl-secondary"] *,
[class*="text-xl-secondary"] h1,
[class*="text-xl-secondary"] h2,
[class*="text-xl-secondary"] h3,
[class*="text-xl-secondary"] h4 {
  color: currentColor;
}
[class*="text-xl-secondary"] .h2:after,
[class*="text-xl-secondary"] h2:after {
  background-color: currentColor;
}
[class*="text-xxl-secondary"] *,
[class*="text-xxl-secondary"] h1,
[class*="text-xxl-secondary"] h2,
[class*="text-xxl-secondary"] h3,
[class*="text-xxl-secondary"] h4 {
  color: currentColor;
}
[class*="text-xxl-secondary"] .h2:after,
[class*="text-xxl-secondary"] h2:after {
  background-color: currentColor;
}
[class*="text-xxxl-secondary"] *,
[class*="text-xxxl-secondary"] h1,
[class*="text-xxxl-secondary"] h2,
[class*="text-xxxl-secondary"] h3,
[class*="text-xxxl-secondary"] h4 {
  color: currentColor;
}
[class*="text-xxxl-secondary"] .h2:after,
[class*="text-xxxl-secondary"] h2:after {
  background-color: currentColor;
}
[class*="text-success"] *,
[class*="text-success"] h1,
[class*="text-success"] h2,
[class*="text-success"] h3,
[class*="text-success"] h4 {
  color: currentColor;
}
[class*="text-success"] .h2:after,
[class*="text-success"] h2:after {
  background-color: currentColor;
}
[class*="text-sm-success"] *,
[class*="text-sm-success"] h1,
[class*="text-sm-success"] h2,
[class*="text-sm-success"] h3,
[class*="text-sm-success"] h4 {
  color: currentColor;
}
[class*="text-sm-success"] .h2:after,
[class*="text-sm-success"] h2:after {
  background-color: currentColor;
}
[class*="text-md-success"] *,
[class*="text-md-success"] h1,
[class*="text-md-success"] h2,
[class*="text-md-success"] h3,
[class*="text-md-success"] h4 {
  color: currentColor;
}
[class*="text-md-success"] .h2:after,
[class*="text-md-success"] h2:after {
  background-color: currentColor;
}
[class*="text-lg-success"] *,
[class*="text-lg-success"] h1,
[class*="text-lg-success"] h2,
[class*="text-lg-success"] h3,
[class*="text-lg-success"] h4 {
  color: currentColor;
}
[class*="text-lg-success"] .h2:after,
[class*="text-lg-success"] h2:after {
  background-color: currentColor;
}
[class*="text-xl-success"] *,
[class*="text-xl-success"] h1,
[class*="text-xl-success"] h2,
[class*="text-xl-success"] h3,
[class*="text-xl-success"] h4 {
  color: currentColor;
}
[class*="text-xl-success"] .h2:after,
[class*="text-xl-success"] h2:after {
  background-color: currentColor;
}
[class*="text-xxl-success"] *,
[class*="text-xxl-success"] h1,
[class*="text-xxl-success"] h2,
[class*="text-xxl-success"] h3,
[class*="text-xxl-success"] h4 {
  color: currentColor;
}
[class*="text-xxl-success"] .h2:after,
[class*="text-xxl-success"] h2:after {
  background-color: currentColor;
}
[class*="text-xxxl-success"] *,
[class*="text-xxxl-success"] h1,
[class*="text-xxxl-success"] h2,
[class*="text-xxxl-success"] h3,
[class*="text-xxxl-success"] h4 {
  color: currentColor;
}
[class*="text-xxxl-success"] .h2:after,
[class*="text-xxxl-success"] h2:after {
  background-color: currentColor;
}
[class*="text-info"] *,
[class*="text-info"] h1,
[class*="text-info"] h2,
[class*="text-info"] h3,
[class*="text-info"] h4 {
  color: currentColor;
}
[class*="text-info"] .h2:after,
[class*="text-info"] h2:after {
  background-color: currentColor;
}
[class*="text-sm-info"] *,
[class*="text-sm-info"] h1,
[class*="text-sm-info"] h2,
[class*="text-sm-info"] h3,
[class*="text-sm-info"] h4 {
  color: currentColor;
}
[class*="text-sm-info"] .h2:after,
[class*="text-sm-info"] h2:after {
  background-color: currentColor;
}
[class*="text-md-info"] *,
[class*="text-md-info"] h1,
[class*="text-md-info"] h2,
[class*="text-md-info"] h3,
[class*="text-md-info"] h4 {
  color: currentColor;
}
[class*="text-md-info"] .h2:after,
[class*="text-md-info"] h2:after {
  background-color: currentColor;
}
[class*="text-lg-info"] *,
[class*="text-lg-info"] h1,
[class*="text-lg-info"] h2,
[class*="text-lg-info"] h3,
[class*="text-lg-info"] h4 {
  color: currentColor;
}
[class*="text-lg-info"] .h2:after,
[class*="text-lg-info"] h2:after {
  background-color: currentColor;
}
[class*="text-xl-info"] *,
[class*="text-xl-info"] h1,
[class*="text-xl-info"] h2,
[class*="text-xl-info"] h3,
[class*="text-xl-info"] h4 {
  color: currentColor;
}
[class*="text-xl-info"] .h2:after,
[class*="text-xl-info"] h2:after {
  background-color: currentColor;
}
[class*="text-xxl-info"] *,
[class*="text-xxl-info"] h1,
[class*="text-xxl-info"] h2,
[class*="text-xxl-info"] h3,
[class*="text-xxl-info"] h4 {
  color: currentColor;
}
[class*="text-xxl-info"] .h2:after,
[class*="text-xxl-info"] h2:after {
  background-color: currentColor;
}
[class*="text-xxxl-info"] *,
[class*="text-xxxl-info"] h1,
[class*="text-xxxl-info"] h2,
[class*="text-xxxl-info"] h3,
[class*="text-xxxl-info"] h4 {
  color: currentColor;
}
[class*="text-xxxl-info"] .h2:after,
[class*="text-xxxl-info"] h2:after {
  background-color: currentColor;
}
[class*="text-warning"] *,
[class*="text-warning"] h1,
[class*="text-warning"] h2,
[class*="text-warning"] h3,
[class*="text-warning"] h4 {
  color: currentColor;
}
[class*="text-warning"] .h2:after,
[class*="text-warning"] h2:after {
  background-color: currentColor;
}
[class*="text-sm-warning"] *,
[class*="text-sm-warning"] h1,
[class*="text-sm-warning"] h2,
[class*="text-sm-warning"] h3,
[class*="text-sm-warning"] h4 {
  color: currentColor;
}
[class*="text-sm-warning"] .h2:after,
[class*="text-sm-warning"] h2:after {
  background-color: currentColor;
}
[class*="text-md-warning"] *,
[class*="text-md-warning"] h1,
[class*="text-md-warning"] h2,
[class*="text-md-warning"] h3,
[class*="text-md-warning"] h4 {
  color: currentColor;
}
[class*="text-md-warning"] .h2:after,
[class*="text-md-warning"] h2:after {
  background-color: currentColor;
}
[class*="text-lg-warning"] *,
[class*="text-lg-warning"] h1,
[class*="text-lg-warning"] h2,
[class*="text-lg-warning"] h3,
[class*="text-lg-warning"] h4 {
  color: currentColor;
}
[class*="text-lg-warning"] .h2:after,
[class*="text-lg-warning"] h2:after {
  background-color: currentColor;
}
[class*="text-xl-warning"] *,
[class*="text-xl-warning"] h1,
[class*="text-xl-warning"] h2,
[class*="text-xl-warning"] h3,
[class*="text-xl-warning"] h4 {
  color: currentColor;
}
[class*="text-xl-warning"] .h2:after,
[class*="text-xl-warning"] h2:after {
  background-color: currentColor;
}
[class*="text-xxl-warning"] *,
[class*="text-xxl-warning"] h1,
[class*="text-xxl-warning"] h2,
[class*="text-xxl-warning"] h3,
[class*="text-xxl-warning"] h4 {
  color: currentColor;
}
[class*="text-xxl-warning"] .h2:after,
[class*="text-xxl-warning"] h2:after {
  background-color: currentColor;
}
[class*="text-xxxl-warning"] *,
[class*="text-xxxl-warning"] h1,
[class*="text-xxxl-warning"] h2,
[class*="text-xxxl-warning"] h3,
[class*="text-xxxl-warning"] h4 {
  color: currentColor;
}
[class*="text-xxxl-warning"] .h2:after,
[class*="text-xxxl-warning"] h2:after {
  background-color: currentColor;
}
[class*="text-danger"] *,
[class*="text-danger"] h1,
[class*="text-danger"] h2,
[class*="text-danger"] h3,
[class*="text-danger"] h4 {
  color: currentColor;
}
[class*="text-danger"] .h2:after,
[class*="text-danger"] h2:after {
  background-color: currentColor;
}
[class*="text-sm-danger"] *,
[class*="text-sm-danger"] h1,
[class*="text-sm-danger"] h2,
[class*="text-sm-danger"] h3,
[class*="text-sm-danger"] h4 {
  color: currentColor;
}
[class*="text-sm-danger"] .h2:after,
[class*="text-sm-danger"] h2:after {
  background-color: currentColor;
}
[class*="text-md-danger"] *,
[class*="text-md-danger"] h1,
[class*="text-md-danger"] h2,
[class*="text-md-danger"] h3,
[class*="text-md-danger"] h4 {
  color: currentColor;
}
[class*="text-md-danger"] .h2:after,
[class*="text-md-danger"] h2:after {
  background-color: currentColor;
}
[class*="text-lg-danger"] *,
[class*="text-lg-danger"] h1,
[class*="text-lg-danger"] h2,
[class*="text-lg-danger"] h3,
[class*="text-lg-danger"] h4 {
  color: currentColor;
}
[class*="text-lg-danger"] .h2:after,
[class*="text-lg-danger"] h2:after {
  background-color: currentColor;
}
[class*="text-xl-danger"] *,
[class*="text-xl-danger"] h1,
[class*="text-xl-danger"] h2,
[class*="text-xl-danger"] h3,
[class*="text-xl-danger"] h4 {
  color: currentColor;
}
[class*="text-xl-danger"] .h2:after,
[class*="text-xl-danger"] h2:after {
  background-color: currentColor;
}
[class*="text-xxl-danger"] *,
[class*="text-xxl-danger"] h1,
[class*="text-xxl-danger"] h2,
[class*="text-xxl-danger"] h3,
[class*="text-xxl-danger"] h4 {
  color: currentColor;
}
[class*="text-xxl-danger"] .h2:after,
[class*="text-xxl-danger"] h2:after {
  background-color: currentColor;
}
[class*="text-xxxl-danger"] *,
[class*="text-xxxl-danger"] h1,
[class*="text-xxxl-danger"] h2,
[class*="text-xxxl-danger"] h3,
[class*="text-xxxl-danger"] h4 {
  color: currentColor;
}
[class*="text-xxxl-danger"] .h2:after,
[class*="text-xxxl-danger"] h2:after {
  background-color: currentColor;
}
[class*="text-light"] *,
[class*="text-light"] h1,
[class*="text-light"] h2,
[class*="text-light"] h3,
[class*="text-light"] h4 {
  color: currentColor;
}
[class*="text-light"] .h2:after,
[class*="text-light"] h2:after {
  background-color: currentColor;
}
[class*="text-sm-light"] *,
[class*="text-sm-light"] h1,
[class*="text-sm-light"] h2,
[class*="text-sm-light"] h3,
[class*="text-sm-light"] h4 {
  color: currentColor;
}
[class*="text-sm-light"] .h2:after,
[class*="text-sm-light"] h2:after {
  background-color: currentColor;
}
[class*="text-md-light"] *,
[class*="text-md-light"] h1,
[class*="text-md-light"] h2,
[class*="text-md-light"] h3,
[class*="text-md-light"] h4 {
  color: currentColor;
}
[class*="text-md-light"] .h2:after,
[class*="text-md-light"] h2:after {
  background-color: currentColor;
}
[class*="text-lg-light"] *,
[class*="text-lg-light"] h1,
[class*="text-lg-light"] h2,
[class*="text-lg-light"] h3,
[class*="text-lg-light"] h4 {
  color: currentColor;
}
[class*="text-lg-light"] .h2:after,
[class*="text-lg-light"] h2:after {
  background-color: currentColor;
}
[class*="text-xl-light"] *,
[class*="text-xl-light"] h1,
[class*="text-xl-light"] h2,
[class*="text-xl-light"] h3,
[class*="text-xl-light"] h4 {
  color: currentColor;
}
[class*="text-xl-light"] .h2:after,
[class*="text-xl-light"] h2:after {
  background-color: currentColor;
}
[class*="text-xxl-light"] *,
[class*="text-xxl-light"] h1,
[class*="text-xxl-light"] h2,
[class*="text-xxl-light"] h3,
[class*="text-xxl-light"] h4 {
  color: currentColor;
}
[class*="text-xxl-light"] .h2:after,
[class*="text-xxl-light"] h2:after {
  background-color: currentColor;
}
[class*="text-xxxl-light"] *,
[class*="text-xxxl-light"] h1,
[class*="text-xxxl-light"] h2,
[class*="text-xxxl-light"] h3,
[class*="text-xxxl-light"] h4 {
  color: currentColor;
}
[class*="text-xxxl-light"] .h2:after,
[class*="text-xxxl-light"] h2:after {
  background-color: currentColor;
}
[class*="text-dark"] *,
[class*="text-dark"] h1,
[class*="text-dark"] h2,
[class*="text-dark"] h3,
[class*="text-dark"] h4 {
  color: currentColor;
}
[class*="text-dark"] .h2:after,
[class*="text-dark"] h2:after {
  background-color: currentColor;
}
[class*="text-sm-dark"] *,
[class*="text-sm-dark"] h1,
[class*="text-sm-dark"] h2,
[class*="text-sm-dark"] h3,
[class*="text-sm-dark"] h4 {
  color: currentColor;
}
[class*="text-sm-dark"] .h2:after,
[class*="text-sm-dark"] h2:after {
  background-color: currentColor;
}
[class*="text-md-dark"] *,
[class*="text-md-dark"] h1,
[class*="text-md-dark"] h2,
[class*="text-md-dark"] h3,
[class*="text-md-dark"] h4 {
  color: currentColor;
}
[class*="text-md-dark"] .h2:after,
[class*="text-md-dark"] h2:after {
  background-color: currentColor;
}
[class*="text-lg-dark"] *,
[class*="text-lg-dark"] h1,
[class*="text-lg-dark"] h2,
[class*="text-lg-dark"] h3,
[class*="text-lg-dark"] h4 {
  color: currentColor;
}
[class*="text-lg-dark"] .h2:after,
[class*="text-lg-dark"] h2:after {
  background-color: currentColor;
}
[class*="text-xl-dark"] *,
[class*="text-xl-dark"] h1,
[class*="text-xl-dark"] h2,
[class*="text-xl-dark"] h3,
[class*="text-xl-dark"] h4 {
  color: currentColor;
}
[class*="text-xl-dark"] .h2:after,
[class*="text-xl-dark"] h2:after {
  background-color: currentColor;
}
[class*="text-xxl-dark"] *,
[class*="text-xxl-dark"] h1,
[class*="text-xxl-dark"] h2,
[class*="text-xxl-dark"] h3,
[class*="text-xxl-dark"] h4 {
  color: currentColor;
}
[class*="text-xxl-dark"] .h2:after,
[class*="text-xxl-dark"] h2:after {
  background-color: currentColor;
}
[class*="text-xxxl-dark"] *,
[class*="text-xxxl-dark"] h1,
[class*="text-xxxl-dark"] h2,
[class*="text-xxxl-dark"] h3,
[class*="text-xxxl-dark"] h4 {
  color: currentColor;
}
[class*="text-xxxl-dark"] .h2:after,
[class*="text-xxxl-dark"] h2:after {
  background-color: currentColor;
}
[class*="text-transparent"] *,
[class*="text-transparent"] h1,
[class*="text-transparent"] h2,
[class*="text-transparent"] h3,
[class*="text-transparent"] h4 {
  color: currentColor;
}
[class*="text-transparent"] .h2:after,
[class*="text-transparent"] h2:after {
  background-color: currentColor;
}
[class*="text-sm-transparent"] *,
[class*="text-sm-transparent"] h1,
[class*="text-sm-transparent"] h2,
[class*="text-sm-transparent"] h3,
[class*="text-sm-transparent"] h4 {
  color: currentColor;
}
[class*="text-sm-transparent"] .h2:after,
[class*="text-sm-transparent"] h2:after {
  background-color: currentColor;
}
[class*="text-md-transparent"] *,
[class*="text-md-transparent"] h1,
[class*="text-md-transparent"] h2,
[class*="text-md-transparent"] h3,
[class*="text-md-transparent"] h4 {
  color: currentColor;
}
[class*="text-md-transparent"] .h2:after,
[class*="text-md-transparent"] h2:after {
  background-color: currentColor;
}
[class*="text-lg-transparent"] *,
[class*="text-lg-transparent"] h1,
[class*="text-lg-transparent"] h2,
[class*="text-lg-transparent"] h3,
[class*="text-lg-transparent"] h4 {
  color: currentColor;
}
[class*="text-lg-transparent"] .h2:after,
[class*="text-lg-transparent"] h2:after {
  background-color: currentColor;
}
[class*="text-xl-transparent"] *,
[class*="text-xl-transparent"] h1,
[class*="text-xl-transparent"] h2,
[class*="text-xl-transparent"] h3,
[class*="text-xl-transparent"] h4 {
  color: currentColor;
}
[class*="text-xl-transparent"] .h2:after,
[class*="text-xl-transparent"] h2:after {
  background-color: currentColor;
}
[class*="text-xxl-transparent"] *,
[class*="text-xxl-transparent"] h1,
[class*="text-xxl-transparent"] h2,
[class*="text-xxl-transparent"] h3,
[class*="text-xxl-transparent"] h4 {
  color: currentColor;
}
[class*="text-xxl-transparent"] .h2:after,
[class*="text-xxl-transparent"] h2:after {
  background-color: currentColor;
}
[class*="text-xxxl-transparent"] *,
[class*="text-xxxl-transparent"] h1,
[class*="text-xxxl-transparent"] h2,
[class*="text-xxxl-transparent"] h3,
[class*="text-xxxl-transparent"] h4 {
  color: currentColor;
}
[class*="text-xxxl-transparent"] .h2:after,
[class*="text-xxxl-transparent"] h2:after {
  background-color: currentColor;
}
[class*="text-white"] *,
[class*="text-white"] h1,
[class*="text-white"] h2,
[class*="text-white"] h3,
[class*="text-white"] h4 {
  color: currentColor;
}
[class*="text-white"] .h2:after,
[class*="text-white"] h2:after {
  background-color: currentColor;
}
[class*="text-sm-white"] *,
[class*="text-sm-white"] h1,
[class*="text-sm-white"] h2,
[class*="text-sm-white"] h3,
[class*="text-sm-white"] h4 {
  color: currentColor;
}
[class*="text-sm-white"] .h2:after,
[class*="text-sm-white"] h2:after {
  background-color: currentColor;
}
[class*="text-md-white"] *,
[class*="text-md-white"] h1,
[class*="text-md-white"] h2,
[class*="text-md-white"] h3,
[class*="text-md-white"] h4 {
  color: currentColor;
}
[class*="text-md-white"] .h2:after,
[class*="text-md-white"] h2:after {
  background-color: currentColor;
}
[class*="text-lg-white"] *,
[class*="text-lg-white"] h1,
[class*="text-lg-white"] h2,
[class*="text-lg-white"] h3,
[class*="text-lg-white"] h4 {
  color: currentColor;
}
[class*="text-lg-white"] .h2:after,
[class*="text-lg-white"] h2:after {
  background-color: currentColor;
}
[class*="text-xl-white"] *,
[class*="text-xl-white"] h1,
[class*="text-xl-white"] h2,
[class*="text-xl-white"] h3,
[class*="text-xl-white"] h4 {
  color: currentColor;
}
[class*="text-xl-white"] .h2:after,
[class*="text-xl-white"] h2:after {
  background-color: currentColor;
}
[class*="text-xxl-white"] *,
[class*="text-xxl-white"] h1,
[class*="text-xxl-white"] h2,
[class*="text-xxl-white"] h3,
[class*="text-xxl-white"] h4 {
  color: currentColor;
}
[class*="text-xxl-white"] .h2:after,
[class*="text-xxl-white"] h2:after {
  background-color: currentColor;
}
[class*="text-xxxl-white"] *,
[class*="text-xxxl-white"] h1,
[class*="text-xxxl-white"] h2,
[class*="text-xxxl-white"] h3,
[class*="text-xxxl-white"] h4 {
  color: currentColor;
}
[class*="text-xxxl-white"] .h2:after,
[class*="text-xxxl-white"] h2:after {
  background-color: currentColor;
}
[class*="text-black"] *,
[class*="text-black"] h1,
[class*="text-black"] h2,
[class*="text-black"] h3,
[class*="text-black"] h4 {
  color: currentColor;
}
[class*="text-black"] .h2:after,
[class*="text-black"] h2:after {
  background-color: currentColor;
}
[class*="text-sm-black"] *,
[class*="text-sm-black"] h1,
[class*="text-sm-black"] h2,
[class*="text-sm-black"] h3,
[class*="text-sm-black"] h4 {
  color: currentColor;
}
[class*="text-sm-black"] .h2:after,
[class*="text-sm-black"] h2:after {
  background-color: currentColor;
}
[class*="text-md-black"] *,
[class*="text-md-black"] h1,
[class*="text-md-black"] h2,
[class*="text-md-black"] h3,
[class*="text-md-black"] h4 {
  color: currentColor;
}
[class*="text-md-black"] .h2:after,
[class*="text-md-black"] h2:after {
  background-color: currentColor;
}
[class*="text-lg-black"] *,
[class*="text-lg-black"] h1,
[class*="text-lg-black"] h2,
[class*="text-lg-black"] h3,
[class*="text-lg-black"] h4 {
  color: currentColor;
}
[class*="text-lg-black"] .h2:after,
[class*="text-lg-black"] h2:after {
  background-color: currentColor;
}
[class*="text-xl-black"] *,
[class*="text-xl-black"] h1,
[class*="text-xl-black"] h2,
[class*="text-xl-black"] h3,
[class*="text-xl-black"] h4 {
  color: currentColor;
}
[class*="text-xl-black"] .h2:after,
[class*="text-xl-black"] h2:after {
  background-color: currentColor;
}
[class*="text-xxl-black"] *,
[class*="text-xxl-black"] h1,
[class*="text-xxl-black"] h2,
[class*="text-xxl-black"] h3,
[class*="text-xxl-black"] h4 {
  color: currentColor;
}
[class*="text-xxl-black"] .h2:after,
[class*="text-xxl-black"] h2:after {
  background-color: currentColor;
}
[class*="text-xxxl-black"] *,
[class*="text-xxxl-black"] h1,
[class*="text-xxxl-black"] h2,
[class*="text-xxxl-black"] h3,
[class*="text-xxxl-black"] h4 {
  color: currentColor;
}
[class*="text-xxxl-black"] .h2:after,
[class*="text-xxxl-black"] h2:after {
  background-color: currentColor;
}
[class*="text-lighter"] *,
[class*="text-lighter"] h1,
[class*="text-lighter"] h2,
[class*="text-lighter"] h3,
[class*="text-lighter"] h4 {
  color: currentColor;
}
[class*="text-lighter"] .h2:after,
[class*="text-lighter"] h2:after {
  background-color: currentColor;
}
[class*="text-sm-lighter"] *,
[class*="text-sm-lighter"] h1,
[class*="text-sm-lighter"] h2,
[class*="text-sm-lighter"] h3,
[class*="text-sm-lighter"] h4 {
  color: currentColor;
}
[class*="text-sm-lighter"] .h2:after,
[class*="text-sm-lighter"] h2:after {
  background-color: currentColor;
}
[class*="text-md-lighter"] *,
[class*="text-md-lighter"] h1,
[class*="text-md-lighter"] h2,
[class*="text-md-lighter"] h3,
[class*="text-md-lighter"] h4 {
  color: currentColor;
}
[class*="text-md-lighter"] .h2:after,
[class*="text-md-lighter"] h2:after {
  background-color: currentColor;
}
[class*="text-lg-lighter"] *,
[class*="text-lg-lighter"] h1,
[class*="text-lg-lighter"] h2,
[class*="text-lg-lighter"] h3,
[class*="text-lg-lighter"] h4 {
  color: currentColor;
}
[class*="text-lg-lighter"] .h2:after,
[class*="text-lg-lighter"] h2:after {
  background-color: currentColor;
}
[class*="text-xl-lighter"] *,
[class*="text-xl-lighter"] h1,
[class*="text-xl-lighter"] h2,
[class*="text-xl-lighter"] h3,
[class*="text-xl-lighter"] h4 {
  color: currentColor;
}
[class*="text-xl-lighter"] .h2:after,
[class*="text-xl-lighter"] h2:after {
  background-color: currentColor;
}
[class*="text-xxl-lighter"] *,
[class*="text-xxl-lighter"] h1,
[class*="text-xxl-lighter"] h2,
[class*="text-xxl-lighter"] h3,
[class*="text-xxl-lighter"] h4 {
  color: currentColor;
}
[class*="text-xxl-lighter"] .h2:after,
[class*="text-xxl-lighter"] h2:after {
  background-color: currentColor;
}
[class*="text-xxxl-lighter"] *,
[class*="text-xxxl-lighter"] h1,
[class*="text-xxxl-lighter"] h2,
[class*="text-xxxl-lighter"] h3,
[class*="text-xxxl-lighter"] h4 {
  color: currentColor;
}
[class*="text-xxxl-lighter"] .h2:after,
[class*="text-xxxl-lighter"] h2:after {
  background-color: currentColor;
}
[class*="text-gray-200"] *,
[class*="text-gray-200"] h1,
[class*="text-gray-200"] h2,
[class*="text-gray-200"] h3,
[class*="text-gray-200"] h4 {
  color: currentColor;
}
[class*="text-gray-200"] .h2:after,
[class*="text-gray-200"] h2:after {
  background-color: currentColor;
}
[class*="text-sm-gray-200"] *,
[class*="text-sm-gray-200"] h1,
[class*="text-sm-gray-200"] h2,
[class*="text-sm-gray-200"] h3,
[class*="text-sm-gray-200"] h4 {
  color: currentColor;
}
[class*="text-sm-gray-200"] .h2:after,
[class*="text-sm-gray-200"] h2:after {
  background-color: currentColor;
}
[class*="text-md-gray-200"] *,
[class*="text-md-gray-200"] h1,
[class*="text-md-gray-200"] h2,
[class*="text-md-gray-200"] h3,
[class*="text-md-gray-200"] h4 {
  color: currentColor;
}
[class*="text-md-gray-200"] .h2:after,
[class*="text-md-gray-200"] h2:after {
  background-color: currentColor;
}
[class*="text-lg-gray-200"] *,
[class*="text-lg-gray-200"] h1,
[class*="text-lg-gray-200"] h2,
[class*="text-lg-gray-200"] h3,
[class*="text-lg-gray-200"] h4 {
  color: currentColor;
}
[class*="text-lg-gray-200"] .h2:after,
[class*="text-lg-gray-200"] h2:after {
  background-color: currentColor;
}
[class*="text-xl-gray-200"] *,
[class*="text-xl-gray-200"] h1,
[class*="text-xl-gray-200"] h2,
[class*="text-xl-gray-200"] h3,
[class*="text-xl-gray-200"] h4 {
  color: currentColor;
}
[class*="text-xl-gray-200"] .h2:after,
[class*="text-xl-gray-200"] h2:after {
  background-color: currentColor;
}
[class*="text-xxl-gray-200"] *,
[class*="text-xxl-gray-200"] h1,
[class*="text-xxl-gray-200"] h2,
[class*="text-xxl-gray-200"] h3,
[class*="text-xxl-gray-200"] h4 {
  color: currentColor;
}
[class*="text-xxl-gray-200"] .h2:after,
[class*="text-xxl-gray-200"] h2:after {
  background-color: currentColor;
}
[class*="text-xxxl-gray-200"] *,
[class*="text-xxxl-gray-200"] h1,
[class*="text-xxxl-gray-200"] h2,
[class*="text-xxxl-gray-200"] h3,
[class*="text-xxxl-gray-200"] h4 {
  color: currentColor;
}
[class*="text-xxxl-gray-200"] .h2:after,
[class*="text-xxxl-gray-200"] h2:after {
  background-color: currentColor;
}
[class*="text-gray-light"] *,
[class*="text-gray-light"] h1,
[class*="text-gray-light"] h2,
[class*="text-gray-light"] h3,
[class*="text-gray-light"] h4 {
  color: currentColor;
}
[class*="text-gray-light"] .h2:after,
[class*="text-gray-light"] h2:after {
  background-color: currentColor;
}
[class*="text-sm-gray-light"] *,
[class*="text-sm-gray-light"] h1,
[class*="text-sm-gray-light"] h2,
[class*="text-sm-gray-light"] h3,
[class*="text-sm-gray-light"] h4 {
  color: currentColor;
}
[class*="text-sm-gray-light"] .h2:after,
[class*="text-sm-gray-light"] h2:after {
  background-color: currentColor;
}
[class*="text-md-gray-light"] *,
[class*="text-md-gray-light"] h1,
[class*="text-md-gray-light"] h2,
[class*="text-md-gray-light"] h3,
[class*="text-md-gray-light"] h4 {
  color: currentColor;
}
[class*="text-md-gray-light"] .h2:after,
[class*="text-md-gray-light"] h2:after {
  background-color: currentColor;
}
[class*="text-lg-gray-light"] *,
[class*="text-lg-gray-light"] h1,
[class*="text-lg-gray-light"] h2,
[class*="text-lg-gray-light"] h3,
[class*="text-lg-gray-light"] h4 {
  color: currentColor;
}
[class*="text-lg-gray-light"] .h2:after,
[class*="text-lg-gray-light"] h2:after {
  background-color: currentColor;
}
[class*="text-xl-gray-light"] *,
[class*="text-xl-gray-light"] h1,
[class*="text-xl-gray-light"] h2,
[class*="text-xl-gray-light"] h3,
[class*="text-xl-gray-light"] h4 {
  color: currentColor;
}
[class*="text-xl-gray-light"] .h2:after,
[class*="text-xl-gray-light"] h2:after {
  background-color: currentColor;
}
[class*="text-xxl-gray-light"] *,
[class*="text-xxl-gray-light"] h1,
[class*="text-xxl-gray-light"] h2,
[class*="text-xxl-gray-light"] h3,
[class*="text-xxl-gray-light"] h4 {
  color: currentColor;
}
[class*="text-xxl-gray-light"] .h2:after,
[class*="text-xxl-gray-light"] h2:after {
  background-color: currentColor;
}
[class*="text-xxxl-gray-light"] *,
[class*="text-xxxl-gray-light"] h1,
[class*="text-xxxl-gray-light"] h2,
[class*="text-xxxl-gray-light"] h3,
[class*="text-xxxl-gray-light"] h4 {
  color: currentColor;
}
[class*="text-xxxl-gray-light"] .h2:after,
[class*="text-xxxl-gray-light"] h2:after {
  background-color: currentColor;
}
[class*="text-gray"] *,
[class*="text-gray"] h1,
[class*="text-gray"] h2,
[class*="text-gray"] h3,
[class*="text-gray"] h4 {
  color: currentColor;
}
[class*="text-gray"] .h2:after,
[class*="text-gray"] h2:after {
  background-color: currentColor;
}
[class*="text-sm-gray"] *,
[class*="text-sm-gray"] h1,
[class*="text-sm-gray"] h2,
[class*="text-sm-gray"] h3,
[class*="text-sm-gray"] h4 {
  color: currentColor;
}
[class*="text-sm-gray"] .h2:after,
[class*="text-sm-gray"] h2:after {
  background-color: currentColor;
}
[class*="text-md-gray"] *,
[class*="text-md-gray"] h1,
[class*="text-md-gray"] h2,
[class*="text-md-gray"] h3,
[class*="text-md-gray"] h4 {
  color: currentColor;
}
[class*="text-md-gray"] .h2:after,
[class*="text-md-gray"] h2:after {
  background-color: currentColor;
}
[class*="text-lg-gray"] *,
[class*="text-lg-gray"] h1,
[class*="text-lg-gray"] h2,
[class*="text-lg-gray"] h3,
[class*="text-lg-gray"] h4 {
  color: currentColor;
}
[class*="text-lg-gray"] .h2:after,
[class*="text-lg-gray"] h2:after {
  background-color: currentColor;
}
[class*="text-xl-gray"] *,
[class*="text-xl-gray"] h1,
[class*="text-xl-gray"] h2,
[class*="text-xl-gray"] h3,
[class*="text-xl-gray"] h4 {
  color: currentColor;
}
[class*="text-xl-gray"] .h2:after,
[class*="text-xl-gray"] h2:after {
  background-color: currentColor;
}
[class*="text-xxl-gray"] *,
[class*="text-xxl-gray"] h1,
[class*="text-xxl-gray"] h2,
[class*="text-xxl-gray"] h3,
[class*="text-xxl-gray"] h4 {
  color: currentColor;
}
[class*="text-xxl-gray"] .h2:after,
[class*="text-xxl-gray"] h2:after {
  background-color: currentColor;
}
[class*="text-xxxl-gray"] *,
[class*="text-xxxl-gray"] h1,
[class*="text-xxxl-gray"] h2,
[class*="text-xxxl-gray"] h3,
[class*="text-xxxl-gray"] h4 {
  color: currentColor;
}
[class*="text-xxxl-gray"] .h2:after,
[class*="text-xxxl-gray"] h2:after {
  background-color: currentColor;
}
[class*="text-gray-dark"] *,
[class*="text-gray-dark"] h1,
[class*="text-gray-dark"] h2,
[class*="text-gray-dark"] h3,
[class*="text-gray-dark"] h4 {
  color: currentColor;
}
[class*="text-gray-dark"] .h2:after,
[class*="text-gray-dark"] h2:after {
  background-color: currentColor;
}
[class*="text-sm-gray-dark"] *,
[class*="text-sm-gray-dark"] h1,
[class*="text-sm-gray-dark"] h2,
[class*="text-sm-gray-dark"] h3,
[class*="text-sm-gray-dark"] h4 {
  color: currentColor;
}
[class*="text-sm-gray-dark"] .h2:after,
[class*="text-sm-gray-dark"] h2:after {
  background-color: currentColor;
}
[class*="text-md-gray-dark"] *,
[class*="text-md-gray-dark"] h1,
[class*="text-md-gray-dark"] h2,
[class*="text-md-gray-dark"] h3,
[class*="text-md-gray-dark"] h4 {
  color: currentColor;
}
[class*="text-md-gray-dark"] .h2:after,
[class*="text-md-gray-dark"] h2:after {
  background-color: currentColor;
}
[class*="text-lg-gray-dark"] *,
[class*="text-lg-gray-dark"] h1,
[class*="text-lg-gray-dark"] h2,
[class*="text-lg-gray-dark"] h3,
[class*="text-lg-gray-dark"] h4 {
  color: currentColor;
}
[class*="text-lg-gray-dark"] .h2:after,
[class*="text-lg-gray-dark"] h2:after {
  background-color: currentColor;
}
[class*="text-xl-gray-dark"] *,
[class*="text-xl-gray-dark"] h1,
[class*="text-xl-gray-dark"] h2,
[class*="text-xl-gray-dark"] h3,
[class*="text-xl-gray-dark"] h4 {
  color: currentColor;
}
[class*="text-xl-gray-dark"] .h2:after,
[class*="text-xl-gray-dark"] h2:after {
  background-color: currentColor;
}
[class*="text-xxl-gray-dark"] *,
[class*="text-xxl-gray-dark"] h1,
[class*="text-xxl-gray-dark"] h2,
[class*="text-xxl-gray-dark"] h3,
[class*="text-xxl-gray-dark"] h4 {
  color: currentColor;
}
[class*="text-xxl-gray-dark"] .h2:after,
[class*="text-xxl-gray-dark"] h2:after {
  background-color: currentColor;
}
[class*="text-xxxl-gray-dark"] *,
[class*="text-xxxl-gray-dark"] h1,
[class*="text-xxxl-gray-dark"] h2,
[class*="text-xxxl-gray-dark"] h3,
[class*="text-xxxl-gray-dark"] h4 {
  color: currentColor;
}
[class*="text-xxxl-gray-dark"] .h2:after,
[class*="text-xxxl-gray-dark"] h2:after {
  background-color: currentColor;
}
[class*="text-darker"] *,
[class*="text-darker"] h1,
[class*="text-darker"] h2,
[class*="text-darker"] h3,
[class*="text-darker"] h4 {
  color: currentColor;
}
[class*="text-darker"] .h2:after,
[class*="text-darker"] h2:after {
  background-color: currentColor;
}
[class*="text-sm-darker"] *,
[class*="text-sm-darker"] h1,
[class*="text-sm-darker"] h2,
[class*="text-sm-darker"] h3,
[class*="text-sm-darker"] h4 {
  color: currentColor;
}
[class*="text-sm-darker"] .h2:after,
[class*="text-sm-darker"] h2:after {
  background-color: currentColor;
}
[class*="text-md-darker"] *,
[class*="text-md-darker"] h1,
[class*="text-md-darker"] h2,
[class*="text-md-darker"] h3,
[class*="text-md-darker"] h4 {
  color: currentColor;
}
[class*="text-md-darker"] .h2:after,
[class*="text-md-darker"] h2:after {
  background-color: currentColor;
}
[class*="text-lg-darker"] *,
[class*="text-lg-darker"] h1,
[class*="text-lg-darker"] h2,
[class*="text-lg-darker"] h3,
[class*="text-lg-darker"] h4 {
  color: currentColor;
}
[class*="text-lg-darker"] .h2:after,
[class*="text-lg-darker"] h2:after {
  background-color: currentColor;
}
[class*="text-xl-darker"] *,
[class*="text-xl-darker"] h1,
[class*="text-xl-darker"] h2,
[class*="text-xl-darker"] h3,
[class*="text-xl-darker"] h4 {
  color: currentColor;
}
[class*="text-xl-darker"] .h2:after,
[class*="text-xl-darker"] h2:after {
  background-color: currentColor;
}
[class*="text-xxl-darker"] *,
[class*="text-xxl-darker"] h1,
[class*="text-xxl-darker"] h2,
[class*="text-xxl-darker"] h3,
[class*="text-xxl-darker"] h4 {
  color: currentColor;
}
[class*="text-xxl-darker"] .h2:after,
[class*="text-xxl-darker"] h2:after {
  background-color: currentColor;
}
[class*="text-xxxl-darker"] *,
[class*="text-xxxl-darker"] h1,
[class*="text-xxxl-darker"] h2,
[class*="text-xxxl-darker"] h3,
[class*="text-xxxl-darker"] h4 {
  color: currentColor;
}
[class*="text-xxxl-darker"] .h2:after,
[class*="text-xxxl-darker"] h2:after {
  background-color: currentColor;
}
[class*="text-error"] *,
[class*="text-error"] h1,
[class*="text-error"] h2,
[class*="text-error"] h3,
[class*="text-error"] h4 {
  color: currentColor;
}
[class*="text-error"] .h2:after,
[class*="text-error"] h2:after {
  background-color: currentColor;
}
[class*="text-sm-error"] *,
[class*="text-sm-error"] h1,
[class*="text-sm-error"] h2,
[class*="text-sm-error"] h3,
[class*="text-sm-error"] h4 {
  color: currentColor;
}
[class*="text-sm-error"] .h2:after,
[class*="text-sm-error"] h2:after {
  background-color: currentColor;
}
[class*="text-md-error"] *,
[class*="text-md-error"] h1,
[class*="text-md-error"] h2,
[class*="text-md-error"] h3,
[class*="text-md-error"] h4 {
  color: currentColor;
}
[class*="text-md-error"] .h2:after,
[class*="text-md-error"] h2:after {
  background-color: currentColor;
}
[class*="text-lg-error"] *,
[class*="text-lg-error"] h1,
[class*="text-lg-error"] h2,
[class*="text-lg-error"] h3,
[class*="text-lg-error"] h4 {
  color: currentColor;
}
[class*="text-lg-error"] .h2:after,
[class*="text-lg-error"] h2:after {
  background-color: currentColor;
}
[class*="text-xl-error"] *,
[class*="text-xl-error"] h1,
[class*="text-xl-error"] h2,
[class*="text-xl-error"] h3,
[class*="text-xl-error"] h4 {
  color: currentColor;
}
[class*="text-xl-error"] .h2:after,
[class*="text-xl-error"] h2:after {
  background-color: currentColor;
}
[class*="text-xxl-error"] *,
[class*="text-xxl-error"] h1,
[class*="text-xxl-error"] h2,
[class*="text-xxl-error"] h3,
[class*="text-xxl-error"] h4 {
  color: currentColor;
}
[class*="text-xxl-error"] .h2:after,
[class*="text-xxl-error"] h2:after {
  background-color: currentColor;
}
[class*="text-xxxl-error"] *,
[class*="text-xxxl-error"] h1,
[class*="text-xxxl-error"] h2,
[class*="text-xxxl-error"] h3,
[class*="text-xxxl-error"] h4 {
  color: currentColor;
}
[class*="text-xxxl-error"] .h2:after,
[class*="text-xxxl-error"] h2:after {
  background-color: currentColor;
}
[class*="text-default"] *,
[class*="text-default"] h1,
[class*="text-default"] h2,
[class*="text-default"] h3,
[class*="text-default"] h4 {
  color: currentColor;
}
[class*="text-default"] .h2:after,
[class*="text-default"] h2:after {
  background-color: currentColor;
}
[class*="text-sm-default"] *,
[class*="text-sm-default"] h1,
[class*="text-sm-default"] h2,
[class*="text-sm-default"] h3,
[class*="text-sm-default"] h4 {
  color: currentColor;
}
[class*="text-sm-default"] .h2:after,
[class*="text-sm-default"] h2:after {
  background-color: currentColor;
}
[class*="text-md-default"] *,
[class*="text-md-default"] h1,
[class*="text-md-default"] h2,
[class*="text-md-default"] h3,
[class*="text-md-default"] h4 {
  color: currentColor;
}
[class*="text-md-default"] .h2:after,
[class*="text-md-default"] h2:after {
  background-color: currentColor;
}
[class*="text-lg-default"] *,
[class*="text-lg-default"] h1,
[class*="text-lg-default"] h2,
[class*="text-lg-default"] h3,
[class*="text-lg-default"] h4 {
  color: currentColor;
}
[class*="text-lg-default"] .h2:after,
[class*="text-lg-default"] h2:after {
  background-color: currentColor;
}
[class*="text-xl-default"] *,
[class*="text-xl-default"] h1,
[class*="text-xl-default"] h2,
[class*="text-xl-default"] h3,
[class*="text-xl-default"] h4 {
  color: currentColor;
}
[class*="text-xl-default"] .h2:after,
[class*="text-xl-default"] h2:after {
  background-color: currentColor;
}
[class*="text-xxl-default"] *,
[class*="text-xxl-default"] h1,
[class*="text-xxl-default"] h2,
[class*="text-xxl-default"] h3,
[class*="text-xxl-default"] h4 {
  color: currentColor;
}
[class*="text-xxl-default"] .h2:after,
[class*="text-xxl-default"] h2:after {
  background-color: currentColor;
}
[class*="text-xxxl-default"] *,
[class*="text-xxxl-default"] h1,
[class*="text-xxxl-default"] h2,
[class*="text-xxxl-default"] h3,
[class*="text-xxxl-default"] h4 {
  color: currentColor;
}
[class*="text-xxxl-default"] .h2:after,
[class*="text-xxxl-default"] h2:after {
  background-color: currentColor;
}
.content-image figure,
.custom-gallery figure {
  margin-bottom: 0;
}
[class*=" icon-"]:before,
[class^="icon-"]:before {
  vertical-align: -0.2em;
}
[data-open] {
  cursor: pointer;
}
.fade:not(.show) {
  display: none;
}
.block {
  overflow: initial;
}
.mod_customnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.icon-right {
  display: flex !important;
  align-items: center;
}
.icon-right:before {
  order: 1;
  margin-left: 0.25rem;
}
[class*="bg-"][class*="text-"] :not(.btn) {
  color: currentColor;
}
svg.text-primary [class*="stroke"] {
  stroke: var(--primary, #68a5f3);
}
svg.text-primary [class*="fill"] {
  fill: var(--primary, #68a5f3);
}
@media (min-width: 576px) {
  svg.text-sm-primary [class*="stroke"] {
    stroke: var(--primary, #68a5f3);
  }
  svg.text-sm-primary [class*="fill"] {
    fill: var(--primary, #68a5f3);
  }
}
@media (min-width: 768px) {
  svg.text-md-primary [class*="stroke"] {
    stroke: var(--primary, #68a5f3);
  }
  svg.text-md-primary [class*="fill"] {
    fill: var(--primary, #68a5f3);
  }
}
@media (min-width: 992px) {
  svg.text-lg-primary [class*="stroke"] {
    stroke: var(--primary, #68a5f3);
  }
  svg.text-lg-primary [class*="fill"] {
    fill: var(--primary, #68a5f3);
  }
}
@media (min-width: 1200px) {
  svg.text-xl-primary [class*="stroke"] {
    stroke: var(--primary, #68a5f3);
  }
  svg.text-xl-primary [class*="fill"] {
    fill: var(--primary, #68a5f3);
  }
}
@media (min-width: 1680px) {
  svg.text-xxl-primary [class*="stroke"] {
    stroke: var(--primary, #68a5f3);
  }
  svg.text-xxl-primary [class*="fill"] {
    fill: var(--primary, #68a5f3);
  }
}
@media (min-width: 1920px) {
  svg.text-xxxl-primary [class*="stroke"] {
    stroke: var(--primary, #68a5f3);
  }
  svg.text-xxxl-primary [class*="fill"] {
    fill: var(--primary, #68a5f3);
  }
}
svg.text-secondary [class*="stroke"] {
  stroke: var(--secondary, #e20613);
}
svg.text-secondary [class*="fill"] {
  fill: var(--secondary, #e20613);
}
@media (min-width: 576px) {
  svg.text-sm-secondary [class*="stroke"] {
    stroke: var(--secondary, #e20613);
  }
  svg.text-sm-secondary [class*="fill"] {
    fill: var(--secondary, #e20613);
  }
}
@media (min-width: 768px) {
  svg.text-md-secondary [class*="stroke"] {
    stroke: var(--secondary, #e20613);
  }
  svg.text-md-secondary [class*="fill"] {
    fill: var(--secondary, #e20613);
  }
}
@media (min-width: 992px) {
  svg.text-lg-secondary [class*="stroke"] {
    stroke: var(--secondary, #e20613);
  }
  svg.text-lg-secondary [class*="fill"] {
    fill: var(--secondary, #e20613);
  }
}
@media (min-width: 1200px) {
  svg.text-xl-secondary [class*="stroke"] {
    stroke: var(--secondary, #e20613);
  }
  svg.text-xl-secondary [class*="fill"] {
    fill: var(--secondary, #e20613);
  }
}
@media (min-width: 1680px) {
  svg.text-xxl-secondary [class*="stroke"] {
    stroke: var(--secondary, #e20613);
  }
  svg.text-xxl-secondary [class*="fill"] {
    fill: var(--secondary, #e20613);
  }
}
@media (min-width: 1920px) {
  svg.text-xxxl-secondary [class*="stroke"] {
    stroke: var(--secondary, #e20613);
  }
  svg.text-xxxl-secondary [class*="fill"] {
    fill: var(--secondary, #e20613);
  }
}
svg.text-success [class*="stroke"] {
  stroke: var(--success, #198754);
}
svg.text-success [class*="fill"] {
  fill: var(--success, #198754);
}
@media (min-width: 576px) {
  svg.text-sm-success [class*="stroke"] {
    stroke: var(--success, #198754);
  }
  svg.text-sm-success [class*="fill"] {
    fill: var(--success, #198754);
  }
}
@media (min-width: 768px) {
  svg.text-md-success [class*="stroke"] {
    stroke: var(--success, #198754);
  }
  svg.text-md-success [class*="fill"] {
    fill: var(--success, #198754);
  }
}
@media (min-width: 992px) {
  svg.text-lg-success [class*="stroke"] {
    stroke: var(--success, #198754);
  }
  svg.text-lg-success [class*="fill"] {
    fill: var(--success, #198754);
  }
}
@media (min-width: 1200px) {
  svg.text-xl-success [class*="stroke"] {
    stroke: var(--success, #198754);
  }
  svg.text-xl-success [class*="fill"] {
    fill: var(--success, #198754);
  }
}
@media (min-width: 1680px) {
  svg.text-xxl-success [class*="stroke"] {
    stroke: var(--success, #198754);
  }
  svg.text-xxl-success [class*="fill"] {
    fill: var(--success, #198754);
  }
}
@media (min-width: 1920px) {
  svg.text-xxxl-success [class*="stroke"] {
    stroke: var(--success, #198754);
  }
  svg.text-xxxl-success [class*="fill"] {
    fill: var(--success, #198754);
  }
}
svg.text-info [class*="stroke"] {
  stroke: var(--info, #0dcaf0);
}
svg.text-info [class*="fill"] {
  fill: var(--info, #0dcaf0);
}
@media (min-width: 576px) {
  svg.text-sm-info [class*="stroke"] {
    stroke: var(--info, #0dcaf0);
  }
  svg.text-sm-info [class*="fill"] {
    fill: var(--info, #0dcaf0);
  }
}
@media (min-width: 768px) {
  svg.text-md-info [class*="stroke"] {
    stroke: var(--info, #0dcaf0);
  }
  svg.text-md-info [class*="fill"] {
    fill: var(--info, #0dcaf0);
  }
}
@media (min-width: 992px) {
  svg.text-lg-info [class*="stroke"] {
    stroke: var(--info, #0dcaf0);
  }
  svg.text-lg-info [class*="fill"] {
    fill: var(--info, #0dcaf0);
  }
}
@media (min-width: 1200px) {
  svg.text-xl-info [class*="stroke"] {
    stroke: var(--info, #0dcaf0);
  }
  svg.text-xl-info [class*="fill"] {
    fill: var(--info, #0dcaf0);
  }
}
@media (min-width: 1680px) {
  svg.text-xxl-info [class*="stroke"] {
    stroke: var(--info, #0dcaf0);
  }
  svg.text-xxl-info [class*="fill"] {
    fill: var(--info, #0dcaf0);
  }
}
@media (min-width: 1920px) {
  svg.text-xxxl-info [class*="stroke"] {
    stroke: var(--info, #0dcaf0);
  }
  svg.text-xxxl-info [class*="fill"] {
    fill: var(--info, #0dcaf0);
  }
}
svg.text-warning [class*="stroke"] {
  stroke: var(--warning, #ffc107);
}
svg.text-warning [class*="fill"] {
  fill: var(--warning, #ffc107);
}
@media (min-width: 576px) {
  svg.text-sm-warning [class*="stroke"] {
    stroke: var(--warning, #ffc107);
  }
  svg.text-sm-warning [class*="fill"] {
    fill: var(--warning, #ffc107);
  }
}
@media (min-width: 768px) {
  svg.text-md-warning [class*="stroke"] {
    stroke: var(--warning, #ffc107);
  }
  svg.text-md-warning [class*="fill"] {
    fill: var(--warning, #ffc107);
  }
}
@media (min-width: 992px) {
  svg.text-lg-warning [class*="stroke"] {
    stroke: var(--warning, #ffc107);
  }
  svg.text-lg-warning [class*="fill"] {
    fill: var(--warning, #ffc107);
  }
}
@media (min-width: 1200px) {
  svg.text-xl-warning [class*="stroke"] {
    stroke: var(--warning, #ffc107);
  }
  svg.text-xl-warning [class*="fill"] {
    fill: var(--warning, #ffc107);
  }
}
@media (min-width: 1680px) {
  svg.text-xxl-warning [class*="stroke"] {
    stroke: var(--warning, #ffc107);
  }
  svg.text-xxl-warning [class*="fill"] {
    fill: var(--warning, #ffc107);
  }
}
@media (min-width: 1920px) {
  svg.text-xxxl-warning [class*="stroke"] {
    stroke: var(--warning, #ffc107);
  }
  svg.text-xxxl-warning [class*="fill"] {
    fill: var(--warning, #ffc107);
  }
}
svg.text-danger [class*="stroke"] {
  stroke: var(--danger, #dc3545);
}
svg.text-danger [class*="fill"] {
  fill: var(--danger, #dc3545);
}
@media (min-width: 576px) {
  svg.text-sm-danger [class*="stroke"] {
    stroke: var(--danger, #dc3545);
  }
  svg.text-sm-danger [class*="fill"] {
    fill: var(--danger, #dc3545);
  }
}
@media (min-width: 768px) {
  svg.text-md-danger [class*="stroke"] {
    stroke: var(--danger, #dc3545);
  }
  svg.text-md-danger [class*="fill"] {
    fill: var(--danger, #dc3545);
  }
}
@media (min-width: 992px) {
  svg.text-lg-danger [class*="stroke"] {
    stroke: var(--danger, #dc3545);
  }
  svg.text-lg-danger [class*="fill"] {
    fill: var(--danger, #dc3545);
  }
}
@media (min-width: 1200px) {
  svg.text-xl-danger [class*="stroke"] {
    stroke: var(--danger, #dc3545);
  }
  svg.text-xl-danger [class*="fill"] {
    fill: var(--danger, #dc3545);
  }
}
@media (min-width: 1680px) {
  svg.text-xxl-danger [class*="stroke"] {
    stroke: var(--danger, #dc3545);
  }
  svg.text-xxl-danger [class*="fill"] {
    fill: var(--danger, #dc3545);
  }
}
@media (min-width: 1920px) {
  svg.text-xxxl-danger [class*="stroke"] {
    stroke: var(--danger, #dc3545);
  }
  svg.text-xxxl-danger [class*="fill"] {
    fill: var(--danger, #dc3545);
  }
}
svg.text-light [class*="stroke"] {
  stroke: var(--light, #f8f9fa);
}
svg.text-light [class*="fill"] {
  fill: var(--light, #f8f9fa);
}
@media (min-width: 576px) {
  svg.text-sm-light [class*="stroke"] {
    stroke: var(--light, #f8f9fa);
  }
  svg.text-sm-light [class*="fill"] {
    fill: var(--light, #f8f9fa);
  }
}
@media (min-width: 768px) {
  svg.text-md-light [class*="stroke"] {
    stroke: var(--light, #f8f9fa);
  }
  svg.text-md-light [class*="fill"] {
    fill: var(--light, #f8f9fa);
  }
}
@media (min-width: 992px) {
  svg.text-lg-light [class*="stroke"] {
    stroke: var(--light, #f8f9fa);
  }
  svg.text-lg-light [class*="fill"] {
    fill: var(--light, #f8f9fa);
  }
}
@media (min-width: 1200px) {
  svg.text-xl-light [class*="stroke"] {
    stroke: var(--light, #f8f9fa);
  }
  svg.text-xl-light [class*="fill"] {
    fill: var(--light, #f8f9fa);
  }
}
@media (min-width: 1680px) {
  svg.text-xxl-light [class*="stroke"] {
    stroke: var(--light, #f8f9fa);
  }
  svg.text-xxl-light [class*="fill"] {
    fill: var(--light, #f8f9fa);
  }
}
@media (min-width: 1920px) {
  svg.text-xxxl-light [class*="stroke"] {
    stroke: var(--light, #f8f9fa);
  }
  svg.text-xxxl-light [class*="fill"] {
    fill: var(--light, #f8f9fa);
  }
}
svg.text-dark [class*="stroke"] {
  stroke: var(--dark, #212529);
}
svg.text-dark [class*="fill"] {
  fill: var(--dark, #212529);
}
@media (min-width: 576px) {
  svg.text-sm-dark [class*="stroke"] {
    stroke: var(--dark, #212529);
  }
  svg.text-sm-dark [class*="fill"] {
    fill: var(--dark, #212529);
  }
}
@media (min-width: 768px) {
  svg.text-md-dark [class*="stroke"] {
    stroke: var(--dark, #212529);
  }
  svg.text-md-dark [class*="fill"] {
    fill: var(--dark, #212529);
  }
}
@media (min-width: 992px) {
  svg.text-lg-dark [class*="stroke"] {
    stroke: var(--dark, #212529);
  }
  svg.text-lg-dark [class*="fill"] {
    fill: var(--dark, #212529);
  }
}
@media (min-width: 1200px) {
  svg.text-xl-dark [class*="stroke"] {
    stroke: var(--dark, #212529);
  }
  svg.text-xl-dark [class*="fill"] {
    fill: var(--dark, #212529);
  }
}
@media (min-width: 1680px) {
  svg.text-xxl-dark [class*="stroke"] {
    stroke: var(--dark, #212529);
  }
  svg.text-xxl-dark [class*="fill"] {
    fill: var(--dark, #212529);
  }
}
@media (min-width: 1920px) {
  svg.text-xxxl-dark [class*="stroke"] {
    stroke: var(--dark, #212529);
  }
  svg.text-xxxl-dark [class*="fill"] {
    fill: var(--dark, #212529);
  }
}
svg.text-transparent [class*="stroke"] {
  stroke: var(--transparent, transparent);
}
svg.text-transparent [class*="fill"] {
  fill: var(--transparent, transparent);
}
@media (min-width: 576px) {
  svg.text-sm-transparent [class*="stroke"] {
    stroke: var(--transparent, transparent);
  }
  svg.text-sm-transparent [class*="fill"] {
    fill: var(--transparent, transparent);
  }
}
@media (min-width: 768px) {
  svg.text-md-transparent [class*="stroke"] {
    stroke: var(--transparent, transparent);
  }
  svg.text-md-transparent [class*="fill"] {
    fill: var(--transparent, transparent);
  }
}
@media (min-width: 992px) {
  svg.text-lg-transparent [class*="stroke"] {
    stroke: var(--transparent, transparent);
  }
  svg.text-lg-transparent [class*="fill"] {
    fill: var(--transparent, transparent);
  }
}
@media (min-width: 1200px) {
  svg.text-xl-transparent [class*="stroke"] {
    stroke: var(--transparent, transparent);
  }
  svg.text-xl-transparent [class*="fill"] {
    fill: var(--transparent, transparent);
  }
}
@media (min-width: 1680px) {
  svg.text-xxl-transparent [class*="stroke"] {
    stroke: var(--transparent, transparent);
  }
  svg.text-xxl-transparent [class*="fill"] {
    fill: var(--transparent, transparent);
  }
}
@media (min-width: 1920px) {
  svg.text-xxxl-transparent [class*="stroke"] {
    stroke: var(--transparent, transparent);
  }
  svg.text-xxxl-transparent [class*="fill"] {
    fill: var(--transparent, transparent);
  }
}
svg.text-white [class*="stroke"] {
  stroke: var(--white, #fff);
}
svg.text-white [class*="fill"] {
  fill: var(--white, #fff);
}
@media (min-width: 576px) {
  svg.text-sm-white [class*="stroke"] {
    stroke: var(--white, #fff);
  }
  svg.text-sm-white [class*="fill"] {
    fill: var(--white, #fff);
  }
}
@media (min-width: 768px) {
  svg.text-md-white [class*="stroke"] {
    stroke: var(--white, #fff);
  }
  svg.text-md-white [class*="fill"] {
    fill: var(--white, #fff);
  }
}
@media (min-width: 992px) {
  svg.text-lg-white [class*="stroke"] {
    stroke: var(--white, #fff);
  }
  svg.text-lg-white [class*="fill"] {
    fill: var(--white, #fff);
  }
}
@media (min-width: 1200px) {
  svg.text-xl-white [class*="stroke"] {
    stroke: var(--white, #fff);
  }
  svg.text-xl-white [class*="fill"] {
    fill: var(--white, #fff);
  }
}
@media (min-width: 1680px) {
  svg.text-xxl-white [class*="stroke"] {
    stroke: var(--white, #fff);
  }
  svg.text-xxl-white [class*="fill"] {
    fill: var(--white, #fff);
  }
}
@media (min-width: 1920px) {
  svg.text-xxxl-white [class*="stroke"] {
    stroke: var(--white, #fff);
  }
  svg.text-xxxl-white [class*="fill"] {
    fill: var(--white, #fff);
  }
}
svg.text-black [class*="stroke"] {
  stroke: var(--black, #000);
}
svg.text-black [class*="fill"] {
  fill: var(--black, #000);
}
@media (min-width: 576px) {
  svg.text-sm-black [class*="stroke"] {
    stroke: var(--black, #000);
  }
  svg.text-sm-black [class*="fill"] {
    fill: var(--black, #000);
  }
}
@media (min-width: 768px) {
  svg.text-md-black [class*="stroke"] {
    stroke: var(--black, #000);
  }
  svg.text-md-black [class*="fill"] {
    fill: var(--black, #000);
  }
}
@media (min-width: 992px) {
  svg.text-lg-black [class*="stroke"] {
    stroke: var(--black, #000);
  }
  svg.text-lg-black [class*="fill"] {
    fill: var(--black, #000);
  }
}
@media (min-width: 1200px) {
  svg.text-xl-black [class*="stroke"] {
    stroke: var(--black, #000);
  }
  svg.text-xl-black [class*="fill"] {
    fill: var(--black, #000);
  }
}
@media (min-width: 1680px) {
  svg.text-xxl-black [class*="stroke"] {
    stroke: var(--black, #000);
  }
  svg.text-xxl-black [class*="fill"] {
    fill: var(--black, #000);
  }
}
@media (min-width: 1920px) {
  svg.text-xxxl-black [class*="stroke"] {
    stroke: var(--black, #000);
  }
  svg.text-xxxl-black [class*="fill"] {
    fill: var(--black, #000);
  }
}
svg.text-lighter [class*="stroke"] {
  stroke: var(--lighter, #f8f9fa);
}
svg.text-lighter [class*="fill"] {
  fill: var(--lighter, #f8f9fa);
}
@media (min-width: 576px) {
  svg.text-sm-lighter [class*="stroke"] {
    stroke: var(--lighter, #f8f9fa);
  }
  svg.text-sm-lighter [class*="fill"] {
    fill: var(--lighter, #f8f9fa);
  }
}
@media (min-width: 768px) {
  svg.text-md-lighter [class*="stroke"] {
    stroke: var(--lighter, #f8f9fa);
  }
  svg.text-md-lighter [class*="fill"] {
    fill: var(--lighter, #f8f9fa);
  }
}
@media (min-width: 992px) {
  svg.text-lg-lighter [class*="stroke"] {
    stroke: var(--lighter, #f8f9fa);
  }
  svg.text-lg-lighter [class*="fill"] {
    fill: var(--lighter, #f8f9fa);
  }
}
@media (min-width: 1200px) {
  svg.text-xl-lighter [class*="stroke"] {
    stroke: var(--lighter, #f8f9fa);
  }
  svg.text-xl-lighter [class*="fill"] {
    fill: var(--lighter, #f8f9fa);
  }
}
@media (min-width: 1680px) {
  svg.text-xxl-lighter [class*="stroke"] {
    stroke: var(--lighter, #f8f9fa);
  }
  svg.text-xxl-lighter [class*="fill"] {
    fill: var(--lighter, #f8f9fa);
  }
}
@media (min-width: 1920px) {
  svg.text-xxxl-lighter [class*="stroke"] {
    stroke: var(--lighter, #f8f9fa);
  }
  svg.text-xxxl-lighter [class*="fill"] {
    fill: var(--lighter, #f8f9fa);
  }
}
svg.text-gray-200 [class*="stroke"] {
  stroke: var(--gray-200, #e9ecef);
}
svg.text-gray-200 [class*="fill"] {
  fill: var(--gray-200, #e9ecef);
}
@media (min-width: 576px) {
  svg.text-sm-gray-200 [class*="stroke"] {
    stroke: var(--gray-200, #e9ecef);
  }
  svg.text-sm-gray-200 [class*="fill"] {
    fill: var(--gray-200, #e9ecef);
  }
}
@media (min-width: 768px) {
  svg.text-md-gray-200 [class*="stroke"] {
    stroke: var(--gray-200, #e9ecef);
  }
  svg.text-md-gray-200 [class*="fill"] {
    fill: var(--gray-200, #e9ecef);
  }
}
@media (min-width: 992px) {
  svg.text-lg-gray-200 [class*="stroke"] {
    stroke: var(--gray-200, #e9ecef);
  }
  svg.text-lg-gray-200 [class*="fill"] {
    fill: var(--gray-200, #e9ecef);
  }
}
@media (min-width: 1200px) {
  svg.text-xl-gray-200 [class*="stroke"] {
    stroke: var(--gray-200, #e9ecef);
  }
  svg.text-xl-gray-200 [class*="fill"] {
    fill: var(--gray-200, #e9ecef);
  }
}
@media (min-width: 1680px) {
  svg.text-xxl-gray-200 [class*="stroke"] {
    stroke: var(--gray-200, #e9ecef);
  }
  svg.text-xxl-gray-200 [class*="fill"] {
    fill: var(--gray-200, #e9ecef);
  }
}
@media (min-width: 1920px) {
  svg.text-xxxl-gray-200 [class*="stroke"] {
    stroke: var(--gray-200, #e9ecef);
  }
  svg.text-xxxl-gray-200 [class*="fill"] {
    fill: var(--gray-200, #e9ecef);
  }
}
svg.text-gray-light [class*="stroke"] {
  stroke: var(--gray-light, #ced4da);
}
svg.text-gray-light [class*="fill"] {
  fill: var(--gray-light, #ced4da);
}
@media (min-width: 576px) {
  svg.text-sm-gray-light [class*="stroke"] {
    stroke: var(--gray-light, #ced4da);
  }
  svg.text-sm-gray-light [class*="fill"] {
    fill: var(--gray-light, #ced4da);
  }
}
@media (min-width: 768px) {
  svg.text-md-gray-light [class*="stroke"] {
    stroke: var(--gray-light, #ced4da);
  }
  svg.text-md-gray-light [class*="fill"] {
    fill: var(--gray-light, #ced4da);
  }
}
@media (min-width: 992px) {
  svg.text-lg-gray-light [class*="stroke"] {
    stroke: var(--gray-light, #ced4da);
  }
  svg.text-lg-gray-light [class*="fill"] {
    fill: var(--gray-light, #ced4da);
  }
}
@media (min-width: 1200px) {
  svg.text-xl-gray-light [class*="stroke"] {
    stroke: var(--gray-light, #ced4da);
  }
  svg.text-xl-gray-light [class*="fill"] {
    fill: var(--gray-light, #ced4da);
  }
}
@media (min-width: 1680px) {
  svg.text-xxl-gray-light [class*="stroke"] {
    stroke: var(--gray-light, #ced4da);
  }
  svg.text-xxl-gray-light [class*="fill"] {
    fill: var(--gray-light, #ced4da);
  }
}
@media (min-width: 1920px) {
  svg.text-xxxl-gray-light [class*="stroke"] {
    stroke: var(--gray-light, #ced4da);
  }
  svg.text-xxxl-gray-light [class*="fill"] {
    fill: var(--gray-light, #ced4da);
  }
}
svg.text-gray [class*="stroke"] {
  stroke: var(--gray, #6c757d);
}
svg.text-gray [class*="fill"] {
  fill: var(--gray, #6c757d);
}
@media (min-width: 576px) {
  svg.text-sm-gray [class*="stroke"] {
    stroke: var(--gray, #6c757d);
  }
  svg.text-sm-gray [class*="fill"] {
    fill: var(--gray, #6c757d);
  }
}
@media (min-width: 768px) {
  svg.text-md-gray [class*="stroke"] {
    stroke: var(--gray, #6c757d);
  }
  svg.text-md-gray [class*="fill"] {
    fill: var(--gray, #6c757d);
  }
}
@media (min-width: 992px) {
  svg.text-lg-gray [class*="stroke"] {
    stroke: var(--gray, #6c757d);
  }
  svg.text-lg-gray [class*="fill"] {
    fill: var(--gray, #6c757d);
  }
}
@media (min-width: 1200px) {
  svg.text-xl-gray [class*="stroke"] {
    stroke: var(--gray, #6c757d);
  }
  svg.text-xl-gray [class*="fill"] {
    fill: var(--gray, #6c757d);
  }
}
@media (min-width: 1680px) {
  svg.text-xxl-gray [class*="stroke"] {
    stroke: var(--gray, #6c757d);
  }
  svg.text-xxl-gray [class*="fill"] {
    fill: var(--gray, #6c757d);
  }
}
@media (min-width: 1920px) {
  svg.text-xxxl-gray [class*="stroke"] {
    stroke: var(--gray, #6c757d);
  }
  svg.text-xxxl-gray [class*="fill"] {
    fill: var(--gray, #6c757d);
  }
}
svg.text-gray-dark [class*="stroke"] {
  stroke: var(--gray-dark, #495057);
}
svg.text-gray-dark [class*="fill"] {
  fill: var(--gray-dark, #495057);
}
@media (min-width: 576px) {
  svg.text-sm-gray-dark [class*="stroke"] {
    stroke: var(--gray-dark, #495057);
  }
  svg.text-sm-gray-dark [class*="fill"] {
    fill: var(--gray-dark, #495057);
  }
}
@media (min-width: 768px) {
  svg.text-md-gray-dark [class*="stroke"] {
    stroke: var(--gray-dark, #495057);
  }
  svg.text-md-gray-dark [class*="fill"] {
    fill: var(--gray-dark, #495057);
  }
}
@media (min-width: 992px) {
  svg.text-lg-gray-dark [class*="stroke"] {
    stroke: var(--gray-dark, #495057);
  }
  svg.text-lg-gray-dark [class*="fill"] {
    fill: var(--gray-dark, #495057);
  }
}
@media (min-width: 1200px) {
  svg.text-xl-gray-dark [class*="stroke"] {
    stroke: var(--gray-dark, #495057);
  }
  svg.text-xl-gray-dark [class*="fill"] {
    fill: var(--gray-dark, #495057);
  }
}
@media (min-width: 1680px) {
  svg.text-xxl-gray-dark [class*="stroke"] {
    stroke: var(--gray-dark, #495057);
  }
  svg.text-xxl-gray-dark [class*="fill"] {
    fill: var(--gray-dark, #495057);
  }
}
@media (min-width: 1920px) {
  svg.text-xxxl-gray-dark [class*="stroke"] {
    stroke: var(--gray-dark, #495057);
  }
  svg.text-xxxl-gray-dark [class*="fill"] {
    fill: var(--gray-dark, #495057);
  }
}
svg.text-darker [class*="stroke"] {
  stroke: var(--darker, #212529);
}
svg.text-darker [class*="fill"] {
  fill: var(--darker, #212529);
}
@media (min-width: 576px) {
  svg.text-sm-darker [class*="stroke"] {
    stroke: var(--darker, #212529);
  }
  svg.text-sm-darker [class*="fill"] {
    fill: var(--darker, #212529);
  }
}
@media (min-width: 768px) {
  svg.text-md-darker [class*="stroke"] {
    stroke: var(--darker, #212529);
  }
  svg.text-md-darker [class*="fill"] {
    fill: var(--darker, #212529);
  }
}
@media (min-width: 992px) {
  svg.text-lg-darker [class*="stroke"] {
    stroke: var(--darker, #212529);
  }
  svg.text-lg-darker [class*="fill"] {
    fill: var(--darker, #212529);
  }
}
@media (min-width: 1200px) {
  svg.text-xl-darker [class*="stroke"] {
    stroke: var(--darker, #212529);
  }
  svg.text-xl-darker [class*="fill"] {
    fill: var(--darker, #212529);
  }
}
@media (min-width: 1680px) {
  svg.text-xxl-darker [class*="stroke"] {
    stroke: var(--darker, #212529);
  }
  svg.text-xxl-darker [class*="fill"] {
    fill: var(--darker, #212529);
  }
}
@media (min-width: 1920px) {
  svg.text-xxxl-darker [class*="stroke"] {
    stroke: var(--darker, #212529);
  }
  svg.text-xxxl-darker [class*="fill"] {
    fill: var(--darker, #212529);
  }
}
svg.text-error [class*="stroke"] {
  stroke: var(--error, #dc3545);
}
svg.text-error [class*="fill"] {
  fill: var(--error, #dc3545);
}
@media (min-width: 576px) {
  svg.text-sm-error [class*="stroke"] {
    stroke: var(--error, #dc3545);
  }
  svg.text-sm-error [class*="fill"] {
    fill: var(--error, #dc3545);
  }
}
@media (min-width: 768px) {
  svg.text-md-error [class*="stroke"] {
    stroke: var(--error, #dc3545);
  }
  svg.text-md-error [class*="fill"] {
    fill: var(--error, #dc3545);
  }
}
@media (min-width: 992px) {
  svg.text-lg-error [class*="stroke"] {
    stroke: var(--error, #dc3545);
  }
  svg.text-lg-error [class*="fill"] {
    fill: var(--error, #dc3545);
  }
}
@media (min-width: 1200px) {
  svg.text-xl-error [class*="stroke"] {
    stroke: var(--error, #dc3545);
  }
  svg.text-xl-error [class*="fill"] {
    fill: var(--error, #dc3545);
  }
}
@media (min-width: 1680px) {
  svg.text-xxl-error [class*="stroke"] {
    stroke: var(--error, #dc3545);
  }
  svg.text-xxl-error [class*="fill"] {
    fill: var(--error, #dc3545);
  }
}
@media (min-width: 1920px) {
  svg.text-xxxl-error [class*="stroke"] {
    stroke: var(--error, #dc3545);
  }
  svg.text-xxxl-error [class*="fill"] {
    fill: var(--error, #dc3545);
  }
}
svg.text-default [class*="stroke"] {
  stroke: var(--default, #676767);
}
svg.text-default [class*="fill"] {
  fill: var(--default, #676767);
}
@media (min-width: 576px) {
  svg.text-sm-default [class*="stroke"] {
    stroke: var(--default, #676767);
  }
  svg.text-sm-default [class*="fill"] {
    fill: var(--default, #676767);
  }
}
@media (min-width: 768px) {
  svg.text-md-default [class*="stroke"] {
    stroke: var(--default, #676767);
  }
  svg.text-md-default [class*="fill"] {
    fill: var(--default, #676767);
  }
}
@media (min-width: 992px) {
  svg.text-lg-default [class*="stroke"] {
    stroke: var(--default, #676767);
  }
  svg.text-lg-default [class*="fill"] {
    fill: var(--default, #676767);
  }
}
@media (min-width: 1200px) {
  svg.text-xl-default [class*="stroke"] {
    stroke: var(--default, #676767);
  }
  svg.text-xl-default [class*="fill"] {
    fill: var(--default, #676767);
  }
}
@media (min-width: 1680px) {
  svg.text-xxl-default [class*="stroke"] {
    stroke: var(--default, #676767);
  }
  svg.text-xxl-default [class*="fill"] {
    fill: var(--default, #676767);
  }
}
@media (min-width: 1920px) {
  svg.text-xxxl-default [class*="stroke"] {
    stroke: var(--default, #676767);
  }
  svg.text-xxxl-default [class*="fill"] {
    fill: var(--default, #676767);
  }
}
.scroll-top {
  background: var(--primary);
  color: var(--white);
  line-height: 0;
  padding: 1em;
  position: fixed;
  text-decoration: none;
  cursor: pointer;
  border-radius: 50%;
  right: 0.75rem;
  bottom: 5px;
  z-index: 1031;
  transition: all, 0.2s;
  transform: scaleY(0);
  opacity: 0;
}
.scroll-top [class*="icon-"] {
  margin: 0;
}
.scroll-top:hover {
  color: #fff;
  text-decoration: none;
}
.scroll-top [class*="icon-"]:before {
  color: #fff;
  text-decoration: none;
}
.scroll-top:hover {
  background: var(--primary);
}
.scroll-top.show {
  opacity: 1;
  transform: scale(1);
}
.container-large {
  max-width: 1300px;
}
ul.check {
  list-style: none;
  padding: 0;
}
ul.check li {
  position: relative;
  padding-left: 2.25em;
}
ul.check li:before {
  font-family: icons;
  content: var(--icon-check);
  position: absolute;
  left: 0;
  margin-top: -0.25em;
  font-size: 1.5em;
}
ul.check.primary li:before {
  color: var(--primary);
}
ul.check.success li:before {
  color: var(--success);
}
ul.check.danger li:before {
  color: var(--danger);
}
ul.check.dark li:before {
  color: var(--dark);
}
ul.check.white li:before {
  color: var(--white);
}
[data-scroll="next"] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.hero {
  position: relative;
}
.hero .slick-slide {
  position: relative;
  overflow: hidden;
}
.hero .slick-slide img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .hero .slick-slide img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media (min-width: 992px) {
  .hero .slick-slide > div {
    min-height: 50vh;
    display: flex;
    align-items: center;
  }
}
.hero .slick-slide .media {
  width: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  position: static;
  text-align: center;
}
.hero .slick-slide .media > .h1,
.hero .slick-slide .media > .h2,
.hero .slick-slide .media > .rte,
.hero .slick-slide .media > h1,
.hero .slick-slide .media > h2 {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.hero .slick-slide .media > .rte :last-child {
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .hero .slick-slide .media > .h1,
  .hero .slick-slide .media > .h2,
  .hero .slick-slide .media > .rte,
  .hero .slick-slide .media > h1,
  .hero .slick-slide .media > h2 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .hero .slick-slide .media > .h1,
  .hero .slick-slide .media > .h2,
  .hero .slick-slide .media > .rte,
  .hero .slick-slide .media > h1,
  .hero .slick-slide .media > h2 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .hero .slick-slide .media {
    max-width: 960px;
    text-align: left;
    color: #fff;
    display: inline-block !important;
  }
  .hero .slick-slide .media > .h1,
  .hero .slick-slide .media > .h2,
  .hero .slick-slide .media > .rte,
  .hero .slick-slide .media > h1,
  .hero .slick-slide .media > h2 {
    max-width: none;
  }
  .hero .slick-slide .media > .rte :last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .hero .slick-slide .media {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1680px) {
  .hero .slick-slide .media {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
}
.hero .slick-slide .media figure {
  order: -1;
  margin-bottom: 0;
  padding-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .hero .slick-slide .media figure {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.hero .slick-slide .media > .h1,
.hero .slick-slide .media > .h2,
.hero .slick-slide .media > h1,
.hero .slick-slide .media > h2 {
  margin-bottom: 0;
}
.hero .slick-slide .item .h1:after,
.hero .slick-slide .item h1:after,
.hero .slick-slide .media .rte .h1:after,
.hero .slick-slide .media .rte .h2:after,
.hero .slick-slide .media .rte h1:after,
.hero .slick-slide .media .rte h2:after {
  content: none;
}
.hero .slick-slide .item[class*="container"] {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .hero .slick-slide .item[class*="container"] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .hero .slick-slide .item {
    position: static;
    text-align: initial;
  }
  .hero .slick-slide .item figure {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
  .hero .slick-slide .item figure img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.hero .h1,
.hero .subtitle,
.hero .title,
.hero h1 {
  padding: 1.25rem;
  margin-bottom: 0;
  font-weight: 400;
}
.hero .h1,
.hero .title,
.hero h1 {
  color: var(--white);
  background: var(--secondary);
  font-weight: 700;
}
.hero .h2,
.hero h2 {
  display: inline;
}
.hero .subtitle {
  display: inline-block;
  background: var(--white);
  margin-right: 2rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  font-size: 28px;
  line-height: 36px;
}
@media (min-width: 992px) {
  .hero-fullscreen .slick-slide > div {
    height: 100vh;
    display: flex;
    align-items: center;
  }
}
footer .mod_customnav ul {
  display: flex;
  flex-wrap: wrap;
}
footer .mod_customnav li:not(:last-child) {
  margin-right: 0.5rem;
  display: inline-block;
}
.news-item {
  transition: all 0.2s ease-in-out;
}
.news-item:hover {
  transform: scale(1.025);
}
a.news-item {
  color: inherit;
}
.box_content ul,
.ce_rsce_text ul,
.content-text ul {
  list-style: none;
  padding: 0;
}
.box_content ul li,
.ce_rsce_text ul li,
.content-text ul li {
  position: relative;
  padding-left: 1.5em;
}
.box_content ul li:before,
.ce_rsce_text ul li:before,
.content-text ul li:before {
  content: "";
  position: absolute;
  background-color: var(--primary);
  left: 0;
  margin-top: 0.25em;
  width: 1em;
  height: 1em;
}
.btn.btn-wide {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
[class*="tab-slider-nav"].slick-slider {
  position: sticky;
  top: 0;
  z-index: 1020;
}
[class*="tab-slider-nav"] .slick-list {
  background-color: #fff;
}
[class*="tab-slider-nav"] .slick-slide a {
  display: block;
  padding: 0.5rem 1rem;
  border-bottom: 2px solid var(--lighter);
  cursor: pointer;
}
[class*="tab-slider-nav"] .slick-current a {
  border-bottom: 2px solid var(--primary);
}
@media (min-width: 1200px) {
  .contact-cta-widget {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background: #f8f9fa;
  }
}
.contact-cta-widget .h2,
.contact-cta-widget .h3,
.contact-cta-widget h2,
.contact-cta-widget h3 {
  margin-bottom: 1rem;
}
.contact-cta-widget .widget-icon {
  width: 3em;
  height: 3em;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.contact-cta-widget .cta-bg-shape {
  background: var(--primary);
  height: 100%;
  width: 110%;
  transform: skewX(15deg) translateX(0);
  position: absolute;
  z-index: -1;
}
.product-slider figure {
  background: #f8f9fa;
}
.product-slider figcaption {
  padding: 0.5rem;
  text-align: left;
}
.product-slider img {
  max-width: 100%;
  height: auto;
}
.product-slider .row.slick-initialized {
  display: block;
  margin-left: -1rem;
  margin-right: -1rem;
}
.product-slider .row.slick-initialized > .slick-list {
  width: 100%;
}
.product-slider .row.slick-initialized .slick-slide {
  padding: 0 1rem;
}
.electro .h2,
.electro h2 {
  text-transform: none;
}
.nobr-mobile br {
  display: none;
}
@media (min-width: 992px) {
  .nobr-mobile br {
    display: block;
  }
}

/* Image Rounded */
.img-rounded img {
  border-radius: 1rem;
}

/* Header Overlay Gradient */
.header-gradient {
  opacity: 0.7;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0.5) 52.44%,
    #19181a 73.66%,
    #171617
  );
  mix-blend-mode: multiply;
}
