html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: manipulation;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  font-weight: normal;
}
body * {
  color: inherit;
}

html, body {
  font-size: 16px;
}

* {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

[hidden],
template {
  display: none;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table td, table th {
  text-align: left;
}

img {
  border-width: 0;
  max-width: 100%;
}

a {
  text-decoration: none;
}

.link:hover,
a:hover {
  text-decoration: underline;
}

hr {
  height: 0;
  margin: 0.75rem 0;
  border-bottom: 0;
}

iframe {
  border: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button > * {
  vertical-align: middle;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

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

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4,
p, .p, ul, ol, table {
  margin-bottom: 0.75rem;
}

h2, .h2, h3, .h3, h4, .h4 {
  margin-top: 1.125rem;
}

h5, .h5 {
  margin-bottom: 0.3375rem;
}

h6, .h6 {
  margin-bottom: 0.2625rem;
}

dl dt, b, strong {
  font-weight: bold;
}

ul,
ol {
  margin-top: 0;
  margin-left: 2rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

small {
  font-size: 0.8125rem;
}

kbd {
  padding: 0 0.25em;
  display: inline-block;
}

pre, code, kbd {
  font-family: Consolas, "Courier New", monospace;
}

blockquote {
  font-size: 1.25rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
blockquote > p {
  margin-bottom: 0;
}
blockquote footer {
  font-size: 80%;
  margin-top: 0.5rem;
}

.button,
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  display: inline-block;
  position: relative;
  user-select: none;
}
.button:not(input):empty,
button:not(input):empty,
[type=button]:not(input):empty,
[type=reset]:not(input):empty,
[type=submit]:not(input):empty {
  min-width: 2em;
  padding-left: 0;
  padding-right: 0;
}
.button *,
button *,
[type=button] *,
[type=reset] *,
[type=submit] * {
  pointer-events: none;
}

.input-group, .button,
.input,
button,
textarea,
select,
input {
  line-height: 1.5;
}

.button,
.input,
button,
textarea,
select,
input {
  padding: var(--jq-control-padding-y) var(--jq-control-padding-x);
  vertical-align: middle;
  border: solid 1px;
}

textarea {
  overflow: auto;
  resize: vertical;
}

.disabled,
[disabled] {
  pointer-events: none;
  opacity: 0.5;
  box-shadow: none !important;
}

[type=date],
[type=datetime-local],
[type=month],
[type=number],
[type=time],
[type=week],
[type=file] {
  height: var(--jq-control-min-height);
}

[type=checkbox],
[type=radio],
[type=range] {
  min-height: auto;
}

[type=color] {
  height: var(--jq-control-min-height);
  padding: 0.375em;
  cursor: pointer;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type=color]::-webkit-color-swatch {
  border: none;
}

span.button,
a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

a.button:not(.link) {
  text-decoration: none !important;
}

svg {
  flex-shrink: 0 !important;
}

:root {
  --breakpoint-min-sm: 480px;
  --breakpoint-min-md: 768px;
  --breakpoint-min-lg: 1024px;
  --breakpoint-min-xl: 1215px;
  --breakpoint-max-lg: 1214.9px;
  --breakpoint-max-md: 1023.9px;
  --breakpoint-max-sm: 767.9px;
  --breakpoint-max-xs: 479.9px;
}

.grid.cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid > *.col-12 {
  grid-column: span 12/span 12;
}

.grid > *.col-start-12 {
  grid-column-start: 12;
}

.grid.cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid > *.col-11 {
  grid-column: span 11/span 11;
}

.grid > *.col-start-11 {
  grid-column-start: 11;
}

.grid.cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid > *.col-10 {
  grid-column: span 10/span 10;
}

.grid > *.col-start-10 {
  grid-column-start: 10;
}

.grid.cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid > *.col-9 {
  grid-column: span 9/span 9;
}

.grid > *.col-start-9 {
  grid-column-start: 9;
}

.grid.cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid > *.col-8 {
  grid-column: span 8/span 8;
}

.grid > *.col-start-8 {
  grid-column-start: 8;
}

.grid.cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid > *.col-7 {
  grid-column: span 7/span 7;
}

.grid > *.col-start-7 {
  grid-column-start: 7;
}

.grid.cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid > *.col-6 {
  grid-column: span 6/span 6;
}

.grid > *.col-start-6 {
  grid-column-start: 6;
}

.grid.cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid > *.col-5 {
  grid-column: span 5/span 5;
}

.grid > *.col-start-5 {
  grid-column-start: 5;
}

.grid.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid > *.col-4 {
  grid-column: span 4/span 4;
}

.grid > *.col-start-4 {
  grid-column-start: 4;
}

.grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid > *.col-3 {
  grid-column: span 3/span 3;
}

.grid > *.col-start-3 {
  grid-column-start: 3;
}

.grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid > *.col-2 {
  grid-column: span 2/span 2;
}

.grid > *.col-start-2 {
  grid-column-start: 2;
}

.grid.cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid > *.col-1 {
  grid-column: span 1/span 1;
}

.grid > *.col-start-1 {
  grid-column-start: 1;
}

@media (max-width: 1214.9px) {
  .grid.cols-lg-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .grid > *.col-lg-12 {
    grid-column: span 12/span 12;
  }

  .grid > *.col-start-lg-12 {
    grid-column-start: 12;
  }

  .grid.cols-lg-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .grid > *.col-lg-11 {
    grid-column: span 11/span 11;
  }

  .grid > *.col-start-lg-11 {
    grid-column-start: 11;
  }

  .grid.cols-lg-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .grid > *.col-lg-10 {
    grid-column: span 10/span 10;
  }

  .grid > *.col-start-lg-10 {
    grid-column-start: 10;
  }

  .grid.cols-lg-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .grid > *.col-lg-9 {
    grid-column: span 9/span 9;
  }

  .grid > *.col-start-lg-9 {
    grid-column-start: 9;
  }

  .grid.cols-lg-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .grid > *.col-lg-8 {
    grid-column: span 8/span 8;
  }

  .grid > *.col-start-lg-8 {
    grid-column-start: 8;
  }

  .grid.cols-lg-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .grid > *.col-lg-7 {
    grid-column: span 7/span 7;
  }

  .grid > *.col-start-lg-7 {
    grid-column-start: 7;
  }

  .grid.cols-lg-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .grid > *.col-lg-6 {
    grid-column: span 6/span 6;
  }

  .grid > *.col-start-lg-6 {
    grid-column-start: 6;
  }

  .grid.cols-lg-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .grid > *.col-lg-5 {
    grid-column: span 5/span 5;
  }

  .grid > *.col-start-lg-5 {
    grid-column-start: 5;
  }

  .grid.cols-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .grid > *.col-lg-4 {
    grid-column: span 4/span 4;
  }

  .grid > *.col-start-lg-4 {
    grid-column-start: 4;
  }

  .grid.cols-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid > *.col-lg-3 {
    grid-column: span 3/span 3;
  }

  .grid > *.col-start-lg-3 {
    grid-column-start: 3;
  }

  .grid.cols-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid > *.col-lg-2 {
    grid-column: span 2/span 2;
  }

  .grid > *.col-start-lg-2 {
    grid-column-start: 2;
  }

  .grid.cols-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid > *.col-lg-1 {
    grid-column: span 1/span 1;
  }

  .grid > *.col-start-lg-1 {
    grid-column-start: 1;
  }
}
@media (max-width: 1023.9px) {
  .grid.cols-md-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .grid > *.col-md-12 {
    grid-column: span 12/span 12;
  }

  .grid > *.col-start-md-12 {
    grid-column-start: 12;
  }

  .grid.cols-md-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .grid > *.col-md-11 {
    grid-column: span 11/span 11;
  }

  .grid > *.col-start-md-11 {
    grid-column-start: 11;
  }

  .grid.cols-md-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .grid > *.col-md-10 {
    grid-column: span 10/span 10;
  }

  .grid > *.col-start-md-10 {
    grid-column-start: 10;
  }

  .grid.cols-md-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .grid > *.col-md-9 {
    grid-column: span 9/span 9;
  }

  .grid > *.col-start-md-9 {
    grid-column-start: 9;
  }

  .grid.cols-md-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .grid > *.col-md-8 {
    grid-column: span 8/span 8;
  }

  .grid > *.col-start-md-8 {
    grid-column-start: 8;
  }

  .grid.cols-md-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .grid > *.col-md-7 {
    grid-column: span 7/span 7;
  }

  .grid > *.col-start-md-7 {
    grid-column-start: 7;
  }

  .grid.cols-md-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .grid > *.col-md-6 {
    grid-column: span 6/span 6;
  }

  .grid > *.col-start-md-6 {
    grid-column-start: 6;
  }

  .grid.cols-md-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .grid > *.col-md-5 {
    grid-column: span 5/span 5;
  }

  .grid > *.col-start-md-5 {
    grid-column-start: 5;
  }

  .grid.cols-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .grid > *.col-md-4 {
    grid-column: span 4/span 4;
  }

  .grid > *.col-start-md-4 {
    grid-column-start: 4;
  }

  .grid.cols-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid > *.col-md-3 {
    grid-column: span 3/span 3;
  }

  .grid > *.col-start-md-3 {
    grid-column-start: 3;
  }

  .grid.cols-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid > *.col-md-2 {
    grid-column: span 2/span 2;
  }

  .grid > *.col-start-md-2 {
    grid-column-start: 2;
  }

  .grid.cols-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid > *.col-md-1 {
    grid-column: span 1/span 1;
  }

  .grid > *.col-start-md-1 {
    grid-column-start: 1;
  }
}
@media (max-width: 767.9px) {
  .grid.cols-sm-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .grid > *.col-sm-12 {
    grid-column: span 12/span 12;
  }

  .grid > *.col-start-sm-12 {
    grid-column-start: 12;
  }

  .grid.cols-sm-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .grid > *.col-sm-11 {
    grid-column: span 11/span 11;
  }

  .grid > *.col-start-sm-11 {
    grid-column-start: 11;
  }

  .grid.cols-sm-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .grid > *.col-sm-10 {
    grid-column: span 10/span 10;
  }

  .grid > *.col-start-sm-10 {
    grid-column-start: 10;
  }

  .grid.cols-sm-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .grid > *.col-sm-9 {
    grid-column: span 9/span 9;
  }

  .grid > *.col-start-sm-9 {
    grid-column-start: 9;
  }

  .grid.cols-sm-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .grid > *.col-sm-8 {
    grid-column: span 8/span 8;
  }

  .grid > *.col-start-sm-8 {
    grid-column-start: 8;
  }

  .grid.cols-sm-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .grid > *.col-sm-7 {
    grid-column: span 7/span 7;
  }

  .grid > *.col-start-sm-7 {
    grid-column-start: 7;
  }

  .grid.cols-sm-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .grid > *.col-sm-6 {
    grid-column: span 6/span 6;
  }

  .grid > *.col-start-sm-6 {
    grid-column-start: 6;
  }

  .grid.cols-sm-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .grid > *.col-sm-5 {
    grid-column: span 5/span 5;
  }

  .grid > *.col-start-sm-5 {
    grid-column-start: 5;
  }

  .grid.cols-sm-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .grid > *.col-sm-4 {
    grid-column: span 4/span 4;
  }

  .grid > *.col-start-sm-4 {
    grid-column-start: 4;
  }

  .grid.cols-sm-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid > *.col-sm-3 {
    grid-column: span 3/span 3;
  }

  .grid > *.col-start-sm-3 {
    grid-column-start: 3;
  }

  .grid.cols-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid > *.col-sm-2 {
    grid-column: span 2/span 2;
  }

  .grid > *.col-start-sm-2 {
    grid-column-start: 2;
  }

  .grid.cols-sm-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid > *.col-sm-1 {
    grid-column: span 1/span 1;
  }

  .grid > *.col-start-sm-1 {
    grid-column-start: 1;
  }
}
@media (max-width: 479.9px) {
  .grid.cols-xs-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .grid > *.col-xs-12 {
    grid-column: span 12/span 12;
  }

  .grid > *.col-start-xs-12 {
    grid-column-start: 12;
  }

  .grid.cols-xs-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .grid > *.col-xs-11 {
    grid-column: span 11/span 11;
  }

  .grid > *.col-start-xs-11 {
    grid-column-start: 11;
  }

  .grid.cols-xs-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .grid > *.col-xs-10 {
    grid-column: span 10/span 10;
  }

  .grid > *.col-start-xs-10 {
    grid-column-start: 10;
  }

  .grid.cols-xs-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .grid > *.col-xs-9 {
    grid-column: span 9/span 9;
  }

  .grid > *.col-start-xs-9 {
    grid-column-start: 9;
  }

  .grid.cols-xs-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .grid > *.col-xs-8 {
    grid-column: span 8/span 8;
  }

  .grid > *.col-start-xs-8 {
    grid-column-start: 8;
  }

  .grid.cols-xs-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .grid > *.col-xs-7 {
    grid-column: span 7/span 7;
  }

  .grid > *.col-start-xs-7 {
    grid-column-start: 7;
  }

  .grid.cols-xs-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .grid > *.col-xs-6 {
    grid-column: span 6/span 6;
  }

  .grid > *.col-start-xs-6 {
    grid-column-start: 6;
  }

  .grid.cols-xs-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .grid > *.col-xs-5 {
    grid-column: span 5/span 5;
  }

  .grid > *.col-start-xs-5 {
    grid-column-start: 5;
  }

  .grid.cols-xs-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .grid > *.col-xs-4 {
    grid-column: span 4/span 4;
  }

  .grid > *.col-start-xs-4 {
    grid-column-start: 4;
  }

  .grid.cols-xs-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid > *.col-xs-3 {
    grid-column: span 3/span 3;
  }

  .grid > *.col-start-xs-3 {
    grid-column-start: 3;
  }

  .grid.cols-xs-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid > *.col-xs-2 {
    grid-column: span 2/span 2;
  }

  .grid > *.col-start-xs-2 {
    grid-column-start: 2;
  }

  .grid.cols-xs-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid > *.col-xs-1 {
    grid-column: span 1/span 1;
  }

  .grid > *.col-start-xs-1 {
    grid-column-start: 1;
  }
}
.icon-wrapper {
  display: inline-block;
  position: relative;
  line-height: 1;
}

.control-wrapper {
  display: inline-block;
  position: relative;
  line-height: 1;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.25rem;
}

.caret:after {
  content: "";
  display: inline-block;
  position: relative;
  opacity: 0.85;
  margin-left: 0.375em;
  height: 0;
  width: 0;
  border: solid 0.375em transparent;
  border-top: solid 0.375em;
  border-bottom: 0;
  vertical-align: middle;
  transform: scaleX(0.85);
}

.caret:empty:after {
  margin-left: 0;
  vertical-align: baseline;
}

body {
  color: rgb(var(--jq-text-color));
}

h1, h2, h3, h4, h5, h6 {
  color: rgb(var(--jq-text-heading));
}

code {
  color: rgb(var(--jq-text-code));
}

a {
  color: rgb(var(--jq-text-link));
}

blockquote {
  border-left: solid 6px var(--jq-gray-300);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.ripple-tap-highlight {
  border-radius: 100%;
  transition: all 0.35s ease-in-out;
  opacity: 0.1;
  transform-origin: center;
  position: absolute !important;
  background-color: currentColor;
}

.ripple * {
  pointer-events: none;
}

[dismissable] {
  transition: opacity 0.25s;
}

.dismissable-ui-helper {
  transition: height 0.3s ease, width 0.25s ease;
}

.sortable {
  position: relative !important;
}
.sortable .glyph-list-group > * {
  background-color: white;
  z-index: 1;
}
.sortable tbody tr {
  position: relative !important;
  z-index: 1;
}

.sortable-dragging td > * {
  pointer-events: none;
}

@font-face {
  font-family: "jqarta-core";
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRk9UVE8AAAXcAAoAAAAACZAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAADKAAAAnEAAARgKGRKxkZGVE0AAAWcAAAAHAAAAByXGmmTT1MvMgAAAVQAAABHAAAAYFZhYcljbWFwAAACxAAAAEkAAAFCIDEa8WhlYWQAAAD0AAAANQAAADYeVO1SaGhlYQAAASwAAAAdAAAAJAdkAyNobXR4AAAFuAAAACQAAAAkDO4FSm1heHAAAAFMAAAABgAAAAYAEFAAbmFtZQAAAZwAAAEnAAACGT9TPTFwb3N0AAADEAAAABYAAAAg/7gAM3icY2BkYGAA4oC3LOfj+W2+MnAzvwCKMNyNqlgKpj8bFjAw/LdgfsGsAORyMDCBRAFVNAu8AAAAeJxjYGRgYFb4b8EQxfyCAQiAJCMDKmACAFq8A48AAAAAAFAAABAAAHicY2BhfsE4gYGVgYGpi2k3AwNDD4RmvM9gyMgEFGVg5WSAAUYGJBCQ5prC0MCgyKDPrPDfgiGKWYHhBIoaBSBkBABfDwrZAHichY4xb8IwEIWfIVBlqRAjk6cKJBI5oeqAuiFlKkORCnNErBApSpAxA1PH/pv+m/6bDn0ObpcOWLLv8927uwfgHp8QuJ4JnjwLhNCee7jDu+c+HvDlOUAoRp4HGIlnz0PmcypFEPL32HU5Fhjj1XOPe1vPfbzgw3NAzbfnAaSYeB5iLNZYseeICwwqlDjAQmKKPWaMKRRvgjl5x3qNAjkaYNUeL6YqD1ZO9zOZqjSZy11VFzlrbxRYii3lmg0JU42tbK0L4oa5EmfWcq7ERpfnOidktOH6XDRU6G59TAMSS97/U6/5BRURfynfX7vI2sZmrSm1TGMll/JvP3mhoiSNnOVbVrfMGZxYd9Ykhysq4i46W9hqc6raRiqVxEopeWPgD/jhUMQAeJxjYGBgZoBgGQZGBhCwAfIYwXwWBgUgzQKEIL7+//9AUvH///8PoCoZGNkYYEzcgJGJmYWVjZ2Dk4ubh5ePn5DyoQYAzQYHWQAAAHicY2BmAIP/WxmMgBQjAxoAACzTAesAAHicXVM9iBNBFH6zm81xSS6XiCvBiyRIBMVTvBRyNseKFxuba+SaWIgRL3JcRHKKEDCFxcFKtNFCQeGaaL8WEhZiZWXnNXZWV4nlzO4mGefNbJzc7Wy++fne9743sxMCiQQQQlK3d9rN9vb9xgoQAwhcZovAlggrGuyMyQqJlxniRvWwE3hWEZ4vFgFyRfiQL8LpYuLmCTBRswQVuHSj9ejZ4+aDrXb5/L0L5eqV6spyebO53bi7899BW4nHABMSYEES5mAL5iEFacjAAmRhEXKQw7xn4R14cAB/yTy5RlrkIzkw0sZ146t51WyaL1yf1Xzi+4Hnm/6psMA+TwpJf/TUZrXAG9Xmsty41QU6tDlpOKCAf+oCh00Bk/fDWdCsBDk9FiJlmtWgWQQry8naUPk+RKNfDriylJjhkHQgJsk5zP4mHllZtsfJb2RRpQhUupKBJ0PUoUSKx55kuPHagWDDHlVGFSZ+cSl3MPN3zFzFQlfjEcYfyvIwOt7y/jRi8mOqkiO15X1UhQUOr4S/8kAXNFDHccRAylW9q2InTLqggTr2owZSJVnMJGqDQwdrY61Ri8Ma7mMdBU2MfevMAv8Ws0JlgtpRi7XUOh9Mw6RUg8yJLJ5DKf5MA8yOwH9inRcxeN2ZBc1KkNNjIVKmWQ2aRbCy+Hcibtgx2V7g2VE/2hWtH/Wp6GlftF0qezET6yVOSl0Yb9j6dkZ1Wo9E07eZyhVa17dQzacrShXV8YD/CDJPOPmCvcnN5a66TnbUo70oH/VEy4tRjwqkvaSWwACTi4kdWDQ/tpLZsHPStd1MiubFG/BMJuyk5WDhH6ZC8jQAAAAAAAABAAAAANvMv30AAAAA3Vp4pQAAAADd8zFwA+gAAAPoADgBPgE+AM4AzgEAAQAAZABkAOcA5wAMAAAAuwC7);
  font-weight: 400;
  font-style: normal;
}
[class^=glyph-], [class*=" glyph-"] {
  font-family: jqarta-core;
  display: inline-block;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 1em;
  width: 1em;
}

.glyph-cross:before {
  content: "!";
}

.glyph-caret-left:before {
  content: '"';
}

.glyph-caret-right:before {
  content: "#";
}

.glyph-caret-up:before {
  content: "$";
}

.glyph-caret-down:before {
  content: "%";
}

.glyph-chevron-left:before {
  content: "&";
}

.glyph-chevron-right:before {
  content: "'";
}

.glyph-chevron-up:before {
  content: "(";
}

.glyph-chevron-down:before {
  content: ")";
}

.glyph-chevron-next:before {
  content: "+";
}

.glyph-cross-light:before {
  content: ",";
}

.glyph-times-circle:before {
  content: "-";
}

.glyph-plus:before {
  content: ".";
}

.glyph-min:before {
  content: "/";
}

.glyph-chevron-next:before {
  content: ")";
}

.glyph-chevron-prev:before {
  content: "*";
}

.glyph-caret-start:before {
  content: '"';
}

.glyph-caret-end:before {
  content: "#";
}

.glyph-chevron-start:before {
  content: "&";
}

.glyph-chevron-end:before {
  content: "'";
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: manipulation;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  font-weight: normal;
}
body * {
  color: inherit;
}

html, body {
  font-size: 16px;
}

* {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

[hidden],
template {
  display: none;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table td, table th {
  text-align: left;
}

img {
  border-width: 0;
  max-width: 100%;
}

a {
  text-decoration: none;
}

.link:hover,
a:hover {
  text-decoration: underline;
}

hr {
  height: 0;
  margin: 0.75rem 0;
  border-bottom: 0;
}

iframe {
  border: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button > * {
  vertical-align: middle;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

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

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4,
p, .p, ul, ol, table {
  margin-bottom: 0.75rem;
}

h2, .h2, h3, .h3, h4, .h4 {
  margin-top: 1.125rem;
}

h5, .h5 {
  margin-bottom: 0.3375rem;
}

h6, .h6 {
  margin-bottom: 0.2625rem;
}

dl dt, b, strong {
  font-weight: bold;
}

ul,
ol {
  margin-top: 0;
  margin-left: 2rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

small {
  font-size: 0.8125rem;
}

kbd {
  padding: 0 0.25em;
  display: inline-block;
}

pre, code, kbd {
  font-family: Consolas, "Courier New", monospace;
}

blockquote {
  font-size: 1.25rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
blockquote > p {
  margin-bottom: 0;
}
blockquote footer {
  font-size: 80%;
  margin-top: 0.5rem;
}

.button,
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  display: inline-block;
  position: relative;
  user-select: none;
}
.button:not(input):empty,
button:not(input):empty,
[type=button]:not(input):empty,
[type=reset]:not(input):empty,
[type=submit]:not(input):empty {
  min-width: 2em;
  padding-left: 0;
  padding-right: 0;
}
.button *,
button *,
[type=button] *,
[type=reset] *,
[type=submit] * {
  pointer-events: none;
}

.button,
.input,
button,
textarea,
select,
input, .input-group {
  line-height: 1.5;
}

.button,
.input,
button,
textarea,
select,
input {
  padding: var(--jq-control-padding-y) var(--jq-control-padding-x);
  vertical-align: middle;
  border: solid 1px;
}

textarea {
  overflow: auto;
  resize: vertical;
}

.disabled,
[disabled] {
  pointer-events: none;
  opacity: 0.5;
  box-shadow: none !important;
}

[type=date],
[type=datetime-local],
[type=month],
[type=number],
[type=time],
[type=week],
[type=file] {
  height: var(--jq-control-min-height);
}

[type=checkbox],
[type=radio],
[type=range] {
  min-height: auto;
}

[type=color] {
  height: var(--jq-control-min-height);
  padding: 0.375em;
  cursor: pointer;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type=color]::-webkit-color-swatch {
  border: none;
}

span.button,
a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

a.button:not(.link) {
  text-decoration: none !important;
}

svg {
  flex-shrink: 0 !important;
}

.grid.cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid > *.col-12 {
  grid-column: span 12/span 12;
}

.grid > *.col-start-12 {
  grid-column-start: 12;
}

.grid.cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid > *.col-11 {
  grid-column: span 11/span 11;
}

.grid > *.col-start-11 {
  grid-column-start: 11;
}

.grid.cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid > *.col-10 {
  grid-column: span 10/span 10;
}

.grid > *.col-start-10 {
  grid-column-start: 10;
}

.grid.cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid > *.col-9 {
  grid-column: span 9/span 9;
}

.grid > *.col-start-9 {
  grid-column-start: 9;
}

.grid.cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid > *.col-8 {
  grid-column: span 8/span 8;
}

.grid > *.col-start-8 {
  grid-column-start: 8;
}

.grid.cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid > *.col-7 {
  grid-column: span 7/span 7;
}

.grid > *.col-start-7 {
  grid-column-start: 7;
}

.grid.cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid > *.col-6 {
  grid-column: span 6/span 6;
}

.grid > *.col-start-6 {
  grid-column-start: 6;
}

.grid.cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid > *.col-5 {
  grid-column: span 5/span 5;
}

.grid > *.col-start-5 {
  grid-column-start: 5;
}

.grid.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid > *.col-4 {
  grid-column: span 4/span 4;
}

.grid > *.col-start-4 {
  grid-column-start: 4;
}

.grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid > *.col-3 {
  grid-column: span 3/span 3;
}

.grid > *.col-start-3 {
  grid-column-start: 3;
}

.grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid > *.col-2 {
  grid-column: span 2/span 2;
}

.grid > *.col-start-2 {
  grid-column-start: 2;
}

.grid.cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid > *.col-1 {
  grid-column: span 1/span 1;
}

.grid > *.col-start-1 {
  grid-column-start: 1;
}

@media (max-width: 1214.9px) {
  .grid.cols-lg-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .grid > *.col-lg-12 {
    grid-column: span 12/span 12;
  }

  .grid > *.col-start-lg-12 {
    grid-column-start: 12;
  }

  .grid.cols-lg-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .grid > *.col-lg-11 {
    grid-column: span 11/span 11;
  }

  .grid > *.col-start-lg-11 {
    grid-column-start: 11;
  }

  .grid.cols-lg-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .grid > *.col-lg-10 {
    grid-column: span 10/span 10;
  }

  .grid > *.col-start-lg-10 {
    grid-column-start: 10;
  }

  .grid.cols-lg-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .grid > *.col-lg-9 {
    grid-column: span 9/span 9;
  }

  .grid > *.col-start-lg-9 {
    grid-column-start: 9;
  }

  .grid.cols-lg-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .grid > *.col-lg-8 {
    grid-column: span 8/span 8;
  }

  .grid > *.col-start-lg-8 {
    grid-column-start: 8;
  }

  .grid.cols-lg-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .grid > *.col-lg-7 {
    grid-column: span 7/span 7;
  }

  .grid > *.col-start-lg-7 {
    grid-column-start: 7;
  }

  .grid.cols-lg-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .grid > *.col-lg-6 {
    grid-column: span 6/span 6;
  }

  .grid > *.col-start-lg-6 {
    grid-column-start: 6;
  }

  .grid.cols-lg-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .grid > *.col-lg-5 {
    grid-column: span 5/span 5;
  }

  .grid > *.col-start-lg-5 {
    grid-column-start: 5;
  }

  .grid.cols-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .grid > *.col-lg-4 {
    grid-column: span 4/span 4;
  }

  .grid > *.col-start-lg-4 {
    grid-column-start: 4;
  }

  .grid.cols-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid > *.col-lg-3 {
    grid-column: span 3/span 3;
  }

  .grid > *.col-start-lg-3 {
    grid-column-start: 3;
  }

  .grid.cols-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid > *.col-lg-2 {
    grid-column: span 2/span 2;
  }

  .grid > *.col-start-lg-2 {
    grid-column-start: 2;
  }

  .grid.cols-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid > *.col-lg-1 {
    grid-column: span 1/span 1;
  }

  .grid > *.col-start-lg-1 {
    grid-column-start: 1;
  }
}
@media (max-width: 1023.9px) {
  .grid.cols-md-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .grid > *.col-md-12 {
    grid-column: span 12/span 12;
  }

  .grid > *.col-start-md-12 {
    grid-column-start: 12;
  }

  .grid.cols-md-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .grid > *.col-md-11 {
    grid-column: span 11/span 11;
  }

  .grid > *.col-start-md-11 {
    grid-column-start: 11;
  }

  .grid.cols-md-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .grid > *.col-md-10 {
    grid-column: span 10/span 10;
  }

  .grid > *.col-start-md-10 {
    grid-column-start: 10;
  }

  .grid.cols-md-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .grid > *.col-md-9 {
    grid-column: span 9/span 9;
  }

  .grid > *.col-start-md-9 {
    grid-column-start: 9;
  }

  .grid.cols-md-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .grid > *.col-md-8 {
    grid-column: span 8/span 8;
  }

  .grid > *.col-start-md-8 {
    grid-column-start: 8;
  }

  .grid.cols-md-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .grid > *.col-md-7 {
    grid-column: span 7/span 7;
  }

  .grid > *.col-start-md-7 {
    grid-column-start: 7;
  }

  .grid.cols-md-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .grid > *.col-md-6 {
    grid-column: span 6/span 6;
  }

  .grid > *.col-start-md-6 {
    grid-column-start: 6;
  }

  .grid.cols-md-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .grid > *.col-md-5 {
    grid-column: span 5/span 5;
  }

  .grid > *.col-start-md-5 {
    grid-column-start: 5;
  }

  .grid.cols-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .grid > *.col-md-4 {
    grid-column: span 4/span 4;
  }

  .grid > *.col-start-md-4 {
    grid-column-start: 4;
  }

  .grid.cols-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid > *.col-md-3 {
    grid-column: span 3/span 3;
  }

  .grid > *.col-start-md-3 {
    grid-column-start: 3;
  }

  .grid.cols-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid > *.col-md-2 {
    grid-column: span 2/span 2;
  }

  .grid > *.col-start-md-2 {
    grid-column-start: 2;
  }

  .grid.cols-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid > *.col-md-1 {
    grid-column: span 1/span 1;
  }

  .grid > *.col-start-md-1 {
    grid-column-start: 1;
  }
}
@media (max-width: 767.9px) {
  .grid.cols-sm-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .grid > *.col-sm-12 {
    grid-column: span 12/span 12;
  }

  .grid > *.col-start-sm-12 {
    grid-column-start: 12;
  }

  .grid.cols-sm-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .grid > *.col-sm-11 {
    grid-column: span 11/span 11;
  }

  .grid > *.col-start-sm-11 {
    grid-column-start: 11;
  }

  .grid.cols-sm-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .grid > *.col-sm-10 {
    grid-column: span 10/span 10;
  }

  .grid > *.col-start-sm-10 {
    grid-column-start: 10;
  }

  .grid.cols-sm-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .grid > *.col-sm-9 {
    grid-column: span 9/span 9;
  }

  .grid > *.col-start-sm-9 {
    grid-column-start: 9;
  }

  .grid.cols-sm-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .grid > *.col-sm-8 {
    grid-column: span 8/span 8;
  }

  .grid > *.col-start-sm-8 {
    grid-column-start: 8;
  }

  .grid.cols-sm-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .grid > *.col-sm-7 {
    grid-column: span 7/span 7;
  }

  .grid > *.col-start-sm-7 {
    grid-column-start: 7;
  }

  .grid.cols-sm-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .grid > *.col-sm-6 {
    grid-column: span 6/span 6;
  }

  .grid > *.col-start-sm-6 {
    grid-column-start: 6;
  }

  .grid.cols-sm-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .grid > *.col-sm-5 {
    grid-column: span 5/span 5;
  }

  .grid > *.col-start-sm-5 {
    grid-column-start: 5;
  }

  .grid.cols-sm-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .grid > *.col-sm-4 {
    grid-column: span 4/span 4;
  }

  .grid > *.col-start-sm-4 {
    grid-column-start: 4;
  }

  .grid.cols-sm-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid > *.col-sm-3 {
    grid-column: span 3/span 3;
  }

  .grid > *.col-start-sm-3 {
    grid-column-start: 3;
  }

  .grid.cols-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid > *.col-sm-2 {
    grid-column: span 2/span 2;
  }

  .grid > *.col-start-sm-2 {
    grid-column-start: 2;
  }

  .grid.cols-sm-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid > *.col-sm-1 {
    grid-column: span 1/span 1;
  }

  .grid > *.col-start-sm-1 {
    grid-column-start: 1;
  }
}
@media (max-width: 479.9px) {
  .grid.cols-xs-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .grid > *.col-xs-12 {
    grid-column: span 12/span 12;
  }

  .grid > *.col-start-xs-12 {
    grid-column-start: 12;
  }

  .grid.cols-xs-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .grid > *.col-xs-11 {
    grid-column: span 11/span 11;
  }

  .grid > *.col-start-xs-11 {
    grid-column-start: 11;
  }

  .grid.cols-xs-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .grid > *.col-xs-10 {
    grid-column: span 10/span 10;
  }

  .grid > *.col-start-xs-10 {
    grid-column-start: 10;
  }

  .grid.cols-xs-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .grid > *.col-xs-9 {
    grid-column: span 9/span 9;
  }

  .grid > *.col-start-xs-9 {
    grid-column-start: 9;
  }

  .grid.cols-xs-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .grid > *.col-xs-8 {
    grid-column: span 8/span 8;
  }

  .grid > *.col-start-xs-8 {
    grid-column-start: 8;
  }

  .grid.cols-xs-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .grid > *.col-xs-7 {
    grid-column: span 7/span 7;
  }

  .grid > *.col-start-xs-7 {
    grid-column-start: 7;
  }

  .grid.cols-xs-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .grid > *.col-xs-6 {
    grid-column: span 6/span 6;
  }

  .grid > *.col-start-xs-6 {
    grid-column-start: 6;
  }

  .grid.cols-xs-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .grid > *.col-xs-5 {
    grid-column: span 5/span 5;
  }

  .grid > *.col-start-xs-5 {
    grid-column-start: 5;
  }

  .grid.cols-xs-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .grid > *.col-xs-4 {
    grid-column: span 4/span 4;
  }

  .grid > *.col-start-xs-4 {
    grid-column-start: 4;
  }

  .grid.cols-xs-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid > *.col-xs-3 {
    grid-column: span 3/span 3;
  }

  .grid > *.col-start-xs-3 {
    grid-column-start: 3;
  }

  .grid.cols-xs-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid > *.col-xs-2 {
    grid-column: span 2/span 2;
  }

  .grid > *.col-start-xs-2 {
    grid-column-start: 2;
  }

  .grid.cols-xs-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid > *.col-xs-1 {
    grid-column: span 1/span 1;
  }

  .grid > *.col-start-xs-1 {
    grid-column-start: 1;
  }
}
.input,
.input-color {
  outline: none;
  border-radius: var(--jq-control-border-radius);
  transition: box-shadow 0.15s;
}

.input {
  width: 100%;
  min-width: var(--jq-control-min-height);
  min-height: var(--jq-control-min-height);
}

.input-color {
  width: var(--jq-control-min-height);
}

select.input,
[type=file].input,
[type=date].input,
[type=datetime-local].input,
[type=month].input,
[type=time].input,
[type=week].input {
  background-repeat: no-repeat;
  background-position: right var(--jq-control-padding-x) center;
  background-size: 1.25em;
}

.input::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

@media (hover: none) and (pointer: coarse) {
  [type=date].input,
[type=datetime-local].input,
[type=month].input,
[type=time].input,
[type=week].input {
    appearance: none;
    padding-right: calc(var(--jq-control-padding-x) + em(20));
  }
}
select.input {
  appearance: none;
  background-size: 0.625em 0.5em;
  padding-right: calc(var(--jq-control-padding-x) * 2.5);
}

[type=file].input::-webkit-file-upload-button {
  position: absolute;
  opacity: 0;
}

[type=file].input::file-selector-button {
  position: absolute;
  opacity: 0;
}

.input {
  border-color: var(--jq-input-border);
  background-color: var(--jq-input-bg);
  color: var(--jq-text-color);
}
.input.fill {
  --jq-input-bg: var(--jq-input-bg-fill) !important;
  --jq-input-border: transparent;
}
.input:not([readonly]):focus-within, .input:not([readonly]):focus {
  border-color: var(--jq-input-border-focus) !important;
}

form:not(.form-validation) .input:invalid,
form.was-validated .input:invalid,
form .input.is-invalid {
  --jq-input-border: rgb(var(--jq-error));
  --jq-input-border-focus: rgb(var(--jq-error));
}
form:not(.form-validation) .input:invalid:focus,
form.was-validated .input:invalid:focus,
form .input.is-invalid:focus {
  box-shadow: 0px 0px 0px 1px rgb(var(--jq-error), 0.35) inset;
}

.input-group {
  display: flex;
  border-radius: var(--jq-control-border-radius);
}
.input-group > label {
  border: solid 1px;
  border-color: var(--jq-control-border);
  background-color: var(--jq-gray-50);
  padding: var(--jq-control-padding-y) var(--jq-control-padding-x);
  white-space: nowrap;
}
.input-group > * {
  margin-top: 0 !important;
}
.input-group .input-group-button {
  position: relative;
}
.input-group > *:not(:first-child) {
  margin-left: -1px;
}
.input-group > *, .input-group .button {
  border-radius: 0;
}
.input-group > *:first-child {
  border-top-left-radius: inherit !important;
  border-bottom-left-radius: inherit !important;
}
.input-group > *:last-child,
.input-group > *:last-child > .button {
  border-top-right-radius: inherit !important;
  border-bottom-right-radius: inherit !important;
}
.input-group input:focus {
  z-index: 1;
}

.input-box {
  position: relative;
}
.input-box.fill {
  --jq-input-bg: var(--jq-input-bg-fill) !important;
  --jq-input-border: transparent;
}
.input-box:not(.fill):not(.outline) .input {
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  box-shadow: none !important;
}
.input-box > .input {
  min-height: auto;
  width: 100%;
}
.input-box > .input:not(textarea) {
  height: auto !important;
}
.input-box:not(.fill):not(.outline) > .input {
  border-radius: 0 !important;
}
.input-box label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  pointer-events: none;
  transform-origin: top left;
  transition: opacity 0.1s ease-in-out, transform 0.2s ease-in-out;
}
.input-box > .input,
.input-box > .input ~ label {
  padding-left: 0;
  padding-top: 1.875em;
  padding-bottom: 0.3125em;
}
.input-box.fill .input ~ label, .input-box.outline .input ~ label {
  left: var(--jq-control-padding-x);
  top: -0.65em;
}
.input-box.fill .input, .input-box.outline .input {
  padding-left: var(--jq-control-padding-x);
}
.input-box > .input::-webkit-input-placeholder {
  opacity: 0;
}
.input-box > .input::-moz-placeholder {
  opacity: 0;
}
.input-box > textarea.input {
  min-height: 3.8125em;
  height: 3.8125em;
  overflow: auto;
}
.input-box:not(.fill):not(.outline).floating-label > .input:not(:placeholder-shown) ~ label, .input-box:not(.fill):not(.outline).floating-label > .input:focus ~ label, .input-box:not(.fill):not(.outline):not(.floating-label) > .input ~ label {
  transform: scale(0.825) translateY(-1.25em);
}
.input-box.fill .input + label, .input-box.outline .input + label {
  padding-bottom: 1.09375em;
}
.input-box.fill.floating-label > .input:not(:placeholder-shown) ~ label, .input-box.fill.floating-label > .input:focus ~ label, .input-box.fill:not(.floating-label) > .input ~ label, .input-box.outline.floating-label > .input:not(:placeholder-shown) ~ label, .input-box.outline.floating-label > .input:focus ~ label, .input-box.outline:not(.floating-label) > .input ~ label {
  transform: scale(0.825) translateY(-0.2em);
}
.input-box:not(.fill):not(.outline) .input:focus ~ .input-focus-line {
  opacity: 1;
  transform: scaleX(1);
}
.input-box > .input-focus-line {
  position: absolute;
  bottom: 0;
  border-top: solid 2px var(--jq-input-border-focus);
  z-index: 1;
  width: 100%;
  opacity: 0;
  transform: scaleX(0);
  transition: opacity 0.2s, transform 0.3s ease;
}
.input-box .input ~ label {
  color: rgb(var(--jq-text-helper));
}
.input-box .input:invalid ~ .input-focus-line,
.input-box .input.is-invalid ~ .input-focus-line {
  border-color: rgb(var(--jq-error));
}
.input-box .input:invalid ~ label,
.input-box .input.is-invalid ~ label {
  color: rgb(var(--jq-error-fore-color)) !important;
}

[class^=ratio-], [class*=" ratio-"] {
  position: relative;
  width: 100%;
}
[class^=ratio-]::before, [class*=" ratio-"]::before {
  display: block;
  content: "";
}
[class^=ratio-] > *:first-child, [class*=" ratio-"] > *:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ratio-16x9::before {
  padding-top: var(--jq-aspect-ratio);
}

.ratio-4x3::before {
  padding-top: var(--jq-aspect-ratio);
}

.ratio-3x2::before {
  padding-top: var(--jq-aspect-ratio);
}

.ratio-9x16::before {
  padding-top: var(--jq-aspect-ratio);
}

.ratio-3x4::before {
  padding-top: var(--jq-aspect-ratio);
}

.ratio-2x3::before {
  padding-top: var(--jq-aspect-ratio);
}

.ratio-1x1::before {
  padding-top: var(--jq-aspect-ratio);
}

@media (max-width: 479.9px) {
  .show-only-sm, .show-only-md, .show-only-lg, .show-only-xl {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767.9px) {
  .show-only-xs, .show-only-md, .show-only-lg, .show-only-xl {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023.9px) {
  .show-only-xs, .show-only-sm, .show-only-lg, .show-only-xl {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1214.9px) {
  .show-only-xs, .show-only-sm, .show-only-md, .show-only-xl {
    display: none !important;
  }
}
@media (min-width: 1215px) {
  .show-only-xs, .show-only-sm, .show-only-md, .show-only-lg {
    display: none !important;
  }
}
@media (max-width: 1214.9px) {
  .hide-lg {
    display: none !important;
  }
}
@media (max-width: 1023.9px) {
  .hide-md {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .hide-sm {
    display: none !important;
  }
}
@media (max-width: 479.9px) {
  .hide-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767.9px) {
  .show-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023.9px) {
  .show-xs, .show-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1214.9px) {
  .show-xs, .show-sm, .show-md {
    display: none !important;
  }
}
@media (min-width: 1215px) {
  .show-xs, .show-sm, .show-md, .show-lg {
    display: none !important;
  }
}
.fs-14 {
  font-size: 100px;
}

.fs-14.rfs-md-13 {
  font-size: max(90px,  min(100px, calc(  90px  + ((100 - 90) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-14.rfs-sm-13 {
  font-size: max(90px,  min(100px, calc(  90px  + ((100 - 90) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-14.rfs-xs-13 {
  font-size: max(90px,  min(100px, calc(  90px  + ((100 - 90) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-14.rfs-md-12 {
  font-size: max(80px,  min(100px, calc(  80px  + ((100 - 80) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-14.rfs-sm-12 {
  font-size: max(80px,  min(100px, calc(  80px  + ((100 - 80) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-14.rfs-xs-12 {
  font-size: max(80px,  min(100px, calc(  80px  + ((100 - 80) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-14.rfs-md-11 {
  font-size: max(70px,  min(100px, calc(  70px  + ((100 - 70) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-14.rfs-sm-11 {
  font-size: max(70px,  min(100px, calc(  70px  + ((100 - 70) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-14.rfs-xs-11 {
  font-size: max(70px,  min(100px, calc(  70px  + ((100 - 70) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-14.rfs-md-10 {
  font-size: max(60px,  min(100px, calc(  60px  + ((100 - 60) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-14.rfs-sm-10 {
  font-size: max(60px,  min(100px, calc(  60px  + ((100 - 60) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-14.rfs-xs-10 {
  font-size: max(60px,  min(100px, calc(  60px  + ((100 - 60) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-14.rfs-md-9 {
  font-size: max(50px,  min(100px, calc(  50px  + ((100 - 50) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-14.rfs-sm-9 {
  font-size: max(50px,  min(100px, calc(  50px  + ((100 - 50) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-14.rfs-xs-9 {
  font-size: max(50px,  min(100px, calc(  50px  + ((100 - 50) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-14.rfs-md-8 {
  font-size: max(40px,  min(100px, calc(  40px  + ((100 - 40) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-14.rfs-sm-8 {
  font-size: max(40px,  min(100px, calc(  40px  + ((100 - 40) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-14.rfs-xs-8 {
  font-size: max(40px,  min(100px, calc(  40px  + ((100 - 40) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-14.rfs-md-7 {
  font-size: max(32px,  min(100px, calc(  32px  + ((100 - 32) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-14.rfs-sm-7 {
  font-size: max(32px,  min(100px, calc(  32px  + ((100 - 32) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-14.rfs-xs-7 {
  font-size: max(32px,  min(100px, calc(  32px  + ((100 - 32) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-14.rfs-md-6 {
  font-size: max(28px,  min(100px, calc(  28px  + ((100 - 28) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-14.rfs-sm-6 {
  font-size: max(28px,  min(100px, calc(  28px  + ((100 - 28) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-14.rfs-xs-6 {
  font-size: max(28px,  min(100px, calc(  28px  + ((100 - 28) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-14.rfs-md-5 {
  font-size: max(22px,  min(100px, calc(  22px  + ((100 - 22) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-14.rfs-sm-5 {
  font-size: max(22px,  min(100px, calc(  22px  + ((100 - 22) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-14.rfs-xs-5 {
  font-size: max(22px,  min(100px, calc(  22px  + ((100 - 22) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-14.rfs-md-4 {
  font-size: max(18px,  min(100px, calc(  18px  + ((100 - 18) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-14.rfs-sm-4 {
  font-size: max(18px,  min(100px, calc(  18px  + ((100 - 18) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-14.rfs-xs-4 {
  font-size: max(18px,  min(100px, calc(  18px  + ((100 - 18) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-14.rfs-md-3 {
  font-size: max(16px,  min(100px, calc(  16px  + ((100 - 16) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-14.rfs-sm-3 {
  font-size: max(16px,  min(100px, calc(  16px  + ((100 - 16) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-14.rfs-xs-3 {
  font-size: max(16px,  min(100px, calc(  16px  + ((100 - 16) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-14.rfs-md-2 {
  font-size: max(14px,  min(100px, calc(  14px  + ((100 - 14) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-14.rfs-sm-2 {
  font-size: max(14px,  min(100px, calc(  14px  + ((100 - 14) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-14.rfs-xs-2 {
  font-size: max(14px,  min(100px, calc(  14px  + ((100 - 14) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-14.rfs-md-1 {
  font-size: max(12px,  min(100px, calc(  12px  + ((100 - 12) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-14.rfs-sm-1 {
  font-size: max(12px,  min(100px, calc(  12px  + ((100 - 12) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-14.rfs-xs-1 {
  font-size: max(12px,  min(100px, calc(  12px  + ((100 - 12) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-13 {
  font-size: 90px;
}

.fs-13.rfs-md-12 {
  font-size: max(80px,  min(90px, calc(  80px  + ((90 - 80) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-13.rfs-sm-12 {
  font-size: max(80px,  min(90px, calc(  80px  + ((90 - 80) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-13.rfs-xs-12 {
  font-size: max(80px,  min(90px, calc(  80px  + ((90 - 80) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-13.rfs-md-11 {
  font-size: max(70px,  min(90px, calc(  70px  + ((90 - 70) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-13.rfs-sm-11 {
  font-size: max(70px,  min(90px, calc(  70px  + ((90 - 70) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-13.rfs-xs-11 {
  font-size: max(70px,  min(90px, calc(  70px  + ((90 - 70) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-13.rfs-md-10 {
  font-size: max(60px,  min(90px, calc(  60px  + ((90 - 60) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-13.rfs-sm-10 {
  font-size: max(60px,  min(90px, calc(  60px  + ((90 - 60) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-13.rfs-xs-10 {
  font-size: max(60px,  min(90px, calc(  60px  + ((90 - 60) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-13.rfs-md-9 {
  font-size: max(50px,  min(90px, calc(  50px  + ((90 - 50) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-13.rfs-sm-9 {
  font-size: max(50px,  min(90px, calc(  50px  + ((90 - 50) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-13.rfs-xs-9 {
  font-size: max(50px,  min(90px, calc(  50px  + ((90 - 50) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-13.rfs-md-8 {
  font-size: max(40px,  min(90px, calc(  40px  + ((90 - 40) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-13.rfs-sm-8 {
  font-size: max(40px,  min(90px, calc(  40px  + ((90 - 40) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-13.rfs-xs-8 {
  font-size: max(40px,  min(90px, calc(  40px  + ((90 - 40) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-13.rfs-md-7 {
  font-size: max(32px,  min(90px, calc(  32px  + ((90 - 32) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-13.rfs-sm-7 {
  font-size: max(32px,  min(90px, calc(  32px  + ((90 - 32) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-13.rfs-xs-7 {
  font-size: max(32px,  min(90px, calc(  32px  + ((90 - 32) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-13.rfs-md-6 {
  font-size: max(28px,  min(90px, calc(  28px  + ((90 - 28) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-13.rfs-sm-6 {
  font-size: max(28px,  min(90px, calc(  28px  + ((90 - 28) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-13.rfs-xs-6 {
  font-size: max(28px,  min(90px, calc(  28px  + ((90 - 28) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-13.rfs-md-5 {
  font-size: max(22px,  min(90px, calc(  22px  + ((90 - 22) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-13.rfs-sm-5 {
  font-size: max(22px,  min(90px, calc(  22px  + ((90 - 22) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-13.rfs-xs-5 {
  font-size: max(22px,  min(90px, calc(  22px  + ((90 - 22) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-13.rfs-md-4 {
  font-size: max(18px,  min(90px, calc(  18px  + ((90 - 18) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-13.rfs-sm-4 {
  font-size: max(18px,  min(90px, calc(  18px  + ((90 - 18) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-13.rfs-xs-4 {
  font-size: max(18px,  min(90px, calc(  18px  + ((90 - 18) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-13.rfs-md-3 {
  font-size: max(16px,  min(90px, calc(  16px  + ((90 - 16) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-13.rfs-sm-3 {
  font-size: max(16px,  min(90px, calc(  16px  + ((90 - 16) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-13.rfs-xs-3 {
  font-size: max(16px,  min(90px, calc(  16px  + ((90 - 16) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-13.rfs-md-2 {
  font-size: max(14px,  min(90px, calc(  14px  + ((90 - 14) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-13.rfs-sm-2 {
  font-size: max(14px,  min(90px, calc(  14px  + ((90 - 14) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-13.rfs-xs-2 {
  font-size: max(14px,  min(90px, calc(  14px  + ((90 - 14) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-13.rfs-md-1 {
  font-size: max(12px,  min(90px, calc(  12px  + ((90 - 12) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-13.rfs-sm-1 {
  font-size: max(12px,  min(90px, calc(  12px  + ((90 - 12) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-13.rfs-xs-1 {
  font-size: max(12px,  min(90px, calc(  12px  + ((90 - 12) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-12 {
  font-size: 80px;
}

.fs-12.rfs-md-11 {
  font-size: max(70px,  min(80px, calc(  70px  + ((80 - 70) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-12.rfs-sm-11 {
  font-size: max(70px,  min(80px, calc(  70px  + ((80 - 70) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-12.rfs-xs-11 {
  font-size: max(70px,  min(80px, calc(  70px  + ((80 - 70) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-12.rfs-md-10 {
  font-size: max(60px,  min(80px, calc(  60px  + ((80 - 60) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-12.rfs-sm-10 {
  font-size: max(60px,  min(80px, calc(  60px  + ((80 - 60) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-12.rfs-xs-10 {
  font-size: max(60px,  min(80px, calc(  60px  + ((80 - 60) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-12.rfs-md-9 {
  font-size: max(50px,  min(80px, calc(  50px  + ((80 - 50) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-12.rfs-sm-9 {
  font-size: max(50px,  min(80px, calc(  50px  + ((80 - 50) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-12.rfs-xs-9 {
  font-size: max(50px,  min(80px, calc(  50px  + ((80 - 50) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-12.rfs-md-8 {
  font-size: max(40px,  min(80px, calc(  40px  + ((80 - 40) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-12.rfs-sm-8 {
  font-size: max(40px,  min(80px, calc(  40px  + ((80 - 40) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-12.rfs-xs-8 {
  font-size: max(40px,  min(80px, calc(  40px  + ((80 - 40) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-12.rfs-md-7 {
  font-size: max(32px,  min(80px, calc(  32px  + ((80 - 32) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-12.rfs-sm-7 {
  font-size: max(32px,  min(80px, calc(  32px  + ((80 - 32) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-12.rfs-xs-7 {
  font-size: max(32px,  min(80px, calc(  32px  + ((80 - 32) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-12.rfs-md-6 {
  font-size: max(28px,  min(80px, calc(  28px  + ((80 - 28) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-12.rfs-sm-6 {
  font-size: max(28px,  min(80px, calc(  28px  + ((80 - 28) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-12.rfs-xs-6 {
  font-size: max(28px,  min(80px, calc(  28px  + ((80 - 28) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-12.rfs-md-5 {
  font-size: max(22px,  min(80px, calc(  22px  + ((80 - 22) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-12.rfs-sm-5 {
  font-size: max(22px,  min(80px, calc(  22px  + ((80 - 22) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-12.rfs-xs-5 {
  font-size: max(22px,  min(80px, calc(  22px  + ((80 - 22) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-12.rfs-md-4 {
  font-size: max(18px,  min(80px, calc(  18px  + ((80 - 18) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-12.rfs-sm-4 {
  font-size: max(18px,  min(80px, calc(  18px  + ((80 - 18) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-12.rfs-xs-4 {
  font-size: max(18px,  min(80px, calc(  18px  + ((80 - 18) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-12.rfs-md-3 {
  font-size: max(16px,  min(80px, calc(  16px  + ((80 - 16) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-12.rfs-sm-3 {
  font-size: max(16px,  min(80px, calc(  16px  + ((80 - 16) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-12.rfs-xs-3 {
  font-size: max(16px,  min(80px, calc(  16px  + ((80 - 16) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-12.rfs-md-2 {
  font-size: max(14px,  min(80px, calc(  14px  + ((80 - 14) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-12.rfs-sm-2 {
  font-size: max(14px,  min(80px, calc(  14px  + ((80 - 14) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-12.rfs-xs-2 {
  font-size: max(14px,  min(80px, calc(  14px  + ((80 - 14) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-12.rfs-md-1 {
  font-size: max(12px,  min(80px, calc(  12px  + ((80 - 12) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-12.rfs-sm-1 {
  font-size: max(12px,  min(80px, calc(  12px  + ((80 - 12) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-12.rfs-xs-1 {
  font-size: max(12px,  min(80px, calc(  12px  + ((80 - 12) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-11 {
  font-size: 70px;
}

.fs-11.rfs-md-10 {
  font-size: max(60px,  min(70px, calc(  60px  + ((70 - 60) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-11.rfs-sm-10 {
  font-size: max(60px,  min(70px, calc(  60px  + ((70 - 60) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-11.rfs-xs-10 {
  font-size: max(60px,  min(70px, calc(  60px  + ((70 - 60) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-11.rfs-md-9 {
  font-size: max(50px,  min(70px, calc(  50px  + ((70 - 50) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-11.rfs-sm-9 {
  font-size: max(50px,  min(70px, calc(  50px  + ((70 - 50) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-11.rfs-xs-9 {
  font-size: max(50px,  min(70px, calc(  50px  + ((70 - 50) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-11.rfs-md-8 {
  font-size: max(40px,  min(70px, calc(  40px  + ((70 - 40) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-11.rfs-sm-8 {
  font-size: max(40px,  min(70px, calc(  40px  + ((70 - 40) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-11.rfs-xs-8 {
  font-size: max(40px,  min(70px, calc(  40px  + ((70 - 40) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-11.rfs-md-7 {
  font-size: max(32px,  min(70px, calc(  32px  + ((70 - 32) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-11.rfs-sm-7 {
  font-size: max(32px,  min(70px, calc(  32px  + ((70 - 32) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-11.rfs-xs-7 {
  font-size: max(32px,  min(70px, calc(  32px  + ((70 - 32) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-11.rfs-md-6 {
  font-size: max(28px,  min(70px, calc(  28px  + ((70 - 28) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-11.rfs-sm-6 {
  font-size: max(28px,  min(70px, calc(  28px  + ((70 - 28) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-11.rfs-xs-6 {
  font-size: max(28px,  min(70px, calc(  28px  + ((70 - 28) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-11.rfs-md-5 {
  font-size: max(22px,  min(70px, calc(  22px  + ((70 - 22) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-11.rfs-sm-5 {
  font-size: max(22px,  min(70px, calc(  22px  + ((70 - 22) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-11.rfs-xs-5 {
  font-size: max(22px,  min(70px, calc(  22px  + ((70 - 22) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-11.rfs-md-4 {
  font-size: max(18px,  min(70px, calc(  18px  + ((70 - 18) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-11.rfs-sm-4 {
  font-size: max(18px,  min(70px, calc(  18px  + ((70 - 18) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-11.rfs-xs-4 {
  font-size: max(18px,  min(70px, calc(  18px  + ((70 - 18) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-11.rfs-md-3 {
  font-size: max(16px,  min(70px, calc(  16px  + ((70 - 16) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-11.rfs-sm-3 {
  font-size: max(16px,  min(70px, calc(  16px  + ((70 - 16) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-11.rfs-xs-3 {
  font-size: max(16px,  min(70px, calc(  16px  + ((70 - 16) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-11.rfs-md-2 {
  font-size: max(14px,  min(70px, calc(  14px  + ((70 - 14) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-11.rfs-sm-2 {
  font-size: max(14px,  min(70px, calc(  14px  + ((70 - 14) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-11.rfs-xs-2 {
  font-size: max(14px,  min(70px, calc(  14px  + ((70 - 14) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-11.rfs-md-1 {
  font-size: max(12px,  min(70px, calc(  12px  + ((70 - 12) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-11.rfs-sm-1 {
  font-size: max(12px,  min(70px, calc(  12px  + ((70 - 12) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-11.rfs-xs-1 {
  font-size: max(12px,  min(70px, calc(  12px  + ((70 - 12) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-10 {
  font-size: 60px;
}

.fs-10.rfs-md-9 {
  font-size: max(50px,  min(60px, calc(  50px  + ((60 - 50) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-10.rfs-sm-9 {
  font-size: max(50px,  min(60px, calc(  50px  + ((60 - 50) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-10.rfs-xs-9 {
  font-size: max(50px,  min(60px, calc(  50px  + ((60 - 50) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-10.rfs-md-8 {
  font-size: max(40px,  min(60px, calc(  40px  + ((60 - 40) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-10.rfs-sm-8 {
  font-size: max(40px,  min(60px, calc(  40px  + ((60 - 40) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-10.rfs-xs-8 {
  font-size: max(40px,  min(60px, calc(  40px  + ((60 - 40) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-10.rfs-md-7 {
  font-size: max(32px,  min(60px, calc(  32px  + ((60 - 32) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-10.rfs-sm-7 {
  font-size: max(32px,  min(60px, calc(  32px  + ((60 - 32) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-10.rfs-xs-7 {
  font-size: max(32px,  min(60px, calc(  32px  + ((60 - 32) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-10.rfs-md-6 {
  font-size: max(28px,  min(60px, calc(  28px  + ((60 - 28) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-10.rfs-sm-6 {
  font-size: max(28px,  min(60px, calc(  28px  + ((60 - 28) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-10.rfs-xs-6 {
  font-size: max(28px,  min(60px, calc(  28px  + ((60 - 28) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-10.rfs-md-5 {
  font-size: max(22px,  min(60px, calc(  22px  + ((60 - 22) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-10.rfs-sm-5 {
  font-size: max(22px,  min(60px, calc(  22px  + ((60 - 22) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-10.rfs-xs-5 {
  font-size: max(22px,  min(60px, calc(  22px  + ((60 - 22) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-10.rfs-md-4 {
  font-size: max(18px,  min(60px, calc(  18px  + ((60 - 18) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-10.rfs-sm-4 {
  font-size: max(18px,  min(60px, calc(  18px  + ((60 - 18) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-10.rfs-xs-4 {
  font-size: max(18px,  min(60px, calc(  18px  + ((60 - 18) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-10.rfs-md-3 {
  font-size: max(16px,  min(60px, calc(  16px  + ((60 - 16) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-10.rfs-sm-3 {
  font-size: max(16px,  min(60px, calc(  16px  + ((60 - 16) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-10.rfs-xs-3 {
  font-size: max(16px,  min(60px, calc(  16px  + ((60 - 16) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-10.rfs-md-2 {
  font-size: max(14px,  min(60px, calc(  14px  + ((60 - 14) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-10.rfs-sm-2 {
  font-size: max(14px,  min(60px, calc(  14px  + ((60 - 14) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-10.rfs-xs-2 {
  font-size: max(14px,  min(60px, calc(  14px  + ((60 - 14) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-10.rfs-md-1 {
  font-size: max(12px,  min(60px, calc(  12px  + ((60 - 12) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-10.rfs-sm-1 {
  font-size: max(12px,  min(60px, calc(  12px  + ((60 - 12) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-10.rfs-xs-1 {
  font-size: max(12px,  min(60px, calc(  12px  + ((60 - 12) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-9 {
  font-size: 50px;
}

.fs-9.rfs-md-8 {
  font-size: max(40px,  min(50px, calc(  40px  + ((50 - 40) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-9.rfs-sm-8 {
  font-size: max(40px,  min(50px, calc(  40px  + ((50 - 40) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-9.rfs-xs-8 {
  font-size: max(40px,  min(50px, calc(  40px  + ((50 - 40) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-9.rfs-md-7 {
  font-size: max(32px,  min(50px, calc(  32px  + ((50 - 32) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-9.rfs-sm-7 {
  font-size: max(32px,  min(50px, calc(  32px  + ((50 - 32) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-9.rfs-xs-7 {
  font-size: max(32px,  min(50px, calc(  32px  + ((50 - 32) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-9.rfs-md-6 {
  font-size: max(28px,  min(50px, calc(  28px  + ((50 - 28) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-9.rfs-sm-6 {
  font-size: max(28px,  min(50px, calc(  28px  + ((50 - 28) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-9.rfs-xs-6 {
  font-size: max(28px,  min(50px, calc(  28px  + ((50 - 28) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-9.rfs-md-5 {
  font-size: max(22px,  min(50px, calc(  22px  + ((50 - 22) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-9.rfs-sm-5 {
  font-size: max(22px,  min(50px, calc(  22px  + ((50 - 22) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-9.rfs-xs-5 {
  font-size: max(22px,  min(50px, calc(  22px  + ((50 - 22) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-9.rfs-md-4 {
  font-size: max(18px,  min(50px, calc(  18px  + ((50 - 18) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-9.rfs-sm-4 {
  font-size: max(18px,  min(50px, calc(  18px  + ((50 - 18) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-9.rfs-xs-4 {
  font-size: max(18px,  min(50px, calc(  18px  + ((50 - 18) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-9.rfs-md-3 {
  font-size: max(16px,  min(50px, calc(  16px  + ((50 - 16) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-9.rfs-sm-3 {
  font-size: max(16px,  min(50px, calc(  16px  + ((50 - 16) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-9.rfs-xs-3 {
  font-size: max(16px,  min(50px, calc(  16px  + ((50 - 16) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-9.rfs-md-2 {
  font-size: max(14px,  min(50px, calc(  14px  + ((50 - 14) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-9.rfs-sm-2 {
  font-size: max(14px,  min(50px, calc(  14px  + ((50 - 14) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-9.rfs-xs-2 {
  font-size: max(14px,  min(50px, calc(  14px  + ((50 - 14) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-9.rfs-md-1 {
  font-size: max(12px,  min(50px, calc(  12px  + ((50 - 12) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-9.rfs-sm-1 {
  font-size: max(12px,  min(50px, calc(  12px  + ((50 - 12) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-9.rfs-xs-1 {
  font-size: max(12px,  min(50px, calc(  12px  + ((50 - 12) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-8 {
  font-size: 40px;
}

.fs-8.rfs-md-7 {
  font-size: max(32px,  min(40px, calc(  32px  + ((40 - 32) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-8.rfs-sm-7 {
  font-size: max(32px,  min(40px, calc(  32px  + ((40 - 32) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-8.rfs-xs-7 {
  font-size: max(32px,  min(40px, calc(  32px  + ((40 - 32) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-8.rfs-md-6 {
  font-size: max(28px,  min(40px, calc(  28px  + ((40 - 28) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-8.rfs-sm-6 {
  font-size: max(28px,  min(40px, calc(  28px  + ((40 - 28) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-8.rfs-xs-6 {
  font-size: max(28px,  min(40px, calc(  28px  + ((40 - 28) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-8.rfs-md-5 {
  font-size: max(22px,  min(40px, calc(  22px  + ((40 - 22) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-8.rfs-sm-5 {
  font-size: max(22px,  min(40px, calc(  22px  + ((40 - 22) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-8.rfs-xs-5 {
  font-size: max(22px,  min(40px, calc(  22px  + ((40 - 22) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-8.rfs-md-4 {
  font-size: max(18px,  min(40px, calc(  18px  + ((40 - 18) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-8.rfs-sm-4 {
  font-size: max(18px,  min(40px, calc(  18px  + ((40 - 18) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-8.rfs-xs-4 {
  font-size: max(18px,  min(40px, calc(  18px  + ((40 - 18) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-8.rfs-md-3 {
  font-size: max(16px,  min(40px, calc(  16px  + ((40 - 16) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-8.rfs-sm-3 {
  font-size: max(16px,  min(40px, calc(  16px  + ((40 - 16) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-8.rfs-xs-3 {
  font-size: max(16px,  min(40px, calc(  16px  + ((40 - 16) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-8.rfs-md-2 {
  font-size: max(14px,  min(40px, calc(  14px  + ((40 - 14) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-8.rfs-sm-2 {
  font-size: max(14px,  min(40px, calc(  14px  + ((40 - 14) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-8.rfs-xs-2 {
  font-size: max(14px,  min(40px, calc(  14px  + ((40 - 14) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-8.rfs-md-1 {
  font-size: max(12px,  min(40px, calc(  12px  + ((40 - 12) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-8.rfs-sm-1 {
  font-size: max(12px,  min(40px, calc(  12px  + ((40 - 12) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-8.rfs-xs-1 {
  font-size: max(12px,  min(40px, calc(  12px  + ((40 - 12) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-7 {
  font-size: 32px;
}

.fs-7.rfs-md-6 {
  font-size: max(28px,  min(32px, calc(  28px  + ((32 - 28) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-7.rfs-sm-6 {
  font-size: max(28px,  min(32px, calc(  28px  + ((32 - 28) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-7.rfs-xs-6 {
  font-size: max(28px,  min(32px, calc(  28px  + ((32 - 28) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-7.rfs-md-5 {
  font-size: max(22px,  min(32px, calc(  22px  + ((32 - 22) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-7.rfs-sm-5 {
  font-size: max(22px,  min(32px, calc(  22px  + ((32 - 22) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-7.rfs-xs-5 {
  font-size: max(22px,  min(32px, calc(  22px  + ((32 - 22) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-7.rfs-md-4 {
  font-size: max(18px,  min(32px, calc(  18px  + ((32 - 18) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-7.rfs-sm-4 {
  font-size: max(18px,  min(32px, calc(  18px  + ((32 - 18) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-7.rfs-xs-4 {
  font-size: max(18px,  min(32px, calc(  18px  + ((32 - 18) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-7.rfs-md-3 {
  font-size: max(16px,  min(32px, calc(  16px  + ((32 - 16) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-7.rfs-sm-3 {
  font-size: max(16px,  min(32px, calc(  16px  + ((32 - 16) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-7.rfs-xs-3 {
  font-size: max(16px,  min(32px, calc(  16px  + ((32 - 16) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-7.rfs-md-2 {
  font-size: max(14px,  min(32px, calc(  14px  + ((32 - 14) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-7.rfs-sm-2 {
  font-size: max(14px,  min(32px, calc(  14px  + ((32 - 14) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-7.rfs-xs-2 {
  font-size: max(14px,  min(32px, calc(  14px  + ((32 - 14) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-7.rfs-md-1 {
  font-size: max(12px,  min(32px, calc(  12px  + ((32 - 12) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-7.rfs-sm-1 {
  font-size: max(12px,  min(32px, calc(  12px  + ((32 - 12) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-7.rfs-xs-1 {
  font-size: max(12px,  min(32px, calc(  12px  + ((32 - 12) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-6 {
  font-size: 28px;
}

.fs-6.rfs-md-5 {
  font-size: max(22px,  min(28px, calc(  22px  + ((28 - 22) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-6.rfs-sm-5 {
  font-size: max(22px,  min(28px, calc(  22px  + ((28 - 22) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-6.rfs-xs-5 {
  font-size: max(22px,  min(28px, calc(  22px  + ((28 - 22) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-6.rfs-md-4 {
  font-size: max(18px,  min(28px, calc(  18px  + ((28 - 18) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-6.rfs-sm-4 {
  font-size: max(18px,  min(28px, calc(  18px  + ((28 - 18) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-6.rfs-xs-4 {
  font-size: max(18px,  min(28px, calc(  18px  + ((28 - 18) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-6.rfs-md-3 {
  font-size: max(16px,  min(28px, calc(  16px  + ((28 - 16) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-6.rfs-sm-3 {
  font-size: max(16px,  min(28px, calc(  16px  + ((28 - 16) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-6.rfs-xs-3 {
  font-size: max(16px,  min(28px, calc(  16px  + ((28 - 16) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-6.rfs-md-2 {
  font-size: max(14px,  min(28px, calc(  14px  + ((28 - 14) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-6.rfs-sm-2 {
  font-size: max(14px,  min(28px, calc(  14px  + ((28 - 14) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-6.rfs-xs-2 {
  font-size: max(14px,  min(28px, calc(  14px  + ((28 - 14) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-6.rfs-md-1 {
  font-size: max(12px,  min(28px, calc(  12px  + ((28 - 12) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-6.rfs-sm-1 {
  font-size: max(12px,  min(28px, calc(  12px  + ((28 - 12) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-6.rfs-xs-1 {
  font-size: max(12px,  min(28px, calc(  12px  + ((28 - 12) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-5 {
  font-size: 22px;
}

.fs-5.rfs-md-4 {
  font-size: max(18px,  min(22px, calc(  18px  + ((22 - 18) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-5.rfs-sm-4 {
  font-size: max(18px,  min(22px, calc(  18px  + ((22 - 18) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-5.rfs-xs-4 {
  font-size: max(18px,  min(22px, calc(  18px  + ((22 - 18) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-5.rfs-md-3 {
  font-size: max(16px,  min(22px, calc(  16px  + ((22 - 16) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-5.rfs-sm-3 {
  font-size: max(16px,  min(22px, calc(  16px  + ((22 - 16) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-5.rfs-xs-3 {
  font-size: max(16px,  min(22px, calc(  16px  + ((22 - 16) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-5.rfs-md-2 {
  font-size: max(14px,  min(22px, calc(  14px  + ((22 - 14) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-5.rfs-sm-2 {
  font-size: max(14px,  min(22px, calc(  14px  + ((22 - 14) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-5.rfs-xs-2 {
  font-size: max(14px,  min(22px, calc(  14px  + ((22 - 14) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-5.rfs-md-1 {
  font-size: max(12px,  min(22px, calc(  12px  + ((22 - 12) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-5.rfs-sm-1 {
  font-size: max(12px,  min(22px, calc(  12px  + ((22 - 12) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-5.rfs-xs-1 {
  font-size: max(12px,  min(22px, calc(  12px  + ((22 - 12) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-4 {
  font-size: 18px;
}

.fs-4.rfs-md-3 {
  font-size: max(16px,  min(18px, calc(  16px  + ((18 - 16) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-4.rfs-sm-3 {
  font-size: max(16px,  min(18px, calc(  16px  + ((18 - 16) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-4.rfs-xs-3 {
  font-size: max(16px,  min(18px, calc(  16px  + ((18 - 16) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-4.rfs-md-2 {
  font-size: max(14px,  min(18px, calc(  14px  + ((18 - 14) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-4.rfs-sm-2 {
  font-size: max(14px,  min(18px, calc(  14px  + ((18 - 14) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-4.rfs-xs-2 {
  font-size: max(14px,  min(18px, calc(  14px  + ((18 - 14) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-4.rfs-md-1 {
  font-size: max(12px,  min(18px, calc(  12px  + ((18 - 12) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-4.rfs-sm-1 {
  font-size: max(12px,  min(18px, calc(  12px  + ((18 - 12) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-4.rfs-xs-1 {
  font-size: max(12px,  min(18px, calc(  12px  + ((18 - 12) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-3 {
  font-size: 16px;
}

.fs-3.rfs-md-2 {
  font-size: max(14px,  min(16px, calc(  14px  + ((16 - 14) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-3.rfs-sm-2 {
  font-size: max(14px,  min(16px, calc(  14px  + ((16 - 14) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-3.rfs-xs-2 {
  font-size: max(14px,  min(16px, calc(  14px  + ((16 - 14) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-3.rfs-md-1 {
  font-size: max(12px,  min(16px, calc(  12px  + ((16 - 12) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-3.rfs-sm-1 {
  font-size: max(12px,  min(16px, calc(  12px  + ((16 - 12) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-3.rfs-xs-1 {
  font-size: max(12px,  min(16px, calc(  12px  + ((16 - 12) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-2 {
  font-size: 14px;
}

.fs-2.rfs-md-1 {
  font-size: max(12px,  min(14px, calc(  12px  + ((14 - 12) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-2.rfs-sm-1 {
  font-size: max(12px,  min(14px, calc(  12px  + ((14 - 12) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-2.rfs-xs-1 {
  font-size: max(12px,  min(14px, calc(  12px  + ((14 - 12) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-1 {
  font-size: 12px;
}

svg.icon {
  height: 1em;
  width: 1em;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.body-disable-scrollbar {
  overflow-y: scroll !important;
  height: 100% !important;
}
.body-disable-scrollbar body {
  overflow: hidden !important;
  height: 100% !important;
}

@media (hover: hover) {
  .tiny-scrollbar {
    --jq-scrollbar-thumb: var(--jq-gray-300);
    --jq-scrollbar-hover: var(--jq-gray-400);
    --jq-scrollbar-track: rgba(0,0,0,0);
    scrollbar-width: thin;
    scrollbar-color: var(--jq-scrollbar-thumb) var(--jq-scrollbar-track);
  }
  .tiny-scrollbar::-webkit-scrollbar {
    height: 8px;
    width: 8px;
  }
  .tiny-scrollbar::-webkit-scrollbar-track {
    background: var(--jq-scrollbar-track);
    border-radius: 8px;
  }
  .tiny-scrollbar::-webkit-scrollbar-thumb {
    background: var(--jq-scrollbar-thumb);
    border-radius: 8px;
  }
  .tiny-scrollbar::-webkit-scrollbar-thumb:hover {
    background: var(--jq-scrollbar-hover);
  }
}
.pos-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pos-top-left {
  top: 0;
  left: 0;
}

.pos-top-start {
  top: 0;
  left: 0;
}

.pos-top-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pos-top-right {
  top: 0;
  right: 0;
}

.pos-top-end {
  top: 0;
  right: 0;
}

.pos-bottom-left {
  bottom: 0;
  left: 0;
}

.pos-bottom-start {
  bottom: 0;
  left: 0;
}

.pos-bottom-center {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pos-bottom-right {
  bottom: 0;
  right: 0;
}

.pos-bottom-end {
  bottom: 0;
  right: 0;
}

.pos-left-center {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pos-start-center {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pos-right-center {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pos-end-center {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pos-middle-top-start {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.pos-middle-top-center {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pos-middle-top-end {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.pos-middle-start-center {
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pos-middle-end-center {
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}

.pos-middle-bottom-start {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}

.pos-middle-bottom-center {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.pos-middle-bottom-end {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}

.pos-radius-ne, .pos-radius-nw, .pos-radius-se, .pos-radius-sw {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.pos-radius-ne:not(.flip-rtl), .pos-radius-se:not(.flip-rtl),
.pos-radius-ne.flip-rtl, .pos-radius-se.flip-rtl {
  transform: rotate(45deg);
}

.pos-radius-sw:not(.flip-rtl), .pos-radius-nw:not(.flip-rtl),
.pos-radius-sw.flip-rtl, .pos-radius-nw.flip-rtl {
  transform: rotate(-45deg);
}

.pos-radius-nw > *,
.pos-radius-ne > * {
  position: absolute;
  left: 50%;
  top: 0;
}

.pos-radius-ne:not(.flip-rtl) > *,
.pos-radius-ne.flip-rtl > * {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pos-radius-nw:not(.flip-rtl) > *,
.pos-radius-nw.flip-rtl > * {
  transform: translate(-50%, -50%) rotate(45deg);
}

.pos-radius-sw:not(.flip-rtl) > *,
.pos-radius-sw.flip-rtl > * {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.pos-radius-se:not(.flip-rtl) > *,
.pos-radius-se.flip-rtl > * {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

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

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

.ratio-3x2 {
  --jq-aspect-ratio: calc(2 / 3 * 100%) !important;
}

.ratio-9x16 {
  --jq-aspect-ratio: calc(16 / 9 * 100%) !important;
}

.ratio-3x4 {
  --jq-aspect-ratio: calc(4 / 3 * 100%) !important;
}

.ratio-2x3 {
  --jq-aspect-ratio: calc(3 / 2 * 100%) !important;
}

.ratio-1x1 {
  --jq-aspect-ratio: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-justify {
  text-align: justify !important;
}

.decoration-none {
  text-decoration: none !important;
}

.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

.pre-wrap {
  white-space: pre-wrap !important;
}

.nowrap {
  white-space: nowrap !important;
}

.wrap {
  white-space: normal !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.control-uppercase {
  font-size: 0.875em !important;
  text-transform: uppercase !important;
  letter-spacing: 0.078125em !important;
}

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

.truncate {
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.truncate.line-clamp-5 {
  -webkit-line-clamp: 5 !important;
}

.truncate.line-clamp-4 {
  -webkit-line-clamp: 4 !important;
}

.truncate.line-clamp-3 {
  -webkit-line-clamp: 3 !important;
}

.truncate.line-clamp-2 {
  -webkit-line-clamp: 2 !important;
}

.truncate.line-clamp-1 {
  -webkit-line-clamp: 1 !important;
}

.fw-bolder, .bolder {
  font-weight: 700 !important;
}

.fw-bold, .bold {
  font-weight: 600 !important;
}

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

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

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

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

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

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

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.tiny {
  font-size: 0.75rem !important;
}

.small {
  font-size: 0.8125rem !important;
}

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

.larger {
  font-size: 1.5rem !important;
}

.largest {
  font-size: 2rem !important;
}

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.hidden {
  visibility: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sticky {
  position: sticky !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.static {
  position: static !important;
}

.fixed-top {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
}

.fixed-bottom {
  position: fixed !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
}

.grid {
  display: grid !important;
}

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

.flex {
  display: flex !important;
}

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

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

.table {
  display: table !important;
}

.block {
  display: block !important;
}

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

.inline {
  display: inline !important;
}

.hidden {
  display: none !important;
}

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

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

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

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

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

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

.justify > * {
  flex: 1 1 auto !important;
}

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

.items-top-center {
  justify-content: center !important;
  align-items: flex-start !important;
}

.items-bottom-center {
  justify-content: center !important;
  align-items: flex-end !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-11 {
  gap: 2.5rem !important;
}

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

.gap-13 {
  gap: 3.5rem !important;
}

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

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

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

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

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

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

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

.gap-y-6 {
  row-gap: 0.75rem !important;
}

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

.gap-y-8 {
  row-gap: 1.25rem !important;
}

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

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

.gap-y-11 {
  row-gap: 2.5rem !important;
}

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

.gap-y-13 {
  row-gap: 3.5rem !important;
}

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

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

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

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

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

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

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

.gap-x-6 {
  column-gap: 0.75rem !important;
}

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

.gap-x-8 {
  column-gap: 1.25rem !important;
}

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

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

.gap-x-11 {
  column-gap: 2.5rem !important;
}

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

.gap-x-13 {
  column-gap: 3.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -9999 !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-6 {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

.user-select-none {
  user-select: none !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-all {
  user-select: all !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.cursor-help {
  cursor: help !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-default {
  cursor: default !important;
}

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

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

.list-style-lower-alpha {
  list-style: lower-alpha !important;
}

.list-style-lower-roman {
  list-style: lower-roman !important;
}

.list-style-upper-roman {
  list-style: upper-roman !important;
}

.list-style-upper-alpha {
  list-style: upper-alpha !important;
}

.list-style-decimal {
  list-style: decimal !important;
}

.list-style-square {
  list-style: square !important;
}

.list-style-circle {
  list-style: circle !important;
}

.list-style-disc {
  list-style: disc !important;
}

.list-style-none {
  list-style: none !important;
}

[class^=border-], [class*=" border-"] {
  border-style: solid;
  border-width: 0;
}

.border-hidden {
  border-style: hidden !important;
}

.border-none {
  border-style: none !important;
}

.border-outset {
  border-style: outset !important;
}

.border-inset {
  border-style: inset !important;
}

.border-ridge {
  border-style: ridge !important;
}

.border-groove {
  border-style: groove !important;
}

.border-double {
  border-style: double !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-solid {
  border-style: solid !important;
}

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

.rounded-1 {
  border-radius: 0.25rem !important;
}

.rounded-2 {
  border-radius: 0.375rem !important;
}

.rounded-3 {
  border-radius: 0.5rem !important;
}

.rounded-4 {
  border-radius: 0.75rem !important;
}

.rounded-5 {
  border-radius: 1rem !important;
}

.rounded-6 {
  border-radius: 1.25rem !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-left-6 {
  border-left-width: 6px !important;
}

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

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

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

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

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

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

.border-start-6 {
  border-left-width: 6px !important;
}

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

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

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

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

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

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

.border-top-6 {
  border-top-width: 6px !important;
}

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

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

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

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

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

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

.border-right-6 {
  border-right-width: 6px !important;
}

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

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

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

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

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

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

.border-end-6 {
  border-right-width: 6px !important;
}

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

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

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

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

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

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

.border-bottom-6 {
  border-bottom-width: 6px !important;
}

.wh-100 {
  width: 100% !important;
  height: 100% !important;
}

.w-sm {
  width: 480px !important;
}

.w-md {
  width: 768px !important;
}

.w-lg {
  width: 1024px !important;
}

.w-xl {
  width: 1215px !important;
}

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

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

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

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

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

.mw-sm {
  max-width: 480px !important;
}

.mw-md {
  max-width: 768px !important;
}

.mw-lg {
  max-width: 1024px !important;
}

.mw-xl {
  max-width: 1215px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.space-x-0 > * + * {
  margin-left: 0 !important;
}

.space-x-1 > * + * {
  margin-left: 0.125rem !important;
}

.space-x-2 > * + * {
  margin-left: 0.25rem !important;
}

.space-x-3 > * + * {
  margin-left: 0.375rem !important;
}

.space-x-4 > * + * {
  margin-left: 0.5rem !important;
}

.space-x-5 > * + * {
  margin-left: 0.625rem !important;
}

.space-x-6 > * + * {
  margin-left: 0.75rem !important;
}

.space-x-7 > * + * {
  margin-left: 1rem !important;
}

.space-x-8 > * + * {
  margin-left: 1.25rem !important;
}

.space-x-9 > * + * {
  margin-left: 1.5rem !important;
}

.space-x-10 > * + * {
  margin-left: 2rem !important;
}

.space-x-11 > * + * {
  margin-left: 2.5rem !important;
}

.space-x-12 > * + * {
  margin-left: 3rem !important;
}

.space-x-13 > * + * {
  margin-left: 3.5rem !important;
}

.space-x-14 > * + * {
  margin-left: 4rem !important;
}

.space-y-0 > * + * {
  margin-top: 0 !important;
}

.space-y-1 > * + * {
  margin-top: 0.125rem !important;
}

.space-y-2 > * + * {
  margin-top: 0.25rem !important;
}

.space-y-3 > * + * {
  margin-top: 0.375rem !important;
}

.space-y-4 > * + * {
  margin-top: 0.5rem !important;
}

.space-y-5 > * + * {
  margin-top: 0.625rem !important;
}

.space-y-6 > * + * {
  margin-top: 0.75rem !important;
}

.space-y-7 > * + * {
  margin-top: 1rem !important;
}

.space-y-8 > * + * {
  margin-top: 1.25rem !important;
}

.space-y-9 > * + * {
  margin-top: 1.5rem !important;
}

.space-y-10 > * + * {
  margin-top: 2rem !important;
}

.space-y-11 > * + * {
  margin-top: 2.5rem !important;
}

.space-y-12 > * + * {
  margin-top: 3rem !important;
}

.space-y-13 > * + * {
  margin-top: 3.5rem !important;
}

.space-y-14 > * + * {
  margin-top: 4rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-11 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

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

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

.mx-14 {
  margin-right: 4rem !important;
  margin-left: 4rem !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.125rem !important;
  margin-bottom: 0.125rem !important;
}

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

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

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

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

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

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

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

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

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

.my-11 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-11 {
  margin-top: 2.5rem !important;
}

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

.mt-13 {
  margin-top: 3.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-11 {
  margin-right: 2.5rem !important;
}

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

.me-13 {
  margin-right: 3.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-11 {
  margin-bottom: 2.5rem !important;
}

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

.mb-13 {
  margin-bottom: 3.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-11 {
  margin-left: 2.5rem !important;
}

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

.ms-13 {
  margin-left: 3.5rem !important;
}

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

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

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

.ml-1 {
  margin-left: 0.125rem !important;
}

.ml-2 {
  margin-left: 0.25rem !important;
}

.ml-3 {
  margin-left: 0.375rem !important;
}

.ml-4 {
  margin-left: 0.5rem !important;
}

.ml-5 {
  margin-left: 0.625rem !important;
}

.ml-6 {
  margin-left: 0.75rem !important;
}

.ml-7 {
  margin-left: 1rem !important;
}

.ml-8 {
  margin-left: 1.25rem !important;
}

.ml-9 {
  margin-left: 1.5rem !important;
}

.ml-10 {
  margin-left: 2rem !important;
}

.ml-11 {
  margin-left: 2.5rem !important;
}

.ml-12 {
  margin-left: 3rem !important;
}

.ml-13 {
  margin-left: 3.5rem !important;
}

.ml-14 {
  margin-left: 4rem !important;
}

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

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

.mr-1 {
  margin-right: 0.125rem !important;
}

.mr-2 {
  margin-right: 0.25rem !important;
}

.mr-3 {
  margin-right: 0.375rem !important;
}

.mr-4 {
  margin-right: 0.5rem !important;
}

.mr-5 {
  margin-right: 0.625rem !important;
}

.mr-6 {
  margin-right: 0.75rem !important;
}

.mr-7 {
  margin-right: 1rem !important;
}

.mr-8 {
  margin-right: 1.25rem !important;
}

.mr-9 {
  margin-right: 1.5rem !important;
}

.mr-10 {
  margin-right: 2rem !important;
}

.mr-11 {
  margin-right: 2.5rem !important;
}

.mr-12 {
  margin-right: 3rem !important;
}

.mr-13 {
  margin-right: 3.5rem !important;
}

.mr-14 {
  margin-right: 4rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.p-11 {
  padding: 2.5rem !important;
}

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

.p-13 {
  padding: 3.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.px-11 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

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

.px-13 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.py-11 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

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

.py-13 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt-11 {
  padding-top: 2.5rem !important;
}

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

.pt-13 {
  padding-top: 3.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pe-11 {
  padding-right: 2.5rem !important;
}

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

.pe-13 {
  padding-right: 3.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pb-11 {
  padding-bottom: 2.5rem !important;
}

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

.pb-13 {
  padding-bottom: 3.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ps-11 {
  padding-left: 2.5rem !important;
}

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

.ps-13 {
  padding-left: 3.5rem !important;
}

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

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

.pl-1 {
  padding-left: 0.125rem !important;
}

.pl-2 {
  padding-left: 0.25rem !important;
}

.pl-3 {
  padding-left: 0.375rem !important;
}

.pl-4 {
  padding-left: 0.5rem !important;
}

.pl-5 {
  padding-left: 0.625rem !important;
}

.pl-6 {
  padding-left: 0.75rem !important;
}

.pl-7 {
  padding-left: 1rem !important;
}

.pl-8 {
  padding-left: 1.25rem !important;
}

.pl-9 {
  padding-left: 1.5rem !important;
}

.pl-10 {
  padding-left: 2rem !important;
}

.pl-11 {
  padding-left: 2.5rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.pl-13 {
  padding-left: 3.5rem !important;
}

.pl-14 {
  padding-left: 4rem !important;
}

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

.pr-1 {
  padding-right: 0.125rem !important;
}

.pr-2 {
  padding-right: 0.25rem !important;
}

.pr-3 {
  padding-right: 0.375rem !important;
}

.pr-4 {
  padding-right: 0.5rem !important;
}

.pr-5 {
  padding-right: 0.625rem !important;
}

.pr-6 {
  padding-right: 0.75rem !important;
}

.pr-7 {
  padding-right: 1rem !important;
}

.pr-8 {
  padding-right: 1.25rem !important;
}

.pr-9 {
  padding-right: 1.5rem !important;
}

.pr-10 {
  padding-right: 2rem !important;
}

.pr-11 {
  padding-right: 2.5rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

.pr-13 {
  padding-right: 3.5rem !important;
}

.pr-14 {
  padding-right: 4rem !important;
}

@media (max-width: 1214.9px) {
  .text-start-lg {
    text-align: left !important;
  }

  .text-end-lg {
    text-align: right !important;
  }

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

  .text-justify-lg {
    text-align: justify !important;
  }

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

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

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

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

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

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

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

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

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

  .hidden-lg {
    display: none !important;
  }

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

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

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

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

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

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

  .justify-lg > * {
    flex: 1 1 auto !important;
  }

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

  .items-top-center-lg {
    justify-content: center !important;
    align-items: flex-start !important;
  }

  .items-bottom-center-lg {
    justify-content: center !important;
    align-items: flex-end !important;
  }

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

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

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

  .gap-1-lg {
    gap: 0.125rem !important;
  }

  .gap-2-lg {
    gap: 0.25rem !important;
  }

  .gap-3-lg {
    gap: 0.375rem !important;
  }

  .gap-4-lg {
    gap: 0.5rem !important;
  }

  .gap-5-lg {
    gap: 0.625rem !important;
  }

  .gap-6-lg {
    gap: 0.75rem !important;
  }

  .gap-7-lg {
    gap: 1rem !important;
  }

  .gap-8-lg {
    gap: 1.25rem !important;
  }

  .gap-9-lg {
    gap: 1.5rem !important;
  }

  .gap-10-lg {
    gap: 2rem !important;
  }

  .gap-11-lg {
    gap: 2.5rem !important;
  }

  .gap-12-lg {
    gap: 3rem !important;
  }

  .gap-13-lg {
    gap: 3.5rem !important;
  }

  .gap-14-lg {
    gap: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-auto-lg {
    align-self: auto !important;
  }
}
@media (max-width: 1023.9px) {
  .text-start-md {
    text-align: left !important;
  }

  .text-end-md {
    text-align: right !important;
  }

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

  .text-justify-md {
    text-align: justify !important;
  }

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

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

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

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

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

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

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

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

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

  .hidden-md {
    display: none !important;
  }

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

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

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

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

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

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

  .justify-md > * {
    flex: 1 1 auto !important;
  }

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

  .items-top-center-md {
    justify-content: center !important;
    align-items: flex-start !important;
  }

  .items-bottom-center-md {
    justify-content: center !important;
    align-items: flex-end !important;
  }

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

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

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

  .gap-1-md {
    gap: 0.125rem !important;
  }

  .gap-2-md {
    gap: 0.25rem !important;
  }

  .gap-3-md {
    gap: 0.375rem !important;
  }

  .gap-4-md {
    gap: 0.5rem !important;
  }

  .gap-5-md {
    gap: 0.625rem !important;
  }

  .gap-6-md {
    gap: 0.75rem !important;
  }

  .gap-7-md {
    gap: 1rem !important;
  }

  .gap-8-md {
    gap: 1.25rem !important;
  }

  .gap-9-md {
    gap: 1.5rem !important;
  }

  .gap-10-md {
    gap: 2rem !important;
  }

  .gap-11-md {
    gap: 2.5rem !important;
  }

  .gap-12-md {
    gap: 3rem !important;
  }

  .gap-13-md {
    gap: 3.5rem !important;
  }

  .gap-14-md {
    gap: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-auto-md {
    align-self: auto !important;
  }
}
@media (max-width: 767.9px) {
  .text-start-sm {
    text-align: left !important;
  }

  .text-end-sm {
    text-align: right !important;
  }

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

  .text-justify-sm {
    text-align: justify !important;
  }

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

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

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

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

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

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

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

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

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

  .hidden-sm {
    display: none !important;
  }

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

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

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

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

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

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

  .justify-sm > * {
    flex: 1 1 auto !important;
  }

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

  .items-top-center-sm {
    justify-content: center !important;
    align-items: flex-start !important;
  }

  .items-bottom-center-sm {
    justify-content: center !important;
    align-items: flex-end !important;
  }

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

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

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

  .gap-1-sm {
    gap: 0.125rem !important;
  }

  .gap-2-sm {
    gap: 0.25rem !important;
  }

  .gap-3-sm {
    gap: 0.375rem !important;
  }

  .gap-4-sm {
    gap: 0.5rem !important;
  }

  .gap-5-sm {
    gap: 0.625rem !important;
  }

  .gap-6-sm {
    gap: 0.75rem !important;
  }

  .gap-7-sm {
    gap: 1rem !important;
  }

  .gap-8-sm {
    gap: 1.25rem !important;
  }

  .gap-9-sm {
    gap: 1.5rem !important;
  }

  .gap-10-sm {
    gap: 2rem !important;
  }

  .gap-11-sm {
    gap: 2.5rem !important;
  }

  .gap-12-sm {
    gap: 3rem !important;
  }

  .gap-13-sm {
    gap: 3.5rem !important;
  }

  .gap-14-sm {
    gap: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-auto-sm {
    align-self: auto !important;
  }
}
@media (max-width: 479.9px) {
  .text-start-xs {
    text-align: left !important;
  }

  .text-end-xs {
    text-align: right !important;
  }

  .text-center-xs {
    text-align: center !important;
  }

  .text-justify-xs {
    text-align: justify !important;
  }

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

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

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

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

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

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

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

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

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

  .hidden-xs {
    display: none !important;
  }

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

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

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

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

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

  .flex-none-xs {
    flex: none !important;
  }

  .justify-xs > * {
    flex: 1 1 auto !important;
  }

  .items-center-xs {
    justify-content: center !important;
    align-items: center !important;
  }

  .items-top-center-xs {
    justify-content: center !important;
    align-items: flex-start !important;
  }

  .items-bottom-center-xs {
    justify-content: center !important;
    align-items: flex-end !important;
  }

  .items-start-center-xs {
    justify-content: flex-start !important;
    align-items: center !important;
  }

  .items-end-center-xs {
    justify-content: flex-end !important;
    align-items: center !important;
  }

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

  .gap-1-xs {
    gap: 0.125rem !important;
  }

  .gap-2-xs {
    gap: 0.25rem !important;
  }

  .gap-3-xs {
    gap: 0.375rem !important;
  }

  .gap-4-xs {
    gap: 0.5rem !important;
  }

  .gap-5-xs {
    gap: 0.625rem !important;
  }

  .gap-6-xs {
    gap: 0.75rem !important;
  }

  .gap-7-xs {
    gap: 1rem !important;
  }

  .gap-8-xs {
    gap: 1.25rem !important;
  }

  .gap-9-xs {
    gap: 1.5rem !important;
  }

  .gap-10-xs {
    gap: 2rem !important;
  }

  .gap-11-xs {
    gap: 2.5rem !important;
  }

  .gap-12-xs {
    gap: 3rem !important;
  }

  .gap-13-xs {
    gap: 3.5rem !important;
  }

  .gap-14-xs {
    gap: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-content-evenly-xs {
    align-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

  .align-self-auto-xs {
    align-self: auto !important;
  }
}
.bg-blue {
  --jq-bg-color: rgba(var(--jq-blue),var(--jq-bg-opacity));
  color: rgb(var(--jq-blue-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-blue-container {
  --jq-bg-color: rgba(var(--jq-blue),var(--jq-bg-container-opacity));
  color: var(--jq-blue-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-blue {
  border-color: rgba(var(--jq-blue), var(--jq-border-opacity)) !important;
}

.text-blue {
  color: rgba(var(--jq-blue-fore-color), var(--jq-text-opacity)) !important;
}

.bg-violet {
  --jq-bg-color: rgba(var(--jq-violet),var(--jq-bg-opacity));
  color: rgb(var(--jq-violet-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-violet-container {
  --jq-bg-color: rgba(var(--jq-violet),var(--jq-bg-container-opacity));
  color: var(--jq-violet-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-violet {
  border-color: rgba(var(--jq-violet), var(--jq-border-opacity)) !important;
}

.text-violet {
  color: rgba(var(--jq-violet-fore-color), var(--jq-text-opacity)) !important;
}

.bg-purple {
  --jq-bg-color: rgba(var(--jq-purple),var(--jq-bg-opacity));
  color: rgb(var(--jq-purple-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-purple-container {
  --jq-bg-color: rgba(var(--jq-purple),var(--jq-bg-container-opacity));
  color: var(--jq-purple-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-purple {
  border-color: rgba(var(--jq-purple), var(--jq-border-opacity)) !important;
}

.text-purple {
  color: rgba(var(--jq-purple-fore-color), var(--jq-text-opacity)) !important;
}

.bg-pink {
  --jq-bg-color: rgba(var(--jq-pink),var(--jq-bg-opacity));
  color: rgb(var(--jq-pink-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-pink-container {
  --jq-bg-color: rgba(var(--jq-pink),var(--jq-bg-container-opacity));
  color: var(--jq-pink-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-pink {
  border-color: rgba(var(--jq-pink), var(--jq-border-opacity)) !important;
}

.text-pink {
  color: rgba(var(--jq-pink-fore-color), var(--jq-text-opacity)) !important;
}

.bg-red {
  --jq-bg-color: rgba(var(--jq-red),var(--jq-bg-opacity));
  color: rgb(var(--jq-red-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-red-container {
  --jq-bg-color: rgba(var(--jq-red),var(--jq-bg-container-opacity));
  color: var(--jq-red-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-red {
  border-color: rgba(var(--jq-red), var(--jq-border-opacity)) !important;
}

.text-red {
  color: rgba(var(--jq-red-fore-color), var(--jq-text-opacity)) !important;
}

.bg-orange {
  --jq-bg-color: rgba(var(--jq-orange),var(--jq-bg-opacity));
  color: rgb(var(--jq-orange-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-orange-container {
  --jq-bg-color: rgba(var(--jq-orange),var(--jq-bg-container-opacity));
  color: var(--jq-orange-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-orange {
  border-color: rgba(var(--jq-orange), var(--jq-border-opacity)) !important;
}

.text-orange {
  color: rgba(var(--jq-orange-fore-color), var(--jq-text-opacity)) !important;
}

.bg-yellow {
  --jq-bg-color: rgba(var(--jq-yellow),var(--jq-bg-opacity));
  color: rgb(var(--jq-yellow-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-yellow-container {
  --jq-bg-color: rgba(var(--jq-yellow),var(--jq-bg-container-opacity));
  color: var(--jq-yellow-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-yellow {
  border-color: rgba(var(--jq-yellow), var(--jq-border-opacity)) !important;
}

.text-yellow {
  color: rgba(var(--jq-yellow-fore-color), var(--jq-text-opacity)) !important;
}

.bg-olive {
  --jq-bg-color: rgba(var(--jq-olive),var(--jq-bg-opacity));
  color: rgb(var(--jq-olive-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-olive-container {
  --jq-bg-color: rgba(var(--jq-olive),var(--jq-bg-container-opacity));
  color: var(--jq-olive-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-olive {
  border-color: rgba(var(--jq-olive), var(--jq-border-opacity)) !important;
}

.text-olive {
  color: rgba(var(--jq-olive-fore-color), var(--jq-text-opacity)) !important;
}

.bg-green {
  --jq-bg-color: rgba(var(--jq-green),var(--jq-bg-opacity));
  color: rgb(var(--jq-green-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-green-container {
  --jq-bg-color: rgba(var(--jq-green),var(--jq-bg-container-opacity));
  color: var(--jq-green-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-green {
  border-color: rgba(var(--jq-green), var(--jq-border-opacity)) !important;
}

.text-green {
  color: rgba(var(--jq-green-fore-color), var(--jq-text-opacity)) !important;
}

.bg-teal {
  --jq-bg-color: rgba(var(--jq-teal),var(--jq-bg-opacity));
  color: rgb(var(--jq-teal-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-teal-container {
  --jq-bg-color: rgba(var(--jq-teal),var(--jq-bg-container-opacity));
  color: var(--jq-teal-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-teal {
  border-color: rgba(var(--jq-teal), var(--jq-border-opacity)) !important;
}

.text-teal {
  color: rgba(var(--jq-teal-fore-color), var(--jq-text-opacity)) !important;
}

.bg-cyan {
  --jq-bg-color: rgba(var(--jq-cyan),var(--jq-bg-opacity));
  color: rgb(var(--jq-cyan-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-cyan-container {
  --jq-bg-color: rgba(var(--jq-cyan),var(--jq-bg-container-opacity));
  color: var(--jq-cyan-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-cyan {
  border-color: rgba(var(--jq-cyan), var(--jq-border-opacity)) !important;
}

.text-cyan {
  color: rgba(var(--jq-cyan-fore-color), var(--jq-text-opacity)) !important;
}

.bg-white {
  --jq-bg-color: rgba(var(--jq-white),var(--jq-bg-opacity));
  color: rgb(var(--jq-white-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-white-container {
  --jq-bg-color: rgba(var(--jq-white),var(--jq-bg-container-opacity));
  color: var(--jq-white-container-text);
  background-color: var(--jq-bg-color) !important;
}

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

.text-white {
  color: rgba(var(--jq-white-fore-color), var(--jq-text-opacity)) !important;
}

.bg-gray {
  --jq-bg-color: rgba(var(--jq-gray),var(--jq-bg-opacity));
  color: rgb(var(--jq-gray-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-gray-container {
  --jq-bg-color: rgba(var(--jq-gray),var(--jq-bg-container-opacity));
  color: var(--jq-gray-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-gray {
  border-color: rgba(var(--jq-gray), var(--jq-border-opacity)) !important;
}

.text-gray {
  color: rgba(var(--jq-gray-fore-color), var(--jq-text-opacity)) !important;
}

.bg-primary {
  --jq-bg-color: rgba(var(--jq-primary),var(--jq-bg-opacity));
  color: rgb(var(--jq-primary-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-primary-container {
  --jq-bg-color: rgba(var(--jq-primary),var(--jq-bg-container-opacity));
  color: var(--jq-primary-container-text);
  background-color: var(--jq-bg-color) !important;
}

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

.text-primary {
  color: rgba(var(--jq-primary-fore-color), var(--jq-text-opacity)) !important;
}

.bg-secondary {
  --jq-bg-color: rgba(var(--jq-secondary),var(--jq-bg-opacity));
  color: rgb(var(--jq-secondary-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-secondary-container {
  --jq-bg-color: rgba(var(--jq-secondary),var(--jq-bg-container-opacity));
  color: var(--jq-secondary-container-text);
  background-color: var(--jq-bg-color) !important;
}

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

.text-secondary {
  color: rgba(var(--jq-secondary-fore-color), var(--jq-text-opacity)) !important;
}

.bg-warning {
  --jq-bg-color: rgba(var(--jq-warning),var(--jq-bg-opacity));
  color: rgb(var(--jq-warning-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-warning-container {
  --jq-bg-color: rgba(var(--jq-warning),var(--jq-bg-container-opacity));
  color: var(--jq-warning-container-text);
  background-color: var(--jq-bg-color) !important;
}

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

.text-warning {
  color: rgba(var(--jq-warning-fore-color), var(--jq-text-opacity)) !important;
}

.bg-success {
  --jq-bg-color: rgba(var(--jq-success),var(--jq-bg-opacity));
  color: rgb(var(--jq-success-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-success-container {
  --jq-bg-color: rgba(var(--jq-success),var(--jq-bg-container-opacity));
  color: var(--jq-success-container-text);
  background-color: var(--jq-bg-color) !important;
}

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

.text-success {
  color: rgba(var(--jq-success-fore-color), var(--jq-text-opacity)) !important;
}

.bg-error {
  --jq-bg-color: rgba(var(--jq-error),var(--jq-bg-opacity));
  color: rgb(var(--jq-error-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-error-container {
  --jq-bg-color: rgba(var(--jq-error),var(--jq-bg-container-opacity));
  color: var(--jq-error-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-error {
  border-color: rgba(var(--jq-error), var(--jq-border-opacity)) !important;
}

.text-error {
  color: rgba(var(--jq-error-fore-color), var(--jq-text-opacity)) !important;
}

.bg-info {
  --jq-bg-color: rgba(var(--jq-info),var(--jq-bg-opacity));
  color: rgb(var(--jq-info-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-info-container {
  --jq-bg-color: rgba(var(--jq-info),var(--jq-bg-container-opacity));
  color: var(--jq-info-container-text);
  background-color: var(--jq-bg-color) !important;
}

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

.text-info {
  color: rgba(var(--jq-info-fore-color), var(--jq-text-opacity)) !important;
}

.bg-dark {
  --jq-bg-color: rgba(var(--jq-dark),var(--jq-bg-opacity));
  color: rgb(var(--jq-dark-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-dark-container {
  --jq-bg-color: rgba(var(--jq-dark),var(--jq-bg-container-opacity));
  color: var(--jq-dark-container-text);
  background-color: var(--jq-bg-color) !important;
}

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

.text-dark {
  color: rgba(var(--jq-dark-fore-color), var(--jq-text-opacity)) !important;
}

.bg-light {
  --jq-bg-color: rgba(var(--jq-light),var(--jq-bg-opacity));
  color: rgb(var(--jq-light-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-light-container {
  --jq-bg-color: rgba(var(--jq-light),var(--jq-bg-container-opacity));
  color: var(--jq-light-container-text);
  background-color: var(--jq-bg-color) !important;
}

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

.text-light {
  color: rgba(var(--jq-light-fore-color), var(--jq-text-opacity)) !important;
}

.bg-black {
  --jq-bg-color: rgba(var(--jq-black),var(--jq-bg-opacity));
  color: rgb(var(--jq-black-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-black-container {
  --jq-bg-color: rgba(var(--jq-black),var(--jq-bg-container-opacity));
  color: var(--jq-black-container-text);
  background-color: var(--jq-bg-color) !important;
}

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

.text-black {
  color: rgba(var(--jq-black-fore-color), var(--jq-text-opacity)) !important;
}

.bg-paper-overlay {
  background-color: var(--jq-paper-overlay-color) !important;
}

.bg-color {
  background-color: var(--jq-back-color) !important;
}

.bg-paper {
  background-color: var(--jq-paper-color) !important;
}

.bg-none {
  background: none !important;
}

.text-color {
  color: rgba(var(--jq-text-color), var(--jq-text-opacity)) !important;
}

.text-link {
  color: rgba(var(--jq-text-link), var(--jq-text-opacity)) !important;
}

.text-heading {
  color: rgba(var(--jq-text-heading), var(--jq-text-opacity)) !important;
}

.text-helper {
  color: rgba(var(--jq-text-helper), var(--jq-text-opacity)) !important;
}

.text-code {
  color: rgba(var(--jq-text-code), var(--jq-text-opacity)) !important;
}

.text-mute {
  color: rgba(var(--jq-text-mute), var(--jq-text-opacity)) !important;
}

.bg-opacity-0 {
  --jq-bg-opacity: 0;
}

.bg-opacity-5 {
  --jq-bg-opacity: 0.05;
}

.bg-opacity-10 {
  --jq-bg-opacity: 0.1;
}

.bg-opacity-20 {
  --jq-bg-opacity: 0.2;
}

.bg-opacity-30 {
  --jq-bg-opacity: 0.3;
}

.bg-opacity-40 {
  --jq-bg-opacity: 0.4;
}

.bg-opacity-50 {
  --jq-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --jq-bg-opacity: 0.6;
}

.bg-opacity-70 {
  --jq-bg-opacity: 0.7;
}

.bg-opacity-80 {
  --jq-bg-opacity: 0.8;
}

.bg-opacity-90 {
  --jq-bg-opacity: 0.9;
}

.bg-opacity-100 {
  --jq-bg-opacity: 1;
}

.elevation-0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.elevation-1 {
  box-shadow: 0px 2px 1px -1px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 1px 1px 0px   rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 1px 3px 0px  rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-2 {
  box-shadow: 0px 3px 1px -2px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 2px 2px 0px   rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 1px 5px 0px  rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-3 {
  box-shadow: 0px 3px 3px -2px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 3px 4px 0px   rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 1px 8px 0px  rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-4 {
  box-shadow: 0px 2px 4px -1px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 4px 5px 0px   rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 1px 10px 0px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-5 {
  box-shadow: 0px 3px 5px -1px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 5px 8px 0px   rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 1px 14px 0px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-6 {
  box-shadow: 0px 3px 5px -1px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 6px 10px 0px  rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 1px 18px 0px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-7 {
  box-shadow: 0px 4px 5px -2px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 7px 10px 1px  rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 2px 16px 1px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-8 {
  box-shadow: 0px 5px 5px -3px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 8px 10px 1px  rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 3px 14px 2px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-9 {
  box-shadow: 0px 5px 6px -3px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 9px 12px 1px  rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 3px 16px 2px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-10 {
  box-shadow: 0px 6px 6px -3px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 10px 14px 1px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 4px 18px 3px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-11 {
  box-shadow: 0px 6px 7px -4px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 11px 15px 1px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 4px 20px 3px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-12 {
  box-shadow: 0px 7px 8px -4px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 12px 17px 2px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 5px 22px 4px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-13 {
  box-shadow: 0px 7px 8px -4px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 13px 19px 2px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 5px 24px 4px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-14 {
  box-shadow: 0px 7px 9px -4px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 14px 21px 2px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 5px 26px 4px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-15 {
  box-shadow: 0px 8px 9px -5px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 15px 22px 2px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 6px 28px 5px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-16 {
  box-shadow: 0px 8px 10px -5px  rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 16px 24px 2px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 6px 30px 5px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-17 {
  box-shadow: 0px 8px 11px -5px  rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 17px 26px 2px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 6px 32px 5px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-18 {
  box-shadow: 0px 9px 11px -5px  rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 18px 28px 2px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 7px 34px 6px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-19 {
  box-shadow: 0px 9px 12px -6px  rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 19px 29px 2px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 7px 36px 6px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 20px 31px 3px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 8px 38px 7px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 21px 33px 3px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 8px 40px 7px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 22px 35px 3px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 8px 42px 7px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 23px 36px 3px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 9px 44px 8px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 24px 38px 3px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 9px 46px 8px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

/*# sourceMappingURL=jqarta-lite.css.map */
