@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #31b7ac;
  text-decoration: underline;
}
a:hover {
  color: #27928a;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #1c1e1f;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #54585b;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #54585b;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #f5fafc;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #54585b;
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1220px;
  }
}
@media (min-width: 1250px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1250px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 0.25rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 0.25rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 0.3125rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 0.3125rem;
}
.g-10,
.gx-10 {
  --bs-gutter-x: 0.625rem;
}
.g-10,
.gy-10 {
  --bs-gutter-y: 0.625rem;
}
.g-15,
.gx-15 {
  --bs-gutter-x: 0.9375rem;
}
.g-15,
.gy-15 {
  --bs-gutter-y: 0.9375rem;
}
.g-16,
.gx-16 {
  --bs-gutter-x: 1rem;
}
.g-16,
.gy-16 {
  --bs-gutter-y: 1rem;
}
.g-20,
.gx-20 {
  --bs-gutter-x: 1.25rem;
}
.g-20,
.gy-20 {
  --bs-gutter-y: 1.25rem;
}
.g-25,
.gx-25 {
  --bs-gutter-x: 1.5625rem;
}
.g-25,
.gy-25 {
  --bs-gutter-y: 1.5625rem;
}
.g-30,
.gx-30 {
  --bs-gutter-x: 1.875rem;
}
.g-30,
.gy-30 {
  --bs-gutter-y: 1.875rem;
}
.g-32,
.gx-32 {
  --bs-gutter-x: 2rem;
}
.g-32,
.gy-32 {
  --bs-gutter-y: 2rem;
}
.g-35,
.gx-35 {
  --bs-gutter-x: 2.1875rem;
}
.g-35,
.gy-35 {
  --bs-gutter-y: 2.1875rem;
}
.g-40,
.gx-40 {
  --bs-gutter-x: 2.5rem;
}
.g-40,
.gy-40 {
  --bs-gutter-y: 2.5rem;
}
.g-45,
.gx-45 {
  --bs-gutter-x: 2.8125rem;
}
.g-45,
.gy-45 {
  --bs-gutter-y: 2.8125rem;
}
.g-50,
.gx-50 {
  --bs-gutter-x: 3.125rem;
}
.g-50,
.gy-50 {
  --bs-gutter-y: 3.125rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 0.3125rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 0.3125rem;
  }

  .g-sm-10,
.gx-sm-10 {
    --bs-gutter-x: 0.625rem;
  }

  .g-sm-10,
.gy-sm-10 {
    --bs-gutter-y: 0.625rem;
  }

  .g-sm-15,
.gx-sm-15 {
    --bs-gutter-x: 0.9375rem;
  }

  .g-sm-15,
.gy-sm-15 {
    --bs-gutter-y: 0.9375rem;
  }

  .g-sm-16,
.gx-sm-16 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-16,
.gy-sm-16 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-20,
.gx-sm-20 {
    --bs-gutter-x: 1.25rem;
  }

  .g-sm-20,
.gy-sm-20 {
    --bs-gutter-y: 1.25rem;
  }

  .g-sm-25,
.gx-sm-25 {
    --bs-gutter-x: 1.5625rem;
  }

  .g-sm-25,
.gy-sm-25 {
    --bs-gutter-y: 1.5625rem;
  }

  .g-sm-30,
.gx-sm-30 {
    --bs-gutter-x: 1.875rem;
  }

  .g-sm-30,
.gy-sm-30 {
    --bs-gutter-y: 1.875rem;
  }

  .g-sm-32,
.gx-sm-32 {
    --bs-gutter-x: 2rem;
  }

  .g-sm-32,
.gy-sm-32 {
    --bs-gutter-y: 2rem;
  }

  .g-sm-35,
.gx-sm-35 {
    --bs-gutter-x: 2.1875rem;
  }

  .g-sm-35,
.gy-sm-35 {
    --bs-gutter-y: 2.1875rem;
  }

  .g-sm-40,
.gx-sm-40 {
    --bs-gutter-x: 2.5rem;
  }

  .g-sm-40,
.gy-sm-40 {
    --bs-gutter-y: 2.5rem;
  }

  .g-sm-45,
.gx-sm-45 {
    --bs-gutter-x: 2.8125rem;
  }

  .g-sm-45,
.gy-sm-45 {
    --bs-gutter-y: 2.8125rem;
  }

  .g-sm-50,
.gx-sm-50 {
    --bs-gutter-x: 3.125rem;
  }

  .g-sm-50,
.gy-sm-50 {
    --bs-gutter-y: 3.125rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 0.3125rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 0.3125rem;
  }

  .g-md-10,
.gx-md-10 {
    --bs-gutter-x: 0.625rem;
  }

  .g-md-10,
.gy-md-10 {
    --bs-gutter-y: 0.625rem;
  }

  .g-md-15,
.gx-md-15 {
    --bs-gutter-x: 0.9375rem;
  }

  .g-md-15,
.gy-md-15 {
    --bs-gutter-y: 0.9375rem;
  }

  .g-md-16,
.gx-md-16 {
    --bs-gutter-x: 1rem;
  }

  .g-md-16,
.gy-md-16 {
    --bs-gutter-y: 1rem;
  }

  .g-md-20,
.gx-md-20 {
    --bs-gutter-x: 1.25rem;
  }

  .g-md-20,
.gy-md-20 {
    --bs-gutter-y: 1.25rem;
  }

  .g-md-25,
.gx-md-25 {
    --bs-gutter-x: 1.5625rem;
  }

  .g-md-25,
.gy-md-25 {
    --bs-gutter-y: 1.5625rem;
  }

  .g-md-30,
.gx-md-30 {
    --bs-gutter-x: 1.875rem;
  }

  .g-md-30,
.gy-md-30 {
    --bs-gutter-y: 1.875rem;
  }

  .g-md-32,
.gx-md-32 {
    --bs-gutter-x: 2rem;
  }

  .g-md-32,
.gy-md-32 {
    --bs-gutter-y: 2rem;
  }

  .g-md-35,
.gx-md-35 {
    --bs-gutter-x: 2.1875rem;
  }

  .g-md-35,
.gy-md-35 {
    --bs-gutter-y: 2.1875rem;
  }

  .g-md-40,
.gx-md-40 {
    --bs-gutter-x: 2.5rem;
  }

  .g-md-40,
.gy-md-40 {
    --bs-gutter-y: 2.5rem;
  }

  .g-md-45,
.gx-md-45 {
    --bs-gutter-x: 2.8125rem;
  }

  .g-md-45,
.gy-md-45 {
    --bs-gutter-y: 2.8125rem;
  }

  .g-md-50,
.gx-md-50 {
    --bs-gutter-x: 3.125rem;
  }

  .g-md-50,
.gy-md-50 {
    --bs-gutter-y: 3.125rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 0.3125rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 0.3125rem;
  }

  .g-lg-10,
.gx-lg-10 {
    --bs-gutter-x: 0.625rem;
  }

  .g-lg-10,
.gy-lg-10 {
    --bs-gutter-y: 0.625rem;
  }

  .g-lg-15,
.gx-lg-15 {
    --bs-gutter-x: 0.9375rem;
  }

  .g-lg-15,
.gy-lg-15 {
    --bs-gutter-y: 0.9375rem;
  }

  .g-lg-16,
.gx-lg-16 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-16,
.gy-lg-16 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-20,
.gx-lg-20 {
    --bs-gutter-x: 1.25rem;
  }

  .g-lg-20,
.gy-lg-20 {
    --bs-gutter-y: 1.25rem;
  }

  .g-lg-25,
.gx-lg-25 {
    --bs-gutter-x: 1.5625rem;
  }

  .g-lg-25,
.gy-lg-25 {
    --bs-gutter-y: 1.5625rem;
  }

  .g-lg-30,
.gx-lg-30 {
    --bs-gutter-x: 1.875rem;
  }

  .g-lg-30,
.gy-lg-30 {
    --bs-gutter-y: 1.875rem;
  }

  .g-lg-32,
.gx-lg-32 {
    --bs-gutter-x: 2rem;
  }

  .g-lg-32,
.gy-lg-32 {
    --bs-gutter-y: 2rem;
  }

  .g-lg-35,
.gx-lg-35 {
    --bs-gutter-x: 2.1875rem;
  }

  .g-lg-35,
.gy-lg-35 {
    --bs-gutter-y: 2.1875rem;
  }

  .g-lg-40,
.gx-lg-40 {
    --bs-gutter-x: 2.5rem;
  }

  .g-lg-40,
.gy-lg-40 {
    --bs-gutter-y: 2.5rem;
  }

  .g-lg-45,
.gx-lg-45 {
    --bs-gutter-x: 2.8125rem;
  }

  .g-lg-45,
.gy-lg-45 {
    --bs-gutter-y: 2.8125rem;
  }

  .g-lg-50,
.gx-lg-50 {
    --bs-gutter-x: 3.125rem;
  }

  .g-lg-50,
.gy-lg-50 {
    --bs-gutter-y: 3.125rem;
  }
}
@media (min-width: 1250px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 0.3125rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 0.3125rem;
  }

  .g-xl-10,
.gx-xl-10 {
    --bs-gutter-x: 0.625rem;
  }

  .g-xl-10,
.gy-xl-10 {
    --bs-gutter-y: 0.625rem;
  }

  .g-xl-15,
.gx-xl-15 {
    --bs-gutter-x: 0.9375rem;
  }

  .g-xl-15,
.gy-xl-15 {
    --bs-gutter-y: 0.9375rem;
  }

  .g-xl-16,
.gx-xl-16 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-16,
.gy-xl-16 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-20,
.gx-xl-20 {
    --bs-gutter-x: 1.25rem;
  }

  .g-xl-20,
.gy-xl-20 {
    --bs-gutter-y: 1.25rem;
  }

  .g-xl-25,
.gx-xl-25 {
    --bs-gutter-x: 1.5625rem;
  }

  .g-xl-25,
.gy-xl-25 {
    --bs-gutter-y: 1.5625rem;
  }

  .g-xl-30,
.gx-xl-30 {
    --bs-gutter-x: 1.875rem;
  }

  .g-xl-30,
.gy-xl-30 {
    --bs-gutter-y: 1.875rem;
  }

  .g-xl-32,
.gx-xl-32 {
    --bs-gutter-x: 2rem;
  }

  .g-xl-32,
.gy-xl-32 {
    --bs-gutter-y: 2rem;
  }

  .g-xl-35,
.gx-xl-35 {
    --bs-gutter-x: 2.1875rem;
  }

  .g-xl-35,
.gy-xl-35 {
    --bs-gutter-y: 2.1875rem;
  }

  .g-xl-40,
.gx-xl-40 {
    --bs-gutter-x: 2.5rem;
  }

  .g-xl-40,
.gy-xl-40 {
    --bs-gutter-y: 2.5rem;
  }

  .g-xl-45,
.gx-xl-45 {
    --bs-gutter-x: 2.8125rem;
  }

  .g-xl-45,
.gy-xl-45 {
    --bs-gutter-y: 2.8125rem;
  }

  .g-xl-50,
.gx-xl-50 {
    --bs-gutter-x: 3.125rem;
  }

  .g-xl-50,
.gy-xl-50 {
    --bs-gutter-y: 3.125rem;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #54585b;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1c1e1f;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #1c1e1f;
  background-color: #fff;
  border-color: #98dbd6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(49, 183, 172, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #54585b;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #54585b;
  opacity: 1;
}
.form-control::placeholder {
  color: #54585b;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #1c1e1f;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #1c1e1f;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #1c1e1f;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #1c1e1f;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1c1e1f;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #98dbd6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(49, 183, 172, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1c1e1f;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #98dbd6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(49, 183, 172, 0.25);
}
.form-check-input:checked {
  background-color: #31b7ac;
  border-color: #31b7ac;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #31b7ac;
  border-color: #31b7ac;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2398dbd6'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(49, 183, 172, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(49, 183, 172, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #31b7ac;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c1e9e6;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #f5fafc;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #31b7ac;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c1e9e6;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #f5fafc;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1c1e1f;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #31b7ac;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000000;
  background-color: rgba(49, 183, 172, 0.9);
  border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #31b7ac;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2331b7ac' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #31b7ac;
  box-shadow: 0 0 0 0.25rem rgba(49, 183, 172, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #31b7ac;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2331b7ac' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #31b7ac;
  box-shadow: 0 0 0 0.25rem rgba(49, 183, 172, 0.25);
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #31b7ac;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #31b7ac;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 183, 172, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #31b7ac;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #1d6e67;
  background-color: #d6f1ee;
  border-color: #c1e9e6;
}
.alert-primary .alert-link {
  color: #175852;
}
.alert-secondary {
  color: #665800;
  background-color: #fff8cc;
  border-color: #fff4b3;
}
.alert-secondary .alert-link {
  color: #524600;
}
.alert-success {
  color: #1d6e67;
  background-color: #d6f1ee;
  border-color: #c1e9e6;
}
.alert-success .alert-link {
  color: #175852;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #665800;
  background-color: #fff8cc;
  border-color: #fff4b3;
}
.alert-warning .alert-link {
  color: #524600;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  color: #111213;
  background-color: #d2d2d2;
  border-color: #bbbcbc;
}
.alert-dark .alert-link {
  color: #0e0e0f;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #31b7ac;
}
.link-primary:hover, .link-primary:focus {
  color: #5ac5bd;
}
.link-secondary {
  color: #ffdb00;
}
.link-secondary:hover, .link-secondary:focus {
  color: #ffe233;
}
.link-success {
  color: #31b7ac;
}
.link-success:hover, .link-success:focus {
  color: #5ac5bd;
}
.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}
.link-warning {
  color: #ffdb00;
}
.link-warning:hover, .link-warning:focus {
  color: #ffe233;
}
.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}
.link-dark {
  color: #1c1e1f;
}
.link-dark:hover, .link-dark:focus {
  color: #161819;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1250px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #f5fafc !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #f5fafc !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #f5fafc !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #f5fafc !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #f5fafc !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #31b7ac !important;
}
.border-secondary {
  border-color: #ffdb00 !important;
}
.border-success {
  border-color: #31b7ac !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffdb00 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #1c1e1f !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-4 {
  gap: 0.25rem !important;
}
.gap-5 {
  gap: 0.3125rem !important;
}
.gap-10 {
  gap: 0.625rem !important;
}
.gap-15 {
  gap: 0.9375rem !important;
}
.gap-16 {
  gap: 1rem !important;
}
.gap-20 {
  gap: 1.25rem !important;
}
.gap-25 {
  gap: 1.5625rem !important;
}
.gap-30 {
  gap: 1.875rem !important;
}
.gap-32 {
  gap: 2rem !important;
}
.gap-35 {
  gap: 2.1875rem !important;
}
.gap-40 {
  gap: 2.5rem !important;
}
.gap-45 {
  gap: 2.8125rem !important;
}
.gap-50 {
  gap: 3.125rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-4 {
  margin: 0.25rem !important;
}
.m-5 {
  margin: 0.3125rem !important;
}
.m-10 {
  margin: 0.625rem !important;
}
.m-15 {
  margin: 0.9375rem !important;
}
.m-16 {
  margin: 1rem !important;
}
.m-20 {
  margin: 1.25rem !important;
}
.m-25 {
  margin: 1.5625rem !important;
}
.m-30 {
  margin: 1.875rem !important;
}
.m-32 {
  margin: 2rem !important;
}
.m-35 {
  margin: 2.1875rem !important;
}
.m-40 {
  margin: 2.5rem !important;
}
.m-45 {
  margin: 2.8125rem !important;
}
.m-50 {
  margin: 3.125rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-4 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-5 {
  margin-right: 0.3125rem !important;
  margin-left: 0.3125rem !important;
}
.mx-10 {
  margin-right: 0.625rem !important;
  margin-left: 0.625rem !important;
}
.mx-15 {
  margin-right: 0.9375rem !important;
  margin-left: 0.9375rem !important;
}
.mx-16 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-20 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}
.mx-25 {
  margin-right: 1.5625rem !important;
  margin-left: 1.5625rem !important;
}
.mx-30 {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important;
}
.mx-32 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
.mx-35 {
  margin-right: 2.1875rem !important;
  margin-left: 2.1875rem !important;
}
.mx-40 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}
.mx-45 {
  margin-right: 2.8125rem !important;
  margin-left: 2.8125rem !important;
}
.mx-50 {
  margin-right: 3.125rem !important;
  margin-left: 3.125rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-4 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-5 {
  margin-top: 0.3125rem !important;
  margin-bottom: 0.3125rem !important;
}
.my-10 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}
.my-15 {
  margin-top: 0.9375rem !important;
  margin-bottom: 0.9375rem !important;
}
.my-16 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-20 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-25 {
  margin-top: 1.5625rem !important;
  margin-bottom: 1.5625rem !important;
}
.my-30 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}
.my-32 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-35 {
  margin-top: 2.1875rem !important;
  margin-bottom: 2.1875rem !important;
}
.my-40 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-45 {
  margin-top: 2.8125rem !important;
  margin-bottom: 2.8125rem !important;
}
.my-50 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-4 {
  margin-top: 0.25rem !important;
}
.mt-5 {
  margin-top: 0.3125rem !important;
}
.mt-10 {
  margin-top: 0.625rem !important;
}
.mt-15 {
  margin-top: 0.9375rem !important;
}
.mt-16 {
  margin-top: 1rem !important;
}
.mt-20 {
  margin-top: 1.25rem !important;
}
.mt-25 {
  margin-top: 1.5625rem !important;
}
.mt-30 {
  margin-top: 1.875rem !important;
}
.mt-32 {
  margin-top: 2rem !important;
}
.mt-35 {
  margin-top: 2.1875rem !important;
}
.mt-40 {
  margin-top: 2.5rem !important;
}
.mt-45 {
  margin-top: 2.8125rem !important;
}
.mt-50 {
  margin-top: 3.125rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-4 {
  margin-right: 0.25rem !important;
}
.me-5 {
  margin-right: 0.3125rem !important;
}
.me-10 {
  margin-right: 0.625rem !important;
}
.me-15 {
  margin-right: 0.9375rem !important;
}
.me-16 {
  margin-right: 1rem !important;
}
.me-20 {
  margin-right: 1.25rem !important;
}
.me-25 {
  margin-right: 1.5625rem !important;
}
.me-30 {
  margin-right: 1.875rem !important;
}
.me-32 {
  margin-right: 2rem !important;
}
.me-35 {
  margin-right: 2.1875rem !important;
}
.me-40 {
  margin-right: 2.5rem !important;
}
.me-45 {
  margin-right: 2.8125rem !important;
}
.me-50 {
  margin-right: 3.125rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-4 {
  margin-bottom: 0.25rem !important;
}
.mb-5 {
  margin-bottom: 0.3125rem !important;
}
.mb-10 {
  margin-bottom: 0.625rem !important;
}
.mb-15 {
  margin-bottom: 0.9375rem !important;
}
.mb-16 {
  margin-bottom: 1rem !important;
}
.mb-20 {
  margin-bottom: 1.25rem !important;
}
.mb-25 {
  margin-bottom: 1.5625rem !important;
}
.mb-30 {
  margin-bottom: 1.875rem !important;
}
.mb-32 {
  margin-bottom: 2rem !important;
}
.mb-35 {
  margin-bottom: 2.1875rem !important;
}
.mb-40 {
  margin-bottom: 2.5rem !important;
}
.mb-45 {
  margin-bottom: 2.8125rem !important;
}
.mb-50 {
  margin-bottom: 3.125rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-4 {
  margin-left: 0.25rem !important;
}
.ms-5 {
  margin-left: 0.3125rem !important;
}
.ms-10 {
  margin-left: 0.625rem !important;
}
.ms-15 {
  margin-left: 0.9375rem !important;
}
.ms-16 {
  margin-left: 1rem !important;
}
.ms-20 {
  margin-left: 1.25rem !important;
}
.ms-25 {
  margin-left: 1.5625rem !important;
}
.ms-30 {
  margin-left: 1.875rem !important;
}
.ms-32 {
  margin-left: 2rem !important;
}
.ms-35 {
  margin-left: 2.1875rem !important;
}
.ms-40 {
  margin-left: 2.5rem !important;
}
.ms-45 {
  margin-left: 2.8125rem !important;
}
.ms-50 {
  margin-left: 3.125rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-4 {
  padding: 0.25rem !important;
}
.p-5 {
  padding: 0.3125rem !important;
}
.p-10 {
  padding: 0.625rem !important;
}
.p-15 {
  padding: 0.9375rem !important;
}
.p-16 {
  padding: 1rem !important;
}
.p-20 {
  padding: 1.25rem !important;
}
.p-25 {
  padding: 1.5625rem !important;
}
.p-30 {
  padding: 1.875rem !important;
}
.p-32 {
  padding: 2rem !important;
}
.p-35 {
  padding: 2.1875rem !important;
}
.p-40 {
  padding: 2.5rem !important;
}
.p-45 {
  padding: 2.8125rem !important;
}
.p-50 {
  padding: 3.125rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-4 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-5 {
  padding-right: 0.3125rem !important;
  padding-left: 0.3125rem !important;
}
.px-10 {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}
.px-15 {
  padding-right: 0.9375rem !important;
  padding-left: 0.9375rem !important;
}
.px-16 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-20 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}
.px-25 {
  padding-right: 1.5625rem !important;
  padding-left: 1.5625rem !important;
}
.px-30 {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
}
.px-32 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.px-35 {
  padding-right: 2.1875rem !important;
  padding-left: 2.1875rem !important;
}
.px-40 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}
.px-45 {
  padding-right: 2.8125rem !important;
  padding-left: 2.8125rem !important;
}
.px-50 {
  padding-right: 3.125rem !important;
  padding-left: 3.125rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-4 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-5 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}
.py-10 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.py-15 {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
}
.py-16 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-25 {
  padding-top: 1.5625rem !important;
  padding-bottom: 1.5625rem !important;
}
.py-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}
.py-32 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-35 {
  padding-top: 2.1875rem !important;
  padding-bottom: 2.1875rem !important;
}
.py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-45 {
  padding-top: 2.8125rem !important;
  padding-bottom: 2.8125rem !important;
}
.py-50 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-4 {
  padding-top: 0.25rem !important;
}
.pt-5 {
  padding-top: 0.3125rem !important;
}
.pt-10 {
  padding-top: 0.625rem !important;
}
.pt-15 {
  padding-top: 0.9375rem !important;
}
.pt-16 {
  padding-top: 1rem !important;
}
.pt-20 {
  padding-top: 1.25rem !important;
}
.pt-25 {
  padding-top: 1.5625rem !important;
}
.pt-30 {
  padding-top: 1.875rem !important;
}
.pt-32 {
  padding-top: 2rem !important;
}
.pt-35 {
  padding-top: 2.1875rem !important;
}
.pt-40 {
  padding-top: 2.5rem !important;
}
.pt-45 {
  padding-top: 2.8125rem !important;
}
.pt-50 {
  padding-top: 3.125rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-4 {
  padding-right: 0.25rem !important;
}
.pe-5 {
  padding-right: 0.3125rem !important;
}
.pe-10 {
  padding-right: 0.625rem !important;
}
.pe-15 {
  padding-right: 0.9375rem !important;
}
.pe-16 {
  padding-right: 1rem !important;
}
.pe-20 {
  padding-right: 1.25rem !important;
}
.pe-25 {
  padding-right: 1.5625rem !important;
}
.pe-30 {
  padding-right: 1.875rem !important;
}
.pe-32 {
  padding-right: 2rem !important;
}
.pe-35 {
  padding-right: 2.1875rem !important;
}
.pe-40 {
  padding-right: 2.5rem !important;
}
.pe-45 {
  padding-right: 2.8125rem !important;
}
.pe-50 {
  padding-right: 3.125rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-4 {
  padding-bottom: 0.25rem !important;
}
.pb-5 {
  padding-bottom: 0.3125rem !important;
}
.pb-10 {
  padding-bottom: 0.625rem !important;
}
.pb-15 {
  padding-bottom: 0.9375rem !important;
}
.pb-16 {
  padding-bottom: 1rem !important;
}
.pb-20 {
  padding-bottom: 1.25rem !important;
}
.pb-25 {
  padding-bottom: 1.5625rem !important;
}
.pb-30 {
  padding-bottom: 1.875rem !important;
}
.pb-32 {
  padding-bottom: 2rem !important;
}
.pb-35 {
  padding-bottom: 2.1875rem !important;
}
.pb-40 {
  padding-bottom: 2.5rem !important;
}
.pb-45 {
  padding-bottom: 2.8125rem !important;
}
.pb-50 {
  padding-bottom: 3.125rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-4 {
  padding-left: 0.25rem !important;
}
.ps-5 {
  padding-left: 0.3125rem !important;
}
.ps-10 {
  padding-left: 0.625rem !important;
}
.ps-15 {
  padding-left: 0.9375rem !important;
}
.ps-16 {
  padding-left: 1rem !important;
}
.ps-20 {
  padding-left: 1.25rem !important;
}
.ps-25 {
  padding-left: 1.5625rem !important;
}
.ps-30 {
  padding-left: 1.875rem !important;
}
.ps-32 {
  padding-left: 2rem !important;
}
.ps-35 {
  padding-left: 2.1875rem !important;
}
.ps-40 {
  padding-left: 2.5rem !important;
}
.ps-45 {
  padding-left: 2.8125rem !important;
}
.ps-50 {
  padding-left: 3.125rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #54585b !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-4 {
    gap: 0.25rem !important;
  }

  .gap-sm-5 {
    gap: 0.3125rem !important;
  }

  .gap-sm-10 {
    gap: 0.625rem !important;
  }

  .gap-sm-15 {
    gap: 0.9375rem !important;
  }

  .gap-sm-16 {
    gap: 1rem !important;
  }

  .gap-sm-20 {
    gap: 1.25rem !important;
  }

  .gap-sm-25 {
    gap: 1.5625rem !important;
  }

  .gap-sm-30 {
    gap: 1.875rem !important;
  }

  .gap-sm-32 {
    gap: 2rem !important;
  }

  .gap-sm-35 {
    gap: 2.1875rem !important;
  }

  .gap-sm-40 {
    gap: 2.5rem !important;
  }

  .gap-sm-45 {
    gap: 2.8125rem !important;
  }

  .gap-sm-50 {
    gap: 3.125rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-4 {
    margin: 0.25rem !important;
  }

  .m-sm-5 {
    margin: 0.3125rem !important;
  }

  .m-sm-10 {
    margin: 0.625rem !important;
  }

  .m-sm-15 {
    margin: 0.9375rem !important;
  }

  .m-sm-16 {
    margin: 1rem !important;
  }

  .m-sm-20 {
    margin: 1.25rem !important;
  }

  .m-sm-25 {
    margin: 1.5625rem !important;
  }

  .m-sm-30 {
    margin: 1.875rem !important;
  }

  .m-sm-32 {
    margin: 2rem !important;
  }

  .m-sm-35 {
    margin: 2.1875rem !important;
  }

  .m-sm-40 {
    margin: 2.5rem !important;
  }

  .m-sm-45 {
    margin: 2.8125rem !important;
  }

  .m-sm-50 {
    margin: 3.125rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-4 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }

  .mx-sm-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }

  .mx-sm-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }

  .mx-sm-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-sm-25 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }

  .mx-sm-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }

  .mx-sm-32 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-sm-35 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important;
  }

  .mx-sm-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-sm-45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }

  .mx-sm-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }

  .my-sm-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .my-sm-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }

  .my-sm-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-sm-25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }

  .my-sm-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .my-sm-32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-sm-35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }

  .my-sm-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-sm-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }

  .my-sm-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-4 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-5 {
    margin-top: 0.3125rem !important;
  }

  .mt-sm-10 {
    margin-top: 0.625rem !important;
  }

  .mt-sm-15 {
    margin-top: 0.9375rem !important;
  }

  .mt-sm-16 {
    margin-top: 1rem !important;
  }

  .mt-sm-20 {
    margin-top: 1.25rem !important;
  }

  .mt-sm-25 {
    margin-top: 1.5625rem !important;
  }

  .mt-sm-30 {
    margin-top: 1.875rem !important;
  }

  .mt-sm-32 {
    margin-top: 2rem !important;
  }

  .mt-sm-35 {
    margin-top: 2.1875rem !important;
  }

  .mt-sm-40 {
    margin-top: 2.5rem !important;
  }

  .mt-sm-45 {
    margin-top: 2.8125rem !important;
  }

  .mt-sm-50 {
    margin-top: 3.125rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-4 {
    margin-right: 0.25rem !important;
  }

  .me-sm-5 {
    margin-right: 0.3125rem !important;
  }

  .me-sm-10 {
    margin-right: 0.625rem !important;
  }

  .me-sm-15 {
    margin-right: 0.9375rem !important;
  }

  .me-sm-16 {
    margin-right: 1rem !important;
  }

  .me-sm-20 {
    margin-right: 1.25rem !important;
  }

  .me-sm-25 {
    margin-right: 1.5625rem !important;
  }

  .me-sm-30 {
    margin-right: 1.875rem !important;
  }

  .me-sm-32 {
    margin-right: 2rem !important;
  }

  .me-sm-35 {
    margin-right: 2.1875rem !important;
  }

  .me-sm-40 {
    margin-right: 2.5rem !important;
  }

  .me-sm-45 {
    margin-right: 2.8125rem !important;
  }

  .me-sm-50 {
    margin-right: 3.125rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-4 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 0.3125rem !important;
  }

  .mb-sm-10 {
    margin-bottom: 0.625rem !important;
  }

  .mb-sm-15 {
    margin-bottom: 0.9375rem !important;
  }

  .mb-sm-16 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-20 {
    margin-bottom: 1.25rem !important;
  }

  .mb-sm-25 {
    margin-bottom: 1.5625rem !important;
  }

  .mb-sm-30 {
    margin-bottom: 1.875rem !important;
  }

  .mb-sm-32 {
    margin-bottom: 2rem !important;
  }

  .mb-sm-35 {
    margin-bottom: 2.1875rem !important;
  }

  .mb-sm-40 {
    margin-bottom: 2.5rem !important;
  }

  .mb-sm-45 {
    margin-bottom: 2.8125rem !important;
  }

  .mb-sm-50 {
    margin-bottom: 3.125rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-4 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-5 {
    margin-left: 0.3125rem !important;
  }

  .ms-sm-10 {
    margin-left: 0.625rem !important;
  }

  .ms-sm-15 {
    margin-left: 0.9375rem !important;
  }

  .ms-sm-16 {
    margin-left: 1rem !important;
  }

  .ms-sm-20 {
    margin-left: 1.25rem !important;
  }

  .ms-sm-25 {
    margin-left: 1.5625rem !important;
  }

  .ms-sm-30 {
    margin-left: 1.875rem !important;
  }

  .ms-sm-32 {
    margin-left: 2rem !important;
  }

  .ms-sm-35 {
    margin-left: 2.1875rem !important;
  }

  .ms-sm-40 {
    margin-left: 2.5rem !important;
  }

  .ms-sm-45 {
    margin-left: 2.8125rem !important;
  }

  .ms-sm-50 {
    margin-left: 3.125rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-4 {
    padding: 0.25rem !important;
  }

  .p-sm-5 {
    padding: 0.3125rem !important;
  }

  .p-sm-10 {
    padding: 0.625rem !important;
  }

  .p-sm-15 {
    padding: 0.9375rem !important;
  }

  .p-sm-16 {
    padding: 1rem !important;
  }

  .p-sm-20 {
    padding: 1.25rem !important;
  }

  .p-sm-25 {
    padding: 1.5625rem !important;
  }

  .p-sm-30 {
    padding: 1.875rem !important;
  }

  .p-sm-32 {
    padding: 2rem !important;
  }

  .p-sm-35 {
    padding: 2.1875rem !important;
  }

  .p-sm-40 {
    padding: 2.5rem !important;
  }

  .p-sm-45 {
    padding: 2.8125rem !important;
  }

  .p-sm-50 {
    padding: 3.125rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-4 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }

  .px-sm-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }

  .px-sm-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }

  .px-sm-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-sm-25 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }

  .px-sm-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  .px-sm-32 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-sm-35 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important;
  }

  .px-sm-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-sm-45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }

  .px-sm-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }

  .py-sm-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .py-sm-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }

  .py-sm-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-sm-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }

  .py-sm-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .py-sm-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-sm-35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }

  .py-sm-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-sm-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }

  .py-sm-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-4 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-5 {
    padding-top: 0.3125rem !important;
  }

  .pt-sm-10 {
    padding-top: 0.625rem !important;
  }

  .pt-sm-15 {
    padding-top: 0.9375rem !important;
  }

  .pt-sm-16 {
    padding-top: 1rem !important;
  }

  .pt-sm-20 {
    padding-top: 1.25rem !important;
  }

  .pt-sm-25 {
    padding-top: 1.5625rem !important;
  }

  .pt-sm-30 {
    padding-top: 1.875rem !important;
  }

  .pt-sm-32 {
    padding-top: 2rem !important;
  }

  .pt-sm-35 {
    padding-top: 2.1875rem !important;
  }

  .pt-sm-40 {
    padding-top: 2.5rem !important;
  }

  .pt-sm-45 {
    padding-top: 2.8125rem !important;
  }

  .pt-sm-50 {
    padding-top: 3.125rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-4 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-5 {
    padding-right: 0.3125rem !important;
  }

  .pe-sm-10 {
    padding-right: 0.625rem !important;
  }

  .pe-sm-15 {
    padding-right: 0.9375rem !important;
  }

  .pe-sm-16 {
    padding-right: 1rem !important;
  }

  .pe-sm-20 {
    padding-right: 1.25rem !important;
  }

  .pe-sm-25 {
    padding-right: 1.5625rem !important;
  }

  .pe-sm-30 {
    padding-right: 1.875rem !important;
  }

  .pe-sm-32 {
    padding-right: 2rem !important;
  }

  .pe-sm-35 {
    padding-right: 2.1875rem !important;
  }

  .pe-sm-40 {
    padding-right: 2.5rem !important;
  }

  .pe-sm-45 {
    padding-right: 2.8125rem !important;
  }

  .pe-sm-50 {
    padding-right: 3.125rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-4 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 0.3125rem !important;
  }

  .pb-sm-10 {
    padding-bottom: 0.625rem !important;
  }

  .pb-sm-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pb-sm-16 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-20 {
    padding-bottom: 1.25rem !important;
  }

  .pb-sm-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pb-sm-30 {
    padding-bottom: 1.875rem !important;
  }

  .pb-sm-32 {
    padding-bottom: 2rem !important;
  }

  .pb-sm-35 {
    padding-bottom: 2.1875rem !important;
  }

  .pb-sm-40 {
    padding-bottom: 2.5rem !important;
  }

  .pb-sm-45 {
    padding-bottom: 2.8125rem !important;
  }

  .pb-sm-50 {
    padding-bottom: 3.125rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-4 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-5 {
    padding-left: 0.3125rem !important;
  }

  .ps-sm-10 {
    padding-left: 0.625rem !important;
  }

  .ps-sm-15 {
    padding-left: 0.9375rem !important;
  }

  .ps-sm-16 {
    padding-left: 1rem !important;
  }

  .ps-sm-20 {
    padding-left: 1.25rem !important;
  }

  .ps-sm-25 {
    padding-left: 1.5625rem !important;
  }

  .ps-sm-30 {
    padding-left: 1.875rem !important;
  }

  .ps-sm-32 {
    padding-left: 2rem !important;
  }

  .ps-sm-35 {
    padding-left: 2.1875rem !important;
  }

  .ps-sm-40 {
    padding-left: 2.5rem !important;
  }

  .ps-sm-45 {
    padding-left: 2.8125rem !important;
  }

  .ps-sm-50 {
    padding-left: 3.125rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-4 {
    gap: 0.25rem !important;
  }

  .gap-md-5 {
    gap: 0.3125rem !important;
  }

  .gap-md-10 {
    gap: 0.625rem !important;
  }

  .gap-md-15 {
    gap: 0.9375rem !important;
  }

  .gap-md-16 {
    gap: 1rem !important;
  }

  .gap-md-20 {
    gap: 1.25rem !important;
  }

  .gap-md-25 {
    gap: 1.5625rem !important;
  }

  .gap-md-30 {
    gap: 1.875rem !important;
  }

  .gap-md-32 {
    gap: 2rem !important;
  }

  .gap-md-35 {
    gap: 2.1875rem !important;
  }

  .gap-md-40 {
    gap: 2.5rem !important;
  }

  .gap-md-45 {
    gap: 2.8125rem !important;
  }

  .gap-md-50 {
    gap: 3.125rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-4 {
    margin: 0.25rem !important;
  }

  .m-md-5 {
    margin: 0.3125rem !important;
  }

  .m-md-10 {
    margin: 0.625rem !important;
  }

  .m-md-15 {
    margin: 0.9375rem !important;
  }

  .m-md-16 {
    margin: 1rem !important;
  }

  .m-md-20 {
    margin: 1.25rem !important;
  }

  .m-md-25 {
    margin: 1.5625rem !important;
  }

  .m-md-30 {
    margin: 1.875rem !important;
  }

  .m-md-32 {
    margin: 2rem !important;
  }

  .m-md-35 {
    margin: 2.1875rem !important;
  }

  .m-md-40 {
    margin: 2.5rem !important;
  }

  .m-md-45 {
    margin: 2.8125rem !important;
  }

  .m-md-50 {
    margin: 3.125rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-4 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }

  .mx-md-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }

  .mx-md-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }

  .mx-md-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-md-25 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }

  .mx-md-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }

  .mx-md-32 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-md-35 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important;
  }

  .mx-md-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-md-45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }

  .mx-md-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }

  .my-md-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .my-md-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }

  .my-md-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-md-25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }

  .my-md-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .my-md-32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-md-35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }

  .my-md-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-md-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }

  .my-md-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-4 {
    margin-top: 0.25rem !important;
  }

  .mt-md-5 {
    margin-top: 0.3125rem !important;
  }

  .mt-md-10 {
    margin-top: 0.625rem !important;
  }

  .mt-md-15 {
    margin-top: 0.9375rem !important;
  }

  .mt-md-16 {
    margin-top: 1rem !important;
  }

  .mt-md-20 {
    margin-top: 1.25rem !important;
  }

  .mt-md-25 {
    margin-top: 1.5625rem !important;
  }

  .mt-md-30 {
    margin-top: 1.875rem !important;
  }

  .mt-md-32 {
    margin-top: 2rem !important;
  }

  .mt-md-35 {
    margin-top: 2.1875rem !important;
  }

  .mt-md-40 {
    margin-top: 2.5rem !important;
  }

  .mt-md-45 {
    margin-top: 2.8125rem !important;
  }

  .mt-md-50 {
    margin-top: 3.125rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-4 {
    margin-right: 0.25rem !important;
  }

  .me-md-5 {
    margin-right: 0.3125rem !important;
  }

  .me-md-10 {
    margin-right: 0.625rem !important;
  }

  .me-md-15 {
    margin-right: 0.9375rem !important;
  }

  .me-md-16 {
    margin-right: 1rem !important;
  }

  .me-md-20 {
    margin-right: 1.25rem !important;
  }

  .me-md-25 {
    margin-right: 1.5625rem !important;
  }

  .me-md-30 {
    margin-right: 1.875rem !important;
  }

  .me-md-32 {
    margin-right: 2rem !important;
  }

  .me-md-35 {
    margin-right: 2.1875rem !important;
  }

  .me-md-40 {
    margin-right: 2.5rem !important;
  }

  .me-md-45 {
    margin-right: 2.8125rem !important;
  }

  .me-md-50 {
    margin-right: 3.125rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-4 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-5 {
    margin-bottom: 0.3125rem !important;
  }

  .mb-md-10 {
    margin-bottom: 0.625rem !important;
  }

  .mb-md-15 {
    margin-bottom: 0.9375rem !important;
  }

  .mb-md-16 {
    margin-bottom: 1rem !important;
  }

  .mb-md-20 {
    margin-bottom: 1.25rem !important;
  }

  .mb-md-25 {
    margin-bottom: 1.5625rem !important;
  }

  .mb-md-30 {
    margin-bottom: 1.875rem !important;
  }

  .mb-md-32 {
    margin-bottom: 2rem !important;
  }

  .mb-md-35 {
    margin-bottom: 2.1875rem !important;
  }

  .mb-md-40 {
    margin-bottom: 2.5rem !important;
  }

  .mb-md-45 {
    margin-bottom: 2.8125rem !important;
  }

  .mb-md-50 {
    margin-bottom: 3.125rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-4 {
    margin-left: 0.25rem !important;
  }

  .ms-md-5 {
    margin-left: 0.3125rem !important;
  }

  .ms-md-10 {
    margin-left: 0.625rem !important;
  }

  .ms-md-15 {
    margin-left: 0.9375rem !important;
  }

  .ms-md-16 {
    margin-left: 1rem !important;
  }

  .ms-md-20 {
    margin-left: 1.25rem !important;
  }

  .ms-md-25 {
    margin-left: 1.5625rem !important;
  }

  .ms-md-30 {
    margin-left: 1.875rem !important;
  }

  .ms-md-32 {
    margin-left: 2rem !important;
  }

  .ms-md-35 {
    margin-left: 2.1875rem !important;
  }

  .ms-md-40 {
    margin-left: 2.5rem !important;
  }

  .ms-md-45 {
    margin-left: 2.8125rem !important;
  }

  .ms-md-50 {
    margin-left: 3.125rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-4 {
    padding: 0.25rem !important;
  }

  .p-md-5 {
    padding: 0.3125rem !important;
  }

  .p-md-10 {
    padding: 0.625rem !important;
  }

  .p-md-15 {
    padding: 0.9375rem !important;
  }

  .p-md-16 {
    padding: 1rem !important;
  }

  .p-md-20 {
    padding: 1.25rem !important;
  }

  .p-md-25 {
    padding: 1.5625rem !important;
  }

  .p-md-30 {
    padding: 1.875rem !important;
  }

  .p-md-32 {
    padding: 2rem !important;
  }

  .p-md-35 {
    padding: 2.1875rem !important;
  }

  .p-md-40 {
    padding: 2.5rem !important;
  }

  .p-md-45 {
    padding: 2.8125rem !important;
  }

  .p-md-50 {
    padding: 3.125rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-4 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }

  .px-md-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }

  .px-md-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }

  .px-md-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-md-25 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }

  .px-md-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  .px-md-32 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-md-35 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important;
  }

  .px-md-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-md-45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }

  .px-md-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }

  .py-md-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .py-md-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }

  .py-md-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-md-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }

  .py-md-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .py-md-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-md-35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }

  .py-md-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-md-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }

  .py-md-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-4 {
    padding-top: 0.25rem !important;
  }

  .pt-md-5 {
    padding-top: 0.3125rem !important;
  }

  .pt-md-10 {
    padding-top: 0.625rem !important;
  }

  .pt-md-15 {
    padding-top: 0.9375rem !important;
  }

  .pt-md-16 {
    padding-top: 1rem !important;
  }

  .pt-md-20 {
    padding-top: 1.25rem !important;
  }

  .pt-md-25 {
    padding-top: 1.5625rem !important;
  }

  .pt-md-30 {
    padding-top: 1.875rem !important;
  }

  .pt-md-32 {
    padding-top: 2rem !important;
  }

  .pt-md-35 {
    padding-top: 2.1875rem !important;
  }

  .pt-md-40 {
    padding-top: 2.5rem !important;
  }

  .pt-md-45 {
    padding-top: 2.8125rem !important;
  }

  .pt-md-50 {
    padding-top: 3.125rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-4 {
    padding-right: 0.25rem !important;
  }

  .pe-md-5 {
    padding-right: 0.3125rem !important;
  }

  .pe-md-10 {
    padding-right: 0.625rem !important;
  }

  .pe-md-15 {
    padding-right: 0.9375rem !important;
  }

  .pe-md-16 {
    padding-right: 1rem !important;
  }

  .pe-md-20 {
    padding-right: 1.25rem !important;
  }

  .pe-md-25 {
    padding-right: 1.5625rem !important;
  }

  .pe-md-30 {
    padding-right: 1.875rem !important;
  }

  .pe-md-32 {
    padding-right: 2rem !important;
  }

  .pe-md-35 {
    padding-right: 2.1875rem !important;
  }

  .pe-md-40 {
    padding-right: 2.5rem !important;
  }

  .pe-md-45 {
    padding-right: 2.8125rem !important;
  }

  .pe-md-50 {
    padding-right: 3.125rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-4 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-5 {
    padding-bottom: 0.3125rem !important;
  }

  .pb-md-10 {
    padding-bottom: 0.625rem !important;
  }

  .pb-md-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pb-md-16 {
    padding-bottom: 1rem !important;
  }

  .pb-md-20 {
    padding-bottom: 1.25rem !important;
  }

  .pb-md-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pb-md-30 {
    padding-bottom: 1.875rem !important;
  }

  .pb-md-32 {
    padding-bottom: 2rem !important;
  }

  .pb-md-35 {
    padding-bottom: 2.1875rem !important;
  }

  .pb-md-40 {
    padding-bottom: 2.5rem !important;
  }

  .pb-md-45 {
    padding-bottom: 2.8125rem !important;
  }

  .pb-md-50 {
    padding-bottom: 3.125rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-4 {
    padding-left: 0.25rem !important;
  }

  .ps-md-5 {
    padding-left: 0.3125rem !important;
  }

  .ps-md-10 {
    padding-left: 0.625rem !important;
  }

  .ps-md-15 {
    padding-left: 0.9375rem !important;
  }

  .ps-md-16 {
    padding-left: 1rem !important;
  }

  .ps-md-20 {
    padding-left: 1.25rem !important;
  }

  .ps-md-25 {
    padding-left: 1.5625rem !important;
  }

  .ps-md-30 {
    padding-left: 1.875rem !important;
  }

  .ps-md-32 {
    padding-left: 2rem !important;
  }

  .ps-md-35 {
    padding-left: 2.1875rem !important;
  }

  .ps-md-40 {
    padding-left: 2.5rem !important;
  }

  .ps-md-45 {
    padding-left: 2.8125rem !important;
  }

  .ps-md-50 {
    padding-left: 3.125rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-4 {
    gap: 0.25rem !important;
  }

  .gap-lg-5 {
    gap: 0.3125rem !important;
  }

  .gap-lg-10 {
    gap: 0.625rem !important;
  }

  .gap-lg-15 {
    gap: 0.9375rem !important;
  }

  .gap-lg-16 {
    gap: 1rem !important;
  }

  .gap-lg-20 {
    gap: 1.25rem !important;
  }

  .gap-lg-25 {
    gap: 1.5625rem !important;
  }

  .gap-lg-30 {
    gap: 1.875rem !important;
  }

  .gap-lg-32 {
    gap: 2rem !important;
  }

  .gap-lg-35 {
    gap: 2.1875rem !important;
  }

  .gap-lg-40 {
    gap: 2.5rem !important;
  }

  .gap-lg-45 {
    gap: 2.8125rem !important;
  }

  .gap-lg-50 {
    gap: 3.125rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-4 {
    margin: 0.25rem !important;
  }

  .m-lg-5 {
    margin: 0.3125rem !important;
  }

  .m-lg-10 {
    margin: 0.625rem !important;
  }

  .m-lg-15 {
    margin: 0.9375rem !important;
  }

  .m-lg-16 {
    margin: 1rem !important;
  }

  .m-lg-20 {
    margin: 1.25rem !important;
  }

  .m-lg-25 {
    margin: 1.5625rem !important;
  }

  .m-lg-30 {
    margin: 1.875rem !important;
  }

  .m-lg-32 {
    margin: 2rem !important;
  }

  .m-lg-35 {
    margin: 2.1875rem !important;
  }

  .m-lg-40 {
    margin: 2.5rem !important;
  }

  .m-lg-45 {
    margin: 2.8125rem !important;
  }

  .m-lg-50 {
    margin: 3.125rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-4 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }

  .mx-lg-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }

  .mx-lg-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }

  .mx-lg-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-lg-25 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }

  .mx-lg-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }

  .mx-lg-32 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-lg-35 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important;
  }

  .mx-lg-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-lg-45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }

  .mx-lg-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }

  .my-lg-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .my-lg-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }

  .my-lg-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-lg-25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }

  .my-lg-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .my-lg-32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-lg-35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }

  .my-lg-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-lg-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }

  .my-lg-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-4 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-5 {
    margin-top: 0.3125rem !important;
  }

  .mt-lg-10 {
    margin-top: 0.625rem !important;
  }

  .mt-lg-15 {
    margin-top: 0.9375rem !important;
  }

  .mt-lg-16 {
    margin-top: 1rem !important;
  }

  .mt-lg-20 {
    margin-top: 1.25rem !important;
  }

  .mt-lg-25 {
    margin-top: 1.5625rem !important;
  }

  .mt-lg-30 {
    margin-top: 1.875rem !important;
  }

  .mt-lg-32 {
    margin-top: 2rem !important;
  }

  .mt-lg-35 {
    margin-top: 2.1875rem !important;
  }

  .mt-lg-40 {
    margin-top: 2.5rem !important;
  }

  .mt-lg-45 {
    margin-top: 2.8125rem !important;
  }

  .mt-lg-50 {
    margin-top: 3.125rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-4 {
    margin-right: 0.25rem !important;
  }

  .me-lg-5 {
    margin-right: 0.3125rem !important;
  }

  .me-lg-10 {
    margin-right: 0.625rem !important;
  }

  .me-lg-15 {
    margin-right: 0.9375rem !important;
  }

  .me-lg-16 {
    margin-right: 1rem !important;
  }

  .me-lg-20 {
    margin-right: 1.25rem !important;
  }

  .me-lg-25 {
    margin-right: 1.5625rem !important;
  }

  .me-lg-30 {
    margin-right: 1.875rem !important;
  }

  .me-lg-32 {
    margin-right: 2rem !important;
  }

  .me-lg-35 {
    margin-right: 2.1875rem !important;
  }

  .me-lg-40 {
    margin-right: 2.5rem !important;
  }

  .me-lg-45 {
    margin-right: 2.8125rem !important;
  }

  .me-lg-50 {
    margin-right: 3.125rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-4 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 0.3125rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 0.625rem !important;
  }

  .mb-lg-15 {
    margin-bottom: 0.9375rem !important;
  }

  .mb-lg-16 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-20 {
    margin-bottom: 1.25rem !important;
  }

  .mb-lg-25 {
    margin-bottom: 1.5625rem !important;
  }

  .mb-lg-30 {
    margin-bottom: 1.875rem !important;
  }

  .mb-lg-32 {
    margin-bottom: 2rem !important;
  }

  .mb-lg-35 {
    margin-bottom: 2.1875rem !important;
  }

  .mb-lg-40 {
    margin-bottom: 2.5rem !important;
  }

  .mb-lg-45 {
    margin-bottom: 2.8125rem !important;
  }

  .mb-lg-50 {
    margin-bottom: 3.125rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-4 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-5 {
    margin-left: 0.3125rem !important;
  }

  .ms-lg-10 {
    margin-left: 0.625rem !important;
  }

  .ms-lg-15 {
    margin-left: 0.9375rem !important;
  }

  .ms-lg-16 {
    margin-left: 1rem !important;
  }

  .ms-lg-20 {
    margin-left: 1.25rem !important;
  }

  .ms-lg-25 {
    margin-left: 1.5625rem !important;
  }

  .ms-lg-30 {
    margin-left: 1.875rem !important;
  }

  .ms-lg-32 {
    margin-left: 2rem !important;
  }

  .ms-lg-35 {
    margin-left: 2.1875rem !important;
  }

  .ms-lg-40 {
    margin-left: 2.5rem !important;
  }

  .ms-lg-45 {
    margin-left: 2.8125rem !important;
  }

  .ms-lg-50 {
    margin-left: 3.125rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-4 {
    padding: 0.25rem !important;
  }

  .p-lg-5 {
    padding: 0.3125rem !important;
  }

  .p-lg-10 {
    padding: 0.625rem !important;
  }

  .p-lg-15 {
    padding: 0.9375rem !important;
  }

  .p-lg-16 {
    padding: 1rem !important;
  }

  .p-lg-20 {
    padding: 1.25rem !important;
  }

  .p-lg-25 {
    padding: 1.5625rem !important;
  }

  .p-lg-30 {
    padding: 1.875rem !important;
  }

  .p-lg-32 {
    padding: 2rem !important;
  }

  .p-lg-35 {
    padding: 2.1875rem !important;
  }

  .p-lg-40 {
    padding: 2.5rem !important;
  }

  .p-lg-45 {
    padding: 2.8125rem !important;
  }

  .p-lg-50 {
    padding: 3.125rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-4 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }

  .px-lg-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }

  .px-lg-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }

  .px-lg-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-lg-25 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }

  .px-lg-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  .px-lg-32 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-lg-35 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important;
  }

  .px-lg-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-lg-45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }

  .px-lg-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }

  .py-lg-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .py-lg-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }

  .py-lg-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-lg-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }

  .py-lg-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .py-lg-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-lg-35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }

  .py-lg-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-lg-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }

  .py-lg-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-4 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-5 {
    padding-top: 0.3125rem !important;
  }

  .pt-lg-10 {
    padding-top: 0.625rem !important;
  }

  .pt-lg-15 {
    padding-top: 0.9375rem !important;
  }

  .pt-lg-16 {
    padding-top: 1rem !important;
  }

  .pt-lg-20 {
    padding-top: 1.25rem !important;
  }

  .pt-lg-25 {
    padding-top: 1.5625rem !important;
  }

  .pt-lg-30 {
    padding-top: 1.875rem !important;
  }

  .pt-lg-32 {
    padding-top: 2rem !important;
  }

  .pt-lg-35 {
    padding-top: 2.1875rem !important;
  }

  .pt-lg-40 {
    padding-top: 2.5rem !important;
  }

  .pt-lg-45 {
    padding-top: 2.8125rem !important;
  }

  .pt-lg-50 {
    padding-top: 3.125rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-4 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-5 {
    padding-right: 0.3125rem !important;
  }

  .pe-lg-10 {
    padding-right: 0.625rem !important;
  }

  .pe-lg-15 {
    padding-right: 0.9375rem !important;
  }

  .pe-lg-16 {
    padding-right: 1rem !important;
  }

  .pe-lg-20 {
    padding-right: 1.25rem !important;
  }

  .pe-lg-25 {
    padding-right: 1.5625rem !important;
  }

  .pe-lg-30 {
    padding-right: 1.875rem !important;
  }

  .pe-lg-32 {
    padding-right: 2rem !important;
  }

  .pe-lg-35 {
    padding-right: 2.1875rem !important;
  }

  .pe-lg-40 {
    padding-right: 2.5rem !important;
  }

  .pe-lg-45 {
    padding-right: 2.8125rem !important;
  }

  .pe-lg-50 {
    padding-right: 3.125rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-4 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 0.3125rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 0.625rem !important;
  }

  .pb-lg-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pb-lg-16 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-20 {
    padding-bottom: 1.25rem !important;
  }

  .pb-lg-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pb-lg-30 {
    padding-bottom: 1.875rem !important;
  }

  .pb-lg-32 {
    padding-bottom: 2rem !important;
  }

  .pb-lg-35 {
    padding-bottom: 2.1875rem !important;
  }

  .pb-lg-40 {
    padding-bottom: 2.5rem !important;
  }

  .pb-lg-45 {
    padding-bottom: 2.8125rem !important;
  }

  .pb-lg-50 {
    padding-bottom: 3.125rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-4 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-5 {
    padding-left: 0.3125rem !important;
  }

  .ps-lg-10 {
    padding-left: 0.625rem !important;
  }

  .ps-lg-15 {
    padding-left: 0.9375rem !important;
  }

  .ps-lg-16 {
    padding-left: 1rem !important;
  }

  .ps-lg-20 {
    padding-left: 1.25rem !important;
  }

  .ps-lg-25 {
    padding-left: 1.5625rem !important;
  }

  .ps-lg-30 {
    padding-left: 1.875rem !important;
  }

  .ps-lg-32 {
    padding-left: 2rem !important;
  }

  .ps-lg-35 {
    padding-left: 2.1875rem !important;
  }

  .ps-lg-40 {
    padding-left: 2.5rem !important;
  }

  .ps-lg-45 {
    padding-left: 2.8125rem !important;
  }

  .ps-lg-50 {
    padding-left: 3.125rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1250px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-4 {
    gap: 0.25rem !important;
  }

  .gap-xl-5 {
    gap: 0.3125rem !important;
  }

  .gap-xl-10 {
    gap: 0.625rem !important;
  }

  .gap-xl-15 {
    gap: 0.9375rem !important;
  }

  .gap-xl-16 {
    gap: 1rem !important;
  }

  .gap-xl-20 {
    gap: 1.25rem !important;
  }

  .gap-xl-25 {
    gap: 1.5625rem !important;
  }

  .gap-xl-30 {
    gap: 1.875rem !important;
  }

  .gap-xl-32 {
    gap: 2rem !important;
  }

  .gap-xl-35 {
    gap: 2.1875rem !important;
  }

  .gap-xl-40 {
    gap: 2.5rem !important;
  }

  .gap-xl-45 {
    gap: 2.8125rem !important;
  }

  .gap-xl-50 {
    gap: 3.125rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-4 {
    margin: 0.25rem !important;
  }

  .m-xl-5 {
    margin: 0.3125rem !important;
  }

  .m-xl-10 {
    margin: 0.625rem !important;
  }

  .m-xl-15 {
    margin: 0.9375rem !important;
  }

  .m-xl-16 {
    margin: 1rem !important;
  }

  .m-xl-20 {
    margin: 1.25rem !important;
  }

  .m-xl-25 {
    margin: 1.5625rem !important;
  }

  .m-xl-30 {
    margin: 1.875rem !important;
  }

  .m-xl-32 {
    margin: 2rem !important;
  }

  .m-xl-35 {
    margin: 2.1875rem !important;
  }

  .m-xl-40 {
    margin: 2.5rem !important;
  }

  .m-xl-45 {
    margin: 2.8125rem !important;
  }

  .m-xl-50 {
    margin: 3.125rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-4 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }

  .mx-xl-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }

  .mx-xl-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }

  .mx-xl-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-xl-25 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }

  .mx-xl-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }

  .mx-xl-32 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xl-35 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important;
  }

  .mx-xl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xl-45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }

  .mx-xl-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }

  .my-xl-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .my-xl-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }

  .my-xl-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-xl-25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }

  .my-xl-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .my-xl-32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xl-35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }

  .my-xl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xl-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }

  .my-xl-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-4 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-5 {
    margin-top: 0.3125rem !important;
  }

  .mt-xl-10 {
    margin-top: 0.625rem !important;
  }

  .mt-xl-15 {
    margin-top: 0.9375rem !important;
  }

  .mt-xl-16 {
    margin-top: 1rem !important;
  }

  .mt-xl-20 {
    margin-top: 1.25rem !important;
  }

  .mt-xl-25 {
    margin-top: 1.5625rem !important;
  }

  .mt-xl-30 {
    margin-top: 1.875rem !important;
  }

  .mt-xl-32 {
    margin-top: 2rem !important;
  }

  .mt-xl-35 {
    margin-top: 2.1875rem !important;
  }

  .mt-xl-40 {
    margin-top: 2.5rem !important;
  }

  .mt-xl-45 {
    margin-top: 2.8125rem !important;
  }

  .mt-xl-50 {
    margin-top: 3.125rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-4 {
    margin-right: 0.25rem !important;
  }

  .me-xl-5 {
    margin-right: 0.3125rem !important;
  }

  .me-xl-10 {
    margin-right: 0.625rem !important;
  }

  .me-xl-15 {
    margin-right: 0.9375rem !important;
  }

  .me-xl-16 {
    margin-right: 1rem !important;
  }

  .me-xl-20 {
    margin-right: 1.25rem !important;
  }

  .me-xl-25 {
    margin-right: 1.5625rem !important;
  }

  .me-xl-30 {
    margin-right: 1.875rem !important;
  }

  .me-xl-32 {
    margin-right: 2rem !important;
  }

  .me-xl-35 {
    margin-right: 2.1875rem !important;
  }

  .me-xl-40 {
    margin-right: 2.5rem !important;
  }

  .me-xl-45 {
    margin-right: 2.8125rem !important;
  }

  .me-xl-50 {
    margin-right: 3.125rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-4 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 0.3125rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 0.625rem !important;
  }

  .mb-xl-15 {
    margin-bottom: 0.9375rem !important;
  }

  .mb-xl-16 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-20 {
    margin-bottom: 1.25rem !important;
  }

  .mb-xl-25 {
    margin-bottom: 1.5625rem !important;
  }

  .mb-xl-30 {
    margin-bottom: 1.875rem !important;
  }

  .mb-xl-32 {
    margin-bottom: 2rem !important;
  }

  .mb-xl-35 {
    margin-bottom: 2.1875rem !important;
  }

  .mb-xl-40 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xl-45 {
    margin-bottom: 2.8125rem !important;
  }

  .mb-xl-50 {
    margin-bottom: 3.125rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-4 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-5 {
    margin-left: 0.3125rem !important;
  }

  .ms-xl-10 {
    margin-left: 0.625rem !important;
  }

  .ms-xl-15 {
    margin-left: 0.9375rem !important;
  }

  .ms-xl-16 {
    margin-left: 1rem !important;
  }

  .ms-xl-20 {
    margin-left: 1.25rem !important;
  }

  .ms-xl-25 {
    margin-left: 1.5625rem !important;
  }

  .ms-xl-30 {
    margin-left: 1.875rem !important;
  }

  .ms-xl-32 {
    margin-left: 2rem !important;
  }

  .ms-xl-35 {
    margin-left: 2.1875rem !important;
  }

  .ms-xl-40 {
    margin-left: 2.5rem !important;
  }

  .ms-xl-45 {
    margin-left: 2.8125rem !important;
  }

  .ms-xl-50 {
    margin-left: 3.125rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-4 {
    padding: 0.25rem !important;
  }

  .p-xl-5 {
    padding: 0.3125rem !important;
  }

  .p-xl-10 {
    padding: 0.625rem !important;
  }

  .p-xl-15 {
    padding: 0.9375rem !important;
  }

  .p-xl-16 {
    padding: 1rem !important;
  }

  .p-xl-20 {
    padding: 1.25rem !important;
  }

  .p-xl-25 {
    padding: 1.5625rem !important;
  }

  .p-xl-30 {
    padding: 1.875rem !important;
  }

  .p-xl-32 {
    padding: 2rem !important;
  }

  .p-xl-35 {
    padding: 2.1875rem !important;
  }

  .p-xl-40 {
    padding: 2.5rem !important;
  }

  .p-xl-45 {
    padding: 2.8125rem !important;
  }

  .p-xl-50 {
    padding: 3.125rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-4 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }

  .px-xl-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }

  .px-xl-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }

  .px-xl-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-xl-25 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }

  .px-xl-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  .px-xl-32 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xl-35 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important;
  }

  .px-xl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xl-45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }

  .px-xl-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }

  .py-xl-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .py-xl-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }

  .py-xl-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-xl-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }

  .py-xl-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .py-xl-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xl-35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }

  .py-xl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xl-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }

  .py-xl-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-4 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-5 {
    padding-top: 0.3125rem !important;
  }

  .pt-xl-10 {
    padding-top: 0.625rem !important;
  }

  .pt-xl-15 {
    padding-top: 0.9375rem !important;
  }

  .pt-xl-16 {
    padding-top: 1rem !important;
  }

  .pt-xl-20 {
    padding-top: 1.25rem !important;
  }

  .pt-xl-25 {
    padding-top: 1.5625rem !important;
  }

  .pt-xl-30 {
    padding-top: 1.875rem !important;
  }

  .pt-xl-32 {
    padding-top: 2rem !important;
  }

  .pt-xl-35 {
    padding-top: 2.1875rem !important;
  }

  .pt-xl-40 {
    padding-top: 2.5rem !important;
  }

  .pt-xl-45 {
    padding-top: 2.8125rem !important;
  }

  .pt-xl-50 {
    padding-top: 3.125rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-4 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-5 {
    padding-right: 0.3125rem !important;
  }

  .pe-xl-10 {
    padding-right: 0.625rem !important;
  }

  .pe-xl-15 {
    padding-right: 0.9375rem !important;
  }

  .pe-xl-16 {
    padding-right: 1rem !important;
  }

  .pe-xl-20 {
    padding-right: 1.25rem !important;
  }

  .pe-xl-25 {
    padding-right: 1.5625rem !important;
  }

  .pe-xl-30 {
    padding-right: 1.875rem !important;
  }

  .pe-xl-32 {
    padding-right: 2rem !important;
  }

  .pe-xl-35 {
    padding-right: 2.1875rem !important;
  }

  .pe-xl-40 {
    padding-right: 2.5rem !important;
  }

  .pe-xl-45 {
    padding-right: 2.8125rem !important;
  }

  .pe-xl-50 {
    padding-right: 3.125rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-4 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 0.3125rem !important;
  }

  .pb-xl-10 {
    padding-bottom: 0.625rem !important;
  }

  .pb-xl-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pb-xl-16 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pb-xl-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pb-xl-30 {
    padding-bottom: 1.875rem !important;
  }

  .pb-xl-32 {
    padding-bottom: 2rem !important;
  }

  .pb-xl-35 {
    padding-bottom: 2.1875rem !important;
  }

  .pb-xl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xl-45 {
    padding-bottom: 2.8125rem !important;
  }

  .pb-xl-50 {
    padding-bottom: 3.125rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-4 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-5 {
    padding-left: 0.3125rem !important;
  }

  .ps-xl-10 {
    padding-left: 0.625rem !important;
  }

  .ps-xl-15 {
    padding-left: 0.9375rem !important;
  }

  .ps-xl-16 {
    padding-left: 1rem !important;
  }

  .ps-xl-20 {
    padding-left: 1.25rem !important;
  }

  .ps-xl-25 {
    padding-left: 1.5625rem !important;
  }

  .ps-xl-30 {
    padding-left: 1.875rem !important;
  }

  .ps-xl-32 {
    padding-left: 2rem !important;
  }

  .ps-xl-35 {
    padding-left: 2.1875rem !important;
  }

  .ps-xl-40 {
    padding-left: 2.5rem !important;
  }

  .ps-xl-45 {
    padding-left: 2.8125rem !important;
  }

  .ps-xl-50 {
    padding-left: 3.125rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/* Usage:
@include placeholder {
  font-size: rem-calc(14);
  font-weight: bold;
}
*/
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
@-webkit-keyframes spin-and-fade-out {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(360deg);
  }
  40% {
    transform: rotate(720deg);
  }
  60% {
    transform: rotate(1080deg);
  }
  80% {
    transform: rotate(1400deg);
    opacity: 1;
  }
  90% {
    transform: rotate(1580deg);
    opacity: 1;
  }
  100% {
    transform: rotate(1580deg);
    opacity: 0;
  }
}
@keyframes spin-and-fade-out {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(360deg);
  }
  40% {
    transform: rotate(720deg);
  }
  60% {
    transform: rotate(1080deg);
  }
  80% {
    transform: rotate(1400deg);
    opacity: 1;
  }
  90% {
    transform: rotate(1580deg);
    opacity: 1;
  }
  100% {
    transform: rotate(1580deg);
    opacity: 0;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale-up {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  15% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  15% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.btn {
  font-family: "PT Sans Narrow", sans-serif;
  border-radius: 1.5rem;
  padding: 1rem 1.125rem;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: normal;
  box-shadow: none;
  transition: border-color 0.2s linear, background 0.2s linear, color 0.2s linear;
  border: 1px solid #31b7ac;
}
.btn-primary {
  background: #31b7ac;
  border-color: #31b7ac;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background: #ffdb00;
  border-color: #ffdb00;
}
.btn-secondary {
  background: #ffdb00;
  color: #fff;
  border-color: #ffdb00;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #fff;
  border-color: #31b7ac;
  background: #31b7ac;
}
.btn-outline {
  background: transparent;
}
body {
  position: relative;
  background: #f5fafc;
}
.content-wrap {
  background: #fff;
  border-radius: 1rem;
  padding: 1.875rem 0.1875rem;
}
@media (min-width: 992px) {
  .content-wrap {
    padding: 3rem;
    border-radius: 2.5rem;
    padding-bottom: 1.75rem;
  }
}
*:focus {
  outline: 0;
  color: #f8f9fa;
}
label,
select {
  display: block;
}
input[type=radio],
input[type=checkbox] {
  line-height: normal;
  cursor: pointer;
}
.svg-icon {
  transition: fill;
  fill: inherit;
  width: 100%;
  max-height: 100%;
  height: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .svg-icon {
    transition: none;
  }
}
.svg-icon svg {
  width: inherit;
  height: inherit;
  fill: inherit;
}
/* Make sure embeds and iframes fit their containers. */
img,
embed,
iframe,
object {
  max-width: 100%;
}
/*
	Styles for headings, text, etc.
*/
a {
  outline: none !important;
  text-decoration: none;
}
p {
  font-family: "PT Sans Narrow", sans-serif;
}
h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Oswald", sans-serif;
}
.header {
  background: #fff;
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .header {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.header__btn {
  float: right;
  margin-right: 1rem;
  padding: 0.875rem 1.5625rem;
  margin-top: 0.125rem;
  font-size: 1rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 23.375rem) {
  .header__btn {
    padding: 0.875rem 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 992px) {
  .header__btn {
    margin-top: 0.6875rem;
    margin-right: 1.5625rem;
    padding: 0.875rem 1.4375rem;
  }
}
.header__btn .svg-icon {
  width: 0.6875rem;
  margin-right: 0.5625rem;
  position: relative;
  top: -0.1875rem;
  fill: #fff;
}
.main {
  padding-left: 1.0625rem;
  padding-right: 1.0625rem;
  padding-bottom: 2rem;
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .main {
    padding-top: 2rem;
  }
}
.page-vyhodnotenie .main {
  padding-top: 1.875rem;
}
@media (min-width: 992px) {
  .page-vyhodnotenie .main {
    padding-top: 5.625rem;
  }
}
.intro {
  padding-left: 0.75rem;
  padding-top: 0.625rem;
  padding-right: 0.75rem;
}
@media (min-width: 992px) {
  .intro {
    padding: 0;
  }
}
@media (min-width: 1250px) {
  .intro {
    padding-left: 3.875rem;
    padding-right: 3.875rem;
    padding-top: 4.6875rem;
  }
}
.intro__title-wrap {
  margin-bottom: 0.9375rem;
}
@media (min-width: 992px) {
  .intro__title-wrap {
    margin-bottom: 1.6875rem;
  }
}
.intro__title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.4;
  color: #54585b;
}
@media screen and (max-width: 23.375rem) {
  .intro__title {
    font-size: 2.1875rem;
  }
}
@media (min-width: 992px) {
  .intro__title {
    font-size: 4.5rem;
  }
}
.intro__title-logo {
  color: #31b7ac;
  font-weight: 600;
  display: inline-block;
  position: relative;
  background: transparent;
  border: 1px solid #31b7ac;
  border-radius: 0.5rem;
  margin-left: -0.5rem;
  line-height: 0.9;
  padding-left: 0.5rem;
  padding-bottom: 0.8125rem;
  padding-right: 0.625rem;
  padding-top: 0.625rem;
}
@media (min-width: 992px) {
  .intro__title-logo {
    background: #f5fafc;
    margin-left: -0.5rem;
    margin-top: 0.5625rem;
    padding: 0.4375rem;
    padding-bottom: 1.3125rem;
    padding-right: 0.6875rem;
    top: 0;
  }
}
.intro__title-logo:before {
  content: "";
  background-image: url(../images/check-icon-white.svg?0044ccfe2821ec766d0527b13909c31a);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  z-index: 1;
  width: 0.5rem;
  height: 0.5rem;
  right: -0.125rem;
  top: 0;
}
@media (min-width: 992px) {
  .intro__title-logo:before {
    width: 0.8125rem;
    height: 0.8125rem;
    right: -0.4375rem;
    top: -0.5625rem;
  }
}
.intro__title-logo:after {
  content: "";
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  right: -0.25rem;
  top: -0.125rem;
  border-radius: 50%;
  background: #31b7ac;
  z-index: 0;
  border: 2px solid white;
}
@media (min-width: 992px) {
  .intro__title-logo:after {
    border: none;
    width: 1.75rem;
    height: 1.75rem;
    right: -0.875rem;
    top: -1rem;
  }
}
.intro__text {
  margin-bottom: 2.1875rem;
}
.intro__text p {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: #54585b;
}
@media (min-width: 992px) {
  .intro__text p {
    font-size: 1.125rem;
  }
}
.intro__form-input-wrap {
  position: relative;
  margin-bottom: 1.5rem;
}
.intro__form-input {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: normal;
  color: #54585b;
}
.intro__form-input--email {
  background: #f5fafc;
  border-radius: 1rem;
  border: 0;
  padding: 1.625rem 1.5rem;
  width: 100%;
  border: 1px solid transparent;
  transition: all 0.2s linear;
}
.intro__form-input--email::-webkit-input-placeholder {
  color: #54585b;
}
.intro__form-input--email:-moz-placeholder {
  color: #54585b;
}
.intro__form-input--email::-moz-placeholder {
  color: #54585b;
}
.intro__form-input--email:-ms-input-placeholder {
  color: #54585b;
}
.intro__form-input--email:focus {
  border-color: #31b7ac;
}
.intro__form-input--submit {
  position: absolute;
  background: #ffdb00;
  border: 0;
  right: 0.9375rem;
  top: 0.9375rem;
  width: 3rem;
  height: 3rem;
  padding: 0.875rem;
  border-radius: 4rem;
  font-size: 1.125rem;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .intro__form-input--submit {
    width: auto;
    height: auto;
    border: 0;
    right: 0.6875rem;
    top: 0.375rem;
    padding: 1.125rem 2rem 1.25rem 2rem;
  }
}
.intro__form-input--submit:disabled {
  opacity: 0.5;
}
.intro__form-input--submit .text {
  display: none;
}
@media (min-width: 992px) {
  .intro__form-input--submit .text {
    display: inline-block;
  }
}
.intro__form-input--submit .svg-icon {
  width: 0.6875rem;
  position: relative;
  top: -0.25rem;
  left: 0.25rem;
  fill: #1c1e1f;
  display: block;
}
@media (min-width: 992px) {
  .intro__form-input--submit .svg-icon {
    display: none;
  }
}
.intro__form-input--checkbox {
  display: none;
}
.intro__form-input--checkbox + label:after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: #f5fafc;
  border-radius: 0.25rem;
  left: 0;
  top: 0.3125rem;
  z-index: 0;
  border: 1px solid #31b7ac;
}
@media (min-width: 992px) {
  .intro__form-input--checkbox + label:after {
    top: 0;
  }
}
.intro__form-input--checkbox + label:before {
  content: "";
  background-image: url(../images/check-icon.svg?e0a9cb438e28111864b6bc56e08afcc2);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  left: 0.25rem;
  top: 0.5rem;
  opacity: 0;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .intro__form-input--checkbox + label:before {
    top: 0.25rem;
  }
}
.intro__form-input--checkbox:checked + label:before {
  opacity: 1;
}
.intro__form-label {
  padding-left: 2.5625rem;
  padding-right: 1.25rem;
  position: relative;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.6;
  color: #54585b;
  cursor: pointer;
}
.intro__form-label a {
  text-decoration: underline;
  color: #54585b;
}
.intro__image-wrap {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .intro__image-wrap {
    overflow: inherit;
  }
}
.intro__image-bg-shape {
  position: absolute;
  display: none;
}
@media (min-width: 1250px) {
  .intro__image-bg-shape {
    display: block;
  }
}
.intro__image-bg-shape--1 {
  left: 0.125rem;
  top: 1.0625rem;
  transform: rotate(4deg);
}
.intro__image-bg-shape--1:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.625rem 2.8125rem 1.625rem;
  border-color: transparent transparent #31b7ac transparent;
}
.intro__image-bg-shape--2 {
  width: 1.038125rem;
  height: 1.038125rem;
  right: -1.4375rem;
  top: 2.5rem;
  background: #ffdb00;
  border-radius: 50%;
}
.intro__image-bg-shape--3 {
  width: 1.1875rem;
  height: 1.1875rem;
  left: -1.9375rem;
  bottom: 10.875rem;
  background: #31b7ac;
  border-radius: 50%;
}
.intro__image-bg-shape--4 {
  width: 5rem;
  height: 4rem;
  right: -4.25rem;
  bottom: 8rem;
  transform: rotateZ(154deg);
  background-image: url(../images/bg-shape-1.svg?2786deaa282fc67cfbb0d361c6acc127);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.intro__image {
  position: relative;
  margin-left: -15%;
  width: 130%;
  max-width: none;
  margin-top: -2rem;
  margin-bottom: -2.8125rem;
}
@media (min-width: 1250px) {
  .intro__image {
    margin-left: -4.6875rem;
    margin-top: -6.5rem;
    margin-bottom: 0;
    width: 40rem;
  }
}
.question__header {
  margin-top: 1.4375rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 992px) {
  .question__header {
    margin-top: 2.0625rem;
    margin-bottom: 3rem;
    padding-left: 0.5rem;
  }
}
.question__part-title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  color: #54585b;
}
@media (min-width: 992px) {
  .question__part-title {
    font-size: 2.5rem;
  }
}
.question__part-title strong {
  color: #31b7ac;
  text-decoration: underline;
}
.question__main {
  display: flex;
  flex-direction: row;
}
.question__left {
  width: 100%;
}
.question__content {
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
  padding-top: 1.5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .question__content {
    padding-top: 2.9375rem;
    padding-left: 3.4375rem;
    padding-right: 2.9375rem;
    padding-bottom: 2.875rem;
  }
}
.question__content-header {
  margin-bottom: 2.125rem;
}
@media (min-width: 992px) {
  .question__content-header {
    margin-bottom: 3rem;
  }
}
.question__section-title {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #31b7ac;
  margin-bottom: 0.625rem;
}
.question__section-title strong {
  font-size: 1rem;
}
.question__question-title {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #1c1e1f;
}
@media (min-width: 992px) {
  .question__question-title {
    font-size: 2rem;
  }
}
.question__form-input-wrap {
  margin-bottom: 1rem;
}
.question__form-additional-inputs {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s linear;
}
.question__form-additional-inputs.active {
  padding-top: 1rem;
  overflow: auto;
  max-height: 6.25rem;
}
.question__form-input--checkbox, .question__form-input--radio {
  display: none;
}
.question__form-input--checkbox + label, .question__form-input--radio + label {
  background: #f5fafc;
}
.question__form-input--checkbox + label:after, .question__form-input--radio + label:after {
  content: "";
  position: absolute;
  z-index: 0;
}
.question__form-input--checkbox + label:before, .question__form-input--radio + label:before {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  opacity: 0;
  transition: all 0.2s linear;
}
.question__form-input--checkbox:checked + label, .question__form-input--radio:checked + label {
  background: #31b7ac;
  color: #fff;
}
.question__form-input--checkbox:checked + label:before, .question__form-input--radio:checked + label:before {
  opacity: 1;
}
.question__form-input--checkbox + label:before {
  background-image: url(../images/check-icon-green.svg?d2adbd679eec1eeaed3f1f8502d49ec7);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 0.875rem;
  height: 0.875rem;
  left: 1.25rem;
  top: 1.25rem;
}
.question__form-input--checkbox + label:after {
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border: 1px solid #31b7ac;
  border-radius: 0.25rem;
  left: 0.9375rem;
  top: 0.9375rem;
}
.question__form-input--radio + label:before {
  background-image: url(../images/check-icon-green.svg?d2adbd679eec1eeaed3f1f8502d49ec7);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  width: 0.875rem;
  height: 0.875rem;
  left: 1.25rem;
  top: 1.25rem;
  border-radius: 50%;
}
.question__form-input--radio + label:after {
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border: 1px solid #31b7ac;
  border-radius: 50%;
  left: 0.9375rem;
  top: 0.9375rem;
}
.question__form-input--text {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1rem;
  line-height: normal;
  color: #54585b;
  background: #f5fafc;
  border-radius: 1rem;
  border: 0;
  padding: 1.1875rem 1.4375rem;
  width: 100%;
  border: 1px solid transparent;
  margin: 0;
  transition: all 0.2s linear;
}
.question__form-input--text::-webkit-input-placeholder {
  color: #54585b;
}
.question__form-input--text:-moz-placeholder {
  color: #54585b;
}
.question__form-input--text::-moz-placeholder {
  color: #54585b;
}
.question__form-input--text:-ms-input-placeholder {
  color: #54585b;
}
.question__form-input--text:focus {
  border-color: #31b7ac;
}
.question__form-label {
  font-family: "PT Sans Narrow", sans-serif;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #54585b;
  border-radius: 1rem;
  min-height: 3.5rem;
  padding: 0.75rem 1.875rem 0.875rem 3rem;
  background: #f5fafc;
  cursor: pointer;
  transition: color 0.2s linear, background 0.2s linear;
}
@media (min-width: 992px) {
  .question__form-label {
    font-size: 1.125rem;
    padding: 1.1875rem 0.9375rem 0.9375rem 3.5rem;
  }
}
.question__form-buttons-wrap {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .question__form-buttons-wrap {
    flex-direction: row;
    margin-top: 2.9375rem;
  }
}
.question__form-btn--submit {
  border-color: #ffdb00;
  background: #ffdb00;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  color: #54585b;
  position: relative;
  border-radius: 4rem;
  opacity: 1;
  width: 100%;
  padding: 1.125rem;
  margin-bottom: 1rem;
  order: 1;
}
@media (min-width: 576px) {
  .question__form-btn--submit {
    width: auto;
    padding: 1.125rem 4rem 1.1875rem 1.375rem;
    margin-bottom: 0;
    order: 2;
  }
}
.question__form-btn--submit .text {
  display: inline-block;
  margin-left: -0.1875rem;
}
@media (min-width: 576px) {
  .question__form-btn--submit .text {
    margin-left: 0;
  }
}
.question__form-btn--submit .svg-icon {
  fill: #1c1e1f;
  width: 0.6875rem;
  margin-left: 1.625rem;
  position: relative;
  top: -0.125rem;
  display: inline-block;
}
@media (min-width: 576px) {
  .question__form-btn--submit .svg-icon {
    position: absolute;
    right: 1.625rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.question__form-btn--submit .svg-icon path {
  fill: #54585b;
  transition: all 0.2s linear;
}
.question__form-btn--submit:hover, .question__form-btn--submit:focus {
  background-color: #31b7ac;
  border-color: #31b7ac;
  color: #fff;
}
.question__form-btn--submit:hover .svg-icon path, .question__form-btn--submit:focus .svg-icon path {
  fill: #fff;
}
.question__form-btn--submit:disabled {
  opacity: 0.5;
}
.question__form-btn--back {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  color: #31b7ac;
  position: relative;
  border-radius: 4rem;
  padding: 1.125rem;
  order: 2;
  text-align: center;
}
@media (min-width: 576px) {
  .question__form-btn--back {
    padding: 1.125rem 1.3125rem 1.1875rem 3.8125rem;
    margin-right: 2.5rem;
    order: 1;
  }
}
.question__form-btn--back .svg-icon {
  width: 0.6875rem;
  position: relative;
  top: -0.125rem;
  display: inline-block;
  margin-right: 1.625rem;
}
@media (min-width: 576px) {
  .question__form-btn--back .svg-icon {
    position: absolute;
    left: 1.625rem;
    top: 50%;
    margin-right: 0;
    transform: translateY(-50%);
  }
}
.question__form-btn--back .svg-icon path {
  fill: #31b7ac;
  transition: all 0.2s linear;
}
.question__form-btn--back:hover, .question__form-btn--back:focus {
  background-color: #31b7ac;
  border-color: #31b7ac;
  color: #fff;
}
.question__form-btn--back:hover .svg-icon path, .question__form-btn--back:focus .svg-icon path {
  fill: #fff;
}
.question__stepper-wrap {
  position: relative;
  min-width: 100%;
  min-height: 2rem;
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .question__stepper-wrap {
    margin-left: 0;
    width: 6.875rem;
    height: 100%;
    min-width: 6.875rem;
    min-height: 31.25rem;
  }
}
.question__stepper {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 2.75rem;
  left: 0;
  top: 0;
}
@media (max-width: 991.98px) {
  .question__stepper--20, .question__stepper--21 {
    left: -2.5rem;
  }
}
@media (min-width: 992px) {
  .question__stepper {
    left: auto;
    max-height: 100%;
    max-width: 2.75rem;
    right: 0;
  }
}
.question__stepper:before, .question__stepper:after {
  content: "";
  display: block;
  background: #31b7ac;
  position: absolute;
  left: 0;
  opacity: 0.5;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
@media (max-width: 991.98px) {
  .question__stepper:before, .question__stepper:after {
    width: 100%;
    height: 0.125rem;
  }
}
@media (min-width: 992px) {
  .question__stepper:before, .question__stepper:after {
    height: 100%;
    width: 0.125rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.question__stepper:after {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .question__stepper:after {
    width: 0%;
  }
}
@media (min-width: 992px) {
  .question__stepper:after {
    height: 0%;
  }
}
@media (max-width: 991.98px) {
  .question__stepper--1:after {
    width: 8%;
  }
}
@media (min-width: 992px) {
  .question__stepper--1:after {
    height: 9%;
  }
}
@media (max-width: 991.98px) {
  .question__stepper--2:after {
    width: 13%;
  }
}
@media (min-width: 992px) {
  .question__stepper--2:after {
    height: 12%;
  }
}
@media (max-width: 991.98px) {
  .question__stepper--3:after {
    width: 18%;
  }
}
@media (min-width: 992px) {
  .question__stepper--3:after {
    height: 15%;
  }
}
@media (max-width: 991.98px) {
  .question__stepper--4:after {
    width: 23%;
  }
}
@media (min-width: 992px) {
  .question__stepper--4:after {
    height: 18%;
  }
}
@media (max-width: 991.98px) {
  .question__stepper--5:after {
    width: 28.48%;
  }
}
@media (min-width: 992px) {
  .question__stepper--5:after {
    height: 21.5%;
  }
}
@media (max-width: 991.98px) {
  .question__stepper--6:after {
    width: 31.56%;
  }
}
@media (min-width: 992px) {
  .question__stepper--6:after {
    height: 23%;
  }
}
@media (max-width: 991.98px) {
  .question__stepper--7:after {
    width: 34.64%;
  }
}
@media (min-width: 992px) {
  .question__stepper--7:after {
    height: 24.5%;
  }
}
@media (max-width: 991.98px) {
  .question__stepper--8:after {
    width: 37.72%;
  }
}
@media (min-width: 992px) {
  .question__stepper--8:after {
    height: 26%;
  }
}
@media (max-width: 991.98px) {
  .question__stepper--9:after {
    width: 40.8%;
  }
}
@media (min-width: 992px) {
  .question__stepper--9:after {
    height: 27.5%;
  }
}
@media (max-width: 991.98px) {
  .question__stepper--10:after {
    width: 43.88%;
  }
}
@media (min-width: 992px) {
  .question__stepper--10:after {
    height: 29%;
  }
}
@media (max-width: 991.98px) {
  .question__stepper--11:after {
    width: 48.3%;
  }
}
@media (min-width: 992px) {
  .question__stepper--11:after {
    height: 31.5%;
  }
}
@media (max-width: 991.98px) {
  .question__stepper--12:after {
    width: 58.15%;
  }
}
@media (min-width: 992px) {
  .question__stepper--12:after {
    height: 41.3%;
  }
}
@media (max-width: 991.98px) {
  .question__stepper--13:after {
    width: 63%;
  }
}
@media (min-width: 992px) {
  .question__stepper--13:after {
    height: 43.6%;
  }
}
@media (max-width: 991.98px) {
  .question__stepper--14:after {
    width: 67.85%;
  }
}
@media (min-width: 992px) {
  .question__stepper--14:after {
    height: 46.9%;
  }
}
@media (max-width: 991.98px) {
  .question__stepper--15:after {
    width: 72.7%;
  }
}
@media (min-width: 992px) {
  .question__stepper--15:after {
    height: 50.2%;
  }
}
@media (max-width: 991.98px) {
  .question__stepper--16:after {
    width: 77.55%;
  }
}
@media (min-width: 992px) {
  .question__stepper--16:after {
    height: 52.5%;
  }
}
@media (max-width: 991.98px) {
  .question__stepper--17:after {
    width: 82.4%;
  }
}
@media (min-width: 992px) {
  .question__stepper--17:after {
    height: 54.8%;
  }
}
@media (max-width: 991.98px) {
  .question__stepper--18:after {
    width: 87.25%;
  }
}
@media (min-width: 992px) {
  .question__stepper--18:after {
    height: 57.1%;
  }
}
@media (max-width: 991.98px) {
  .question__stepper--19:after {
    width: 92.1%;
  }
}
@media (min-width: 992px) {
  .question__stepper--19:after {
    height: 59.4%;
  }
}
@media (max-width: 991.98px) {
  .question__stepper--20:after {
    width: 48.3%;
  }
}
@media (min-width: 992px) {
  .question__stepper--20:after {
    height: 62%;
  }
}
@media (max-width: 991.98px) {
  .question__stepper--21:after {
    width: 48.3%;
  }
}
@media (min-width: 992px) {
  .question__stepper--21:after {
    height: 62%;
  }
}
.question__stepper-step {
  display: block;
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #31b7ac;
  border-radius: 50%;
  font-family: "PT Sans Narrow", sans-serif;
  color: #31b7ac;
  background: #f5fafc;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.6;
  z-index: 1;
}
.question__stepper-step--1 {
  left: 0;
}
@media (max-width: 991.98px) {
  .question__stepper--20 .question__stepper-step--1, .question__stepper--21 .question__stepper-step--1 {
    display: none;
  }
}
@media (min-width: 992px) {
  .question__stepper-step--1 {
    left: 50%;
    top: 0;
  }
}
.question__stepper-step--section {
  left: 23%;
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
}
@media (max-width: 991.98px) {
  .question__stepper--20 .question__stepper-step--section, .question__stepper--21 .question__stepper-step--section {
    display: none;
  }
}
@media (min-width: 992px) {
  .question__stepper-step--section {
    transform: translateX(-50%);
    left: 50%;
    top: 17.5%;
  }
}
.question__stepper-step--section-completed {
  background: #31b7ac;
}
.question__stepper-step--section-completed:before {
  content: "";
  display: block;
  background-image: url(../images/check-icon-white.svg?0044ccfe2821ec766d0527b13909c31a);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 0.5rem;
  height: 0.5rem;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
.question__stepper-step--2 {
  left: 50%;
}
@media (max-width: 991.98px) {
  .question__stepper--20 .question__stepper-step--2, .question__stepper--21 .question__stepper-step--2 {
    left: 0;
  }
}
@media (min-width: 992px) {
  .question__stepper-step--2 {
    left: 50%;
    top: 31%;
  }
}
.question__stepper-step--3 {
  right: -2rem;
  left: auto;
}
@media (max-width: 991.98px) {
  .question__stepper--20 .question__stepper-step--3, .question__stepper--21 .question__stepper-step--3 {
    right: auto;
    left: 50%;
  }
}
@media (min-width: 992px) {
  .question__stepper-step--3 {
    right: auto;
    left: 50%;
    top: 62%;
  }
}
.question__stepper-step--check {
  right: 0;
  top: auto;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 991.98px) {
  .question__stepper--20 .question__stepper-step--check, .question__stepper--21 .question__stepper-step--check {
    display: flex;
    right: -2rem;
    left: auto;
  }
}
@media (min-width: 992px) {
  .question__stepper-step--check {
    display: flex;
    right: auto;
    bottom: 0;
  }
}
.question__stepper-step--check .svg-icon {
  width: 0.75rem;
}
.question__stepper-step--check .svg-icon path {
  fill: #31b7ac;
  transition: all 0.2s linear;
}
.question__stepper-step--completed {
  background: #31b7ac;
  color: #fff;
}
.research__content {
  padding: 1.375rem 0.9375rem;
}
@media (min-width: 992px) {
  .research__content {
    padding: 2.5rem 6.875rem;
  }
}
.research__content-header {
  margin-bottom: 1.125rem;
}
@media (min-width: 992px) {
  .research__content-header {
    margin-bottom: 1.25rem;
  }
}
.research__title {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: #54585b;
  font-size: 2rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .research__title {
    font-size: 2.5rem;
    margin-bottom: 1.4375rem;
  }
}
@media (min-width: 992px) {
  .research__text {
    padding-right: 0.9375rem;
  }
}
.research__text p {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.6;
  color: #54585b;
}
@media (min-width: 992px) {
  .research__text p {
    font-size: 1.125rem;
  }
}
.research__form {
  max-width: 50rem;
}
.research__form-title {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #54585b;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .research__form-title {
    margin-bottom: 1.5rem;
  }
}
.research__form-input-wrap {
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .research__form-input-wrap {
    margin-bottom: 1rem;
  }
}
.research__form-input-wrap--agreement {
  margin-top: -0.1875rem;
  max-width: 48.125rem;
}
@media (min-width: 992px) {
  .research__form-input-wrap--agreement {
    margin-top: 0.75rem;
  }
}
.research__form-input {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: normal;
  color: #54585b;
}
@media (min-width: 992px) {
  .research__form-input {
    max-width: 23.75rem;
  }
}
.research__form-input--number {
  background: #f5fafc;
  border-radius: 1rem;
  border: 0;
  padding: 1.1875rem 1.4375rem;
  width: 100%;
  border: 1px solid transparent;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  transition: all 0.2s linear;
}
.research__form-input--number::-webkit-outer-spin-button, .research__form-input--number::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.research__form-input--number::-webkit-input-placeholder {
  color: #54585b;
}
.research__form-input--number:-moz-placeholder {
  color: #54585b;
}
.research__form-input--number::-moz-placeholder {
  color: #54585b;
}
.research__form-input--number:-ms-input-placeholder {
  color: #54585b;
}
.research__form-input--number::-ms-expand {
  display: none;
}
.research__form-input--number:focus {
  border-color: #31b7ac;
}
.research__form-input--select {
  background: #f5fafc;
  border-radius: 1rem;
  border: 0;
  padding: 1.25rem 1.4375rem;
  width: 100%;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: url(../images/angle-down-icon.svg?2b96bd84bf7892d47254ef2832d16290);
  background-repeat: no-repeat;
  background-position: right 1.625rem center;
  background-size: 0.75rem;
  transition: all 0.2s linear;
}
.research__form-input--select::-webkit-input-placeholder {
  color: #54585b;
}
.research__form-input--select:-moz-placeholder {
  color: #54585b;
}
.research__form-input--select::-moz-placeholder {
  color: #54585b;
}
.research__form-input--select:-ms-input-placeholder {
  color: #54585b;
}
.research__form-input--select::-ms-expand {
  display: none;
}
.research__form-input--select:focus {
  border-color: #31b7ac;
}
.research__form-input--select option {
  cursor: pointer;
}
.research__form-input--checkbox {
  display: none;
}
.research__form-input--checkbox + label:after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: #f5fafc;
  border-radius: 0.25rem;
  left: 0;
  top: 0;
  z-index: 0;
  border: 1px solid #31b7ac;
}
.research__form-input--checkbox + label:before {
  content: "";
  background-image: url(../images/check-icon.svg?e0a9cb438e28111864b6bc56e08afcc2);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  left: 0.25rem;
  top: 0.25rem;
  opacity: 0;
  transition: all 0.2s linear;
}
.research__form-input--checkbox:checked + label:before {
  opacity: 1;
}
.research__form-label {
  padding-left: 2.5625rem;
  position: relative;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.6;
  color: #54585b;
  cursor: pointer;
}
.research__form-label a {
  text-decoration: underline;
  color: #54585b;
}
.research__form-buttons-wrap {
  margin-top: 0.875rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .research__form-buttons-wrap {
    flex-direction: row;
    margin-top: 1.5rem;
  }
}
.research__form-btn--submit {
  border-color: #ffdb00;
  background: #ffdb00;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  color: #54585b;
  position: relative;
  padding: 1.125rem 2rem 1.125rem 2rem;
  border-radius: 4rem;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .research__form-btn--submit {
    margin-bottom: 0;
    margin-right: 1.75rem;
  }
}
.research__form-btn--submit:hover, .research__form-btn--submit:focus {
  background-color: #31b7ac;
  border-color: #31b7ac;
  color: #fff;
}
.research__form-btn--skip {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  color: #31b7ac;
  position: relative;
  padding: 1.125rem 2rem 1.125rem 2rem;
  border-radius: 4rem;
  text-align: center;
}
@media (min-width: 576px) {
  .research__form-btn--skip {
    text-align: left;
  }
}
.research__form-btn--skip:hover, .research__form-btn--skip:focus {
  background-color: #31b7ac;
  border-color: #31b7ac;
  color: #fff;
}
.results__loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #f5fafc;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: none;
  min-height: 43.75rem;
  z-index: 1;
}
.results__loading.js-loading-show {
  display: flex;
}
.results__loading-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.results__loading-icon-wrap {
  width: 12.25rem;
  height: 12.25rem;
  margin-bottom: 1.75rem;
  position: relative;
}
@media (min-width: 992px) {
  .results__loading-icon-wrap {
    margin-bottom: 3.375rem;
  }
}
.results__loading-icon {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.results__loading-icon .svg-icon {
  fill: transparent;
  background: transparent;
}
.results__loading-icon--loading {
  -webkit-animation-name: spin-and-fade-out;
          animation-name: spin-and-fade-out;
  -webkit-animation-duration: 3000ms;
          animation-duration: 3000ms;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.results__loading-icon--loaded {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.results__loading-icon--loaded-check {
  width: 4.125rem;
  -webkit-animation-name: scale-up;
          animation-name: scale-up;
  -webkit-animation-delay: 2600ms;
          animation-delay: 2600ms;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.results__loading-title {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  color: #54585b;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .results__loading-title {
    margin-bottom: 1.875rem;
    line-height: 1.4;
    font-size: 4.5rem;
  }
}
.results__loading-sub-title {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  color: #54585b;
}
@media (min-width: 992px) {
  .results__loading-sub-title {
    font-size: 2rem;
  }
}
.results__content {
  padding-top: 2.0625rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .results__content {
    padding-top: 4.25rem;
    padding-bottom: 1.75rem;
  }
}
.results__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.results__title {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1.125rem;
  color: #31b7ac;
}
@media (min-width: 992px) {
  .results__title {
    font-size: 4.5rem;
    line-height: 1.4;
    margin-bottom: 1.8125rem;
  }
}
.results__text {
  margin-bottom: 3.5rem;
  padding: 0 1.25rem;
}
@media (min-width: 992px) {
  .results__text {
    max-width: 59.375rem;
    margin-bottom: 2.875rem;
  }
}
.results__text p {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  color: #54585b;
}
@media (min-width: 992px) {
  .results__text p {
    font-size: 1.125rem;
  }
}
.results__container {
  padding: 0 0.5rem;
}
@media (min-width: 992px) {
  .results__container {
    padding: 0 3.75rem;
  }
}
.results__results {
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .results__results {
    margin-bottom: 1.25rem;
  }
}
.results__box {
  background: #f5fafc;
  border-radius: 1rem;
  padding: 0.75rem 0.8125rem;
  height: 100%;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .results__box {
    padding: 2.75rem 3rem;
    padding-bottom: 2rem;
    border-radius: 2.5rem;
  }
}
.results__box--blue {
  background: #f5fafc;
}
.results__box--yellow {
  background: #fffbe5;
}
.results__box-icon-wrap {
  margin-bottom: 1.5625rem;
  width: 5rem;
  height: 5rem;
  background: white;
  border-radius: 50%;
  padding: 1.25rem;
  fill: #31b7ac;
}
.results__box--green .results__box-icon-wrap {
  fill: #31b7ac;
}
.results__box--yellow .results__box-icon-wrap {
  fill: #ffdb00;
}
.results__box-title {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #1c1e1f;
  margin-bottom: 0.9375rem;
}
@media (min-width: 992px) {
  .results__box-title {
    font-size: 2rem;
  }
}
.results__box-text p {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.63;
  color: #54585b;
}
@media (min-width: 992px) {
  .results__box-text p {
    line-height: 1.6;
    font-size: 1.125rem;
  }
}
.results__box-brochures-title {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #31b7ac;
  margin-bottom: 1.625rem;
}
.results__box-brochure {
  width: 100%;
  display: flex;
  padding: 0.75rem 0.9375rem;
  background: #fff;
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.08);
  border-radius: 0.5rem;
  margin-bottom: 0.9375rem;
  align-items: center;
  min-height: 3.75rem;
}
@media (min-width: 992px) {
  .results__box-brochure {
    padding: 1.375rem;
    margin-bottom: 1rem;
  }
}
.results__box-brochure:last-child {
  margin-bottom: 0;
}
.results__box-brochure-icon {
  width: 2rem;
  height: 1.625rem;
  margin-left: 0.1875rem;
  margin-right: 1.5625rem;
}
@media (min-width: 992px) {
  .results__box-brochure-icon {
    width: 2.875rem;
    height: 2.125rem;
    margin-top: 0.1875rem;
    margin-left: 0.25rem;
    margin-right: 1.875rem;
  }
}
.results__box--green .results__box-brochure-icon {
  fill: #31b7ac;
}
.results__box--yellow .results__box-brochure-icon {
  fill: #ffdb00;
}
.results__box-brochure-title {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  color: #54585b;
  width: 100%;
  font-size: 0.75rem;
  margin-top: -0.25rem;
}
@media (min-width: 992px) {
  .results__box-brochure-title {
    font-size: 1rem;
  }
}
.results__box-brochure-download {
  width: 1.625rem;
  min-width: 1.625rem;
  height: 1.25rem;
  background: #ffdb00;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.875rem;
}
@media (min-width: 992px) {
  .results__box-brochure-download {
    width: 3rem;
    min-width: 3rem;
    height: 2.5rem;
  }
}
.results__box-brochure-download .svg-icon {
  width: 0.625rem;
  position: relative;
}
@media (min-width: 992px) {
  .results__box-brochure-download .svg-icon {
    width: 1.5625rem;
  }
}
.logo {
  display: block;
  float: left;
  max-width: 5.8125rem;
  width: 100%;
  margin-left: 1.0625rem;
}
@media (min-width: 992px) {
  .logo {
    margin-left: 0.375rem;
    max-width: 7.6875rem;
  }
}
.bg-shapes {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
  z-index: -1;
}
.bg-shape {
  display: block;
  position: absolute;
}
.bg-shape--1 {
  right: 0.0625rem;
  top: 6.0625rem;
  width: 0.75rem;
  height: 0.75rem;
  background: #31b7ac;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .bg-shape--1 {
    width: 1.038125rem;
    height: 1.038125rem;
    left: calc(-6.9% + (100vw - 1220px) / 2);
    top: 10.5625rem;
  }
}
.bg-shape--2 {
  width: 5.5625rem;
  height: 3.375rem;
  left: 11.4vw;
  top: 4.6875rem;
  background-image: url(../images/bg-shape-1.svg?2786deaa282fc67cfbb0d361c6acc127);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotateZ(-88deg);
}
@media (min-width: 992px) {
  .bg-shape--2 {
    width: 7.9375rem;
    height: 4.6875rem;
    left: calc(-9.9% + (100vw - 1220px) / 2);
    top: 61.8%;
    transform: none;
  }
}
.bg-shape--3 {
  left: calc(23.6% + (100vw - 1220px) / 2);
  bottom: -2.6875rem;
  transform: rotate(-182deg);
  display: none;
}
@media (min-width: 992px) {
  .bg-shape--3 {
    display: block;
  }
}
.bg-shape--3:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.625rem 2.8125rem 1.625rem;
  border-color: transparent transparent #31b7ac transparent;
}
.bg-shape--4 {
  width: 7.9375rem;
  height: 4.6875rem;
  right: calc(-10.4% + (100vw - 1220px) / 2);
  top: 3.6875rem;
  transform: rotateZ(-43deg);
  background-image: url(../images/bg-shape-1.svg?2786deaa282fc67cfbb0d361c6acc127);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}
@media (min-width: 992px) {
  .bg-shape--4 {
    display: block;
  }
}
.bg-shape--5 {
  top: 64.9%;
  right: calc(-6.4% + (100vw - 1220px) / 2);
  transform: rotate(4deg);
  display: none;
}
@media (min-width: 992px) {
  .bg-shape--5 {
    display: block;
  }
}
.bg-shape--5:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.625rem 2.8125rem 1.625rem;
  border-color: transparent transparent #31b7ac transparent;
}
.bg-shape--6 {
  width: 7.9375rem;
  height: 4.6875rem;
  right: calc(-8.4% + (100vw - 1220px) / 2);
  bottom: -4.0625rem;
  background-image: url(../images/bg-shape-1.svg?2786deaa282fc67cfbb0d361c6acc127);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotateZ(-25deg);
  display: none;
}
@media (min-width: 992px) {
  .bg-shape--6 {
    display: block;
  }
}
.bg-shape--7 {
  left: 0.3125rem;
  top: 55.5625rem;
  width: 0.9375rem;
  height: 0.9375rem;
  background: #31b7ac;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .bg-shape--7 {
    display: none;
  }
}
.results-form {
  display: block;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  border-radius: 2.5rem;
  border: 0;
  padding: 0.75rem;
}
@media (min-width: 992px) {
  .results-form {
    border: 1px solid #31b7ac;
    padding: 3rem;
    margin-bottom: 4.375rem;
  }
}
.results-form__title {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #1c1e1f;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .results-form__title {
    margin-bottom: 1.375rem;
    font-size: 2rem;
  }
}
@media (max-width: 991.98px) {
  .results-form__title br {
    display: inline;
    content: " ";
  }
}
@media (max-width: 991.98px) {
  .results-form__title br:before {
    content: " ";
  }
}
.results-form__text {
  margin-bottom: 2.25rem;
}
@media (min-width: 992px) {
  .results-form__text {
    margin-bottom: 2.5rem;
  }
}
.results-form__text p {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.6;
  color: #54585b;
}
@media (min-width: 992px) {
  .results-form__text p {
    font-size: 1.125rem;
  }
}
@media (max-width: 991.98px) {
  .results-form__text p br {
    display: inline;
    content: " ";
  }
}
@media (max-width: 991.98px) {
  .results-form__text p br:before {
    content: " ";
  }
}
.results-form__sub-title {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 1.75rem;
  line-height: 1.2;
  margin-top: 1.75rem;
  text-transform: uppercase;
  color: #31b7ac;
  margin-bottom: 1.125rem;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .results-form__sub-title {
    font-size: 1.125rem;
    margin-bottom: 1.75rem;
  }
}
.results-form__input-wrap {
  margin-bottom: 1.125rem;
}
@media (min-width: 992px) {
  .results-form__input-wrap {
    margin-bottom: 1rem;
  }
}
.results-form__input {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: normal;
  color: #54585b;
}
.results-form__input--text, .results-form__input--email {
  background: #f5fafc;
  border-radius: 1rem;
  border: 0;
  padding: 1.1875rem 1.4375rem;
  width: 100%;
  border: 1px solid transparent;
  margin: 0;
  transition: all 0.2s linear;
}
.results-form__input--text::-webkit-input-placeholder, .results-form__input--email::-webkit-input-placeholder {
  color: #54585b;
}
.results-form__input--text:-moz-placeholder, .results-form__input--email:-moz-placeholder {
  color: #54585b;
}
.results-form__input--text::-moz-placeholder, .results-form__input--email::-moz-placeholder {
  color: #54585b;
}
.results-form__input--text:-ms-input-placeholder, .results-form__input--email:-ms-input-placeholder {
  color: #54585b;
}
.results-form__input--text:focus, .results-form__input--email:focus {
  border-color: #31b7ac;
}
.results-form__input--textarea {
  background: #f5fafc;
  border-radius: 1rem;
  border: 0;
  padding: 1.1875rem 1.4375rem;
  width: 100%;
  border: 1px solid transparent;
  margin: 0;
  min-height: 12.0625rem;
  transition: all 0.2s linear;
}
.results-form__input--textarea::-webkit-input-placeholder {
  color: #54585b;
}
.results-form__input--textarea:-moz-placeholder {
  color: #54585b;
}
.results-form__input--textarea::-moz-placeholder {
  color: #54585b;
}
.results-form__input--textarea:-ms-input-placeholder {
  color: #54585b;
}
@media (min-width: 992px) {
  .results-form__input--textarea {
    min-height: 8rem;
  }
}
.results-form__input--textarea:focus {
  border-color: #31b7ac;
}
.results-form__input--checkbox {
  display: none;
}
.results-form__input--checkbox + label:after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: #f5fafc;
  border-radius: 0.25rem;
  left: 0;
  top: 0;
  z-index: 0;
  border: 1px solid #31b7ac;
}
.results-form__input--checkbox + label:before {
  content: "";
  background-image: url(../images/check-icon.svg?e0a9cb438e28111864b6bc56e08afcc2);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  left: 0.25rem;
  top: 0.25rem;
  opacity: 0;
  transition: all 0.2s linear;
}
.results-form__input--checkbox:checked + label:before {
  opacity: 1;
}
.results-form__label {
  padding-left: 2.5625rem;
  position: relative;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.6;
  color: #54585b;
  cursor: pointer;
}
.results-form__label a {
  text-decoration: underline;
  color: #54585b;
}
.results-form__buttons-wrap {
  margin-top: 1.0625rem;
}
@media (min-width: 992px) {
  .results-form__buttons-wrap {
    margin-top: 1.5rem;
  }
}
.results-form__btn--submit {
  border-color: #ffdb00;
  background: #ffdb00;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  color: #54585b;
  position: relative;
  padding: 1.125rem 2rem 1.125rem 2rem;
  border-radius: 4rem;
  margin-right: 1.75rem;
  opacity: 1;
  width: 100%;
}
@media (min-width: 992px) {
  .results-form__btn--submit {
    width: auto;
  }
}
.results-form__btn--submit:hover, .results-form__btn--submit:focus {
  background-color: #31b7ac;
  border-color: #31b7ac;
  color: #fff;
}
