@charset "UTF-8";
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled), .btn-primary.swal-button:not(.btn-text):not(:disabled):not(.disabled), .btn.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled), .dropdown-item.dropdown-item-primary.swal-button:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):hover,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):focus,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):active {
  color: #fff !important;
}

:root {
  --bs-blue: #1f56f2;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #ff2f55;
  --bs-orange: #fd7e14;
  --bs-yellow: #FFBF1A;
  --bs-gold: #ffd34b;
  --bs-green: #4caf50;
  --bs-teal: #009688;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #66696C;
  --bs-gray-dark: #25282B;
  --bs-gray-100: #F8F8F8;
  --bs-gray-200: #E8E8E8;
  --bs-gray-300: #D4D4D4;
  --bs-gray-400: #a0a3a6;
  --bs-gray-500: #80878E;
  --bs-gray-600: #66696C;
  --bs-gray-700: #404346;
  --bs-gray-800: #25282B;
  --bs-gray-900: #191C1F;
  --bs-primary: #1f56f2;
  --bs-secondary: #0A1F44;
  --bs-success: #4caf50;
  --bs-info: #1f56f2;
  --bs-warning: #fd7e14;
  --bs-danger: #FF3625;
  --bs-light: rgba(64, 67, 70, 0.06);
  --bs-dark: #404346;
  --bs-primary-rgb: 31, 86, 242;
  --bs-secondary-rgb: 10, 31, 68;
  --bs-success-rgb: 76, 175, 80;
  --bs-info-rgb: 31, 86, 242;
  --bs-warning-rgb: 253, 126, 20;
  --bs-danger-rgb: 255, 54, 37;
  --bs-light-rgb: 64, 67, 70;
  --bs-dark-rgb: 64, 67, 70;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 15, 29;
  --bs-body-color-rgb: 0, 15, 29;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-root-font-size: 16px;
  --bs-body-font-family: Open Sans, Helvetica, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000F1D;
  --bs-body-bg: #fff;
}

html, body, div, span, applet, object, iframe,
h1,
.h1, h2, .h2, h3, .h3, .swal-title, h4, .h4, h5, .h5, h6, .h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small,
.small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, .mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

button {
  padding: 0;
  border: none;
  background: none;
  outline: none;
}

* {
  box-sizing: border-box;
  outline: none;
}

a:hover, a:active, a:focus, button:hover, button:active, button:focus, input:hover, input:active, input:focus {
  outline: none !important;
}

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

:root {
  font-size: var(--bs-root-font-size);
}

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, 15, 29, 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, .swal-title, 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, .swal-title {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h3, .h3, .swal-title {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.75em;
}

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: #0A1F44;
  text-decoration: none;
}
a:hover {
  color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
}

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.75em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.75em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.75em;
  color: #fff;
  background-color: #191C1F;
  border-radius: 0.25rem;
}
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: #66696C;
  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);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend {
  line-height: inherit;
}
legend + * {
  clear: left;
}

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-1 {
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.display-6 {
  font-weight: 300;
  line-height: 1.2;
}

.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.75em;
  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.75em;
  color: #66696C;
}
.blockquote-footer::before {
  content: "— ";
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 320px) {
  .container-xs, .container {
    max-width: 320px;
  }
}
@media (min-width: 392px) {
  .container-sm, .container-xs, .container {
    max-width: 392px;
  }
}
@media (min-width: 512px) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 512px;
  }
}
@media (min-width: 800px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 800px;
  }
}
@media (min-width: 1232px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1232px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  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-1px,
.gx-1px {
  --bs-gutter-x: 0.0625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 320px) {
  .col-xs {
    flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-1px,
  .gx-xs-1px {
    --bs-gutter-x: 0.0625rem;
  }
  .g-xs-1px,
  .gy-xs-1px {
    --bs-gutter-y: 0.0625rem;
  }
  .g-xs-2px,
  .gx-xs-2px {
    --bs-gutter-x: 0.125rem;
  }
  .g-xs-2px,
  .gy-xs-2px {
    --bs-gutter-y: 0.125rem;
  }
  .g-xs-3px,
  .gx-xs-3px {
    --bs-gutter-x: 0.1875rem;
  }
  .g-xs-3px,
  .gy-xs-3px {
    --bs-gutter-y: 0.1875rem;
  }
  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 1rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 1rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xs-6,
  .gx-xs-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xs-6,
  .gy-xs-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xs-7,
  .gx-xs-7 {
    --bs-gutter-x: 2rem;
  }
  .g-xs-7,
  .gy-xs-7 {
    --bs-gutter-y: 2rem;
  }
  .g-xs-8,
  .gx-xs-8 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xs-8,
  .gy-xs-8 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xs-9,
  .gx-xs-9 {
    --bs-gutter-x: 3rem;
  }
  .g-xs-9,
  .gy-xs-9 {
    --bs-gutter-y: 3rem;
  }
  .g-xs-10,
  .gx-xs-10 {
    --bs-gutter-x: 4rem;
  }
  .g-xs-10,
  .gy-xs-10 {
    --bs-gutter-y: 4rem;
  }
  .g-xs-11,
  .gx-xs-11 {
    --bs-gutter-x: 5rem;
  }
  .g-xs-11,
  .gy-xs-11 {
    --bs-gutter-y: 5rem;
  }
  .g-xs-12,
  .gx-xs-12 {
    --bs-gutter-x: 6rem;
  }
  .g-xs-12,
  .gy-xs-12 {
    --bs-gutter-y: 6rem;
  }
  .g-xs-13,
  .gx-xs-13 {
    --bs-gutter-x: 7rem;
  }
  .g-xs-13,
  .gy-xs-13 {
    --bs-gutter-y: 7rem;
  }
  .g-xs-14,
  .gx-xs-14 {
    --bs-gutter-x: 8rem;
  }
  .g-xs-14,
  .gy-xs-14 {
    --bs-gutter-y: 8rem;
  }
  .g-xs-15,
  .gx-xs-15 {
    --bs-gutter-x: 9rem;
  }
  .g-xs-15,
  .gy-xs-15 {
    --bs-gutter-y: 9rem;
  }
  .g-xs-16,
  .gx-xs-16 {
    --bs-gutter-x: 10rem;
  }
  .g-xs-16,
  .gy-xs-16 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 392px) {
  .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-1px,
  .gx-sm-1px {
    --bs-gutter-x: 0.0625rem;
  }
  .g-sm-1px,
  .gy-sm-1px {
    --bs-gutter-y: 0.0625rem;
  }
  .g-sm-2px,
  .gx-sm-2px {
    --bs-gutter-x: 0.125rem;
  }
  .g-sm-2px,
  .gy-sm-2px {
    --bs-gutter-y: 0.125rem;
  }
  .g-sm-3px,
  .gx-sm-3px {
    --bs-gutter-x: 0.1875rem;
  }
  .g-sm-3px,
  .gy-sm-3px {
    --bs-gutter-y: 0.1875rem;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-13,
  .gx-sm-13 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-13,
  .gy-sm-13 {
    --bs-gutter-y: 7rem;
  }
  .g-sm-14,
  .gx-sm-14 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-14,
  .gy-sm-14 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 9rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 9rem;
  }
  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 512px) {
  .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-1px,
  .gx-md-1px {
    --bs-gutter-x: 0.0625rem;
  }
  .g-md-1px,
  .gy-md-1px {
    --bs-gutter-y: 0.0625rem;
  }
  .g-md-2px,
  .gx-md-2px {
    --bs-gutter-x: 0.125rem;
  }
  .g-md-2px,
  .gy-md-2px {
    --bs-gutter-y: 0.125rem;
  }
  .g-md-3px,
  .gx-md-3px {
    --bs-gutter-x: 0.1875rem;
  }
  .g-md-3px,
  .gy-md-3px {
    --bs-gutter-y: 0.1875rem;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 2rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 2rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 3rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 3rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 4rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 4rem;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 5rem;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 5rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 6rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 6rem;
  }
  .g-md-13,
  .gx-md-13 {
    --bs-gutter-x: 7rem;
  }
  .g-md-13,
  .gy-md-13 {
    --bs-gutter-y: 7rem;
  }
  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 8rem;
  }
  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 8rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 9rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 9rem;
  }
  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 10rem;
  }
  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 800px) {
  .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-1px,
  .gx-lg-1px {
    --bs-gutter-x: 0.0625rem;
  }
  .g-lg-1px,
  .gy-lg-1px {
    --bs-gutter-y: 0.0625rem;
  }
  .g-lg-2px,
  .gx-lg-2px {
    --bs-gutter-x: 0.125rem;
  }
  .g-lg-2px,
  .gy-lg-2px {
    --bs-gutter-y: 0.125rem;
  }
  .g-lg-3px,
  .gx-lg-3px {
    --bs-gutter-x: 0.1875rem;
  }
  .g-lg-3px,
  .gy-lg-3px {
    --bs-gutter-y: 0.1875rem;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-13,
  .gx-lg-13 {
    --bs-gutter-x: 7rem;
  }
  .g-lg-13,
  .gy-lg-13 {
    --bs-gutter-y: 7rem;
  }
  .g-lg-14,
  .gx-lg-14 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-14,
  .gy-lg-14 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 9rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 9rem;
  }
  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 1232px) {
  .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-1px,
  .gx-xl-1px {
    --bs-gutter-x: 0.0625rem;
  }
  .g-xl-1px,
  .gy-xl-1px {
    --bs-gutter-y: 0.0625rem;
  }
  .g-xl-2px,
  .gx-xl-2px {
    --bs-gutter-x: 0.125rem;
  }
  .g-xl-2px,
  .gy-xl-2px {
    --bs-gutter-y: 0.125rem;
  }
  .g-xl-3px,
  .gx-xl-3px {
    --bs-gutter-x: 0.1875rem;
  }
  .g-xl-3px,
  .gy-xl-3px {
    --bs-gutter-y: 0.1875rem;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-13,
  .gx-xl-13 {
    --bs-gutter-x: 7rem;
  }
  .g-xl-13,
  .gy-xl-13 {
    --bs-gutter-y: 7rem;
  }
  .g-xl-14,
  .gx-xl-14 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-14,
  .gy-xl-14 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 9rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 9rem;
  }
  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 10rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #000F1D;
  --bs-table-striped-bg: rgba(0, 15, 29, 0.03);
  --bs-table-active-color: #000F1D;
  --bs-table-active-bg: rgba(0, 15, 29, 0.1);
  --bs-table-hover-color: #000F1D;
  --bs-table-hover-bg: rgba(0, 15, 29, 0.05);
  width: 100%;
  margin-bottom: 1rem;
  color: #000F1D;
  vertical-align: top;
  border-color: #E8E8E8;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 1rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.5rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: rgb(82.431372549%, 86.7450980392%, 98.9803921569%);
  --bs-table-striped-bg: rgb(79.9584313725%, 84.3192156863%, 96.3521568627%);
  --bs-table-striped-color: #000F1D;
  --bs-table-active-bg: rgb(74.1882352941%, 78.6588235294%, 90.2196078431%);
  --bs-table-active-color: #000F1D;
  --bs-table-hover-bg: rgb(78.3098039216%, 82.7019607843%, 94.6%);
  --bs-table-hover-color: #000F1D;
  color: #000F1D;
  border-color: rgb(74.1882352941%, 78.6588235294%, 90.2196078431%);
}

.table-secondary {
  --bs-table-bg: rgb(80.7843137255%, 82.431372549%, 85.3333333333%);
  --bs-table-striped-bg: rgb(78.3607843137%, 80.1349019608%, 83.1145098039%);
  --bs-table-striped-color: #000F1D;
  --bs-table-active-bg: rgb(72.7058823529%, 74.7764705882%, 77.937254902%);
  --bs-table-active-color: #000F1D;
  --bs-table-hover-bg: rgb(76.7450980392%, 78.6039215686%, 81.6352941176%);
  --bs-table-hover-color: #000F1D;
  color: #000F1D;
  border-color: rgb(72.7058823529%, 74.7764705882%, 77.937254902%);
}

.table-success {
  --bs-table-bg: rgb(85.9607843137%, 93.7254901961%, 86.2745098039%);
  --bs-table-striped-bg: rgb(83.3819607843%, 91.0901960784%, 84.0274509804%);
  --bs-table-striped-color: #000F1D;
  --bs-table-active-bg: rgb(77.3647058824%, 84.9411764706%, 78.7843137255%);
  --bs-table-active-color: #000F1D;
  --bs-table-hover-bg: rgb(81.662745098%, 89.3333333333%, 82.5294117647%);
  --bs-table-hover-color: #000F1D;
  color: #000F1D;
  border-color: rgb(77.3647058824%, 84.9411764706%, 78.7843137255%);
}

.table-info {
  --bs-table-bg: rgb(82.431372549%, 86.7450980392%, 98.9803921569%);
  --bs-table-striped-bg: rgb(79.9584313725%, 84.3192156863%, 96.3521568627%);
  --bs-table-striped-color: #000F1D;
  --bs-table-active-bg: rgb(74.1882352941%, 78.6588235294%, 90.2196078431%);
  --bs-table-active-color: #000F1D;
  --bs-table-hover-bg: rgb(78.3098039216%, 82.7019607843%, 94.6%);
  --bs-table-hover-color: #000F1D;
  color: #000F1D;
  border-color: rgb(74.1882352941%, 78.6588235294%, 90.2196078431%);
}

.table-warning {
  --bs-table-bg: rgb(99.8431372549%, 89.8823529412%, 81.568627451%);
  --bs-table-striped-bg: rgb(96.8478431373%, 87.3623529412%, 79.462745098%);
  --bs-table-striped-color: #000F1D;
  --bs-table-active-bg: rgb(89.8588235294%, 81.4823529412%, 74.5490196078%);
  --bs-table-active-color: #000F1D;
  --bs-table-hover-bg: rgb(94.8509803922%, 85.6823529412%, 78.0588235294%);
  --bs-table-hover-color: #000F1D;
  color: #000F1D;
  border-color: rgb(89.8588235294%, 81.4823529412%, 74.5490196078%);
}

.table-danger {
  --bs-table-bg: rgb(100%, 84.2352941176%, 82.9019607843%);
  --bs-table-striped-bg: rgb(97%, 81.8847058824%, 80.7560784314%);
  --bs-table-striped-color: #000F1D;
  --bs-table-active-bg: rgb(90%, 76.4%, 75.7490196078%);
  --bs-table-active-color: #000F1D;
  --bs-table-hover-bg: rgb(95%, 80.3176470588%, 79.3254901961%);
  --bs-table-hover-color: #000F1D;
  color: #000F1D;
  border-color: rgb(90%, 76.4%, 75.7490196078%);
}

.table-light {
  --bs-table-bg: #F8F8F8;
  --bs-table-striped-bg: rgb(94.337254902%, 94.5137254902%, 94.6784313725%);
  --bs-table-striped-color: #000F1D;
  --bs-table-active-bg: rgb(87.5294117647%, 88.1176470588%, 88.6666666667%);
  --bs-table-active-color: #000F1D;
  --bs-table-hover-bg: rgb(92.3921568627%, 92.6862745098%, 92.9607843137%);
  --bs-table-hover-color: #000F1D;
  color: #000F1D;
  border-color: rgb(87.5294117647%, 88.1176470588%, 88.6666666667%);
}

.table-dark {
  --bs-table-bg: #0A1F44;
  --bs-table-striped-bg: rgb(6.8039215686%, 14.7921568627%, 28.8666666667%);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(13.5294117647%, 20.9411764706%, 34%);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(8.7254901961%, 16.5490196078%, 30.3333333333%);
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: rgb(13.5294117647%, 20.9411764706%, 34%);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 319.98px) {
  .table-responsive-xs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 391.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 511.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 799.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1231.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #25282B;
}

.col-form-label {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.5;
  color: #25282B;
}

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.75em;
  color: #66696C;
}

.form-control, .counter-input {
  display: block;
  width: 100%;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000F1D;
  background-color: #F8F8F8;
  background-clip: padding-box;
  border: 0 solid #F8F8F8;
  appearance: none;
  border-radius: 0.3125rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .counter-input {
    transition: none;
  }
}
.form-control[type=file], [type=file].counter-input {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), [type=file].counter-input:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, .counter-input:focus {
  color: #000F1D;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
  outline: 0;
  box-shadow: inset 0 0 0 0.125rem rgba(0, 0, 0, 0.06);
}
.form-control::-webkit-date-and-time-value, .counter-input::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder, .counter-input::placeholder {
  color: #a0a3a6;
  opacity: 1;
}
.form-control:disabled, .counter-input:disabled, .form-control[readonly], [readonly].counter-input {
  background-color: #E8E8E8;
  opacity: 1;
}
.form-control::file-selector-button, .counter-input::file-selector-button {
  padding: 0.75rem 1.25rem;
  margin: -0.75rem -1.25rem;
  margin-inline-end: 1.25rem;
  color: #000F1D;
  background-color: #E8E8E8;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 0;
  border-radius: 0;
  transition: color 0.075s ease-in-out, background-color 0.075s ease-in-out, border-color 0.075s ease-in-out, box-shadow 0.075s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button, .counter-input::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .counter-input:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(86.431372549%, 86.431372549%, 86.431372549%);
}
.form-control::-webkit-file-upload-button, .counter-input::-webkit-file-upload-button {
  padding: 0.75rem 1.25rem;
  margin: -0.75rem -1.25rem;
  margin-inline-end: 1.25rem;
  color: #000F1D;
  background-color: #E8E8E8;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 0;
  border-radius: 0;
  transition: color 0.075s ease-in-out, background-color 0.075s ease-in-out, border-color 0.075s ease-in-out, box-shadow 0.075s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button, .counter-input::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .counter-input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgb(86.431372549%, 86.431372549%, 86.431372549%);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #404346;
  background-color: transparent;
  border: solid transparent;
  border-width: 0 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);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1.5rem);
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.75rem 1.5rem;
  margin: -0.75rem -1.5rem;
  margin-inline-end: 1.5rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.75rem 1.5rem;
  margin: -0.75rem -1.5rem;
  margin-inline-end: 1.5rem;
}

textarea.form-control, textarea.counter-input {
  min-height: calc(1.5em + 1.5rem);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1.5rem);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.75rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.3125rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.3125rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 1.25rem;
  -moz-padding-start: calc(1.25rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000F1D;
  background-color: #F8F8F8;
  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='%2325282B' 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 1.25rem center;
  background-size: 16px 12px;
  border: 0 solid #F8F8F8;
  border-radius: 0.3125rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select {
  appearance: none;
}
.form-select:focus {
  border-color: #F8F8F8;
  outline: 0;
  box-shadow: 0 0 0 0;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1.25rem;
  background-image: none;
}
.form-select:disabled {
  color: #66696C;
  background-color: #E8E8E8;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000F1D;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
}

.form-select-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

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

.form-check-input {
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.125em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #D4D4D4;
  appearance: none;
  color-adjust: exact;
  transition: background-color 0.15s ease-in-out, background-position 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-check-input {
    transition: none;
  }
}
.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: #F8F8F8;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(31, 86, 242, 0.25);
}
.form-check-input:checked {
  background-color: #1f56f2;
  border-color: #1f56f2;
}
.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: #1f56f2;
  border-color: #1f56f2;
  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='%23F8F8F8'/%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] + .swal-button, .btn-check:disabled + .btn, .btn-check:disabled + .swal-button {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, inset 0 0 0 0.125rem rgba(0, 0, 0, 0.06);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, inset 0 0 0 0.125rem rgba(0, 0, 0, 0.06);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #1f56f2;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb {
  appearance: none;
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(73.6470588235%, 80.1176470588%, 98.4705882353%);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #D4D4D4;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #1f56f2;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb {
  appearance: none;
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(73.6470588235%, 80.1176470588%, 98.4705882353%);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #D4D4D4;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #80878E;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #80878E;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > .counter-input,
.form-floating > .form-select {
  height: 3.5rem;
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 1.25rem;
  pointer-events: none;
  border: 0 solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control, .form-floating > .counter-input {
  padding: 1rem 1.25rem;
}
.form-floating > .form-control::placeholder, .form-floating > .counter-input::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .counter-input:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .counter-input:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, .form-floating > .counter-input:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label, .form-floating > .counter-input:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .counter-input: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, .form-floating > .counter-input:-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 > .counter-input,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .input-group > .counter-input:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn, .input-group .swal-button {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .swal-button:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000F1D;
  text-align: center;
  white-space: nowrap;
  background-color: #E8E8E8;
  border: 0 solid #F8F8F8;
  border-radius: 0.3125rem;
}

.input-group-lg > .form-control, .input-group-lg > .counter-input,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.input-group-lg > .swal-button {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.input-group-sm > .form-control, .input-group-sm > .counter-input,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.input-group-sm > .swal-button {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
}

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

.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(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75em;
  color: #FF3625;
}

.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.75rem;
  color: #fff;
  background-color: rgba(255, 54, 37, 0.9);
  border-radius: 0.3125rem;
}

.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, .was-validated .counter-input:invalid, .form-control.is-invalid, .is-invalid.counter-input {
  border-color: #FF3625;
  padding-right: calc(1.5em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF3625'%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='%23FF3625' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-control:invalid:focus, .was-validated .counter-input:invalid:focus, .form-control.is-invalid:focus, .is-invalid.counter-input:focus {
  border-color: #FF3625;
  box-shadow: 0 0 0 0 rgba(255, 54, 37, 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #FF3625;
}
.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: calc(0.75em + 3.375rem);
  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='%2325282B' 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='%23FF3625'%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='%23FF3625' stroke='none'/%3e%3c/svg%3e");
  background-position: right 1.25rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #FF3625;
  box-shadow: 0 0 0 0 rgba(255, 54, 37, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #FF3625;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #FF3625;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0 rgba(255, 54, 37, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #FF3625;
}

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

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

.btn, .swal-button {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  color: #000F1D;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  border-radius: 0.3125rem;
  transition: color 0.075s ease-in-out, background-color 0.075s ease-in-out, border-color 0.075s ease-in-out, box-shadow 0.075s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .swal-button {
    transition: none;
  }
}
.btn:hover, .swal-button:hover {
  color: #000F1D;
}
.btn-check:focus + .btn, .btn-check:focus + .swal-button, .btn:focus, .swal-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(31, 86, 242, 0.25);
}
.btn:disabled, .swal-button:disabled, .btn.disabled, .disabled.swal-button, fieldset:disabled .btn, fieldset:disabled .swal-button {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary, .dropdown-item.dropdown-item-primary {
  color: #fff;
  background-color: #1f56f2;
  border-color: #1f56f2;
}
.btn-primary:hover, .dropdown-item.dropdown-item-primary:hover {
  color: #fff;
  background-color: rgb(10.3333333333%, 28.6666666667%, 80.6666666667%);
  border-color: rgb(9.7254901961%, 26.9803921569%, 75.9215686275%);
}
.btn-check:focus + .btn-primary, .btn-check:focus + .dropdown-item.dropdown-item-primary, .btn-primary:focus, .dropdown-item.dropdown-item-primary:focus {
  color: #fff;
  background-color: rgb(10.3333333333%, 28.6666666667%, 80.6666666667%);
  border-color: rgb(9.7254901961%, 26.9803921569%, 75.9215686275%);
  box-shadow: 0 0 0 0 rgba(25.3333333333%, 43.6666666667%, 95.6666666667%, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:checked + .dropdown-item.dropdown-item-primary, .btn-check:active + .btn-primary, .btn-check:active + .dropdown-item.dropdown-item-primary, .btn-primary:active, .dropdown-item.dropdown-item-primary:active, .btn-primary.active, .active.dropdown-item.dropdown-item-primary, .show > .btn-primary.dropdown-toggle, .show > .dropdown-toggle.dropdown-item.dropdown-item-primary {
  color: #fff;
  background-color: rgb(9.7254901961%, 26.9803921569%, 75.9215686275%);
  border-color: rgb(9.1176470588%, 25.2941176471%, 71.1764705882%);
}
.btn-check:checked + .btn-primary:focus, .btn-check:checked + .dropdown-item.dropdown-item-primary:focus, .btn-check:active + .btn-primary:focus, .btn-check:active + .dropdown-item.dropdown-item-primary:focus, .btn-primary:active:focus, .dropdown-item.dropdown-item-primary:active:focus, .btn-primary.active:focus, .active.dropdown-item.dropdown-item-primary:focus, .show > .btn-primary.dropdown-toggle:focus, .show > .dropdown-toggle.dropdown-item.dropdown-item-primary:focus {
  box-shadow: 0 0 0 0 rgba(25.3333333333%, 43.6666666667%, 95.6666666667%, 0.5);
}
.btn-primary:disabled, .dropdown-item.dropdown-item-primary:disabled, .btn-primary.disabled, .disabled.dropdown-item.dropdown-item-primary {
  color: #fff;
  background-color: #1f56f2;
  border-color: #1f56f2;
}

.btn-secondary {
  color: #fff;
  background-color: #0A1F44;
  border-color: #0A1F44;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(3.3333333333%, 10.3333333333%, 22.6666666667%);
  border-color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: rgb(3.3333333333%, 10.3333333333%, 22.6666666667%);
  border-color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
  box-shadow: 0 0 0 0 rgba(18.3333333333%, 25.3333333333%, 37.6666666667%, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
  border-color: rgb(2.9411764706%, 9.1176470588%, 20%);
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(18.3333333333%, 25.3333333333%, 37.6666666667%, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #0A1F44;
  border-color: #0A1F44;
}

.btn-success {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(25.3333333333%, 58.3333333333%, 26.6666666667%);
  border-color: rgb(23.8431372549%, 54.9019607843%, 25.0980392157%);
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: rgb(25.3333333333%, 58.3333333333%, 26.6666666667%);
  border-color: rgb(23.8431372549%, 54.9019607843%, 25.0980392157%);
  box-shadow: 0 0 0 0 rgba(40.3333333333%, 73.3333333333%, 41.6666666667%, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(23.8431372549%, 54.9019607843%, 25.0980392157%);
  border-color: rgb(22.3529411765%, 51.4705882353%, 23.5294117647%);
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40.3333333333%, 73.3333333333%, 41.6666666667%, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}

.btn-info {
  color: #fff;
  background-color: #1f56f2;
  border-color: #1f56f2;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(10.3333333333%, 28.6666666667%, 80.6666666667%);
  border-color: rgb(9.7254901961%, 26.9803921569%, 75.9215686275%);
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #fff;
  background-color: rgb(10.3333333333%, 28.6666666667%, 80.6666666667%);
  border-color: rgb(9.7254901961%, 26.9803921569%, 75.9215686275%);
  box-shadow: 0 0 0 0 rgba(25.3333333333%, 43.6666666667%, 95.6666666667%, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(9.7254901961%, 26.9803921569%, 75.9215686275%);
  border-color: rgb(9.1176470588%, 25.2941176471%, 71.1764705882%);
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(25.3333333333%, 43.6666666667%, 95.6666666667%, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #1f56f2;
  border-color: #1f56f2;
}

.btn-warning {
  color: #fff;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(84.3333333333%, 42%, 6.6666666667%);
  border-color: rgb(79.3725490196%, 39.5294117647%, 6.2745098039%);
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #fff;
  background-color: rgb(84.3333333333%, 42%, 6.6666666667%);
  border-color: rgb(79.3725490196%, 39.5294117647%, 6.2745098039%);
  box-shadow: 0 0 0 0 rgba(99.3333333333%, 57%, 21.6666666667%, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(79.3725490196%, 39.5294117647%, 6.2745098039%);
  border-color: rgb(74.4117647059%, 37.0588235294%, 5.8823529412%);
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(99.3333333333%, 57%, 21.6666666667%, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #fff;
  background-color: #fd7e14;
  border-color: #fd7e14;
}

.btn-danger {
  color: #fff;
  background-color: #FF3625;
  border-color: #FF3625;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(85%, 18%, 12.3333333333%);
  border-color: rgb(80%, 16.9411764706%, 11.6078431373%);
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: rgb(85%, 18%, 12.3333333333%);
  border-color: rgb(80%, 16.9411764706%, 11.6078431373%);
  box-shadow: 0 0 0 0 rgba(100%, 33%, 27.3333333333%, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(80%, 16.9411764706%, 11.6078431373%);
  border-color: rgb(75%, 15.8823529412%, 10.8823529412%);
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(100%, 33%, 27.3333333333%, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #FF3625;
  border-color: #FF3625;
}

.btn-light, .swal-button {
  color: #fff;
  background-color: rgba(64, 67, 70, 0.06);
  border-color: rgba(64, 67, 70, 0.06);
}
.btn-light:hover, .swal-button:hover {
  color: #fff;
  background-color: rgba(3.7426900585%, 3.918128655%, 4.0935672515%, 0.201);
  border-color: rgba(2.7630868861%, 2.8926065839%, 3.0221262817%, 0.248);
}
.btn-check:focus + .btn-light, .btn-check:focus + .swal-button, .btn-light:focus, .swal-button:focus {
  color: #fff;
  background-color: rgba(3.7426900585%, 3.918128655%, 4.0935672515%, 0.201);
  border-color: rgba(2.7630868861%, 2.8926065839%, 3.0221262817%, 0.248);
  box-shadow: 0 0 0 0 rgba(88.8304093567%, 89.0058479532%, 89.1812865497%, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:checked + .swal-button, .btn-check:active + .btn-light, .btn-check:active + .swal-button, .btn-light:active, .swal-button:active, .btn-light.active, .active.swal-button, .show > .btn-light.dropdown-toggle, .show > .dropdown-toggle.swal-button {
  color: #fff;
  background-color: rgba(2.7630868861%, 2.8926065839%, 3.0221262817%, 0.248);
  border-color: rgba(2.1309655938%, 2.230854606%, 2.3307436182%, 0.295);
}
.btn-check:checked + .btn-light:focus, .btn-check:checked + .swal-button:focus, .btn-check:active + .btn-light:focus, .btn-check:active + .swal-button:focus, .btn-light:active:focus, .swal-button:active:focus, .btn-light.active:focus, .active.swal-button:focus, .show > .btn-light.dropdown-toggle:focus, .show > .dropdown-toggle.swal-button:focus {
  box-shadow: 0 0 0 0 rgba(88.8304093567%, 89.0058479532%, 89.1812865497%, 0.5);
}
.btn-light:disabled, .swal-button:disabled, .btn-light.disabled, .disabled.swal-button {
  color: #fff;
  background-color: rgba(64, 67, 70, 0.06);
  border-color: rgba(64, 67, 70, 0.06);
}

.btn-dark {
  color: #fff;
  background-color: #404346;
  border-color: #404346;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(21.3333333333%, 22.3333333333%, 23.3333333333%);
  border-color: rgb(20.0784313725%, 21.0196078431%, 21.9607843137%);
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: rgb(21.3333333333%, 22.3333333333%, 23.3333333333%);
  border-color: rgb(20.0784313725%, 21.0196078431%, 21.9607843137%);
  box-shadow: 0 0 0 0 rgba(36.3333333333%, 37.3333333333%, 38.3333333333%, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(20.0784313725%, 21.0196078431%, 21.9607843137%);
  border-color: rgb(18.8235294118%, 19.7058823529%, 20.5882352941%);
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(36.3333333333%, 37.3333333333%, 38.3333333333%, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #404346;
  border-color: #404346;
}

.btn-outline-primary {
  color: #1f56f2;
  border-color: #1f56f2;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #1f56f2;
  border-color: #1f56f2;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0 rgba(31, 86, 242, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #1f56f2;
  border-color: #1f56f2;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(31, 86, 242, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #1f56f2;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #0A1F44;
  border-color: #0A1F44;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #0A1F44;
  border-color: #0A1F44;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0 rgba(10, 31, 68, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #0A1F44;
  border-color: #0A1F44;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(10, 31, 68, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #0A1F44;
  background-color: transparent;
}

.btn-outline-success {
  color: #4caf50;
  border-color: #4caf50;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #4caf50;
  background-color: transparent;
}

.btn-outline-info {
  color: #1f56f2;
  border-color: #1f56f2;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #1f56f2;
  border-color: #1f56f2;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0 rgba(31, 86, 242, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #fff;
  background-color: #1f56f2;
  border-color: #1f56f2;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(31, 86, 242, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #1f56f2;
  background-color: transparent;
}

.btn-outline-warning {
  color: #fd7e14;
  border-color: #fd7e14;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0 rgba(253, 126, 20, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #fff;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(253, 126, 20, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #fd7e14;
  background-color: transparent;
}

.btn-outline-danger {
  color: #FF3625;
  border-color: #FF3625;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #FF3625;
  border-color: #FF3625;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0 rgba(255, 54, 37, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #FF3625;
  border-color: #FF3625;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(255, 54, 37, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #FF3625;
  background-color: transparent;
}

.btn-outline-light {
  color: rgba(64, 67, 70, 0.06);
  border-color: rgba(64, 67, 70, 0.06);
}
.btn-outline-light:hover {
  color: #fff;
  background-color: rgba(64, 67, 70, 0.06);
  border-color: rgba(64, 67, 70, 0.06);
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0 rgba(64, 67, 70, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #fff;
  background-color: rgba(64, 67, 70, 0.06);
  border-color: rgba(64, 67, 70, 0.06);
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(64, 67, 70, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: rgba(64, 67, 70, 0.06);
  background-color: transparent;
}

.btn-outline-dark {
  color: #404346;
  border-color: #404346;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #404346;
  border-color: #404346;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0 rgba(64, 67, 70, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #404346;
  border-color: #404346;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(64, 67, 70, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #404346;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0A1F44;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
}
.btn-link:disabled, .btn-link.disabled {
  color: #66696C;
}

.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3125rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

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

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

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #000F1D;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 15, 29, 0.15);
  border-radius: 0.3125rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

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

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

@media (min-width: 320px) {
  .dropdown-menu-xs-start {
    --bs-position: start;
  }
  .dropdown-menu-xs-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xs-end {
    --bs-position: end;
  }
  .dropdown-menu-xs-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 392px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 512px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 800px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1232px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #191C1F;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(8.8235294118%, 9.8823529412%, 10.9411764706%);
  background-color: #F8F8F8;
}
.dropdown-item.active, .dropdown-item:active {
  color: #404346;
  text-decoration: none;
  background-color: rgba(31, 86, 242, 0.08);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #66696C;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #66696C;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.5rem 1rem;
  color: #191C1F;
}

.dropdown-menu-dark {
  color: #D4D4D4;
  background-color: #191C1F;
  border-color: #191C1F;
}
.dropdown-menu-dark .dropdown-item {
  color: #D4D4D4;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #404346;
  background-color: rgba(31, 86, 242, 0.08);
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #80878E;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: #404346;
}
.dropdown-menu-dark .dropdown-item-text {
  color: #D4D4D4;
}
.dropdown-menu-dark .dropdown-header {
  color: #80878E;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0A1F44;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
}
.nav-link.disabled {
  color: #66696C;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #D4D4D4;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #E8E8E8 #E8E8E8 #D4D4D4;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #66696C;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #404346;
  background-color: #fff;
  border-color: #D4D4D4 #D4D4D4 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.3125rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1f56f2;
}

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-xs,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.3125rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0;
}

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

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

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

.navbar-light .navbar-brand {
  color: rgba(0, 15, 29, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 15, 29, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 15, 29, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 15, 29, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 15, 29, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 15, 29, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 15, 29, 0.55);
  border-color: rgba(0, 15, 29, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 15, 29, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 15, 29, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 15, 29, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.breadcrumb, .breadcrumb-border, .breadcrumb-panel {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  list-style: none;
  border-radius: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0;
  color: #D4D4D4;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #0A1F44;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.3125rem;
}
.badge:empty {
  display: none;
}

.btn .badge, .swal-button .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.3125rem;
}

.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: rgb(7.2941176471%, 20.2352941176%, 56.9411764706%);
  background-color: rgb(82.431372549%, 86.7450980392%, 98.9803921569%);
  border-color: rgb(73.6470588235%, 80.1176470588%, 98.4705882353%);
}
.alert-primary .alert-link {
  color: rgb(5.8352941176%, 16.1882352941%, 45.5529411765%);
}

.alert-secondary {
  color: rgb(2.3529411765%, 7.2941176471%, 16%);
  background-color: rgb(80.7843137255%, 82.431372549%, 85.3333333333%);
  border-color: rgb(71.1764705882%, 73.6470588235%, 78%);
}
.alert-secondary .alert-link {
  color: rgb(1.8823529412%, 5.8352941176%, 12.8%);
}

.alert-success {
  color: rgb(17.8823529412%, 41.1764705882%, 18.8235294118%);
  background-color: rgb(85.9607843137%, 93.7254901961%, 86.2745098039%);
  border-color: rgb(78.9411764706%, 90.5882352941%, 79.4117647059%);
}
.alert-success .alert-link {
  color: rgb(14.3058823529%, 32.9411764706%, 15.0588235294%);
}

.alert-info {
  color: rgb(7.2941176471%, 20.2352941176%, 56.9411764706%);
  background-color: rgb(82.431372549%, 86.7450980392%, 98.9803921569%);
  border-color: rgb(73.6470588235%, 80.1176470588%, 98.4705882353%);
}
.alert-info .alert-link {
  color: rgb(5.8352941176%, 16.1882352941%, 45.5529411765%);
}

.alert-warning {
  color: rgb(59.5294117647%, 29.6470588235%, 4.7058823529%);
  background-color: rgb(99.8431372549%, 89.8823529412%, 81.568627451%);
  border-color: rgb(99.7647058824%, 84.8235294118%, 72.3529411765%);
}
.alert-warning .alert-link {
  color: rgb(47.6235294118%, 23.7176470588%, 3.7647058824%);
}

.alert-danger {
  color: rgb(60%, 12.7058823529%, 8.7058823529%);
  background-color: rgb(100%, 84.2352941176%, 82.9019607843%);
  border-color: rgb(100%, 76.3529411765%, 74.3529411765%);
}
.alert-danger .alert-link {
  color: rgb(48%, 10.1647058824%, 6.9647058824%);
}

.alert-light {
  color: rgba(1.1127209504%, 1.164879745%, 1.2170385396%, 0.436);
  background-color: rgba(99.4253046487%, 99.4343312773%, 99.4433579058%, 0.812);
  border-color: rgba(99.0201778386%, 99.0355677155%, 99.0509575923%, 0.718);
}
.alert-light .alert-link {
  color: rgba(0.5866340198%, 0.6141324895%, 0.6416309592%, 0.5488);
}

.alert-dark {
  color: rgb(15.0588235294%, 15.7647058824%, 16.4705882353%);
  background-color: rgb(85.0196078431%, 85.2549019608%, 85.4901960784%);
  border-color: rgb(77.5294117647%, 77.8823529412%, 78.2352941176%);
}
.alert-dark .alert-link {
  color: rgb(12.0470588235%, 12.6117647059%, 13.1764705882%);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.425s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: none;
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 15, 29, 0.2);
  border-radius: 0.5rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(10, 31, 68, 0.45);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 1;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid transparent;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 0 solid transparent;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 392px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 800px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1232px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 319.98px) {
  .modal-fullscreen-xs-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xs-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xs-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 391.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 511.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 799.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1231.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000F1D;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000F1D;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000F1D;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000F1D;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000F1D;
  border-radius: 0.3125rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 15, 29, 0.2);
  border-radius: 0.5rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 15, 29, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 15, 29, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 15, 29, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(94%, 94%, 94%);
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 15, 29, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(94%, 94%, 94%);
  border-bottom: 1px solid rgba(0, 15, 29, 0.2);
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #000F1D;
}

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

.link-primary {
  color: #1f56f2;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(9.7254901961%, 26.9803921569%, 75.9215686275%);
}

.link-secondary {
  color: #0A1F44;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
}

.link-success {
  color: #4caf50;
}
.link-success:hover, .link-success:focus {
  color: rgb(23.8431372549%, 54.9019607843%, 25.0980392157%);
}

.link-info {
  color: #1f56f2;
}
.link-info:hover, .link-info:focus {
  color: rgb(9.7254901961%, 26.9803921569%, 75.9215686275%);
}

.link-warning {
  color: #fd7e14;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(79.3725490196%, 39.5294117647%, 6.2745098039%);
}

.link-danger {
  color: #FF3625;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(80%, 16.9411764706%, 11.6078431373%);
}

.link-light {
  color: rgba(64, 67, 70, 0.06);
}
.link-light:hover, .link-light:focus {
  color: rgba(2.7630868861%, 2.8926065839%, 3.0221262817%, 0.248);
}

.link-dark {
  color: #404346;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(20.0784313725%, 21.0196078431%, 21.9607843137%);
}

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

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

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

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

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

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

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

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

@media (min-width: 320px) {
  .sticky-xs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 392px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 512px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 800px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1232px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #1f56f2 !important;
}

.border-secondary {
  border-color: #0A1F44 !important;
}

.border-success {
  border-color: #4caf50 !important;
}

.border-info {
  border-color: #1f56f2 !important;
}

.border-warning {
  border-color: #fd7e14 !important;
}

.border-danger {
  border-color: #FF3625 !important;
}

.border-light {
  border-color: rgba(64, 67, 70, 0.06) !important;
}

.border-dark {
  border-color: #404346 !important;
}

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

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

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

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

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

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

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

.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-1px {
  gap: 0.0625rem !important;
}

.gap-2px {
  gap: 0.125rem !important;
}

.gap-3px {
  gap: 0.1875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

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

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

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

.align-self-stretch {
  align-self: stretch !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-13 {
  margin-bottom: 7rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1px {
  margin: -0.0625rem !important;
}

.m-n2px {
  margin: -0.125rem !important;
}

.m-n3px {
  margin: -0.1875rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

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

.m-n3 {
  margin: -0.75rem !important;
}

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

.m-n5 {
  margin: -1.25rem !important;
}

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

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

.m-n8 {
  margin: -2.5rem !important;
}

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

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

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

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

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

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

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

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

.mx-n1px {
  margin-right: -0.0625rem !important;
  margin-left: -0.0625rem !important;
}

.mx-n2px {
  margin-right: -0.125rem !important;
  margin-left: -0.125rem !important;
}

.mx-n3px {
  margin-right: -0.1875rem !important;
  margin-left: -0.1875rem !important;
}

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

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

.mx-n3 {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important;
}

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

.mx-n5 {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}

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

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

.mx-n8 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

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

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

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

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

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

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

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

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

.my-n1px {
  margin-top: -0.0625rem !important;
  margin-bottom: -0.0625rem !important;
}

.my-n2px {
  margin-top: -0.125rem !important;
  margin-bottom: -0.125rem !important;
}

.my-n3px {
  margin-top: -0.1875rem !important;
  margin-bottom: -0.1875rem !important;
}

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

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

.my-n3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

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

.my-n5 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

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

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

.my-n8 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

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

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

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

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

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

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

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

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

.mt-n1px {
  margin-top: -0.0625rem !important;
}

.mt-n2px {
  margin-top: -0.125rem !important;
}

.mt-n3px {
  margin-top: -0.1875rem !important;
}

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

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

.mt-n3 {
  margin-top: -0.75rem !important;
}

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

.mt-n5 {
  margin-top: -1.25rem !important;
}

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

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

.mt-n8 {
  margin-top: -2.5rem !important;
}

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

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

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

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

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

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

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

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

.me-n1px {
  margin-right: -0.0625rem !important;
}

.me-n2px {
  margin-right: -0.125rem !important;
}

.me-n3px {
  margin-right: -0.1875rem !important;
}

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

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

.me-n3 {
  margin-right: -0.75rem !important;
}

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

.me-n5 {
  margin-right: -1.25rem !important;
}

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

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

.me-n8 {
  margin-right: -2.5rem !important;
}

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

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

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

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

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

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

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

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

.mb-n1px {
  margin-bottom: -0.0625rem !important;
}

.mb-n2px {
  margin-bottom: -0.125rem !important;
}

.mb-n3px {
  margin-bottom: -0.1875rem !important;
}

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

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

.mb-n3 {
  margin-bottom: -0.75rem !important;
}

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

.mb-n5 {
  margin-bottom: -1.25rem !important;
}

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

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

.mb-n8 {
  margin-bottom: -2.5rem !important;
}

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

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

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

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

.mb-n13 {
  margin-bottom: -7rem !important;
}

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

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

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

.ms-n1px {
  margin-left: -0.0625rem !important;
}

.ms-n2px {
  margin-left: -0.125rem !important;
}

.ms-n3px {
  margin-left: -0.1875rem !important;
}

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

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

.ms-n3 {
  margin-left: -0.75rem !important;
}

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

.ms-n5 {
  margin-left: -1.25rem !important;
}

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

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

.ms-n8 {
  margin-left: -2.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps-16 {
  padding-left: 10rem !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.275rem + 0.3vw) !important;
}

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

.fs-5 {
  font-size: 1.125rem !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: #66696C !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 15, 29, 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 {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.3125rem !important;
}

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

.rounded-1 {
  border-radius: 0.25rem !important;
}

.rounded-2 {
  border-radius: 0.3125rem !important;
}

.rounded-3 {
  border-radius: 0.5rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 320px) {
  .float-xs-start {
    float: left !important;
  }
  .float-xs-end {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
  .opacity-xs-0 {
    opacity: 0 !important;
  }
  .opacity-xs-25 {
    opacity: 0.25 !important;
  }
  .opacity-xs-50 {
    opacity: 0.5 !important;
  }
  .opacity-xs-75 {
    opacity: 0.75 !important;
  }
  .opacity-xs-100 {
    opacity: 1 !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xs-0 {
    gap: 0 !important;
  }
  .gap-xs-1px {
    gap: 0.0625rem !important;
  }
  .gap-xs-2px {
    gap: 0.125rem !important;
  }
  .gap-xs-3px {
    gap: 0.1875rem !important;
  }
  .gap-xs-1 {
    gap: 0.25rem !important;
  }
  .gap-xs-2 {
    gap: 0.5rem !important;
  }
  .gap-xs-3 {
    gap: 0.75rem !important;
  }
  .gap-xs-4 {
    gap: 1rem !important;
  }
  .gap-xs-5 {
    gap: 1.25rem !important;
  }
  .gap-xs-6 {
    gap: 1.5rem !important;
  }
  .gap-xs-7 {
    gap: 2rem !important;
  }
  .gap-xs-8 {
    gap: 2.5rem !important;
  }
  .gap-xs-9 {
    gap: 3rem !important;
  }
  .gap-xs-10 {
    gap: 4rem !important;
  }
  .gap-xs-11 {
    gap: 5rem !important;
  }
  .gap-xs-12 {
    gap: 6rem !important;
  }
  .gap-xs-13 {
    gap: 7rem !important;
  }
  .gap-xs-14 {
    gap: 8rem !important;
  }
  .gap-xs-15 {
    gap: 9rem !important;
  }
  .gap-xs-16 {
    gap: 10rem !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
  .order-xs-first {
    order: -1 !important;
  }
  .order-xs-0 {
    order: 0 !important;
  }
  .order-xs-1 {
    order: 1 !important;
  }
  .order-xs-2 {
    order: 2 !important;
  }
  .order-xs-3 {
    order: 3 !important;
  }
  .order-xs-4 {
    order: 4 !important;
  }
  .order-xs-5 {
    order: 5 !important;
  }
  .order-xs-last {
    order: 6 !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .m-xs-1px {
    margin: 0.0625rem !important;
  }
  .m-xs-2px {
    margin: 0.125rem !important;
  }
  .m-xs-3px {
    margin: 0.1875rem !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 0.75rem !important;
  }
  .m-xs-4 {
    margin: 1rem !important;
  }
  .m-xs-5 {
    margin: 1.25rem !important;
  }
  .m-xs-6 {
    margin: 1.5rem !important;
  }
  .m-xs-7 {
    margin: 2rem !important;
  }
  .m-xs-8 {
    margin: 2.5rem !important;
  }
  .m-xs-9 {
    margin: 3rem !important;
  }
  .m-xs-10 {
    margin: 4rem !important;
  }
  .m-xs-11 {
    margin: 5rem !important;
  }
  .m-xs-12 {
    margin: 6rem !important;
  }
  .m-xs-13 {
    margin: 7rem !important;
  }
  .m-xs-14 {
    margin: 8rem !important;
  }
  .m-xs-15 {
    margin: 9rem !important;
  }
  .m-xs-16 {
    margin: 10rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xs-1px {
    margin-right: 0.0625rem !important;
    margin-left: 0.0625rem !important;
  }
  .mx-xs-2px {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-xs-3px {
    margin-right: 0.1875rem !important;
    margin-left: 0.1875rem !important;
  }
  .mx-xs-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xs-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xs-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xs-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xs-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xs-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xs-7 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xs-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xs-9 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xs-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xs-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xs-12 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xs-13 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xs-14 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xs-15 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xs-16 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xs-1px {
    margin-top: 0.0625rem !important;
    margin-bottom: 0.0625rem !important;
  }
  .my-xs-2px {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-xs-3px {
    margin-top: 0.1875rem !important;
    margin-bottom: 0.1875rem !important;
  }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xs-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xs-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xs-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xs-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xs-7 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xs-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xs-9 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xs-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xs-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xs-12 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xs-13 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xs-14 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xs-15 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xs-16 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-1px {
    margin-top: 0.0625rem !important;
  }
  .mt-xs-2px {
    margin-top: 0.125rem !important;
  }
  .mt-xs-3px {
    margin-top: 0.1875rem !important;
  }
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xs-3 {
    margin-top: 0.75rem !important;
  }
  .mt-xs-4 {
    margin-top: 1rem !important;
  }
  .mt-xs-5 {
    margin-top: 1.25rem !important;
  }
  .mt-xs-6 {
    margin-top: 1.5rem !important;
  }
  .mt-xs-7 {
    margin-top: 2rem !important;
  }
  .mt-xs-8 {
    margin-top: 2.5rem !important;
  }
  .mt-xs-9 {
    margin-top: 3rem !important;
  }
  .mt-xs-10 {
    margin-top: 4rem !important;
  }
  .mt-xs-11 {
    margin-top: 5rem !important;
  }
  .mt-xs-12 {
    margin-top: 6rem !important;
  }
  .mt-xs-13 {
    margin-top: 7rem !important;
  }
  .mt-xs-14 {
    margin-top: 8rem !important;
  }
  .mt-xs-15 {
    margin-top: 9rem !important;
  }
  .mt-xs-16 {
    margin-top: 10rem !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .me-xs-0 {
    margin-right: 0 !important;
  }
  .me-xs-1px {
    margin-right: 0.0625rem !important;
  }
  .me-xs-2px {
    margin-right: 0.125rem !important;
  }
  .me-xs-3px {
    margin-right: 0.1875rem !important;
  }
  .me-xs-1 {
    margin-right: 0.25rem !important;
  }
  .me-xs-2 {
    margin-right: 0.5rem !important;
  }
  .me-xs-3 {
    margin-right: 0.75rem !important;
  }
  .me-xs-4 {
    margin-right: 1rem !important;
  }
  .me-xs-5 {
    margin-right: 1.25rem !important;
  }
  .me-xs-6 {
    margin-right: 1.5rem !important;
  }
  .me-xs-7 {
    margin-right: 2rem !important;
  }
  .me-xs-8 {
    margin-right: 2.5rem !important;
  }
  .me-xs-9 {
    margin-right: 3rem !important;
  }
  .me-xs-10 {
    margin-right: 4rem !important;
  }
  .me-xs-11 {
    margin-right: 5rem !important;
  }
  .me-xs-12 {
    margin-right: 6rem !important;
  }
  .me-xs-13 {
    margin-right: 7rem !important;
  }
  .me-xs-14 {
    margin-right: 8rem !important;
  }
  .me-xs-15 {
    margin-right: 9rem !important;
  }
  .me-xs-16 {
    margin-right: 10rem !important;
  }
  .me-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-1px {
    margin-bottom: 0.0625rem !important;
  }
  .mb-xs-2px {
    margin-bottom: 0.125rem !important;
  }
  .mb-xs-3px {
    margin-bottom: 0.1875rem !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xs-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xs-7 {
    margin-bottom: 2rem !important;
  }
  .mb-xs-8 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xs-9 {
    margin-bottom: 3rem !important;
  }
  .mb-xs-10 {
    margin-bottom: 4rem !important;
  }
  .mb-xs-11 {
    margin-bottom: 5rem !important;
  }
  .mb-xs-12 {
    margin-bottom: 6rem !important;
  }
  .mb-xs-13 {
    margin-bottom: 7rem !important;
  }
  .mb-xs-14 {
    margin-bottom: 8rem !important;
  }
  .mb-xs-15 {
    margin-bottom: 9rem !important;
  }
  .mb-xs-16 {
    margin-bottom: 10rem !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ms-xs-0 {
    margin-left: 0 !important;
  }
  .ms-xs-1px {
    margin-left: 0.0625rem !important;
  }
  .ms-xs-2px {
    margin-left: 0.125rem !important;
  }
  .ms-xs-3px {
    margin-left: 0.1875rem !important;
  }
  .ms-xs-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xs-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xs-3 {
    margin-left: 0.75rem !important;
  }
  .ms-xs-4 {
    margin-left: 1rem !important;
  }
  .ms-xs-5 {
    margin-left: 1.25rem !important;
  }
  .ms-xs-6 {
    margin-left: 1.5rem !important;
  }
  .ms-xs-7 {
    margin-left: 2rem !important;
  }
  .ms-xs-8 {
    margin-left: 2.5rem !important;
  }
  .ms-xs-9 {
    margin-left: 3rem !important;
  }
  .ms-xs-10 {
    margin-left: 4rem !important;
  }
  .ms-xs-11 {
    margin-left: 5rem !important;
  }
  .ms-xs-12 {
    margin-left: 6rem !important;
  }
  .ms-xs-13 {
    margin-left: 7rem !important;
  }
  .ms-xs-14 {
    margin-left: 8rem !important;
  }
  .ms-xs-15 {
    margin-left: 9rem !important;
  }
  .ms-xs-16 {
    margin-left: 10rem !important;
  }
  .ms-xs-auto {
    margin-left: auto !important;
  }
  .m-xs-n1px {
    margin: -0.0625rem !important;
  }
  .m-xs-n2px {
    margin: -0.125rem !important;
  }
  .m-xs-n3px {
    margin: -0.1875rem !important;
  }
  .m-xs-n1 {
    margin: -0.25rem !important;
  }
  .m-xs-n2 {
    margin: -0.5rem !important;
  }
  .m-xs-n3 {
    margin: -0.75rem !important;
  }
  .m-xs-n4 {
    margin: -1rem !important;
  }
  .m-xs-n5 {
    margin: -1.25rem !important;
  }
  .m-xs-n6 {
    margin: -1.5rem !important;
  }
  .m-xs-n7 {
    margin: -2rem !important;
  }
  .m-xs-n8 {
    margin: -2.5rem !important;
  }
  .m-xs-n9 {
    margin: -3rem !important;
  }
  .m-xs-n10 {
    margin: -4rem !important;
  }
  .m-xs-n11 {
    margin: -5rem !important;
  }
  .m-xs-n12 {
    margin: -6rem !important;
  }
  .m-xs-n13 {
    margin: -7rem !important;
  }
  .m-xs-n14 {
    margin: -8rem !important;
  }
  .m-xs-n15 {
    margin: -9rem !important;
  }
  .m-xs-n16 {
    margin: -10rem !important;
  }
  .mx-xs-n1px {
    margin-right: -0.0625rem !important;
    margin-left: -0.0625rem !important;
  }
  .mx-xs-n2px {
    margin-right: -0.125rem !important;
    margin-left: -0.125rem !important;
  }
  .mx-xs-n3px {
    margin-right: -0.1875rem !important;
    margin-left: -0.1875rem !important;
  }
  .mx-xs-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xs-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xs-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-xs-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xs-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xs-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xs-n7 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xs-n8 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xs-n9 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xs-n10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xs-n11 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xs-n12 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xs-n13 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xs-n14 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xs-n15 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xs-n16 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-xs-n1px {
    margin-top: -0.0625rem !important;
    margin-bottom: -0.0625rem !important;
  }
  .my-xs-n2px {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  .my-xs-n3px {
    margin-top: -0.1875rem !important;
    margin-bottom: -0.1875rem !important;
  }
  .my-xs-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xs-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xs-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-xs-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xs-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xs-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xs-n7 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xs-n8 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xs-n9 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xs-n10 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xs-n11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xs-n12 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xs-n13 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xs-n14 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xs-n15 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xs-n16 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-xs-n1px {
    margin-top: -0.0625rem !important;
  }
  .mt-xs-n2px {
    margin-top: -0.125rem !important;
  }
  .mt-xs-n3px {
    margin-top: -0.1875rem !important;
  }
  .mt-xs-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xs-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xs-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-xs-n4 {
    margin-top: -1rem !important;
  }
  .mt-xs-n5 {
    margin-top: -1.25rem !important;
  }
  .mt-xs-n6 {
    margin-top: -1.5rem !important;
  }
  .mt-xs-n7 {
    margin-top: -2rem !important;
  }
  .mt-xs-n8 {
    margin-top: -2.5rem !important;
  }
  .mt-xs-n9 {
    margin-top: -3rem !important;
  }
  .mt-xs-n10 {
    margin-top: -4rem !important;
  }
  .mt-xs-n11 {
    margin-top: -5rem !important;
  }
  .mt-xs-n12 {
    margin-top: -6rem !important;
  }
  .mt-xs-n13 {
    margin-top: -7rem !important;
  }
  .mt-xs-n14 {
    margin-top: -8rem !important;
  }
  .mt-xs-n15 {
    margin-top: -9rem !important;
  }
  .mt-xs-n16 {
    margin-top: -10rem !important;
  }
  .me-xs-n1px {
    margin-right: -0.0625rem !important;
  }
  .me-xs-n2px {
    margin-right: -0.125rem !important;
  }
  .me-xs-n3px {
    margin-right: -0.1875rem !important;
  }
  .me-xs-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xs-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xs-n3 {
    margin-right: -0.75rem !important;
  }
  .me-xs-n4 {
    margin-right: -1rem !important;
  }
  .me-xs-n5 {
    margin-right: -1.25rem !important;
  }
  .me-xs-n6 {
    margin-right: -1.5rem !important;
  }
  .me-xs-n7 {
    margin-right: -2rem !important;
  }
  .me-xs-n8 {
    margin-right: -2.5rem !important;
  }
  .me-xs-n9 {
    margin-right: -3rem !important;
  }
  .me-xs-n10 {
    margin-right: -4rem !important;
  }
  .me-xs-n11 {
    margin-right: -5rem !important;
  }
  .me-xs-n12 {
    margin-right: -6rem !important;
  }
  .me-xs-n13 {
    margin-right: -7rem !important;
  }
  .me-xs-n14 {
    margin-right: -8rem !important;
  }
  .me-xs-n15 {
    margin-right: -9rem !important;
  }
  .me-xs-n16 {
    margin-right: -10rem !important;
  }
  .mb-xs-n1px {
    margin-bottom: -0.0625rem !important;
  }
  .mb-xs-n2px {
    margin-bottom: -0.125rem !important;
  }
  .mb-xs-n3px {
    margin-bottom: -0.1875rem !important;
  }
  .mb-xs-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xs-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xs-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-xs-n4 {
    margin-bottom: -1rem !important;
  }
  .mb-xs-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mb-xs-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xs-n7 {
    margin-bottom: -2rem !important;
  }
  .mb-xs-n8 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xs-n9 {
    margin-bottom: -3rem !important;
  }
  .mb-xs-n10 {
    margin-bottom: -4rem !important;
  }
  .mb-xs-n11 {
    margin-bottom: -5rem !important;
  }
  .mb-xs-n12 {
    margin-bottom: -6rem !important;
  }
  .mb-xs-n13 {
    margin-bottom: -7rem !important;
  }
  .mb-xs-n14 {
    margin-bottom: -8rem !important;
  }
  .mb-xs-n15 {
    margin-bottom: -9rem !important;
  }
  .mb-xs-n16 {
    margin-bottom: -10rem !important;
  }
  .ms-xs-n1px {
    margin-left: -0.0625rem !important;
  }
  .ms-xs-n2px {
    margin-left: -0.125rem !important;
  }
  .ms-xs-n3px {
    margin-left: -0.1875rem !important;
  }
  .ms-xs-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xs-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xs-n3 {
    margin-left: -0.75rem !important;
  }
  .ms-xs-n4 {
    margin-left: -1rem !important;
  }
  .ms-xs-n5 {
    margin-left: -1.25rem !important;
  }
  .ms-xs-n6 {
    margin-left: -1.5rem !important;
  }
  .ms-xs-n7 {
    margin-left: -2rem !important;
  }
  .ms-xs-n8 {
    margin-left: -2.5rem !important;
  }
  .ms-xs-n9 {
    margin-left: -3rem !important;
  }
  .ms-xs-n10 {
    margin-left: -4rem !important;
  }
  .ms-xs-n11 {
    margin-left: -5rem !important;
  }
  .ms-xs-n12 {
    margin-left: -6rem !important;
  }
  .ms-xs-n13 {
    margin-left: -7rem !important;
  }
  .ms-xs-n14 {
    margin-left: -8rem !important;
  }
  .ms-xs-n15 {
    margin-left: -9rem !important;
  }
  .ms-xs-n16 {
    margin-left: -10rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .p-xs-1px {
    padding: 0.0625rem !important;
  }
  .p-xs-2px {
    padding: 0.125rem !important;
  }
  .p-xs-3px {
    padding: 0.1875rem !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 0.75rem !important;
  }
  .p-xs-4 {
    padding: 1rem !important;
  }
  .p-xs-5 {
    padding: 1.25rem !important;
  }
  .p-xs-6 {
    padding: 1.5rem !important;
  }
  .p-xs-7 {
    padding: 2rem !important;
  }
  .p-xs-8 {
    padding: 2.5rem !important;
  }
  .p-xs-9 {
    padding: 3rem !important;
  }
  .p-xs-10 {
    padding: 4rem !important;
  }
  .p-xs-11 {
    padding: 5rem !important;
  }
  .p-xs-12 {
    padding: 6rem !important;
  }
  .p-xs-13 {
    padding: 7rem !important;
  }
  .p-xs-14 {
    padding: 8rem !important;
  }
  .p-xs-15 {
    padding: 9rem !important;
  }
  .p-xs-16 {
    padding: 10rem !important;
  }
  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xs-1px {
    padding-right: 0.0625rem !important;
    padding-left: 0.0625rem !important;
  }
  .px-xs-2px {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-xs-3px {
    padding-right: 0.1875rem !important;
    padding-left: 0.1875rem !important;
  }
  .px-xs-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xs-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xs-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xs-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xs-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xs-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xs-7 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xs-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xs-9 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xs-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xs-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xs-12 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xs-13 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xs-14 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xs-15 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xs-16 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xs-1px {
    padding-top: 0.0625rem !important;
    padding-bottom: 0.0625rem !important;
  }
  .py-xs-2px {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-xs-3px {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important;
  }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xs-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xs-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xs-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xs-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xs-7 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xs-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xs-9 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xs-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xs-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xs-12 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xs-13 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xs-14 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xs-15 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xs-16 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-1px {
    padding-top: 0.0625rem !important;
  }
  .pt-xs-2px {
    padding-top: 0.125rem !important;
  }
  .pt-xs-3px {
    padding-top: 0.1875rem !important;
  }
  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xs-3 {
    padding-top: 0.75rem !important;
  }
  .pt-xs-4 {
    padding-top: 1rem !important;
  }
  .pt-xs-5 {
    padding-top: 1.25rem !important;
  }
  .pt-xs-6 {
    padding-top: 1.5rem !important;
  }
  .pt-xs-7 {
    padding-top: 2rem !important;
  }
  .pt-xs-8 {
    padding-top: 2.5rem !important;
  }
  .pt-xs-9 {
    padding-top: 3rem !important;
  }
  .pt-xs-10 {
    padding-top: 4rem !important;
  }
  .pt-xs-11 {
    padding-top: 5rem !important;
  }
  .pt-xs-12 {
    padding-top: 6rem !important;
  }
  .pt-xs-13 {
    padding-top: 7rem !important;
  }
  .pt-xs-14 {
    padding-top: 8rem !important;
  }
  .pt-xs-15 {
    padding-top: 9rem !important;
  }
  .pt-xs-16 {
    padding-top: 10rem !important;
  }
  .pe-xs-0 {
    padding-right: 0 !important;
  }
  .pe-xs-1px {
    padding-right: 0.0625rem !important;
  }
  .pe-xs-2px {
    padding-right: 0.125rem !important;
  }
  .pe-xs-3px {
    padding-right: 0.1875rem !important;
  }
  .pe-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xs-3 {
    padding-right: 0.75rem !important;
  }
  .pe-xs-4 {
    padding-right: 1rem !important;
  }
  .pe-xs-5 {
    padding-right: 1.25rem !important;
  }
  .pe-xs-6 {
    padding-right: 1.5rem !important;
  }
  .pe-xs-7 {
    padding-right: 2rem !important;
  }
  .pe-xs-8 {
    padding-right: 2.5rem !important;
  }
  .pe-xs-9 {
    padding-right: 3rem !important;
  }
  .pe-xs-10 {
    padding-right: 4rem !important;
  }
  .pe-xs-11 {
    padding-right: 5rem !important;
  }
  .pe-xs-12 {
    padding-right: 6rem !important;
  }
  .pe-xs-13 {
    padding-right: 7rem !important;
  }
  .pe-xs-14 {
    padding-right: 8rem !important;
  }
  .pe-xs-15 {
    padding-right: 9rem !important;
  }
  .pe-xs-16 {
    padding-right: 10rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-1px {
    padding-bottom: 0.0625rem !important;
  }
  .pb-xs-2px {
    padding-bottom: 0.125rem !important;
  }
  .pb-xs-3px {
    padding-bottom: 0.1875rem !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xs-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xs-7 {
    padding-bottom: 2rem !important;
  }
  .pb-xs-8 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xs-9 {
    padding-bottom: 3rem !important;
  }
  .pb-xs-10 {
    padding-bottom: 4rem !important;
  }
  .pb-xs-11 {
    padding-bottom: 5rem !important;
  }
  .pb-xs-12 {
    padding-bottom: 6rem !important;
  }
  .pb-xs-13 {
    padding-bottom: 7rem !important;
  }
  .pb-xs-14 {
    padding-bottom: 8rem !important;
  }
  .pb-xs-15 {
    padding-bottom: 9rem !important;
  }
  .pb-xs-16 {
    padding-bottom: 10rem !important;
  }
  .ps-xs-0 {
    padding-left: 0 !important;
  }
  .ps-xs-1px {
    padding-left: 0.0625rem !important;
  }
  .ps-xs-2px {
    padding-left: 0.125rem !important;
  }
  .ps-xs-3px {
    padding-left: 0.1875rem !important;
  }
  .ps-xs-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xs-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xs-3 {
    padding-left: 0.75rem !important;
  }
  .ps-xs-4 {
    padding-left: 1rem !important;
  }
  .ps-xs-5 {
    padding-left: 1.25rem !important;
  }
  .ps-xs-6 {
    padding-left: 1.5rem !important;
  }
  .ps-xs-7 {
    padding-left: 2rem !important;
  }
  .ps-xs-8 {
    padding-left: 2.5rem !important;
  }
  .ps-xs-9 {
    padding-left: 3rem !important;
  }
  .ps-xs-10 {
    padding-left: 4rem !important;
  }
  .ps-xs-11 {
    padding-left: 5rem !important;
  }
  .ps-xs-12 {
    padding-left: 6rem !important;
  }
  .ps-xs-13 {
    padding-left: 7rem !important;
  }
  .ps-xs-14 {
    padding-left: 8rem !important;
  }
  .ps-xs-15 {
    padding-left: 9rem !important;
  }
  .ps-xs-16 {
    padding-left: 10rem !important;
  }
  .text-xs-start {
    text-align: left !important;
  }
  .text-xs-end {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 392px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .opacity-sm-0 {
    opacity: 0 !important;
  }
  .opacity-sm-25 {
    opacity: 0.25 !important;
  }
  .opacity-sm-50 {
    opacity: 0.5 !important;
  }
  .opacity-sm-75 {
    opacity: 0.75 !important;
  }
  .opacity-sm-100 {
    opacity: 1 !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .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-1px {
    gap: 0.0625rem !important;
  }
  .gap-sm-2px {
    gap: 0.125rem !important;
  }
  .gap-sm-3px {
    gap: 0.1875rem !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 0.75rem !important;
  }
  .gap-sm-4 {
    gap: 1rem !important;
  }
  .gap-sm-5 {
    gap: 1.25rem !important;
  }
  .gap-sm-6 {
    gap: 1.5rem !important;
  }
  .gap-sm-7 {
    gap: 2rem !important;
  }
  .gap-sm-8 {
    gap: 2.5rem !important;
  }
  .gap-sm-9 {
    gap: 3rem !important;
  }
  .gap-sm-10 {
    gap: 4rem !important;
  }
  .gap-sm-11 {
    gap: 5rem !important;
  }
  .gap-sm-12 {
    gap: 6rem !important;
  }
  .gap-sm-13 {
    gap: 7rem !important;
  }
  .gap-sm-14 {
    gap: 8rem !important;
  }
  .gap-sm-15 {
    gap: 9rem !important;
  }
  .gap-sm-16 {
    gap: 10rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1px {
    margin: 0.0625rem !important;
  }
  .m-sm-2px {
    margin: 0.125rem !important;
  }
  .m-sm-3px {
    margin: 0.1875rem !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  .m-sm-7 {
    margin: 2rem !important;
  }
  .m-sm-8 {
    margin: 2.5rem !important;
  }
  .m-sm-9 {
    margin: 3rem !important;
  }
  .m-sm-10 {
    margin: 4rem !important;
  }
  .m-sm-11 {
    margin: 5rem !important;
  }
  .m-sm-12 {
    margin: 6rem !important;
  }
  .m-sm-13 {
    margin: 7rem !important;
  }
  .m-sm-14 {
    margin: 8rem !important;
  }
  .m-sm-15 {
    margin: 9rem !important;
  }
  .m-sm-16 {
    margin: 10rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1px {
    margin-right: 0.0625rem !important;
    margin-left: 0.0625rem !important;
  }
  .mx-sm-2px {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-sm-3px {
    margin-right: 0.1875rem !important;
    margin-left: 0.1875rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-sm-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-7 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-9 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-12 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-13 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-14 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-15 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-sm-16 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1px {
    margin-top: 0.0625rem !important;
    margin-bottom: 0.0625rem !important;
  }
  .my-sm-2px {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-sm-3px {
    margin-top: 0.1875rem !important;
    margin-bottom: 0.1875rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-7 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-9 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-12 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-13 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-14 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-15 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-16 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1px {
    margin-top: 0.0625rem !important;
  }
  .mt-sm-2px {
    margin-top: 0.125rem !important;
  }
  .mt-sm-3px {
    margin-top: 0.1875rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mt-sm-4 {
    margin-top: 1rem !important;
  }
  .mt-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-6 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 2rem !important;
  }
  .mt-sm-8 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-9 {
    margin-top: 3rem !important;
  }
  .mt-sm-10 {
    margin-top: 4rem !important;
  }
  .mt-sm-11 {
    margin-top: 5rem !important;
  }
  .mt-sm-12 {
    margin-top: 6rem !important;
  }
  .mt-sm-13 {
    margin-top: 7rem !important;
  }
  .mt-sm-14 {
    margin-top: 8rem !important;
  }
  .mt-sm-15 {
    margin-top: 9rem !important;
  }
  .mt-sm-16 {
    margin-top: 10rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1px {
    margin-right: 0.0625rem !important;
  }
  .me-sm-2px {
    margin-right: 0.125rem !important;
  }
  .me-sm-3px {
    margin-right: 0.1875rem !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 0.75rem !important;
  }
  .me-sm-4 {
    margin-right: 1rem !important;
  }
  .me-sm-5 {
    margin-right: 1.25rem !important;
  }
  .me-sm-6 {
    margin-right: 1.5rem !important;
  }
  .me-sm-7 {
    margin-right: 2rem !important;
  }
  .me-sm-8 {
    margin-right: 2.5rem !important;
  }
  .me-sm-9 {
    margin-right: 3rem !important;
  }
  .me-sm-10 {
    margin-right: 4rem !important;
  }
  .me-sm-11 {
    margin-right: 5rem !important;
  }
  .me-sm-12 {
    margin-right: 6rem !important;
  }
  .me-sm-13 {
    margin-right: 7rem !important;
  }
  .me-sm-14 {
    margin-right: 8rem !important;
  }
  .me-sm-15 {
    margin-right: 9rem !important;
  }
  .me-sm-16 {
    margin-right: 10rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1px {
    margin-bottom: 0.0625rem !important;
  }
  .mb-sm-2px {
    margin-bottom: 0.125rem !important;
  }
  .mb-sm-3px {
    margin-bottom: 0.1875rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1px {
    margin-left: 0.0625rem !important;
  }
  .ms-sm-2px {
    margin-left: 0.125rem !important;
  }
  .ms-sm-3px {
    margin-left: 0.1875rem !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 0.75rem !important;
  }
  .ms-sm-4 {
    margin-left: 1rem !important;
  }
  .ms-sm-5 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-6 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-7 {
    margin-left: 2rem !important;
  }
  .ms-sm-8 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-9 {
    margin-left: 3rem !important;
  }
  .ms-sm-10 {
    margin-left: 4rem !important;
  }
  .ms-sm-11 {
    margin-left: 5rem !important;
  }
  .ms-sm-12 {
    margin-left: 6rem !important;
  }
  .ms-sm-13 {
    margin-left: 7rem !important;
  }
  .ms-sm-14 {
    margin-left: 8rem !important;
  }
  .ms-sm-15 {
    margin-left: 9rem !important;
  }
  .ms-sm-16 {
    margin-left: 10rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1px {
    margin: -0.0625rem !important;
  }
  .m-sm-n2px {
    margin: -0.125rem !important;
  }
  .m-sm-n3px {
    margin: -0.1875rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  .m-sm-n4 {
    margin: -1rem !important;
  }
  .m-sm-n5 {
    margin: -1.25rem !important;
  }
  .m-sm-n6 {
    margin: -1.5rem !important;
  }
  .m-sm-n7 {
    margin: -2rem !important;
  }
  .m-sm-n8 {
    margin: -2.5rem !important;
  }
  .m-sm-n9 {
    margin: -3rem !important;
  }
  .m-sm-n10 {
    margin: -4rem !important;
  }
  .m-sm-n11 {
    margin: -5rem !important;
  }
  .m-sm-n12 {
    margin: -6rem !important;
  }
  .m-sm-n13 {
    margin: -7rem !important;
  }
  .m-sm-n14 {
    margin: -8rem !important;
  }
  .m-sm-n15 {
    margin: -9rem !important;
  }
  .m-sm-n16 {
    margin: -10rem !important;
  }
  .mx-sm-n1px {
    margin-right: -0.0625rem !important;
    margin-left: -0.0625rem !important;
  }
  .mx-sm-n2px {
    margin-right: -0.125rem !important;
    margin-left: -0.125rem !important;
  }
  .mx-sm-n3px {
    margin-right: -0.1875rem !important;
    margin-left: -0.1875rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-sm-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n7 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-sm-n8 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-sm-n9 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-sm-n11 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n12 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-sm-n13 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-sm-n14 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-sm-n15 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-sm-n16 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-sm-n1px {
    margin-top: -0.0625rem !important;
    margin-bottom: -0.0625rem !important;
  }
  .my-sm-n2px {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  .my-sm-n3px {
    margin-top: -0.1875rem !important;
    margin-bottom: -0.1875rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-sm-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-sm-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n7 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-sm-n8 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-sm-n9 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n10 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-sm-n11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n12 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-sm-n13 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-sm-n14 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-sm-n15 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-sm-n16 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-sm-n1px {
    margin-top: -0.0625rem !important;
  }
  .mt-sm-n2px {
    margin-top: -0.125rem !important;
  }
  .mt-sm-n3px {
    margin-top: -0.1875rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1rem !important;
  }
  .mt-sm-n5 {
    margin-top: -1.25rem !important;
  }
  .mt-sm-n6 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n7 {
    margin-top: -2rem !important;
  }
  .mt-sm-n8 {
    margin-top: -2.5rem !important;
  }
  .mt-sm-n9 {
    margin-top: -3rem !important;
  }
  .mt-sm-n10 {
    margin-top: -4rem !important;
  }
  .mt-sm-n11 {
    margin-top: -5rem !important;
  }
  .mt-sm-n12 {
    margin-top: -6rem !important;
  }
  .mt-sm-n13 {
    margin-top: -7rem !important;
  }
  .mt-sm-n14 {
    margin-top: -8rem !important;
  }
  .mt-sm-n15 {
    margin-top: -9rem !important;
  }
  .mt-sm-n16 {
    margin-top: -10rem !important;
  }
  .me-sm-n1px {
    margin-right: -0.0625rem !important;
  }
  .me-sm-n2px {
    margin-right: -0.125rem !important;
  }
  .me-sm-n3px {
    margin-right: -0.1875rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -0.75rem !important;
  }
  .me-sm-n4 {
    margin-right: -1rem !important;
  }
  .me-sm-n5 {
    margin-right: -1.25rem !important;
  }
  .me-sm-n6 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n7 {
    margin-right: -2rem !important;
  }
  .me-sm-n8 {
    margin-right: -2.5rem !important;
  }
  .me-sm-n9 {
    margin-right: -3rem !important;
  }
  .me-sm-n10 {
    margin-right: -4rem !important;
  }
  .me-sm-n11 {
    margin-right: -5rem !important;
  }
  .me-sm-n12 {
    margin-right: -6rem !important;
  }
  .me-sm-n13 {
    margin-right: -7rem !important;
  }
  .me-sm-n14 {
    margin-right: -8rem !important;
  }
  .me-sm-n15 {
    margin-right: -9rem !important;
  }
  .me-sm-n16 {
    margin-right: -10rem !important;
  }
  .mb-sm-n1px {
    margin-bottom: -0.0625rem !important;
  }
  .mb-sm-n2px {
    margin-bottom: -0.125rem !important;
  }
  .mb-sm-n3px {
    margin-bottom: -0.1875rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -2rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -2.5rem !important;
  }
  .mb-sm-n9 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n10 {
    margin-bottom: -4rem !important;
  }
  .mb-sm-n11 {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n12 {
    margin-bottom: -6rem !important;
  }
  .mb-sm-n13 {
    margin-bottom: -7rem !important;
  }
  .mb-sm-n14 {
    margin-bottom: -8rem !important;
  }
  .mb-sm-n15 {
    margin-bottom: -9rem !important;
  }
  .mb-sm-n16 {
    margin-bottom: -10rem !important;
  }
  .ms-sm-n1px {
    margin-left: -0.0625rem !important;
  }
  .ms-sm-n2px {
    margin-left: -0.125rem !important;
  }
  .ms-sm-n3px {
    margin-left: -0.1875rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -0.75rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1rem !important;
  }
  .ms-sm-n5 {
    margin-left: -1.25rem !important;
  }
  .ms-sm-n6 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n7 {
    margin-left: -2rem !important;
  }
  .ms-sm-n8 {
    margin-left: -2.5rem !important;
  }
  .ms-sm-n9 {
    margin-left: -3rem !important;
  }
  .ms-sm-n10 {
    margin-left: -4rem !important;
  }
  .ms-sm-n11 {
    margin-left: -5rem !important;
  }
  .ms-sm-n12 {
    margin-left: -6rem !important;
  }
  .ms-sm-n13 {
    margin-left: -7rem !important;
  }
  .ms-sm-n14 {
    margin-left: -8rem !important;
  }
  .ms-sm-n15 {
    margin-left: -9rem !important;
  }
  .ms-sm-n16 {
    margin-left: -10rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1px {
    padding: 0.0625rem !important;
  }
  .p-sm-2px {
    padding: 0.125rem !important;
  }
  .p-sm-3px {
    padding: 0.1875rem !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  .p-sm-7 {
    padding: 2rem !important;
  }
  .p-sm-8 {
    padding: 2.5rem !important;
  }
  .p-sm-9 {
    padding: 3rem !important;
  }
  .p-sm-10 {
    padding: 4rem !important;
  }
  .p-sm-11 {
    padding: 5rem !important;
  }
  .p-sm-12 {
    padding: 6rem !important;
  }
  .p-sm-13 {
    padding: 7rem !important;
  }
  .p-sm-14 {
    padding: 8rem !important;
  }
  .p-sm-15 {
    padding: 9rem !important;
  }
  .p-sm-16 {
    padding: 10rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1px {
    padding-right: 0.0625rem !important;
    padding-left: 0.0625rem !important;
  }
  .px-sm-2px {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-sm-3px {
    padding-right: 0.1875rem !important;
    padding-left: 0.1875rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-sm-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-7 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-9 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-12 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-13 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-sm-14 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-15 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-sm-16 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1px {
    padding-top: 0.0625rem !important;
    padding-bottom: 0.0625rem !important;
  }
  .py-sm-2px {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-sm-3px {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-sm-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-7 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-9 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-12 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-13 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-14 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-15 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-16 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1px {
    padding-top: 0.0625rem !important;
  }
  .pt-sm-2px {
    padding-top: 0.125rem !important;
  }
  .pt-sm-3px {
    padding-top: 0.1875rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pt-sm-4 {
    padding-top: 1rem !important;
  }
  .pt-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-6 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 2rem !important;
  }
  .pt-sm-8 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-9 {
    padding-top: 3rem !important;
  }
  .pt-sm-10 {
    padding-top: 4rem !important;
  }
  .pt-sm-11 {
    padding-top: 5rem !important;
  }
  .pt-sm-12 {
    padding-top: 6rem !important;
  }
  .pt-sm-13 {
    padding-top: 7rem !important;
  }
  .pt-sm-14 {
    padding-top: 8rem !important;
  }
  .pt-sm-15 {
    padding-top: 9rem !important;
  }
  .pt-sm-16 {
    padding-top: 10rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1px {
    padding-right: 0.0625rem !important;
  }
  .pe-sm-2px {
    padding-right: 0.125rem !important;
  }
  .pe-sm-3px {
    padding-right: 0.1875rem !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pe-sm-4 {
    padding-right: 1rem !important;
  }
  .pe-sm-5 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-6 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-7 {
    padding-right: 2rem !important;
  }
  .pe-sm-8 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-9 {
    padding-right: 3rem !important;
  }
  .pe-sm-10 {
    padding-right: 4rem !important;
  }
  .pe-sm-11 {
    padding-right: 5rem !important;
  }
  .pe-sm-12 {
    padding-right: 6rem !important;
  }
  .pe-sm-13 {
    padding-right: 7rem !important;
  }
  .pe-sm-14 {
    padding-right: 8rem !important;
  }
  .pe-sm-15 {
    padding-right: 9rem !important;
  }
  .pe-sm-16 {
    padding-right: 10rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1px {
    padding-bottom: 0.0625rem !important;
  }
  .pb-sm-2px {
    padding-bottom: 0.125rem !important;
  }
  .pb-sm-3px {
    padding-bottom: 0.1875rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 10rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1px {
    padding-left: 0.0625rem !important;
  }
  .ps-sm-2px {
    padding-left: 0.125rem !important;
  }
  .ps-sm-3px {
    padding-left: 0.1875rem !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 0.75rem !important;
  }
  .ps-sm-4 {
    padding-left: 1rem !important;
  }
  .ps-sm-5 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-6 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-7 {
    padding-left: 2rem !important;
  }
  .ps-sm-8 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-9 {
    padding-left: 3rem !important;
  }
  .ps-sm-10 {
    padding-left: 4rem !important;
  }
  .ps-sm-11 {
    padding-left: 5rem !important;
  }
  .ps-sm-12 {
    padding-left: 6rem !important;
  }
  .ps-sm-13 {
    padding-left: 7rem !important;
  }
  .ps-sm-14 {
    padding-left: 8rem !important;
  }
  .ps-sm-15 {
    padding-left: 9rem !important;
  }
  .ps-sm-16 {
    padding-left: 10rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 512px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .opacity-md-0 {
    opacity: 0 !important;
  }
  .opacity-md-25 {
    opacity: 0.25 !important;
  }
  .opacity-md-50 {
    opacity: 0.5 !important;
  }
  .opacity-md-75 {
    opacity: 0.75 !important;
  }
  .opacity-md-100 {
    opacity: 1 !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .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-1px {
    gap: 0.0625rem !important;
  }
  .gap-md-2px {
    gap: 0.125rem !important;
  }
  .gap-md-3px {
    gap: 0.1875rem !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 0.75rem !important;
  }
  .gap-md-4 {
    gap: 1rem !important;
  }
  .gap-md-5 {
    gap: 1.25rem !important;
  }
  .gap-md-6 {
    gap: 1.5rem !important;
  }
  .gap-md-7 {
    gap: 2rem !important;
  }
  .gap-md-8 {
    gap: 2.5rem !important;
  }
  .gap-md-9 {
    gap: 3rem !important;
  }
  .gap-md-10 {
    gap: 4rem !important;
  }
  .gap-md-11 {
    gap: 5rem !important;
  }
  .gap-md-12 {
    gap: 6rem !important;
  }
  .gap-md-13 {
    gap: 7rem !important;
  }
  .gap-md-14 {
    gap: 8rem !important;
  }
  .gap-md-15 {
    gap: 9rem !important;
  }
  .gap-md-16 {
    gap: 10rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1px {
    margin: 0.0625rem !important;
  }
  .m-md-2px {
    margin: 0.125rem !important;
  }
  .m-md-3px {
    margin: 0.1875rem !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .m-md-5 {
    margin: 1.25rem !important;
  }
  .m-md-6 {
    margin: 1.5rem !important;
  }
  .m-md-7 {
    margin: 2rem !important;
  }
  .m-md-8 {
    margin: 2.5rem !important;
  }
  .m-md-9 {
    margin: 3rem !important;
  }
  .m-md-10 {
    margin: 4rem !important;
  }
  .m-md-11 {
    margin: 5rem !important;
  }
  .m-md-12 {
    margin: 6rem !important;
  }
  .m-md-13 {
    margin: 7rem !important;
  }
  .m-md-14 {
    margin: 8rem !important;
  }
  .m-md-15 {
    margin: 9rem !important;
  }
  .m-md-16 {
    margin: 10rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1px {
    margin-right: 0.0625rem !important;
    margin-left: 0.0625rem !important;
  }
  .mx-md-2px {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-md-3px {
    margin-right: 0.1875rem !important;
    margin-left: 0.1875rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-md-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-7 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-9 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-12 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-13 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-14 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-15 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-md-16 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1px {
    margin-top: 0.0625rem !important;
    margin-bottom: 0.0625rem !important;
  }
  .my-md-2px {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-md-3px {
    margin-top: 0.1875rem !important;
    margin-bottom: 0.1875rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-7 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-9 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-12 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-13 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-14 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-15 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-16 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1px {
    margin-top: 0.0625rem !important;
  }
  .mt-md-2px {
    margin-top: 0.125rem !important;
  }
  .mt-md-3px {
    margin-top: 0.1875rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 0.75rem !important;
  }
  .mt-md-4 {
    margin-top: 1rem !important;
  }
  .mt-md-5 {
    margin-top: 1.25rem !important;
  }
  .mt-md-6 {
    margin-top: 1.5rem !important;
  }
  .mt-md-7 {
    margin-top: 2rem !important;
  }
  .mt-md-8 {
    margin-top: 2.5rem !important;
  }
  .mt-md-9 {
    margin-top: 3rem !important;
  }
  .mt-md-10 {
    margin-top: 4rem !important;
  }
  .mt-md-11 {
    margin-top: 5rem !important;
  }
  .mt-md-12 {
    margin-top: 6rem !important;
  }
  .mt-md-13 {
    margin-top: 7rem !important;
  }
  .mt-md-14 {
    margin-top: 8rem !important;
  }
  .mt-md-15 {
    margin-top: 9rem !important;
  }
  .mt-md-16 {
    margin-top: 10rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1px {
    margin-right: 0.0625rem !important;
  }
  .me-md-2px {
    margin-right: 0.125rem !important;
  }
  .me-md-3px {
    margin-right: 0.1875rem !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 0.75rem !important;
  }
  .me-md-4 {
    margin-right: 1rem !important;
  }
  .me-md-5 {
    margin-right: 1.25rem !important;
  }
  .me-md-6 {
    margin-right: 1.5rem !important;
  }
  .me-md-7 {
    margin-right: 2rem !important;
  }
  .me-md-8 {
    margin-right: 2.5rem !important;
  }
  .me-md-9 {
    margin-right: 3rem !important;
  }
  .me-md-10 {
    margin-right: 4rem !important;
  }
  .me-md-11 {
    margin-right: 5rem !important;
  }
  .me-md-12 {
    margin-right: 6rem !important;
  }
  .me-md-13 {
    margin-right: 7rem !important;
  }
  .me-md-14 {
    margin-right: 8rem !important;
  }
  .me-md-15 {
    margin-right: 9rem !important;
  }
  .me-md-16 {
    margin-right: 10rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1px {
    margin-bottom: 0.0625rem !important;
  }
  .mb-md-2px {
    margin-bottom: 0.125rem !important;
  }
  .mb-md-3px {
    margin-bottom: 0.1875rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 2rem !important;
  }
  .mb-md-8 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-9 {
    margin-bottom: 3rem !important;
  }
  .mb-md-10 {
    margin-bottom: 4rem !important;
  }
  .mb-md-11 {
    margin-bottom: 5rem !important;
  }
  .mb-md-12 {
    margin-bottom: 6rem !important;
  }
  .mb-md-13 {
    margin-bottom: 7rem !important;
  }
  .mb-md-14 {
    margin-bottom: 8rem !important;
  }
  .mb-md-15 {
    margin-bottom: 9rem !important;
  }
  .mb-md-16 {
    margin-bottom: 10rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1px {
    margin-left: 0.0625rem !important;
  }
  .ms-md-2px {
    margin-left: 0.125rem !important;
  }
  .ms-md-3px {
    margin-left: 0.1875rem !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 0.75rem !important;
  }
  .ms-md-4 {
    margin-left: 1rem !important;
  }
  .ms-md-5 {
    margin-left: 1.25rem !important;
  }
  .ms-md-6 {
    margin-left: 1.5rem !important;
  }
  .ms-md-7 {
    margin-left: 2rem !important;
  }
  .ms-md-8 {
    margin-left: 2.5rem !important;
  }
  .ms-md-9 {
    margin-left: 3rem !important;
  }
  .ms-md-10 {
    margin-left: 4rem !important;
  }
  .ms-md-11 {
    margin-left: 5rem !important;
  }
  .ms-md-12 {
    margin-left: 6rem !important;
  }
  .ms-md-13 {
    margin-left: 7rem !important;
  }
  .ms-md-14 {
    margin-left: 8rem !important;
  }
  .ms-md-15 {
    margin-left: 9rem !important;
  }
  .ms-md-16 {
    margin-left: 10rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1px {
    margin: -0.0625rem !important;
  }
  .m-md-n2px {
    margin: -0.125rem !important;
  }
  .m-md-n3px {
    margin: -0.1875rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -0.75rem !important;
  }
  .m-md-n4 {
    margin: -1rem !important;
  }
  .m-md-n5 {
    margin: -1.25rem !important;
  }
  .m-md-n6 {
    margin: -1.5rem !important;
  }
  .m-md-n7 {
    margin: -2rem !important;
  }
  .m-md-n8 {
    margin: -2.5rem !important;
  }
  .m-md-n9 {
    margin: -3rem !important;
  }
  .m-md-n10 {
    margin: -4rem !important;
  }
  .m-md-n11 {
    margin: -5rem !important;
  }
  .m-md-n12 {
    margin: -6rem !important;
  }
  .m-md-n13 {
    margin: -7rem !important;
  }
  .m-md-n14 {
    margin: -8rem !important;
  }
  .m-md-n15 {
    margin: -9rem !important;
  }
  .m-md-n16 {
    margin: -10rem !important;
  }
  .mx-md-n1px {
    margin-right: -0.0625rem !important;
    margin-left: -0.0625rem !important;
  }
  .mx-md-n2px {
    margin-right: -0.125rem !important;
    margin-left: -0.125rem !important;
  }
  .mx-md-n3px {
    margin-right: -0.1875rem !important;
    margin-left: -0.1875rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-md-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-md-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n7 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-md-n8 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-md-n9 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n11 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n12 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-md-n13 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-md-n14 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-md-n15 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-md-n16 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-md-n1px {
    margin-top: -0.0625rem !important;
    margin-bottom: -0.0625rem !important;
  }
  .my-md-n2px {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  .my-md-n3px {
    margin-top: -0.1875rem !important;
    margin-bottom: -0.1875rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-md-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-md-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n7 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n8 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-md-n9 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n10 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n12 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-md-n13 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-md-n14 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-md-n15 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-md-n16 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-md-n1px {
    margin-top: -0.0625rem !important;
  }
  .mt-md-n2px {
    margin-top: -0.125rem !important;
  }
  .mt-md-n3px {
    margin-top: -0.1875rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-md-n4 {
    margin-top: -1rem !important;
  }
  .mt-md-n5 {
    margin-top: -1.25rem !important;
  }
  .mt-md-n6 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n7 {
    margin-top: -2rem !important;
  }
  .mt-md-n8 {
    margin-top: -2.5rem !important;
  }
  .mt-md-n9 {
    margin-top: -3rem !important;
  }
  .mt-md-n10 {
    margin-top: -4rem !important;
  }
  .mt-md-n11 {
    margin-top: -5rem !important;
  }
  .mt-md-n12 {
    margin-top: -6rem !important;
  }
  .mt-md-n13 {
    margin-top: -7rem !important;
  }
  .mt-md-n14 {
    margin-top: -8rem !important;
  }
  .mt-md-n15 {
    margin-top: -9rem !important;
  }
  .mt-md-n16 {
    margin-top: -10rem !important;
  }
  .me-md-n1px {
    margin-right: -0.0625rem !important;
  }
  .me-md-n2px {
    margin-right: -0.125rem !important;
  }
  .me-md-n3px {
    margin-right: -0.1875rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -0.75rem !important;
  }
  .me-md-n4 {
    margin-right: -1rem !important;
  }
  .me-md-n5 {
    margin-right: -1.25rem !important;
  }
  .me-md-n6 {
    margin-right: -1.5rem !important;
  }
  .me-md-n7 {
    margin-right: -2rem !important;
  }
  .me-md-n8 {
    margin-right: -2.5rem !important;
  }
  .me-md-n9 {
    margin-right: -3rem !important;
  }
  .me-md-n10 {
    margin-right: -4rem !important;
  }
  .me-md-n11 {
    margin-right: -5rem !important;
  }
  .me-md-n12 {
    margin-right: -6rem !important;
  }
  .me-md-n13 {
    margin-right: -7rem !important;
  }
  .me-md-n14 {
    margin-right: -8rem !important;
  }
  .me-md-n15 {
    margin-right: -9rem !important;
  }
  .me-md-n16 {
    margin-right: -10rem !important;
  }
  .mb-md-n1px {
    margin-bottom: -0.0625rem !important;
  }
  .mb-md-n2px {
    margin-bottom: -0.125rem !important;
  }
  .mb-md-n3px {
    margin-bottom: -0.1875rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -2rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -2.5rem !important;
  }
  .mb-md-n9 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n10 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n11 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n12 {
    margin-bottom: -6rem !important;
  }
  .mb-md-n13 {
    margin-bottom: -7rem !important;
  }
  .mb-md-n14 {
    margin-bottom: -8rem !important;
  }
  .mb-md-n15 {
    margin-bottom: -9rem !important;
  }
  .mb-md-n16 {
    margin-bottom: -10rem !important;
  }
  .ms-md-n1px {
    margin-left: -0.0625rem !important;
  }
  .ms-md-n2px {
    margin-left: -0.125rem !important;
  }
  .ms-md-n3px {
    margin-left: -0.1875rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -0.75rem !important;
  }
  .ms-md-n4 {
    margin-left: -1rem !important;
  }
  .ms-md-n5 {
    margin-left: -1.25rem !important;
  }
  .ms-md-n6 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n7 {
    margin-left: -2rem !important;
  }
  .ms-md-n8 {
    margin-left: -2.5rem !important;
  }
  .ms-md-n9 {
    margin-left: -3rem !important;
  }
  .ms-md-n10 {
    margin-left: -4rem !important;
  }
  .ms-md-n11 {
    margin-left: -5rem !important;
  }
  .ms-md-n12 {
    margin-left: -6rem !important;
  }
  .ms-md-n13 {
    margin-left: -7rem !important;
  }
  .ms-md-n14 {
    margin-left: -8rem !important;
  }
  .ms-md-n15 {
    margin-left: -9rem !important;
  }
  .ms-md-n16 {
    margin-left: -10rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1px {
    padding: 0.0625rem !important;
  }
  .p-md-2px {
    padding: 0.125rem !important;
  }
  .p-md-3px {
    padding: 0.1875rem !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 0.75rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .p-md-5 {
    padding: 1.25rem !important;
  }
  .p-md-6 {
    padding: 1.5rem !important;
  }
  .p-md-7 {
    padding: 2rem !important;
  }
  .p-md-8 {
    padding: 2.5rem !important;
  }
  .p-md-9 {
    padding: 3rem !important;
  }
  .p-md-10 {
    padding: 4rem !important;
  }
  .p-md-11 {
    padding: 5rem !important;
  }
  .p-md-12 {
    padding: 6rem !important;
  }
  .p-md-13 {
    padding: 7rem !important;
  }
  .p-md-14 {
    padding: 8rem !important;
  }
  .p-md-15 {
    padding: 9rem !important;
  }
  .p-md-16 {
    padding: 10rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1px {
    padding-right: 0.0625rem !important;
    padding-left: 0.0625rem !important;
  }
  .px-md-2px {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-md-3px {
    padding-right: 0.1875rem !important;
    padding-left: 0.1875rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-md-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-7 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-9 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-12 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-13 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-14 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-15 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-md-16 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1px {
    padding-top: 0.0625rem !important;
    padding-bottom: 0.0625rem !important;
  }
  .py-md-2px {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-md-3px {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-7 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-9 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-12 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-13 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-14 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-15 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-16 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1px {
    padding-top: 0.0625rem !important;
  }
  .pt-md-2px {
    padding-top: 0.125rem !important;
  }
  .pt-md-3px {
    padding-top: 0.1875rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 0.75rem !important;
  }
  .pt-md-4 {
    padding-top: 1rem !important;
  }
  .pt-md-5 {
    padding-top: 1.25rem !important;
  }
  .pt-md-6 {
    padding-top: 1.5rem !important;
  }
  .pt-md-7 {
    padding-top: 2rem !important;
  }
  .pt-md-8 {
    padding-top: 2.5rem !important;
  }
  .pt-md-9 {
    padding-top: 3rem !important;
  }
  .pt-md-10 {
    padding-top: 4rem !important;
  }
  .pt-md-11 {
    padding-top: 5rem !important;
  }
  .pt-md-12 {
    padding-top: 6rem !important;
  }
  .pt-md-13 {
    padding-top: 7rem !important;
  }
  .pt-md-14 {
    padding-top: 8rem !important;
  }
  .pt-md-15 {
    padding-top: 9rem !important;
  }
  .pt-md-16 {
    padding-top: 10rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1px {
    padding-right: 0.0625rem !important;
  }
  .pe-md-2px {
    padding-right: 0.125rem !important;
  }
  .pe-md-3px {
    padding-right: 0.1875rem !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 0.75rem !important;
  }
  .pe-md-4 {
    padding-right: 1rem !important;
  }
  .pe-md-5 {
    padding-right: 1.25rem !important;
  }
  .pe-md-6 {
    padding-right: 1.5rem !important;
  }
  .pe-md-7 {
    padding-right: 2rem !important;
  }
  .pe-md-8 {
    padding-right: 2.5rem !important;
  }
  .pe-md-9 {
    padding-right: 3rem !important;
  }
  .pe-md-10 {
    padding-right: 4rem !important;
  }
  .pe-md-11 {
    padding-right: 5rem !important;
  }
  .pe-md-12 {
    padding-right: 6rem !important;
  }
  .pe-md-13 {
    padding-right: 7rem !important;
  }
  .pe-md-14 {
    padding-right: 8rem !important;
  }
  .pe-md-15 {
    padding-right: 9rem !important;
  }
  .pe-md-16 {
    padding-right: 10rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1px {
    padding-bottom: 0.0625rem !important;
  }
  .pb-md-2px {
    padding-bottom: 0.125rem !important;
  }
  .pb-md-3px {
    padding-bottom: 0.1875rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1rem !important;
  }
  .pb-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 2rem !important;
  }
  .pb-md-8 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-9 {
    padding-bottom: 3rem !important;
  }
  .pb-md-10 {
    padding-bottom: 4rem !important;
  }
  .pb-md-11 {
    padding-bottom: 5rem !important;
  }
  .pb-md-12 {
    padding-bottom: 6rem !important;
  }
  .pb-md-13 {
    padding-bottom: 7rem !important;
  }
  .pb-md-14 {
    padding-bottom: 8rem !important;
  }
  .pb-md-15 {
    padding-bottom: 9rem !important;
  }
  .pb-md-16 {
    padding-bottom: 10rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1px {
    padding-left: 0.0625rem !important;
  }
  .ps-md-2px {
    padding-left: 0.125rem !important;
  }
  .ps-md-3px {
    padding-left: 0.1875rem !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 0.75rem !important;
  }
  .ps-md-4 {
    padding-left: 1rem !important;
  }
  .ps-md-5 {
    padding-left: 1.25rem !important;
  }
  .ps-md-6 {
    padding-left: 1.5rem !important;
  }
  .ps-md-7 {
    padding-left: 2rem !important;
  }
  .ps-md-8 {
    padding-left: 2.5rem !important;
  }
  .ps-md-9 {
    padding-left: 3rem !important;
  }
  .ps-md-10 {
    padding-left: 4rem !important;
  }
  .ps-md-11 {
    padding-left: 5rem !important;
  }
  .ps-md-12 {
    padding-left: 6rem !important;
  }
  .ps-md-13 {
    padding-left: 7rem !important;
  }
  .ps-md-14 {
    padding-left: 8rem !important;
  }
  .ps-md-15 {
    padding-left: 9rem !important;
  }
  .ps-md-16 {
    padding-left: 10rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 800px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .opacity-lg-0 {
    opacity: 0 !important;
  }
  .opacity-lg-25 {
    opacity: 0.25 !important;
  }
  .opacity-lg-50 {
    opacity: 0.5 !important;
  }
  .opacity-lg-75 {
    opacity: 0.75 !important;
  }
  .opacity-lg-100 {
    opacity: 1 !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .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-1px {
    gap: 0.0625rem !important;
  }
  .gap-lg-2px {
    gap: 0.125rem !important;
  }
  .gap-lg-3px {
    gap: 0.1875rem !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 0.75rem !important;
  }
  .gap-lg-4 {
    gap: 1rem !important;
  }
  .gap-lg-5 {
    gap: 1.25rem !important;
  }
  .gap-lg-6 {
    gap: 1.5rem !important;
  }
  .gap-lg-7 {
    gap: 2rem !important;
  }
  .gap-lg-8 {
    gap: 2.5rem !important;
  }
  .gap-lg-9 {
    gap: 3rem !important;
  }
  .gap-lg-10 {
    gap: 4rem !important;
  }
  .gap-lg-11 {
    gap: 5rem !important;
  }
  .gap-lg-12 {
    gap: 6rem !important;
  }
  .gap-lg-13 {
    gap: 7rem !important;
  }
  .gap-lg-14 {
    gap: 8rem !important;
  }
  .gap-lg-15 {
    gap: 9rem !important;
  }
  .gap-lg-16 {
    gap: 10rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1px {
    margin: 0.0625rem !important;
  }
  .m-lg-2px {
    margin: 0.125rem !important;
  }
  .m-lg-3px {
    margin: 0.1875rem !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  .m-lg-7 {
    margin: 2rem !important;
  }
  .m-lg-8 {
    margin: 2.5rem !important;
  }
  .m-lg-9 {
    margin: 3rem !important;
  }
  .m-lg-10 {
    margin: 4rem !important;
  }
  .m-lg-11 {
    margin: 5rem !important;
  }
  .m-lg-12 {
    margin: 6rem !important;
  }
  .m-lg-13 {
    margin: 7rem !important;
  }
  .m-lg-14 {
    margin: 8rem !important;
  }
  .m-lg-15 {
    margin: 9rem !important;
  }
  .m-lg-16 {
    margin: 10rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1px {
    margin-right: 0.0625rem !important;
    margin-left: 0.0625rem !important;
  }
  .mx-lg-2px {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-lg-3px {
    margin-right: 0.1875rem !important;
    margin-left: 0.1875rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-lg-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-7 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-9 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-12 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-13 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-14 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-15 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-lg-16 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1px {
    margin-top: 0.0625rem !important;
    margin-bottom: 0.0625rem !important;
  }
  .my-lg-2px {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-lg-3px {
    margin-top: 0.1875rem !important;
    margin-bottom: 0.1875rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-7 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-9 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-12 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-13 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-14 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-15 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-16 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1px {
    margin-top: 0.0625rem !important;
  }
  .mt-lg-2px {
    margin-top: 0.125rem !important;
  }
  .mt-lg-3px {
    margin-top: 0.1875rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mt-lg-4 {
    margin-top: 1rem !important;
  }
  .mt-lg-5 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-6 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 2rem !important;
  }
  .mt-lg-8 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-9 {
    margin-top: 3rem !important;
  }
  .mt-lg-10 {
    margin-top: 4rem !important;
  }
  .mt-lg-11 {
    margin-top: 5rem !important;
  }
  .mt-lg-12 {
    margin-top: 6rem !important;
  }
  .mt-lg-13 {
    margin-top: 7rem !important;
  }
  .mt-lg-14 {
    margin-top: 8rem !important;
  }
  .mt-lg-15 {
    margin-top: 9rem !important;
  }
  .mt-lg-16 {
    margin-top: 10rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1px {
    margin-right: 0.0625rem !important;
  }
  .me-lg-2px {
    margin-right: 0.125rem !important;
  }
  .me-lg-3px {
    margin-right: 0.1875rem !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 0.75rem !important;
  }
  .me-lg-4 {
    margin-right: 1rem !important;
  }
  .me-lg-5 {
    margin-right: 1.25rem !important;
  }
  .me-lg-6 {
    margin-right: 1.5rem !important;
  }
  .me-lg-7 {
    margin-right: 2rem !important;
  }
  .me-lg-8 {
    margin-right: 2.5rem !important;
  }
  .me-lg-9 {
    margin-right: 3rem !important;
  }
  .me-lg-10 {
    margin-right: 4rem !important;
  }
  .me-lg-11 {
    margin-right: 5rem !important;
  }
  .me-lg-12 {
    margin-right: 6rem !important;
  }
  .me-lg-13 {
    margin-right: 7rem !important;
  }
  .me-lg-14 {
    margin-right: 8rem !important;
  }
  .me-lg-15 {
    margin-right: 9rem !important;
  }
  .me-lg-16 {
    margin-right: 10rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1px {
    margin-bottom: 0.0625rem !important;
  }
  .mb-lg-2px {
    margin-bottom: 0.125rem !important;
  }
  .mb-lg-3px {
    margin-bottom: 0.1875rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1px {
    margin-left: 0.0625rem !important;
  }
  .ms-lg-2px {
    margin-left: 0.125rem !important;
  }
  .ms-lg-3px {
    margin-left: 0.1875rem !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 0.75rem !important;
  }
  .ms-lg-4 {
    margin-left: 1rem !important;
  }
  .ms-lg-5 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-6 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-7 {
    margin-left: 2rem !important;
  }
  .ms-lg-8 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-9 {
    margin-left: 3rem !important;
  }
  .ms-lg-10 {
    margin-left: 4rem !important;
  }
  .ms-lg-11 {
    margin-left: 5rem !important;
  }
  .ms-lg-12 {
    margin-left: 6rem !important;
  }
  .ms-lg-13 {
    margin-left: 7rem !important;
  }
  .ms-lg-14 {
    margin-left: 8rem !important;
  }
  .ms-lg-15 {
    margin-left: 9rem !important;
  }
  .ms-lg-16 {
    margin-left: 10rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1px {
    margin: -0.0625rem !important;
  }
  .m-lg-n2px {
    margin: -0.125rem !important;
  }
  .m-lg-n3px {
    margin: -0.1875rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  .m-lg-n4 {
    margin: -1rem !important;
  }
  .m-lg-n5 {
    margin: -1.25rem !important;
  }
  .m-lg-n6 {
    margin: -1.5rem !important;
  }
  .m-lg-n7 {
    margin: -2rem !important;
  }
  .m-lg-n8 {
    margin: -2.5rem !important;
  }
  .m-lg-n9 {
    margin: -3rem !important;
  }
  .m-lg-n10 {
    margin: -4rem !important;
  }
  .m-lg-n11 {
    margin: -5rem !important;
  }
  .m-lg-n12 {
    margin: -6rem !important;
  }
  .m-lg-n13 {
    margin: -7rem !important;
  }
  .m-lg-n14 {
    margin: -8rem !important;
  }
  .m-lg-n15 {
    margin: -9rem !important;
  }
  .m-lg-n16 {
    margin: -10rem !important;
  }
  .mx-lg-n1px {
    margin-right: -0.0625rem !important;
    margin-left: -0.0625rem !important;
  }
  .mx-lg-n2px {
    margin-right: -0.125rem !important;
    margin-left: -0.125rem !important;
  }
  .mx-lg-n3px {
    margin-right: -0.1875rem !important;
    margin-left: -0.1875rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-lg-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n7 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-lg-n8 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-lg-n9 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-lg-n11 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n12 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-lg-n13 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-lg-n14 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-lg-n15 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-lg-n16 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-lg-n1px {
    margin-top: -0.0625rem !important;
    margin-bottom: -0.0625rem !important;
  }
  .my-lg-n2px {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  .my-lg-n3px {
    margin-top: -0.1875rem !important;
    margin-bottom: -0.1875rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-lg-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-lg-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n7 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-lg-n8 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-lg-n9 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n10 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n12 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-lg-n13 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-lg-n14 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-lg-n15 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-lg-n16 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-lg-n1px {
    margin-top: -0.0625rem !important;
  }
  .mt-lg-n2px {
    margin-top: -0.125rem !important;
  }
  .mt-lg-n3px {
    margin-top: -0.1875rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1rem !important;
  }
  .mt-lg-n5 {
    margin-top: -1.25rem !important;
  }
  .mt-lg-n6 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n7 {
    margin-top: -2rem !important;
  }
  .mt-lg-n8 {
    margin-top: -2.5rem !important;
  }
  .mt-lg-n9 {
    margin-top: -3rem !important;
  }
  .mt-lg-n10 {
    margin-top: -4rem !important;
  }
  .mt-lg-n11 {
    margin-top: -5rem !important;
  }
  .mt-lg-n12 {
    margin-top: -6rem !important;
  }
  .mt-lg-n13 {
    margin-top: -7rem !important;
  }
  .mt-lg-n14 {
    margin-top: -8rem !important;
  }
  .mt-lg-n15 {
    margin-top: -9rem !important;
  }
  .mt-lg-n16 {
    margin-top: -10rem !important;
  }
  .me-lg-n1px {
    margin-right: -0.0625rem !important;
  }
  .me-lg-n2px {
    margin-right: -0.125rem !important;
  }
  .me-lg-n3px {
    margin-right: -0.1875rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -0.75rem !important;
  }
  .me-lg-n4 {
    margin-right: -1rem !important;
  }
  .me-lg-n5 {
    margin-right: -1.25rem !important;
  }
  .me-lg-n6 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n7 {
    margin-right: -2rem !important;
  }
  .me-lg-n8 {
    margin-right: -2.5rem !important;
  }
  .me-lg-n9 {
    margin-right: -3rem !important;
  }
  .me-lg-n10 {
    margin-right: -4rem !important;
  }
  .me-lg-n11 {
    margin-right: -5rem !important;
  }
  .me-lg-n12 {
    margin-right: -6rem !important;
  }
  .me-lg-n13 {
    margin-right: -7rem !important;
  }
  .me-lg-n14 {
    margin-right: -8rem !important;
  }
  .me-lg-n15 {
    margin-right: -9rem !important;
  }
  .me-lg-n16 {
    margin-right: -10rem !important;
  }
  .mb-lg-n1px {
    margin-bottom: -0.0625rem !important;
  }
  .mb-lg-n2px {
    margin-bottom: -0.125rem !important;
  }
  .mb-lg-n3px {
    margin-bottom: -0.1875rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -2.5rem !important;
  }
  .mb-lg-n9 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n11 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n12 {
    margin-bottom: -6rem !important;
  }
  .mb-lg-n13 {
    margin-bottom: -7rem !important;
  }
  .mb-lg-n14 {
    margin-bottom: -8rem !important;
  }
  .mb-lg-n15 {
    margin-bottom: -9rem !important;
  }
  .mb-lg-n16 {
    margin-bottom: -10rem !important;
  }
  .ms-lg-n1px {
    margin-left: -0.0625rem !important;
  }
  .ms-lg-n2px {
    margin-left: -0.125rem !important;
  }
  .ms-lg-n3px {
    margin-left: -0.1875rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -0.75rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1rem !important;
  }
  .ms-lg-n5 {
    margin-left: -1.25rem !important;
  }
  .ms-lg-n6 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n7 {
    margin-left: -2rem !important;
  }
  .ms-lg-n8 {
    margin-left: -2.5rem !important;
  }
  .ms-lg-n9 {
    margin-left: -3rem !important;
  }
  .ms-lg-n10 {
    margin-left: -4rem !important;
  }
  .ms-lg-n11 {
    margin-left: -5rem !important;
  }
  .ms-lg-n12 {
    margin-left: -6rem !important;
  }
  .ms-lg-n13 {
    margin-left: -7rem !important;
  }
  .ms-lg-n14 {
    margin-left: -8rem !important;
  }
  .ms-lg-n15 {
    margin-left: -9rem !important;
  }
  .ms-lg-n16 {
    margin-left: -10rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1px {
    padding: 0.0625rem !important;
  }
  .p-lg-2px {
    padding: 0.125rem !important;
  }
  .p-lg-3px {
    padding: 0.1875rem !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  .p-lg-7 {
    padding: 2rem !important;
  }
  .p-lg-8 {
    padding: 2.5rem !important;
  }
  .p-lg-9 {
    padding: 3rem !important;
  }
  .p-lg-10 {
    padding: 4rem !important;
  }
  .p-lg-11 {
    padding: 5rem !important;
  }
  .p-lg-12 {
    padding: 6rem !important;
  }
  .p-lg-13 {
    padding: 7rem !important;
  }
  .p-lg-14 {
    padding: 8rem !important;
  }
  .p-lg-15 {
    padding: 9rem !important;
  }
  .p-lg-16 {
    padding: 10rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1px {
    padding-right: 0.0625rem !important;
    padding-left: 0.0625rem !important;
  }
  .px-lg-2px {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-lg-3px {
    padding-right: 0.1875rem !important;
    padding-left: 0.1875rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-lg-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-7 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-9 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-12 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-13 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-14 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-15 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-lg-16 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1px {
    padding-top: 0.0625rem !important;
    padding-bottom: 0.0625rem !important;
  }
  .py-lg-2px {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-lg-3px {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-7 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-9 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-12 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-13 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-14 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-15 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-16 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1px {
    padding-top: 0.0625rem !important;
  }
  .pt-lg-2px {
    padding-top: 0.125rem !important;
  }
  .pt-lg-3px {
    padding-top: 0.1875rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pt-lg-4 {
    padding-top: 1rem !important;
  }
  .pt-lg-5 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-6 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 2rem !important;
  }
  .pt-lg-8 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-9 {
    padding-top: 3rem !important;
  }
  .pt-lg-10 {
    padding-top: 4rem !important;
  }
  .pt-lg-11 {
    padding-top: 5rem !important;
  }
  .pt-lg-12 {
    padding-top: 6rem !important;
  }
  .pt-lg-13 {
    padding-top: 7rem !important;
  }
  .pt-lg-14 {
    padding-top: 8rem !important;
  }
  .pt-lg-15 {
    padding-top: 9rem !important;
  }
  .pt-lg-16 {
    padding-top: 10rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1px {
    padding-right: 0.0625rem !important;
  }
  .pe-lg-2px {
    padding-right: 0.125rem !important;
  }
  .pe-lg-3px {
    padding-right: 0.1875rem !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pe-lg-4 {
    padding-right: 1rem !important;
  }
  .pe-lg-5 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-6 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-7 {
    padding-right: 2rem !important;
  }
  .pe-lg-8 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-9 {
    padding-right: 3rem !important;
  }
  .pe-lg-10 {
    padding-right: 4rem !important;
  }
  .pe-lg-11 {
    padding-right: 5rem !important;
  }
  .pe-lg-12 {
    padding-right: 6rem !important;
  }
  .pe-lg-13 {
    padding-right: 7rem !important;
  }
  .pe-lg-14 {
    padding-right: 8rem !important;
  }
  .pe-lg-15 {
    padding-right: 9rem !important;
  }
  .pe-lg-16 {
    padding-right: 10rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1px {
    padding-bottom: 0.0625rem !important;
  }
  .pb-lg-2px {
    padding-bottom: 0.125rem !important;
  }
  .pb-lg-3px {
    padding-bottom: 0.1875rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 10rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1px {
    padding-left: 0.0625rem !important;
  }
  .ps-lg-2px {
    padding-left: 0.125rem !important;
  }
  .ps-lg-3px {
    padding-left: 0.1875rem !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 0.75rem !important;
  }
  .ps-lg-4 {
    padding-left: 1rem !important;
  }
  .ps-lg-5 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-6 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-7 {
    padding-left: 2rem !important;
  }
  .ps-lg-8 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-9 {
    padding-left: 3rem !important;
  }
  .ps-lg-10 {
    padding-left: 4rem !important;
  }
  .ps-lg-11 {
    padding-left: 5rem !important;
  }
  .ps-lg-12 {
    padding-left: 6rem !important;
  }
  .ps-lg-13 {
    padding-left: 7rem !important;
  }
  .ps-lg-14 {
    padding-left: 8rem !important;
  }
  .ps-lg-15 {
    padding-left: 9rem !important;
  }
  .ps-lg-16 {
    padding-left: 10rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1232px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .opacity-xl-0 {
    opacity: 0 !important;
  }
  .opacity-xl-25 {
    opacity: 0.25 !important;
  }
  .opacity-xl-50 {
    opacity: 0.5 !important;
  }
  .opacity-xl-75 {
    opacity: 0.75 !important;
  }
  .opacity-xl-100 {
    opacity: 1 !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .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-1px {
    gap: 0.0625rem !important;
  }
  .gap-xl-2px {
    gap: 0.125rem !important;
  }
  .gap-xl-3px {
    gap: 0.1875rem !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 0.75rem !important;
  }
  .gap-xl-4 {
    gap: 1rem !important;
  }
  .gap-xl-5 {
    gap: 1.25rem !important;
  }
  .gap-xl-6 {
    gap: 1.5rem !important;
  }
  .gap-xl-7 {
    gap: 2rem !important;
  }
  .gap-xl-8 {
    gap: 2.5rem !important;
  }
  .gap-xl-9 {
    gap: 3rem !important;
  }
  .gap-xl-10 {
    gap: 4rem !important;
  }
  .gap-xl-11 {
    gap: 5rem !important;
  }
  .gap-xl-12 {
    gap: 6rem !important;
  }
  .gap-xl-13 {
    gap: 7rem !important;
  }
  .gap-xl-14 {
    gap: 8rem !important;
  }
  .gap-xl-15 {
    gap: 9rem !important;
  }
  .gap-xl-16 {
    gap: 10rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1px {
    margin: 0.0625rem !important;
  }
  .m-xl-2px {
    margin: 0.125rem !important;
  }
  .m-xl-3px {
    margin: 0.1875rem !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  .m-xl-7 {
    margin: 2rem !important;
  }
  .m-xl-8 {
    margin: 2.5rem !important;
  }
  .m-xl-9 {
    margin: 3rem !important;
  }
  .m-xl-10 {
    margin: 4rem !important;
  }
  .m-xl-11 {
    margin: 5rem !important;
  }
  .m-xl-12 {
    margin: 6rem !important;
  }
  .m-xl-13 {
    margin: 7rem !important;
  }
  .m-xl-14 {
    margin: 8rem !important;
  }
  .m-xl-15 {
    margin: 9rem !important;
  }
  .m-xl-16 {
    margin: 10rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1px {
    margin-right: 0.0625rem !important;
    margin-left: 0.0625rem !important;
  }
  .mx-xl-2px {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-xl-3px {
    margin-right: 0.1875rem !important;
    margin-left: 0.1875rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-7 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-9 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-12 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-13 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xl-14 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-15 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xl-16 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1px {
    margin-top: 0.0625rem !important;
    margin-bottom: 0.0625rem !important;
  }
  .my-xl-2px {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-xl-3px {
    margin-top: 0.1875rem !important;
    margin-bottom: 0.1875rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-7 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-9 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-12 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-13 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-14 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-15 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xl-16 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1px {
    margin-top: 0.0625rem !important;
  }
  .mt-xl-2px {
    margin-top: 0.125rem !important;
  }
  .mt-xl-3px {
    margin-top: 0.1875rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mt-xl-4 {
    margin-top: 1rem !important;
  }
  .mt-xl-5 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-6 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 2rem !important;
  }
  .mt-xl-8 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-9 {
    margin-top: 3rem !important;
  }
  .mt-xl-10 {
    margin-top: 4rem !important;
  }
  .mt-xl-11 {
    margin-top: 5rem !important;
  }
  .mt-xl-12 {
    margin-top: 6rem !important;
  }
  .mt-xl-13 {
    margin-top: 7rem !important;
  }
  .mt-xl-14 {
    margin-top: 8rem !important;
  }
  .mt-xl-15 {
    margin-top: 9rem !important;
  }
  .mt-xl-16 {
    margin-top: 10rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1px {
    margin-right: 0.0625rem !important;
  }
  .me-xl-2px {
    margin-right: 0.125rem !important;
  }
  .me-xl-3px {
    margin-right: 0.1875rem !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 0.75rem !important;
  }
  .me-xl-4 {
    margin-right: 1rem !important;
  }
  .me-xl-5 {
    margin-right: 1.25rem !important;
  }
  .me-xl-6 {
    margin-right: 1.5rem !important;
  }
  .me-xl-7 {
    margin-right: 2rem !important;
  }
  .me-xl-8 {
    margin-right: 2.5rem !important;
  }
  .me-xl-9 {
    margin-right: 3rem !important;
  }
  .me-xl-10 {
    margin-right: 4rem !important;
  }
  .me-xl-11 {
    margin-right: 5rem !important;
  }
  .me-xl-12 {
    margin-right: 6rem !important;
  }
  .me-xl-13 {
    margin-right: 7rem !important;
  }
  .me-xl-14 {
    margin-right: 8rem !important;
  }
  .me-xl-15 {
    margin-right: 9rem !important;
  }
  .me-xl-16 {
    margin-right: 10rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1px {
    margin-bottom: 0.0625rem !important;
  }
  .mb-xl-2px {
    margin-bottom: 0.125rem !important;
  }
  .mb-xl-3px {
    margin-bottom: 0.1875rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1px {
    margin-left: 0.0625rem !important;
  }
  .ms-xl-2px {
    margin-left: 0.125rem !important;
  }
  .ms-xl-3px {
    margin-left: 0.1875rem !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 0.75rem !important;
  }
  .ms-xl-4 {
    margin-left: 1rem !important;
  }
  .ms-xl-5 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-6 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-7 {
    margin-left: 2rem !important;
  }
  .ms-xl-8 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-9 {
    margin-left: 3rem !important;
  }
  .ms-xl-10 {
    margin-left: 4rem !important;
  }
  .ms-xl-11 {
    margin-left: 5rem !important;
  }
  .ms-xl-12 {
    margin-left: 6rem !important;
  }
  .ms-xl-13 {
    margin-left: 7rem !important;
  }
  .ms-xl-14 {
    margin-left: 8rem !important;
  }
  .ms-xl-15 {
    margin-left: 9rem !important;
  }
  .ms-xl-16 {
    margin-left: 10rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1px {
    margin: -0.0625rem !important;
  }
  .m-xl-n2px {
    margin: -0.125rem !important;
  }
  .m-xl-n3px {
    margin: -0.1875rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  .m-xl-n4 {
    margin: -1rem !important;
  }
  .m-xl-n5 {
    margin: -1.25rem !important;
  }
  .m-xl-n6 {
    margin: -1.5rem !important;
  }
  .m-xl-n7 {
    margin: -2rem !important;
  }
  .m-xl-n8 {
    margin: -2.5rem !important;
  }
  .m-xl-n9 {
    margin: -3rem !important;
  }
  .m-xl-n10 {
    margin: -4rem !important;
  }
  .m-xl-n11 {
    margin: -5rem !important;
  }
  .m-xl-n12 {
    margin: -6rem !important;
  }
  .m-xl-n13 {
    margin: -7rem !important;
  }
  .m-xl-n14 {
    margin: -8rem !important;
  }
  .m-xl-n15 {
    margin: -9rem !important;
  }
  .m-xl-n16 {
    margin: -10rem !important;
  }
  .mx-xl-n1px {
    margin-right: -0.0625rem !important;
    margin-left: -0.0625rem !important;
  }
  .mx-xl-n2px {
    margin-right: -0.125rem !important;
    margin-left: -0.125rem !important;
  }
  .mx-xl-n3px {
    margin-right: -0.1875rem !important;
    margin-left: -0.1875rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xl-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n7 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n8 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xl-n9 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n11 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n12 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xl-n13 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xl-n14 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xl-n15 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xl-n16 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-xl-n1px {
    margin-top: -0.0625rem !important;
    margin-bottom: -0.0625rem !important;
  }
  .my-xl-n2px {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  .my-xl-n3px {
    margin-top: -0.1875rem !important;
    margin-bottom: -0.1875rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-xl-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xl-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n7 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n8 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xl-n9 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n10 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n12 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xl-n13 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xl-n14 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xl-n15 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xl-n16 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-xl-n1px {
    margin-top: -0.0625rem !important;
  }
  .mt-xl-n2px {
    margin-top: -0.125rem !important;
  }
  .mt-xl-n3px {
    margin-top: -0.1875rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1rem !important;
  }
  .mt-xl-n5 {
    margin-top: -1.25rem !important;
  }
  .mt-xl-n6 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n7 {
    margin-top: -2rem !important;
  }
  .mt-xl-n8 {
    margin-top: -2.5rem !important;
  }
  .mt-xl-n9 {
    margin-top: -3rem !important;
  }
  .mt-xl-n10 {
    margin-top: -4rem !important;
  }
  .mt-xl-n11 {
    margin-top: -5rem !important;
  }
  .mt-xl-n12 {
    margin-top: -6rem !important;
  }
  .mt-xl-n13 {
    margin-top: -7rem !important;
  }
  .mt-xl-n14 {
    margin-top: -8rem !important;
  }
  .mt-xl-n15 {
    margin-top: -9rem !important;
  }
  .mt-xl-n16 {
    margin-top: -10rem !important;
  }
  .me-xl-n1px {
    margin-right: -0.0625rem !important;
  }
  .me-xl-n2px {
    margin-right: -0.125rem !important;
  }
  .me-xl-n3px {
    margin-right: -0.1875rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -0.75rem !important;
  }
  .me-xl-n4 {
    margin-right: -1rem !important;
  }
  .me-xl-n5 {
    margin-right: -1.25rem !important;
  }
  .me-xl-n6 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n7 {
    margin-right: -2rem !important;
  }
  .me-xl-n8 {
    margin-right: -2.5rem !important;
  }
  .me-xl-n9 {
    margin-right: -3rem !important;
  }
  .me-xl-n10 {
    margin-right: -4rem !important;
  }
  .me-xl-n11 {
    margin-right: -5rem !important;
  }
  .me-xl-n12 {
    margin-right: -6rem !important;
  }
  .me-xl-n13 {
    margin-right: -7rem !important;
  }
  .me-xl-n14 {
    margin-right: -8rem !important;
  }
  .me-xl-n15 {
    margin-right: -9rem !important;
  }
  .me-xl-n16 {
    margin-right: -10rem !important;
  }
  .mb-xl-n1px {
    margin-bottom: -0.0625rem !important;
  }
  .mb-xl-n2px {
    margin-bottom: -0.125rem !important;
  }
  .mb-xl-n3px {
    margin-bottom: -0.1875rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xl-n9 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n11 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n12 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n13 {
    margin-bottom: -7rem !important;
  }
  .mb-xl-n14 {
    margin-bottom: -8rem !important;
  }
  .mb-xl-n15 {
    margin-bottom: -9rem !important;
  }
  .mb-xl-n16 {
    margin-bottom: -10rem !important;
  }
  .ms-xl-n1px {
    margin-left: -0.0625rem !important;
  }
  .ms-xl-n2px {
    margin-left: -0.125rem !important;
  }
  .ms-xl-n3px {
    margin-left: -0.1875rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -0.75rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1rem !important;
  }
  .ms-xl-n5 {
    margin-left: -1.25rem !important;
  }
  .ms-xl-n6 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n7 {
    margin-left: -2rem !important;
  }
  .ms-xl-n8 {
    margin-left: -2.5rem !important;
  }
  .ms-xl-n9 {
    margin-left: -3rem !important;
  }
  .ms-xl-n10 {
    margin-left: -4rem !important;
  }
  .ms-xl-n11 {
    margin-left: -5rem !important;
  }
  .ms-xl-n12 {
    margin-left: -6rem !important;
  }
  .ms-xl-n13 {
    margin-left: -7rem !important;
  }
  .ms-xl-n14 {
    margin-left: -8rem !important;
  }
  .ms-xl-n15 {
    margin-left: -9rem !important;
  }
  .ms-xl-n16 {
    margin-left: -10rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1px {
    padding: 0.0625rem !important;
  }
  .p-xl-2px {
    padding: 0.125rem !important;
  }
  .p-xl-3px {
    padding: 0.1875rem !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  .p-xl-7 {
    padding: 2rem !important;
  }
  .p-xl-8 {
    padding: 2.5rem !important;
  }
  .p-xl-9 {
    padding: 3rem !important;
  }
  .p-xl-10 {
    padding: 4rem !important;
  }
  .p-xl-11 {
    padding: 5rem !important;
  }
  .p-xl-12 {
    padding: 6rem !important;
  }
  .p-xl-13 {
    padding: 7rem !important;
  }
  .p-xl-14 {
    padding: 8rem !important;
  }
  .p-xl-15 {
    padding: 9rem !important;
  }
  .p-xl-16 {
    padding: 10rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1px {
    padding-right: 0.0625rem !important;
    padding-left: 0.0625rem !important;
  }
  .px-xl-2px {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-xl-3px {
    padding-right: 0.1875rem !important;
    padding-left: 0.1875rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-7 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-9 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-12 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-13 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xl-14 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-15 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xl-16 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1px {
    padding-top: 0.0625rem !important;
    padding-bottom: 0.0625rem !important;
  }
  .py-xl-2px {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-xl-3px {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-7 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-9 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-12 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-13 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xl-14 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-15 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xl-16 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1px {
    padding-top: 0.0625rem !important;
  }
  .pt-xl-2px {
    padding-top: 0.125rem !important;
  }
  .pt-xl-3px {
    padding-top: 0.1875rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pt-xl-4 {
    padding-top: 1rem !important;
  }
  .pt-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 2rem !important;
  }
  .pt-xl-8 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-9 {
    padding-top: 3rem !important;
  }
  .pt-xl-10 {
    padding-top: 4rem !important;
  }
  .pt-xl-11 {
    padding-top: 5rem !important;
  }
  .pt-xl-12 {
    padding-top: 6rem !important;
  }
  .pt-xl-13 {
    padding-top: 7rem !important;
  }
  .pt-xl-14 {
    padding-top: 8rem !important;
  }
  .pt-xl-15 {
    padding-top: 9rem !important;
  }
  .pt-xl-16 {
    padding-top: 10rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1px {
    padding-right: 0.0625rem !important;
  }
  .pe-xl-2px {
    padding-right: 0.125rem !important;
  }
  .pe-xl-3px {
    padding-right: 0.1875rem !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pe-xl-4 {
    padding-right: 1rem !important;
  }
  .pe-xl-5 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-6 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-7 {
    padding-right: 2rem !important;
  }
  .pe-xl-8 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-9 {
    padding-right: 3rem !important;
  }
  .pe-xl-10 {
    padding-right: 4rem !important;
  }
  .pe-xl-11 {
    padding-right: 5rem !important;
  }
  .pe-xl-12 {
    padding-right: 6rem !important;
  }
  .pe-xl-13 {
    padding-right: 7rem !important;
  }
  .pe-xl-14 {
    padding-right: 8rem !important;
  }
  .pe-xl-15 {
    padding-right: 9rem !important;
  }
  .pe-xl-16 {
    padding-right: 10rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1px {
    padding-bottom: 0.0625rem !important;
  }
  .pb-xl-2px {
    padding-bottom: 0.125rem !important;
  }
  .pb-xl-3px {
    padding-bottom: 0.1875rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 10rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1px {
    padding-left: 0.0625rem !important;
  }
  .ps-xl-2px {
    padding-left: 0.125rem !important;
  }
  .ps-xl-3px {
    padding-left: 0.1875rem !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 0.75rem !important;
  }
  .ps-xl-4 {
    padding-left: 1rem !important;
  }
  .ps-xl-5 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-6 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-7 {
    padding-left: 2rem !important;
  }
  .ps-xl-8 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-9 {
    padding-left: 3rem !important;
  }
  .ps-xl-10 {
    padding-left: 4rem !important;
  }
  .ps-xl-11 {
    padding-left: 5rem !important;
  }
  .ps-xl-12 {
    padding-left: 6rem !important;
  }
  .ps-xl-13 {
    padding-left: 7rem !important;
  }
  .ps-xl-14 {
    padding-left: 8rem !important;
  }
  .ps-xl-15 {
    padding-left: 9rem !important;
  }
  .ps-xl-16 {
    padding-left: 10rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    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;
  }
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-Light.ttf");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-Regular.ttf");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-Semibold.ttf");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-Bold.ttf");
  font-weight: 600;
  font-display: swap;
}
h1, .h1 {
  font-size: 2.5rem;
  font-weight: 500;
}

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

h3, .h3, .swal-title {
  font-size: 1.5rem;
  font-weight: 500;
}

h4, .h4 {
  font-size: 1.25rem;
  font-weight: 500;
}

h5, .h5 {
  font-size: 1.125rem;
  font-weight: 600;
}

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

body {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}

.body-large {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.body-medium {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}

.body-small {
  font-size: 0.8125rem;
}

.fs-0 {
  font-size: 1rem;
}

.bg-gray-100 {
  background-color: #F8F8F8 !important;
}

.text-gray-100 {
  color: #F8F8F8 !important;
}

.bg-gray-200 {
  background-color: #E8E8E8 !important;
}

.text-gray-200 {
  color: #E8E8E8 !important;
}

.bg-gray-300 {
  background-color: #D4D4D4 !important;
}

.text-gray-300 {
  color: #D4D4D4 !important;
}

.bg-gray-400 {
  background-color: #a0a3a6 !important;
}

.text-gray-400 {
  color: #a0a3a6 !important;
}

.bg-gray-500 {
  background-color: #80878E !important;
}

.text-gray-500 {
  color: #80878E !important;
}

.bg-gray-600 {
  background-color: #66696C !important;
}

.text-gray-600 {
  color: #66696C !important;
}

.bg-gray-700 {
  background-color: #404346 !important;
}

.text-gray-700 {
  color: #404346 !important;
}

.bg-gray-800 {
  background-color: #25282B !important;
}

.text-gray-800 {
  color: #25282B !important;
}

.bg-gray-900 {
  background-color: #191C1F !important;
}

.text-gray-900 {
  color: #191C1F !important;
}

.bg-blue {
  background-color: #1f56f2 !important;
}

.text-blue {
  color: #1f56f2 !important;
}

.bg-indigo {
  background-color: #6610f2 !important;
}

.text-indigo {
  color: #6610f2 !important;
}

.bg-purple {
  background-color: #6f42c1 !important;
}

.text-purple {
  color: #6f42c1 !important;
}

.bg-pink {
  background-color: #d63384 !important;
}

.text-pink {
  color: #d63384 !important;
}

.bg-red {
  background-color: #ff2f55 !important;
}

.text-red {
  color: #ff2f55 !important;
}

.bg-orange {
  background-color: #fd7e14 !important;
}

.text-orange {
  color: #fd7e14 !important;
}

.bg-yellow {
  background-color: #FFBF1A !important;
}

.text-yellow {
  color: #FFBF1A !important;
}

.bg-gold {
  background-color: #ffd34b !important;
}

.text-gold {
  color: #ffd34b !important;
}

.bg-green {
  background-color: #4caf50 !important;
}

.text-green {
  color: #4caf50 !important;
}

.bg-teal {
  background-color: #009688 !important;
}

.text-teal {
  color: #009688 !important;
}

.bg-cyan {
  background-color: #0dcaf0 !important;
}

.text-cyan {
  color: #0dcaf0 !important;
}

.bg-white {
  background-color: #fff !important;
}

.text-white {
  color: #fff !important;
}

.bg-gray {
  background-color: #66696C !important;
}

.text-gray {
  color: #66696C !important;
}

.bg-gray-dark {
  background-color: #25282B !important;
}

.text-gray-dark {
  color: #25282B !important;
}

.bg-black {
  background-color: #000F1D !important;
}

.text-black {
  color: #000F1D !important;
}

.body-color {
  color: #000F1D;
}

.bg-light-primary {
  background-color: rgba(31, 86, 242, 0.08);
}

.bg-light-secondary {
  background-color: rgba(10, 31, 68, 0.16);
}

.bg-light-success {
  background-color: rgba(76, 175, 80, 0.16);
}

.bg-light-info {
  background-color: rgba(31, 86, 242, 0.08);
}

.bg-light-warning {
  background-color: rgba(253, 126, 20, 0.16);
}

.bg-light-danger {
  background-color: rgba(255, 54, 37, 0.16);
}

.text-light-primary {
  color: rgba(31, 86, 242, 0.4);
}

.text-light-secondary {
  color: rgba(10, 31, 68, 0.4);
}

.text-light-success {
  color: rgba(76, 175, 80, 0.4);
}

.text-light-info {
  color: rgba(31, 86, 242, 0.4);
}

.text-light-warning {
  color: rgba(253, 126, 20, 0.4);
}

.text-light-danger {
  color: rgba(255, 54, 37, 0.4);
}

.text-light-light {
  color: rgba(64, 67, 70, 0.4);
}

.text-light-dark {
  color: rgba(64, 67, 70, 0.4);
}

.text-hover-init:hover {
  color: initial !important;
}
.text-14 {
  font-size: 0.875rem !important;
}
.text-14-24 {
  font-size: 0.875rem;
  line-height: 1.714em;
}

.fw-200 {
  font-weight: 300 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 500 !important;
}
.fw-800 {
  font-weight: 600 !important;
}

.text-reset {
  color: inherit !important;
  text-transform: none !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.lh-1 {
  line-height: 1;
}

.lh-13 {
  line-height: 1.333;
}

.lh-15 {
  line-height: 1.5;
}

.lh-2 {
  line-height: 2;
}

.wysiwyg-content h1, .wysiwyg-content .h1, .wysiwyg-content h2, .wysiwyg-content .h2, .wysiwyg-content h3, .wysiwyg-content .h3, .wysiwyg-content .swal-title, .wysiwyg-content h4, .wysiwyg-content .h4, .wysiwyg-content h5, .wysiwyg-content .h5, .wysiwyg-content h6, .wysiwyg-content .h6 {
  margin-bottom: 0.5em;
}
.wysiwyg-content p {
  margin-bottom: 1.5rem;
}
.wysiwyg-content p, .wysiwyg-content span {
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
}
.wysiwyg-content ol {
  padding-left: 1.5rem;
  counter-reset: item-number;
  list-style-type: none !important;
}
.wysiwyg-content ol li {
  counter-increment: line-number;
  position: relative !important;
  padding-left: 1.5rem !important;
  margin-bottom: 0.375rem !important;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  margin-top: 0 !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
}
.wysiwyg-content ol li:before {
  content: counter(line-number) ".";
  position: absolute;
  left: 0;
  font-family: "Open Sans", Helvetica, "sans-serif";
  color: #0A1F44;
}
.wysiwyg-content ol li:last-of-type {
  margin-bottom: 0 !important;
}
.wysiwyg-content ul {
  list-style-type: disc !important;
  list-style-position: inside;
}
.wysiwyg-content ul li {
  position: relative !important;
  padding-left: 1.5rem !important;
  margin-bottom: 0.375rem !important;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  margin-top: 0 !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
  /*&:before {
      content: '';
      position: absolute;
      left: 0;
      top: .72em;
      display: block;
      width: .375rem;
      height: .375rem;
      border-radius: 50%;
      background-color: $dark;
  }*/
}
.wysiwyg-content ul li:last-of-type {
  margin-bottom: 0 !important;
}
.wysiwyg-content img {
  display: block;
  max-width: 100%;
}
.wysiwyg-content img.note-float-left {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.wysiwyg-content img.note-float-right {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.wysiwyg-content .MsoNormal, .wysiwyg-content .MsoNormal span {
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-size: 1rem;
  line-height: 1.5;
}

.square {
  position: relative;
  display: block;
  padding-bottom: 100%;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.stretch-container-abs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.img-cover {
  position: relative;
  display: block;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img-cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-backdrop {
  position: relative;
}
.img-backdrop:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(10, 31, 68, 0.75);
}

.text-xxs-14 {
  font-size: 0.875rem !important;
}
.text-xxs-14-24 {
  font-size: 0.875rem;
  line-height: 1.714em;
}
.text-xxs-small {
  font-size: 0.75rem !important;
}
.text-xxs-h1 {
  font-size: 2.5rem !important;
}
.text-xxs-h2 {
  font-size: 2rem !important;
}
.text-xxs-h3 {
  font-size: 1.5rem !important;
}
.text-xxs-h4 {
  font-size: 1.25rem !important;
}
.text-xxs-h5 {
  font-size: 1.125rem !important;
}
.text-xxs-h6 {
  font-size: 1rem !important;
}

@media (min-width: 320px) {
  .text-xs-14 {
    font-size: 0.875rem !important;
  }
  .text-xs-14-24 {
    font-size: 0.875rem;
    line-height: 1.714em;
  }
  .text-xs-small {
    font-size: 0.75rem !important;
  }
  .text-xs-h1 {
    font-size: 2.5rem !important;
  }
  .text-xs-h2 {
    font-size: 2rem !important;
  }
  .text-xs-h3 {
    font-size: 1.5rem !important;
  }
  .text-xs-h4 {
    font-size: 1.25rem !important;
  }
  .text-xs-h5 {
    font-size: 1.125rem !important;
  }
  .text-xs-h6 {
    font-size: 1rem !important;
  }
}
@media (min-width: 392px) {
  .text-sm-14 {
    font-size: 0.875rem !important;
  }
  .text-sm-14-24 {
    font-size: 0.875rem;
    line-height: 1.714em;
  }
  .text-sm-small {
    font-size: 0.75rem !important;
  }
  .text-sm-h1 {
    font-size: 2.5rem !important;
  }
  .text-sm-h2 {
    font-size: 2rem !important;
  }
  .text-sm-h3 {
    font-size: 1.5rem !important;
  }
  .text-sm-h4 {
    font-size: 1.25rem !important;
  }
  .text-sm-h5 {
    font-size: 1.125rem !important;
  }
  .text-sm-h6 {
    font-size: 1rem !important;
  }
}
@media (min-width: 512px) {
  .text-md-14 {
    font-size: 0.875rem !important;
  }
  .text-md-14-24 {
    font-size: 0.875rem;
    line-height: 1.714em;
  }
  .text-md-small {
    font-size: 0.75rem !important;
  }
  .text-md-h1 {
    font-size: 2.5rem !important;
  }
  .text-md-h2 {
    font-size: 2rem !important;
  }
  .text-md-h3 {
    font-size: 1.5rem !important;
  }
  .text-md-h4 {
    font-size: 1.25rem !important;
  }
  .text-md-h5 {
    font-size: 1.125rem !important;
  }
  .text-md-h6 {
    font-size: 1rem !important;
  }
}
@media (min-width: 800px) {
  .text-lg-14 {
    font-size: 0.875rem !important;
  }
  .text-lg-14-24 {
    font-size: 0.875rem;
    line-height: 1.714em;
  }
  .text-lg-small {
    font-size: 0.75rem !important;
  }
  .text-lg-h1 {
    font-size: 2.5rem !important;
  }
  .text-lg-h2 {
    font-size: 2rem !important;
  }
  .text-lg-h3 {
    font-size: 1.5rem !important;
  }
  .text-lg-h4 {
    font-size: 1.25rem !important;
  }
  .text-lg-h5 {
    font-size: 1.125rem !important;
  }
  .text-lg-h6 {
    font-size: 1rem !important;
  }
}
@media (min-width: 1232px) {
  .text-xl-14 {
    font-size: 0.875rem !important;
  }
  .text-xl-14-24 {
    font-size: 0.875rem;
    line-height: 1.714em;
  }
  .text-xl-small {
    font-size: 0.75rem !important;
  }
  .text-xl-h1 {
    font-size: 2.5rem !important;
  }
  .text-xl-h2 {
    font-size: 2rem !important;
  }
  .text-xl-h3 {
    font-size: 1.5rem !important;
  }
  .text-xl-h4 {
    font-size: 1.25rem !important;
  }
  .text-xl-h5 {
    font-size: 1.125rem !important;
  }
  .text-xl-h6 {
    font-size: 1rem !important;
  }
}
.w-1px {
  width: 1px;
}

.h-1px {
  height: 1px;
}

.w-2px {
  width: 2px;
}

.h-2px {
  height: 2px;
}

.w-3px {
  width: 3px;
}

.h-3px {
  height: 3px;
}

.w-4px {
  width: 4px;
}

.h-4px {
  height: 4px;
}

.w-5px {
  width: 5px;
}

.h-5px {
  height: 5px;
}

.w-6px {
  width: 6px;
}

.h-6px {
  height: 6px;
}

.w-7px {
  width: 7px;
}

.h-7px {
  height: 7px;
}

.w-8px {
  width: 8px;
}

.h-8px {
  height: 8px;
}

.w-9px {
  width: 9px;
}

.h-9px {
  height: 9px;
}

.w-10px {
  width: 10px;
}

.h-10px {
  height: 10px;
}

.w-15px {
  width: 15px;
}

.h-15px {
  height: 15px;
}

.w-20px {
  width: 20px;
}

.h-20px {
  height: 20px;
}

.w-25px {
  width: 25px;
}

.h-25px {
  height: 25px;
}

.w-50px {
  width: 50px;
}

.h-50px {
  height: 50px;
}

.w-75px {
  width: 75px;
}

.h-75px {
  height: 75px;
}

.w-100px {
  width: 100px;
}

.h-100px {
  height: 100px;
}

.w-125px {
  width: 125px;
}

.h-125px {
  height: 125px;
}

.w-150px {
  width: 150px;
}

.h-150px {
  height: 150px;
}

.w-175px {
  width: 175px;
}

.h-175px {
  height: 175px;
}

.w-200px {
  width: 200px;
}

.h-200px {
  height: 200px;
}

.w-250px {
  width: 250px;
}

.h-250px {
  height: 250px;
}

.w-300px {
  width: 300px;
}

.h-300px {
  height: 300px;
}

html {
  height: 100%;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  min-height: 100%;
}
body > header,
body > footer {
  flex: 0 0 auto;
}
body > main {
  flex: 1 0 auto;
}

.input-inners, .counter {
  position: relative;
  background-color: rgba(0, 15, 29, 0.04);
  border-radius: 0.3125rem;
  transition: padding 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;
}
.input-inners input, .counter input, .input-inners select, .counter select {
  position: relative;
  z-index: 20;
  background-color: transparent;
}
.input-inners input:focus, .counter input:focus, .input-inners select:focus, .counter select:focus {
  background-color: transparent;
}
.input-inners-inner, .counter-btn {
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0.75rem 1.25rem;
  border: 0 solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
.input-inners-inner--icon, .input-inners-inner--clear {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  padding: 0;
}
.input-inners-inner--icon + input, .input-inners-inner--clear + input {
  padding-left: 3.625rem;
}
.input-inners-inner--above, .counter-btn, .input-inners-inner--clear {
  z-index: 30;
}
.input-inners-inner--clickable, .input-inners-inner--clear {
  color: #66696C;
  will-change: color;
}
.input-inners-inner--clickable:hover, .input-inners-inner--clear:hover {
  color: #404346;
}
input:placeholder-shown + .input-inners-inner--clear {
  display: none;
}
.input-inners-inner--divider-left {
  display: block;
  width: 100%;
  padding: 0;
}
.input-inners-inner--divider-left:before {
  content: "";
  position: absolute;
  z-index: 50;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 60%;
  border-left: 2px solid rgba(0, 0, 0, 0.06);
  transition: height 0.2s ease, opacity 0.2s ease;
}
input:focus ~ .input-inners-inner--divider-left:before, input:focus ~ .input-inners-inner--divider-right:before {
  height: 0;
  opacity: 0;
}
.input-inners input ~ .input-inners-inner, .input-inners input ~ .counter-btn, .counter input ~ .input-inners-inner, .counter input ~ .counter-btn,
.input-inners select ~ .input-inners-inner,
.input-inners select ~ .counter-btn,
.counter select ~ .input-inners-inner,
.counter select ~ .counter-btn {
  left: auto;
  right: 0;
}
.input-inners:not(.input-inners--inline) .input-inners-inner, .input-inners:not(.input-inners--inline) .counter-btn, .counter:not(.input-inners--inline) .input-inners-inner, .counter:not(.input-inners--inline) .counter-btn {
  position: absolute;
}
.input-inners--inline {
  display: flex;
}
.input-inners--inline input,
.input-inners--inline select {
  flex: 1 1 auto;
}
.input-inners--inline .input-inners-inner, .input-inners--inline .counter-btn {
  flex: 0 0 auto;
}
.input-inners--round {
  border-radius: 50rem !important;
}
.input-inners--round input,
.input-inners--round select,
.input-inners--round .input-inners-inner,
.input-inners--round .counter-btn {
  border-radius: 50rem !important;
}

.counter {
  width: 120px;
}
.counter-input {
  max-width: 100%;
  padding-right: 3rem;
  padding-left: 3rem;
  text-align: center;
  border-color: transparent;
}
.counter-input:focus-visible {
  outline: none;
}
.counter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.075s ease-in-out, background-color 0.075s ease-in-out, border-color 0.075s ease-in-out, box-shadow 0.075s ease-in-out;
  color: #1f56f2;
  font-weight: 500;
  text-decoration: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
}
.counter-btn i {
  font-size: inherit;
  color: inherit;
}
.counter-btn:not(:disabled) {
  cursor: pointer;
}
.counter-btn:hover {
  color: rgb(7.2941176471%, 20.2352941176%, 56.9411764706%);
}
.counter-sm {
  width: 80px;
}
.counter-sm .counter-input {
  height: 2rem;
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  border-radius: 0.25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.counter-sm .counter-btn {
  font-size: 12px;
  border-radius: 0.25rem;
  background-color: transparent;
  width: 2rem;
  height: 2rem;
  padding: 0;
}

.mega-option {
  overflow: hidden;
  position: relative;
  padding: 0;
  align-self: stretch;
  border-radius: 0.3125rem;
}
.mega-option .form-check-label:hover,
.mega-option .form-check-input:hover {
  cursor: pointer;
}
.mega-option .form-check-input {
  position: absolute;
  z-index: 2;
  top: 0.875rem;
  left: 1.25rem;
  float: none;
  margin: 0;
}
.mega-option .form-check-input:checked + .form-check-label {
  background-color: rgba(31, 86, 242, 0.08);
}
.mega-option .form-check-input:checked ~ .mega-option-extend, .mega-option .form-check-input:checked ~ .collapse .mega-option-extend {
  border-color: rgba(31, 86, 242, 0.08);
}
.mega-option .form-check-label {
  position: relative;
  z-index: 1;
  width: 100%;
  line-height: 1.5;
  padding: 0.75rem 1.25rem;
  padding-left: calc(2.25rem + 1.25em);
  background-color: #F8F8F8;
  transition: background-color 0.325s ease, color 0.325s ease;
}
.mega-option-content {
  display: flex;
  flex-grow: 1;
}
.mega-option-content .value {
  flex-grow: 1;
}
.mega-option-subtext {
  padding-top: 0.25rem;
  display: flex;
  font-size: 0.75rem;
  color: #66696C;
  transition: color 0.325s ease;
}
.mega-option-extend {
  border: 2px solid #F8F8F8;
  border-top-width: 0;
  padding: 0.75rem calc(1.25rem - 2px) 1.25rem;
  transition: border-color 0.325s ease;
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}

.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"] {
  background-position: right 2.5rem center, center right calc(0.375em + 0.375rem);
}

.was-validated .input-inners:not(.input-inners--inline) .form-control:invalid + .input-inners-inner, .was-validated .counter:not(.input-inners--inline) .form-control:invalid + .input-inners-inner, .was-validated .input-inners:not(.input-inners--inline) .counter-input:invalid + .input-inners-inner, .was-validated .counter:not(.input-inners--inline) .counter-input:invalid + .input-inners-inner, .was-validated .input-inners:not(.input-inners--inline) .form-control:invalid + .counter-btn, .was-validated .counter:not(.input-inners--inline) .form-control:invalid + .counter-btn, .was-validated .input-inners:not(.input-inners--inline) .counter-input:invalid + .counter-btn, .was-validated .counter:not(.input-inners--inline) .counter-input:invalid + .counter-btn,
.was-validated .input-inners:not(.input-inners--inline) .form-select:invalid + .input-inners-inner,
.was-validated .counter:not(.input-inners--inline) .form-select:invalid + .input-inners-inner,
.was-validated .input-inners:not(.input-inners--inline) .form-select:invalid + .counter-btn,
.was-validated .counter:not(.input-inners--inline) .form-select:invalid + .counter-btn {
  margin-right: 2rem;
}

body.transition-ready .form-control, body.transition-ready .counter-input, body.transition-ready .form-select {
  transition: margin 0.15s ease-in-out, padding 0.15s ease-in-out, background-image 0.15s ease-in-out 0.15s, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.box--solid .form-control, .box--selected .form-control, .box--solid .counter-input, .box--selected .counter-input, .box--solid .form-select, .box--selected .form-select {
  background-color: #fff;
}
.box--solid .form-control:not(:focus), .box--selected .form-control:not(:focus), .box--solid .counter-input:not(:focus), .box--selected .counter-input:not(:focus), .box--solid .form-select:not(:focus), .box--selected .form-select:not(:focus) {
  box-shadow: inset 0 0 0 0.125rem rgb(94.2549019608%, 94.2549019608%, 94.2549019608%);
}
.box--solid .form-control:focus, .box--selected .form-control:focus, .box--solid .counter-input:focus, .box--selected .counter-input:focus, .box--solid .form-select:focus, .box--selected .form-select:focus {
  box-shadow: inset 0 0 0 0.125rem rgb(91.2549019608%, 91.2549019608%, 91.2549019608%);
}
.form-check-label, .form-check-input {
  cursor: pointer;
}
.form-check:hover .form-check-input:not(:disabled):not(.disabled) {
  border-color: #1f56f2;
}
.form-check-input:focus {
  border-color: #1f56f2;
}
.form-view:not(.form-view--edit) .form-label {
  color: #80878E;
}
.form-view:not(.form-view--edit) .input-inners, .form-view:not(.form-view--edit) .counter,
.form-view:not(.form-view--edit) .form-control,
.form-view:not(.form-view--edit) .counter-input,
.form-view:not(.form-view--edit) .form-select {
  margin-top: -0.75rem !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  background-image: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.form-view:not(.form-view--edit) .form-editing {
  display: none;
}
.form-view--edit .form-viewing {
  display: none;
}

.radio-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.radio-group-inline {
  flex-direction: row;
}
.radio-group .form-check + .form-check {
  margin-top: 0.5rem;
}
.radio-group .mega-option + .mega-option {
  margin-top: 0.75rem;
}

.goods-tile {
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  background-color: #fff;
}
.goods-tile__top {
  position: relative;
  padding: 1rem 1rem;
}
.goods-tile__img {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: 11.5rem;
}
.goods-tile__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.goods-tile__motivators {
  position: absolute;
  z-index: 20;
  right: 1rem;
  left: 1rem;
  top: 0.5rem;
}
.goods-tile__motivators .badge + .badge {
  margin-left: 0.25rem;
}
.goods-tile__content {
  padding: 1rem 1rem;
}
.goods-tile__title {
  display: -webkit-box;
  line-height: 1.125rem;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.25rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.goods-tile__title, .goods-tile__title a {
  color: #0A1F44;
  overflow-wrap: break-word;
}
.goods-tile__rating {
  display: flex;
  align-items: flex-start;
  font-size: 0.75em;
  margin: 0.25rem 0;
  line-height: 1rem;
}
.goods-tile__rating .rating {
  line-height: 1rem;
}
.goods-tile__rating-reviews {
  line-height: 1rem;
  margin-left: 0.5rem;
}
.goods-tile__buy {
  display: flex;
  width: 100%;
  padding: 0.5rem 0;
}
.goods-tile__buy-button {
  align-self: flex-end;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  padding: 0.5rem;
  line-height: 1rem;
  margin-left: auto;
  color: #1f56f2;
}
.goods-tile__buy-button:hover {
  color: #1f56f2;
}
.goods-tile__buy-button:hover i {
  color: #1f56f2;
}
.goods-tile__buy-button:hover.dropdown-toggle:after {
  color: #1f56f2;
}
.goods-tile__buy-button:hover {
  background-color: rgba(31, 86, 242, 0.08);
  border-color: transparent;
}
.goods-tile__buy-button:hover:hover:not(.btn-text):not(:disabled):not(.disabled), .goods-tile__buy-button:hover:focus:not(.btn-text), .goods-tile__buy-button:hover.focus:not(.btn-text) {
  color: #1f56f2;
}
.goods-tile__buy-button:hover:hover:not(.btn-text):not(:disabled):not(.disabled) i, .goods-tile__buy-button:hover:focus:not(.btn-text) i, .goods-tile__buy-button:hover.focus:not(.btn-text) i {
  color: #1f56f2;
}
.goods-tile__buy-button:hover:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .goods-tile__buy-button:hover:focus:not(.btn-text).dropdown-toggle:after, .goods-tile__buy-button:hover.focus:not(.btn-text).dropdown-toggle:after {
  color: #1f56f2;
}
.goods-tile__buy-button:hover:hover:not(.btn-text):not(:disabled):not(.disabled), .goods-tile__buy-button:hover:focus:not(.btn-text), .goods-tile__buy-button:hover.focus:not(.btn-text) {
  background-color: rgba(31, 86, 242, 0.126);
  border-color: transparent;
}
.goods-tile__buy-button:hover.disabled, .goods-tile__buy-button:hover:disabled {
  color: #1f56f2;
}
.goods-tile__buy-button:hover.disabled i, .goods-tile__buy-button:hover:disabled i {
  color: #1f56f2;
}
.goods-tile__buy-button:hover.disabled.dropdown-toggle:after, .goods-tile__buy-button:hover:disabled.dropdown-toggle:after {
  color: #1f56f2;
}
.goods-tile__buy-button:hover.disabled, .goods-tile__buy-button:hover:disabled {
  background-color: rgba(31, 86, 242, 0.08);
  border-color: transparent;
}
.goods-tile__buy-button:hover:not(:disabled):not(.disabled):active:not(.btn-text), .goods-tile__buy-button:hover:not(:disabled):not(.disabled).active, .show > .goods-tile__buy-button:hover.dropdown-toggle, .show .goods-tile__buy-button:hover.btn-dropdown {
  color: #1f56f2;
}
.goods-tile__buy-button:hover:not(:disabled):not(.disabled):active:not(.btn-text) i, .goods-tile__buy-button:hover:not(:disabled):not(.disabled).active i, .show > .goods-tile__buy-button:hover.dropdown-toggle i, .show .goods-tile__buy-button:hover.btn-dropdown i {
  color: #1f56f2;
}
.goods-tile__buy-button:hover:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .goods-tile__buy-button:hover:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .goods-tile__buy-button:hover.dropdown-toggle.dropdown-toggle:after, .show .goods-tile__buy-button:hover.btn-dropdown.dropdown-toggle:after {
  color: #1f56f2;
}
.goods-tile__buy-button:hover:not(:disabled):not(.disabled):active:not(.btn-text), .goods-tile__buy-button:hover:not(:disabled):not(.disabled).active, .show > .goods-tile__buy-button:hover.dropdown-toggle, .show .goods-tile__buy-button:hover.btn-dropdown {
  background-color: rgba(31, 86, 242, 0.172);
  border-color: transparent;
}
.goods-tile__stock {
  margin-top: 0.5rem;
  font-size: 0.75em;
}
.goods-tile__properties {
  font-size: 0.75em;
}
.goods-tile__property-label {
  color: #66696C;
  margin-right: 0.5em;
}
.goods-tile__property-label:after {
  content: ":";
}
.goods-tile__description {
  display: none;
  margin-top: 1rem;
}
.goods-tile__info {
  margin: 0.25rem 0;
  font-size: 0.75em;
  color: #66696C;
}
.goods-tile__vendor {
  color: #0A1F44;
  font-weight: 500;
}
.goods-tile__vendor, .goods-tile__serial-number {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods-tile__top + .goods-tile__content {
  padding-top: 0;
}
.catalog-item > .goods-tile {
  min-width: 100%;
}
.goods-tile:hover {
  position: absolute;
  padding: 0.5rem;
  right: -0.5rem;
  left: -0.5rem;
  top: -0.5rem;
  box-shadow: 0 1rem 3rem rgba(0, 15, 29, 0.175);
}
.goods-tile:hover .goods-tile__description {
  display: block;
}

.goods-row {
  display: grid;
  padding: 1rem 0;
}
.goods-row + .goods-row {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.goods-col-label {
  height: 1.125rem;
  line-height: 1.125rem;
  font-size: 0.75rem;
  color: #66696C;
}
.goods-col-value {
  display: inline-block;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.714em;
}
.goods-col--product {
  display: flex;
  align-items: flex-start;
}
.goods-col--product-img {
  flex: 0 0 auto;
  margin-right: 1rem;
}
.goods-col--product-name {
  flex: 1 1 auto;
}
.goods-col--price, .goods-col--amount, .goods-col--amount-sel, .goods-col--sum {
  text-align: center;
}
.goods-col--product {
  grid-area: product;
}
.goods-col--price {
  grid-area: price;
}
.goods-col--amount, .goods-col--amount-sel {
  grid-area: amount;
}
.goods-col--sum {
  grid-area: sum;
}
.goods-col--actions {
  grid-area: actions;
}
@media (max-width: 1231.98px) {
  .goods-row {
    grid-template-columns: 1fr 1fr 1fr auto;
    grid-row-gap: 0.5rem;
    grid-template-areas: "product product product actions" "price amount amount sum";
  }
  .goods-col--product-name {
    padding-top: 0.25rem;
  }
  .goods-col--price {
    text-align: left;
  }
  .goods-col--amount {
    text-align: center;
  }
  .goods-col--sum {
    text-align: right;
  }
}
@media (min-width: 1232px) {
  .goods-row {
    grid-template-columns: 1fr 6rem auto 6rem auto;
    grid-template-areas: "product price amount sum actions";
  }
  .goods-col-value {
    margin-top: 1.1875rem;
  }
  .goods-col-label + .goods-col-value {
    margin-top: 0;
  }
}

.supheader {
  padding: 0.625rem 0;
  background: #191C1F;
  color: #a0a3a6;
  font-weight: 500;
  line-height: 1.25rem;
  font-size: 0.75rem;
}
.supheader-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.supheader-title {
  line-height: inherit;
  font-size: 0.875rem;
  color: #D4D4D4;
  margin-bottom: 0;
}
.supheader-options, .supheader-hours {
  display: flex;
  align-items: center;
}
.supheader-options-item + .supheader-options-item, .supheader-options-item + .supheader-hours-item, .supheader-hours-item + .supheader-options-item, .supheader-hours-item + .supheader-hours-item {
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid #404346;
}
.supheader-options-item--active, .supheader-options-item--active > a, .supheader-hours-item--active, .supheader-hours-item--active > a {
  color: #fff !important;
}
.supheader-options-value, .supheader-hours-value {
  color: #D4D4D4;
  font-weight: 600;
}
.supheader-contacts {
  display: flex;
}
.supheader-contacts-item + .supheader-contacts-item {
  margin-left: 1rem;
}
.supheader-contact-phone {
  font-weight: 600;
}
.supheader a:not(.dropdown-link) {
  color: #D4D4D4;
}
.supheader a:not(.dropdown-link):hover, .supheader a:not(.dropdown-link):active, .supheader a:not(.dropdown-link):focus {
  color: #fff;
}
.supheader .dropdown-menu {
  margin-top: 0.75rem !important;
  border-top: 1px solid #25282B;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media (max-width: 511.98px) {
  .supheader-title {
    display: none;
  }
}
@media (max-width: 1231.98px) {
  .supheader-hours {
    display: none;
  }
  .supheader-contacts-item:not(.dropdown) {
    display: none;
  }
}
@media (min-width: 1232px) {
  .supheader-contacts a[data-bs-toggle=dropdown] {
    display: none;
  }
  .supheader-contacts .dropdown-menu {
    display: none;
  }
  .supheader-hours {
    justify-content: center;
  }
}

.navbar {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 1px 0 #E8E8E8;
}
@supports (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px)) {
  .navbar {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.72);
  }
}
.navbar.navbar--floating {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
}
.navbar.navbar--floating + .navbar-fake {
  position: relative;
}
.navbar-wrapper {
  position: relative;
  z-index: 1000;
}
.navbar-fake {
  position: absolute;
  z-index: 10;
  height: 4.625rem;
}
.navbar-loader {
  z-index: 1;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-xs,
.navbar .container-sm,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-md {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 3.75rem;
}
.navbar-brand {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  will-change: margin-left;
}
.navbar-search {
  display: flex;
  background-color: rgba(0, 15, 29, 0.04);
  border-radius: 50rem;
  overflow: hidden;
}
.navbar-search-type {
  flex: 0 1 auto;
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
  overflow: hidden;
}
.navbar-search-text {
  flex: 1 1 auto;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.navbar-search-text .form-control, .navbar-search-text .counter-input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.navbar-search .form-control, .navbar-search .counter-input, .navbar-search .form-select {
  background-color: transparent;
}
.navbar-search .input-inners, .navbar-search .counter {
  background-color: transparent;
}
.navbar-search .input-inners-inner.btn, .navbar-search .input-inners-inner.swal-button, .navbar-search .btn.counter-btn, .navbar-search .counter-btn.swal-button {
  background-color: transparent;
}
.navbar-search .input-inners-inner--divider-left {
  left: -2px !important;
}
.navbar .dropdown {
  z-index: 1100;
}
.navbar--transition-ready {
  transition: box-shadow 0.325s ease;
}
.navbar--transition-ready .navbar-brand {
  transition: opacity 0.325s ease, margin-left 0.325s ease;
}
.navbar--transition-ready .navtools {
  transition: opacity 0.325s ease, margin-right 0.325s ease;
}
@media (max-width: 511.98px) {
  .navbar.search-open .navbar-brand {
    margin-left: -3.5rem;
    opacity: 0;
  }
}
@media (max-width: 799.98px) {
  .navbar-search {
    flex: 0 1 auto;
    width: 3rem;
  }
  .navbar.search-open .navbar-brand {
    margin-left: -9.25rem;
    opacity: 0;
  }
  .navbar.search-open .navbar-search {
    width: 100%;
  }
  .navbar.search-open .navtools {
    margin-right: -10.5rem;
    opacity: 0;
  }
  .navbar:not(.search-open) .navbar-search {
    width: 3rem;
  }
  .navbar:not(.search-open) .navbar-search input, .navbar:not(.search-open) .navbar-search select {
    padding-right: 0 !important;
    padding-left: 0 !important;
    opacity: 0;
    width: 0;
  }
  .navbar--transition-ready .navbar-search {
    will-change: width;
    transition: width 0.325s ease;
  }
  .navbar--transition-ready .navbar-search input, .navbar--transition-ready .navbar-search select {
    will-change: width, padding-right, padding-left, opacity;
    transition: width 0.325s ease, padding-right 0.325s ease, padding-left 0.325s ease, opacity 0.325s ease !important;
  }
}
@media (min-width: 800px) {
  .navbar-search {
    flex: 1 1 auto;
    width: 100%;
  }
}
@media (max-width: 799.98px) {
  .navbar {
    position: relative;
  }
  .navbar .nav {
    position: absolute;
    z-index: 1000;
    top: 100%;
    right: 0;
    left: 0;
    display: block;
    background-color: #1f56f2;
    max-height: calc(100vh - 50px);
    overflow: auto;
  }
  .navbar .nav .nav-item .dropdown-menu {
    position: relative;
    width: 100%;
    margin-top: 0;
    background-color: #1f56f2;
    border-radius: 0;
    box-shadow: none;
  }
  .navbar .nav .nav-item .dropdown-menu .dropdown-item {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    display: flex;
    color: #fff;
    padding: 0.875rem 0.8125rem;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.714em;
  }
  .navbar .nav .nav-item .dropdown-menu .dropdown-item .fa-angle-right {
    display: inline;
    margin-left: auto;
  }
  .navbar .nav .nav-item .dropdown-menu .dropdown-item.active, .navbar .nav .nav-item .dropdown-menu .dropdown-item:active {
    background-color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
  }
  .navbar .nav .nav-item .dropdown-menu .dropdown-item-text + .dropdown-item-text {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navbar .nav .nav-item:not(.d-none) + .nav-item {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navbar .nav .nav-link {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0.875rem 0.8125rem;
    background-color: #1f56f2;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.714em;
  }
  .navbar .nav .nav-link .fa-angle-right {
    display: inline;
    margin-left: auto;
  }
  .navbar .nav .nav-item.active .nav-link,
  .navbar .nav .nav-item.show .nav-link,
  .navbar .nav .nav-link:hover,
  .navbar .nav .nav-link.active {
    background-color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
  }
  .navbar .nav .nav-item.active .nav-link .fa-angle-right,
  .navbar .nav .nav-item.show .nav-link .fa-angle-right {
    order: 1;
    margin-right: 0.8125rem;
    margin-left: 0 !important;
    transform: rotate(180deg) translateY(-0.125rem);
  }
  .navbar .nav .nav-item.active .nav-link span,
  .navbar .nav .nav-item.show .nav-link span {
    order: 2;
  }
  .navbar .nav.collapse:not(.show) {
    display: none;
  }
  .navbar .navbar-toggler {
    display: block;
  }
  .navbar .navbar-toggler[aria-expanded=true] {
    color: #1f56f2;
  }
  .navbar .navtools {
    padding-left: 0.5rem;
  }
  .navbar .navtools-item + .navbar .navtools-item {
    margin-left: 0.5rem;
  }
  .navbar-brand {
    margin-right: 0.5rem;
  }
}
@media (min-width: 800px) {
  .navbar .container,
  .navbar .container-fluid,
  .navbar .container-xs,
  .navbar .container-sm,
  .navbar .container-lg,
  .navbar .container-xl,
  .navbar .container-md {
    display: flex;
    align-items: center;
  }
  .navbar .nav {
    display: flex;
    align-self: stretch;
    align-items: stretch;
  }
  .navbar .nav .nav-item, .navbar .nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar .nav .nav-item {
    padding: 0;
  }
  .navbar .nav .nav-item:hover, .navbar .nav .nav-item.show {
    border-bottom-color: #1f56f2;
  }
  .navbar .nav .nav-item.active {
    border-bottom-color: #1f56f2;
  }
  .navbar .nav .nav-link {
    padding: 0.5rem 1rem;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-weight: 500;
    line-height: 1rem;
    border-radius: 1rem;
    background-color: #fff;
    color: #929292;
  }
  .navbar .nav .nav-link .fa-angle-right {
    display: none;
  }
  .navbar .nav .nav-item.active .nav-link,
  .navbar .nav .nav-item.show .nav-link,
  .navbar .nav .nav-link:hover,
  .navbar .nav .nav-link.active {
    background-color: #F8F8F8;
    color: #0A1F44;
  }
  .navbar .navbar-toggler {
    display: none;
  }
  .navbar-search {
    flex: 1 1 auto;
  }
  .navbar .navtools {
    padding-left: 1.25rem;
  }
  .navbar .navtools-item + .navbar .navtools-item {
    margin-left: 1.25rem;
  }
  .navbar-brand {
    margin-right: 1.25rem;
  }
  .navbar .dropdown-menu .dropdown-item {
    padding: 0.875rem 1rem;
  }
  .navbar .dropdown-menu .dropdown-item .fa-angle-right {
    display: none;
  }
  .navbar + .navbar-fake {
    height: 4.75rem;
  }
  .navbar--transition-ready .nav .nav-item {
    transition: border-bottom-color 0.15s ease;
  }
  .navbar--transition-ready .nav .nav-link {
    transition: all 0.15s ease;
  }
}

.navtools {
  display: flex;
  align-items: center;
}
.navtools-item-link {
  display: flex;
  align-items: center;
  color: #404346;
  will-change: color;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.navtools-item-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  line-height: 1.5;
  background-color: rgba(0, 15, 29, 0.04);
  color: #404346;
  border-radius: 50rem;
  will-change: background-color, color;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.navtools-item-icon .badge {
  position: absolute;
  top: -0.25rem;
  left: 2.125rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  color: #000F1D;
  box-shadow: 0 2px 6px 0 rgba(0, 15, 29, 0.24);
  font-weight: 500;
  font-size: 0.8125rem;
}
.navtools-item-text {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  font-weight: 500;
  color: #404346;
  font-size: 0.875rem;
  line-height: 1.714em;
}
.navtools-item-text__main {
  display: inline-block;
  min-width: 4.0625rem;
  max-width: 8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navtools-item-text__addon {
  position: absolute;
  top: 100%;
  font-size: 0.75rem;
  font-weight: 400;
  color: #66696C;
  line-height: 1;
}
.navtools-item + .navtools-item {
  margin-left: 1.25rem;
}
.navtools-item:hover {
  color: #25282B;
}
.navtools-item:hover .navtools-item-icon {
  background-color: rgba(0, 15, 29, 0.1);
  color: #404346;
}
.navtools-item:hover .navtools-item-text {
  color: #191C1F;
}
@media (max-width: 1231.98px) {
  .navtools-item-text {
    display: none;
  }
}
@media (max-width: 799.98px) {
  .navtools-item + .navtools-item {
    margin-left: 0.5rem;
  }
}

.navbar-loader {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  overflow: hidden;
}

.pace {
  pointer-events: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace-progress {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 2px;
  background: #1f56f2;
  z-index: 999;
}
.pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  opacity: 1;
  box-shadow: 0 0 10px #1f56f2, 0 0 5px #1f56f2;
  transform: rotate(-3deg) translate(0px, 3px);
}
.pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 32px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #1f56f2;
  border-left-color: #1f56f2;
  border-radius: 10px;
  animation: pace-spinner 400ms linear infinite;
}
@media (max-width: 799.98px) {
  .pace-activity {
    display: none;
  }
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
header {
  position: relative;
  z-index: 1030;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/font-awesome/fa-regular-400.eot");
  src: url("../fonts/font-awesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fa-regular-400.woff2") format("woff2"), url("../fonts/font-awesome/fa-regular-400.woff") format("woff"), url("../fonts/font-awesome/fa-regular-400.ttf") format("truetype"), url("../fonts/font-awesome/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/font-awesome/fa-solid-900.eot");
  src: url("../fonts/font-awesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fa-solid-900.woff2") format("woff2"), url("../fonts/font-awesome/fa-solid-900.woff") format("woff"), url("../fonts/font-awesome/fa-solid-900.ttf") format("truetype"), url("../fonts/font-awesome/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/font-awesome/fa-brands-400.eot");
  src: url("../fonts/font-awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fa-brands-400.woff2") format("woff2"), url("../fonts/font-awesome/fa-brands-400.woff") format("woff"), url("../fonts/font-awesome/fa-brands-400.ttf") format("truetype"), url("../fonts/font-awesome/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

@font-face {
  font-family: "CarParts";
  src: url("../fonts/CarPartsIconSet//CarParts.eot");
  src: url("../fonts/CarPartsIconSet//CarParts.eot?#iefix") format("embedded-opentype"), url("../fonts/CarPartsIconSet//CarParts.woff") format("woff"), url("../fonts/CarPartsIconSet//CarParts.ttf") format("truetype"), url("../fonts/CarPartsIconSet//CarParts.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "CarParts";
    src: url("../fonts/CarPartsIconSet//CarParts.svg#Flaticon") format("svg");
  }
}
.cp:before {
  display: inline-block;
  font-family: "CarParts";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.cp-29:before {
  content: "\f100";
}

.cp-28:before {
  content: "\f101";
}

.cp-27:before {
  content: "\f102";
}

.cp-26:before {
  content: "\f103";
}

.cp-25:before {
  content: "\f104";
}

.cp-24:before {
  content: "\f105";
}

.cp-23:before {
  content: "\f106";
}

.cp-22:before {
  content: "\f107";
}

.cp-21:before {
  content: "\f108";
}

.cp-20:before {
  content: "\f109";
}

.cp-19:before {
  content: "\f10a";
}

.cp-18:before {
  content: "\f10b";
}

.cp-17:before {
  content: "\f10c";
}

.cp-16:before {
  content: "\f10d";
}

.cp-15:before {
  content: "\f10e";
}

.cp-14:before {
  content: "\f10f";
}

.cp-13:before {
  content: "\f110";
}

.cp-12:before {
  content: "\f111";
}

.cp-11:before {
  content: "\f112";
}

.cp-10:before {
  content: "\f113";
}

.cp-9:before {
  content: "\f114";
}

.cp-8:before {
  content: "\f115";
}

.cp-7:before {
  content: "\f116";
}

.cp-6:before {
  content: "\f117";
}

.cp-5:before {
  content: "\f118";
}

.cp-4:before {
  content: "\f119";
}

.cp-3:before {
  content: "\f11a";
}

.cp-2:before {
  content: "\f11b";
}

.cp-1:before {
  content: "\f11c";
}

.cp-0:before {
  content: "\f11d";
}

.svg-icon {
  position: relative;
  display: inline-flex;
}
.svg-icon--original svg {
  max-height: 100%;
  width: auto;
}
.svg-icon:not(.svg-icon--original) {
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  color: inherit;
}
.svg-icon:not(.svg-icon--original) svg {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.svg-icon:not(.svg-icon--original) svg path[fill]:not([fill=none]), .svg-icon:not(.svg-icon--original) svg polygon[fill]:not([fill=none]), .svg-icon:not(.svg-icon--original) svg rect[fill]:not([fill=none]), .svg-icon:not(.svg-icon--original) svg circle[fill]:not([fill=none]) {
  fill: currentColor;
}
.svg-icon:not(.svg-icon--original).svg-icon--circle {
  background-color: currentColor;
  border-radius: 50%;
}
.svg-icon:not(.svg-icon--original).svg-icon--circle svg path[fill]:not([fill=none]), .svg-icon:not(.svg-icon--original).svg-icon--circle svg polygon[fill]:not([fill=none]), .svg-icon:not(.svg-icon--original).svg-icon--circle svg rect[fill]:not([fill=none]), .svg-icon:not(.svg-icon--original).svg-icon--circle svg circle[fill]:not([fill=none]) {
  fill: #fff;
}

/*.svg-icon:not(.svg-icon--original):before {
    content: 'XXX';
    font-family: monospace;
    margin-right: -.301em; // .3204em;
    visibility: hidden;
}*/
.dot {
  position: relative;
  display: inline-block;
  width: 0.375em;
  text-align: center;
}
.dot:before {
  content: "i";
  visibility: hidden;
}
.dot:after {
  content: "";
  position: absolute;
  top: 58%;
  left: 0;
  transform: translateY(-65%);
  display: inline-table;
  width: 0.375em;
  height: 0.375em;
  background: currentColor;
  border-radius: 50%;
}

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

ol.ol,
div.ol ol,
ol.ordered-list,
div.ordered-list ol {
  counter-reset: item-number;
  list-style-type: none;
}
ol.ol li, ol.ol-item,
div.ol ol li,
div.ol ol-item,
ol.ordered-list li,
ol.ordered-list-item,
div.ordered-list ol li,
div.ordered-list ol-item {
  counter-increment: item-number;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.375rem;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
}
ol.ol li:before, ol.ol-item:before,
div.ol ol li:before,
div.ol ol-item:before,
ol.ordered-list li:before,
ol.ordered-list-item:before,
div.ordered-list ol li:before,
div.ordered-list ol-item:before {
  content: counter(item-number) ".";
  position: absolute;
  left: 0;
  font-family: "Open Sans", Helvetica, "sans-serif";
  color: #0A1F44;
}
ol.ol li:last-of-type, ol.ol-item:last-of-type,
div.ol ol li:last-of-type,
div.ol ol-item:last-of-type,
ol.ordered-list li:last-of-type,
ol.ordered-list-item:last-of-type,
div.ordered-list ol li:last-of-type,
div.ordered-list ol-item:last-of-type {
  margin-bottom: 0;
}

ul.ul,
div.ul ul,
ul.unordered-list,
div.unordered-list ul {
  list-style-type: none;
}
ul.ul li, ul.ul-item,
div.ul ul li,
div.ul ul-item,
ul.unordered-list li,
ul.unordered-list-item,
div.unordered-list ul li,
div.unordered-list ul-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.375rem;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
}
ul.ul li:before, ul.ul-item:before,
div.ul ul li:before,
div.ul ul-item:before,
ul.unordered-list li:before,
ul.unordered-list-item:before,
div.unordered-list ul li:before,
div.unordered-list ul-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #0A1F44;
}
ul.ul li:last-of-type, ul.ul-item:last-of-type,
div.ul ul li:last-of-type,
div.ul ul-item:last-of-type,
ul.unordered-list li:last-of-type,
ul.unordered-list-item:last-of-type,
div.unordered-list ul li:last-of-type,
div.unordered-list ul-item:last-of-type {
  margin-bottom: 0;
}

.nested-list,
.nl {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
}
.nested-list-item,
.nl-item {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.nested-list-link,
.nl-link {
  position: relative;
  display: inline-block;
  padding: 0.1875rem 0 0.1875rem 1rem;
  font-size: inherit;
  line-height: inherit;
}
.nested-list-link.active, .nested-list-link-parent[aria-expanded=true],
.nl-link.active,
.nl-link-parent[aria-expanded=true] {
  font-weight: 600;
}
.nested-list-link-parent:before,
.nl-link-parent:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  transition: transform 0.2s ease;
}
.nested-list-link-parent[aria-expanded=true]:before,
.nl-link-parent[aria-expanded=true]:before {
  transform: rotate(90deg);
}
.nested-list-item__sublist,
.nl-item__sublist {
  position: relative;
}
.nested-list-item__sublist:before,
.nl-item__sublist:before {
  content: "";
  position: absolute;
  left: 0.1875rem;
  top: 0;
  bottom: 0.9375rem;
  border-left: 1px solid rgba(10, 31, 68, 0.2);
}
.nested-list-item__sublist .nested-list:before, .nested-list-item__sublist .nl-item:before,
.nl-item__sublist .nested-list:before,
.nl-item__sublist .nl-item:before {
  content: "";
  position: absolute;
  left: -0.75rem;
  top: 0.75rem;
  width: 1.25rem;
  border-top: 1px solid rgba(10, 31, 68, 0.2);
}
.nested-list-item__sublist .nested-list:last-child:before, .nested-list-item__sublist .nl-item:last-child:before,
.nl-item__sublist .nested-list:last-child:before,
.nl-item__sublist .nl-item:last-child:before {
  left: calc(-0.75rem - 1px);
  height: 100%;
  width: calc(1.25rem + 1px);
  border-left: 1px solid #fff;
}
.nested-list-item__sublist .nested-list, .nested-list-item__sublist .nl-item-parent:before,
.nl-item__sublist .nested-list,
.nl-item__sublist .nl-item-parent:before {
  display: none;
}
.nested-list-item__sublist .nested-list,
.nested-list-item__sublist .nl,
.nl-item__sublist .nested-list,
.nl-item__sublist .nl {
  padding: 0.25rem 0 0.25rem 1rem;
}

.orders-list-item + .orders-list-item {
  margin-top: 1rem;
}

.overview-images {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
.overview-images .preview {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  flex: 0 0 auto;
  padding-left: 0;
}
.overview-images .overview-image-wrapper {
  flex: 1 1 auto;
  margin-left: 5.5rem;
}
.overview-image-square {
  position: relative;
  position: relative;
  display: block;
  padding-bottom: 100%;
}
.overview-image-wrapper img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.overview-image-wrapper--disable-zoom:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.dot-flashing {
  position: relative;
  margin: 0.125rem 0.75em;
  opacity: 0.6;
}
.dot-flashing, .dot-flashing--left, .dot-flashing--center, .dot-flashing--right {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
}
.dot-flashing--left, .dot-flashing--center, .dot-flashing--right {
  background-color: currentColor;
  color: currentColor;
}
.dot-flashing--left, .dot-flashing--center, .dot-flashing--right {
  position: absolute;
  top: 0;
}
.dot-flashing--left {
  left: -0.75em;
  animation: dotFlashing 0.4s infinite alternate;
  animation-delay: 0s;
}
.dot-flashing--center {
  left: 0;
  animation: dotFlashing 0.4s infinite linear alternate;
  animation-delay: 0.2s;
}
.dot-flashing--right {
  left: 0.75em;
  animation: dotFlashing 0.4s infinite alternate;
  animation-delay: 0.4s;
}

@keyframes dotFlashing {
  0% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0.4;
  }
}
.spinner-ring {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-bottom: -0.125em;
  opacity: 0.6;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <path fill="currentColor" d="M478.71 364.58zm-22 6.11l-27.83-15.9a15.92 15.92 0 0 1-6.94-19.2A184 184 0 1 1 256 72c5.89 0 11.71.29 17.46.83-.74-.07-1.48-.15-2.23-.21-8.49-.69-15.23-7.31-15.23-15.83v-32a16 16 0 0 1 15.34-16C266.24 8.46 261.18 8 256 8 119 8 8 119 8 256s111 248 248 248c98 0 182.42-56.95 222.71-139.42-4.13 7.86-14.23 10.55-22 6.11z" opacity="0.4"></path> <path fill="currentColor" d="M271.23 72.62c-8.49-.69-15.23-7.31-15.23-15.83V24.73c0-9.11 7.67-16.78 16.77-16.17C401.92 17.18 504 124.67 504 256a246 246 0 0 1-25 108.24c-4 8.17-14.37 11-22.26 6.45l-27.84-15.9c-7.41-4.23-9.83-13.35-6.2-21.07A182.53 182.53 0 0 0 440 256c0-96.49-74.27-175.63-168.77-183.38z"></path> </svg>');
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <path fill="currentColor" d="M478.71 364.58zm-22 6.11l-27.83-15.9a15.92 15.92 0 0 1-6.94-19.2A184 184 0 1 1 256 72c5.89 0 11.71.29 17.46.83-.74-.07-1.48-.15-2.23-.21-8.49-.69-15.23-7.31-15.23-15.83v-32a16 16 0 0 1 15.34-16C266.24 8.46 261.18 8 256 8 119 8 8 119 8 256s111 248 248 248c98 0 182.42-56.95 222.71-139.42-4.13 7.86-14.23 10.55-22 6.11z" opacity="0.4"></path> <path fill="currentColor" d="M271.23 72.62c-8.49-.69-15.23-7.31-15.23-15.83V24.73c0-9.11 7.67-16.78 16.77-16.17C401.92 17.18 504 124.67 504 256a246 246 0 0 1-25 108.24c-4 8.17-14.37 11-22.26 6.45l-27.84-15.9c-7.41-4.23-9.83-13.35-6.2-21.07A182.53 182.53 0 0 0 440 256c0-96.49-74.27-175.63-168.77-183.38z"></path> </svg>');
  animation: spin 0.75s linear infinite;
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.article {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.badge-sm {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 1.125rem;
  padding: 0.1875rem 0.25rem;
  line-height: 0.75rem;
  font-size: 0.625rem;
  font-weight: 600;
  border-radius: 0.5625rem;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.box {
  border: 2px solid #F8F8F8;
  border-radius: 0.5rem;
  overflow: hidden;
}
.box-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.75rem 1rem;
}
.box-header-step {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin: 0.25rem 0.75rem 0.25rem 0;
  padding: 0;
  border-radius: 20%;
  background-color: #F8F8F8;
  color: #000F1D;
  font-weight: 600;
  font-size: 1rem;
}
.box--solid .box-header-step, .box--selected .box-header-step {
  background-color: #E8E8E8;
}
.box-header-tools {
  flex: 0 0 auto;
  display: flex;
}
.box-title {
  margin: 0.25rem auto 0.25rem 0;
}
.box-body {
  padding: 1rem 1rem;
}
.box .bt {
  border-top: 2px solid #F8F8F8;
}
.box .bb {
  border-bottom: 2px solid #F8F8F8;
}
.box--bordered .box-header {
  border-bottom: 2px solid #F8F8F8;
}
.box--bordered .box-footer {
  border-top: 2px solid #F8F8F8;
}
.box--solid, .box--selected {
  background-color: #F8F8F8;
}
.box--solid .bt, .box--selected .bt {
  border-top: 2px solid #E8E8E8;
}
.box--solid .bb, .box--selected .bb {
  border-bottom: 2px solid #E8E8E8;
}
.box--selected {
  background-color: rgba(31, 86, 242, 0.08);
  border-color: transparent;
}
.box--selected .bt, .box--selected .bb {
  border-color: rgba(31, 86, 242, 0.172);
}
.box--structure {
  border: none;
}
.box--structure .box-header {
  padding: 1.75rem 0;
}
.box--structure .box-body {
  padding: 0;
}

.breadcrumb, .breadcrumb-border, .breadcrumb-panel {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.breadcrumb-item {
  flex: 0 1 auto;
  max-width: 50%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb-item:before {
  color: #a0a3a6;
  font-weight: 400;
  margin: 0 0.325rem;
}
.breadcrumb-panel {
  padding: 0.75rem 1rem;
  border: 0 solid #F8F8F8;
  border-radius: 0.5rem;
  background-color: #F8F8F8;
}
.breadcrumb-border {
  padding: 0.75rem 1rem;
  border: 2px solid #F8F8F8;
  border-radius: 0.5rem;
}
.breadcrumb-mobile .breadcrumb-item:not(:nth-last-child(1)):not(:nth-last-child(2)) {
  display: none;
}
.breadcrumb-mobile .breadcrumb-item:nth-last-child(2):before {
  display: none;
}
.breadcrumb-mobile .breadcrumb-item:nth-last-child(2) a:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: inherit;
  margin: 0 0.5rem 0 0;
}
.breadcrumb-mobile-xxs-down .breadcrumb-item:not(:nth-last-child(1)):not(:nth-last-child(2)) {
  display: none;
}
.breadcrumb-mobile-xxs-down .breadcrumb-item:nth-last-child(2):before {
  display: none;
}
.breadcrumb-mobile-xxs-down .breadcrumb-item:nth-last-child(2) a:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: inherit;
  margin: 0 0.5rem 0 0;
}
@media (max-width: 319.98px) {
  .breadcrumb-mobile-xs-down .breadcrumb-item:not(:nth-last-child(1)):not(:nth-last-child(2)) {
    display: none;
  }
  .breadcrumb-mobile-xs-down .breadcrumb-item:nth-last-child(2):before {
    display: none;
  }
  .breadcrumb-mobile-xs-down .breadcrumb-item:nth-last-child(2) a:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: inherit;
    margin: 0 0.5rem 0 0;
  }
}
@media (max-width: 391.98px) {
  .breadcrumb-mobile-sm-down .breadcrumb-item:not(:nth-last-child(1)):not(:nth-last-child(2)) {
    display: none;
  }
  .breadcrumb-mobile-sm-down .breadcrumb-item:nth-last-child(2):before {
    display: none;
  }
  .breadcrumb-mobile-sm-down .breadcrumb-item:nth-last-child(2) a:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: inherit;
    margin: 0 0.5rem 0 0;
  }
}
@media (max-width: 511.98px) {
  .breadcrumb-mobile-md-down .breadcrumb-item:not(:nth-last-child(1)):not(:nth-last-child(2)) {
    display: none;
  }
  .breadcrumb-mobile-md-down .breadcrumb-item:nth-last-child(2):before {
    display: none;
  }
  .breadcrumb-mobile-md-down .breadcrumb-item:nth-last-child(2) a:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: inherit;
    margin: 0 0.5rem 0 0;
  }
}
@media (max-width: 799.98px) {
  .breadcrumb-mobile-lg-down .breadcrumb-item:not(:nth-last-child(1)):not(:nth-last-child(2)) {
    display: none;
  }
  .breadcrumb-mobile-lg-down .breadcrumb-item:nth-last-child(2):before {
    display: none;
  }
  .breadcrumb-mobile-lg-down .breadcrumb-item:nth-last-child(2) a:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: inherit;
    margin: 0 0.5rem 0 0;
  }
}
@media (max-width: 1231.98px) {
  .breadcrumb-mobile-xl-down .breadcrumb-item:not(:nth-last-child(1)):not(:nth-last-child(2)) {
    display: none;
  }
  .breadcrumb-mobile-xl-down .breadcrumb-item:nth-last-child(2):before {
    display: none;
  }
  .breadcrumb-mobile-xl-down .breadcrumb-item:nth-last-child(2) a:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: inherit;
    margin: 0 0.5rem 0 0;
  }
}

.btn.btn-light-primary, .btn-light-primary.swal-button {
  color: #1f56f2;
}
.btn.btn-light-primary i, .btn-light-primary.swal-button i {
  color: #1f56f2;
}
.btn.btn-light-primary.dropdown-toggle:after, .btn-light-primary.dropdown-toggle.swal-button:after {
  color: #1f56f2;
}
.btn.btn-light-primary, .btn-light-primary.swal-button {
  background-color: rgba(31, 86, 242, 0.08);
  border-color: transparent;
}
.btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn-light-primary.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-primary:focus:not(.btn-text), .btn-light-primary.swal-button:focus:not(.btn-text), .btn.btn-light-primary.focus:not(.btn-text), .btn-light-primary.focus.swal-button:not(.btn-text) {
  color: #1f56f2;
}
.btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn-light-primary.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-primary:focus:not(.btn-text) i, .btn-light-primary.swal-button:focus:not(.btn-text) i, .btn.btn-light-primary.focus:not(.btn-text) i, .btn-light-primary.focus.swal-button:not(.btn-text) i {
  color: #1f56f2;
}
.btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn-light-primary.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-primary:focus:not(.btn-text).dropdown-toggle:after, .btn-light-primary.swal-button:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-primary.focus:not(.btn-text).dropdown-toggle:after, .btn-light-primary.focus.swal-button:not(.btn-text).dropdown-toggle:after {
  color: #1f56f2;
}
.btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn-light-primary.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-primary:focus:not(.btn-text), .btn-light-primary.swal-button:focus:not(.btn-text), .btn.btn-light-primary.focus:not(.btn-text), .btn-light-primary.focus.swal-button:not(.btn-text) {
  background-color: rgba(31, 86, 242, 0.126);
  border-color: transparent;
}
.btn.btn-light-primary.disabled, .btn-light-primary.disabled.swal-button, .btn.btn-light-primary:disabled, .btn-light-primary.swal-button:disabled {
  color: #1f56f2;
}
.btn.btn-light-primary.disabled i, .btn-light-primary.disabled.swal-button i, .btn.btn-light-primary:disabled i, .btn-light-primary.swal-button:disabled i {
  color: #1f56f2;
}
.btn.btn-light-primary.disabled.dropdown-toggle:after, .btn-light-primary.disabled.dropdown-toggle.swal-button:after, .btn.btn-light-primary:disabled.dropdown-toggle:after, .btn-light-primary.swal-button:disabled.dropdown-toggle:after {
  color: #1f56f2;
}
.btn.btn-light-primary.disabled, .btn-light-primary.disabled.swal-button, .btn.btn-light-primary:disabled, .btn-light-primary.swal-button:disabled {
  background-color: rgba(31, 86, 242, 0.08);
  border-color: transparent;
}
.btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn-text), .btn-light-primary.swal-button:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-primary:not(:disabled):not(.disabled).active, .btn-light-primary.swal-button:not(:disabled):not(.disabled).active, .show > .btn.btn-light-primary.dropdown-toggle, .show > .btn-light-primary.dropdown-toggle.swal-button, .show .btn.btn-light-primary.btn-dropdown, .show .btn-light-primary.btn-dropdown.swal-button {
  color: #1f56f2;
}
.btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn-light-primary.swal-button:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-primary:not(:disabled):not(.disabled).active i, .btn-light-primary.swal-button:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-primary.dropdown-toggle i, .show > .btn-light-primary.dropdown-toggle.swal-button i, .show .btn.btn-light-primary.btn-dropdown i, .show .btn-light-primary.btn-dropdown.swal-button i {
  color: #1f56f2;
}
.btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn-light-primary.swal-button:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-primary:not(:disabled):not(.disabled).active.dropdown-toggle:after, .btn-light-primary.swal-button:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-primary.dropdown-toggle.dropdown-toggle:after, .show > .btn-light-primary.dropdown-toggle.dropdown-toggle.swal-button:after, .show .btn.btn-light-primary.btn-dropdown.dropdown-toggle:after, .show .btn-light-primary.btn-dropdown.dropdown-toggle.swal-button:after {
  color: #1f56f2;
}
.btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn-text), .btn-light-primary.swal-button:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-primary:not(:disabled):not(.disabled).active, .btn-light-primary.swal-button:not(:disabled):not(.disabled).active, .show > .btn.btn-light-primary.dropdown-toggle, .show > .btn-light-primary.dropdown-toggle.swal-button, .show .btn.btn-light-primary.btn-dropdown, .show .btn-light-primary.btn-dropdown.swal-button {
  background-color: rgba(31, 86, 242, 0.172);
  border-color: transparent;
}
.btn.btn-light-primary-hover, .btn-light-primary-hover.swal-button {
  color: #1f56f2;
}
.btn.btn-light-primary-hover i, .btn-light-primary-hover.swal-button i {
  color: #1f56f2;
}
.btn.btn-light-primary-hover.dropdown-toggle:after, .btn-light-primary-hover.dropdown-toggle.swal-button:after {
  color: #1f56f2;
}
.btn.btn-light-primary-hover, .btn-light-primary-hover.swal-button {
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-light-primary-hover:hover:not(.btn-text):not(:disabled):not(.disabled), .btn-light-primary-hover.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-primary-hover:focus:not(.btn-text), .btn-light-primary-hover.swal-button:focus:not(.btn-text), .btn.btn-light-primary-hover.focus:not(.btn-text), .btn-light-primary-hover.focus.swal-button:not(.btn-text) {
  color: #1f56f2;
}
.btn.btn-light-primary-hover:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn-light-primary-hover.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-primary-hover:focus:not(.btn-text) i, .btn-light-primary-hover.swal-button:focus:not(.btn-text) i, .btn.btn-light-primary-hover.focus:not(.btn-text) i, .btn-light-primary-hover.focus.swal-button:not(.btn-text) i {
  color: #1f56f2;
}
.btn.btn-light-primary-hover:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn-light-primary-hover.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-primary-hover:focus:not(.btn-text).dropdown-toggle:after, .btn-light-primary-hover.swal-button:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-primary-hover.focus:not(.btn-text).dropdown-toggle:after, .btn-light-primary-hover.focus.swal-button:not(.btn-text).dropdown-toggle:after {
  color: #1f56f2;
}
.btn.btn-light-primary-hover:hover:not(.btn-text):not(:disabled):not(.disabled), .btn-light-primary-hover.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-primary-hover:focus:not(.btn-text), .btn-light-primary-hover.swal-button:focus:not(.btn-text), .btn.btn-light-primary-hover.focus:not(.btn-text), .btn-light-primary-hover.focus.swal-button:not(.btn-text) {
  background-color: rgba(31, 86, 242, 0.08);
  border-color: transparent;
}
.btn.btn-light-primary-hover.disabled, .btn-light-primary-hover.disabled.swal-button, .btn.btn-light-primary-hover:disabled, .btn-light-primary-hover.swal-button:disabled {
  color: #1f56f2;
}
.btn.btn-light-primary-hover.disabled i, .btn-light-primary-hover.disabled.swal-button i, .btn.btn-light-primary-hover:disabled i, .btn-light-primary-hover.swal-button:disabled i {
  color: #1f56f2;
}
.btn.btn-light-primary-hover.disabled.dropdown-toggle:after, .btn-light-primary-hover.disabled.dropdown-toggle.swal-button:after, .btn.btn-light-primary-hover:disabled.dropdown-toggle:after, .btn-light-primary-hover.swal-button:disabled.dropdown-toggle:after {
  color: #1f56f2;
}
.btn.btn-light-primary-hover.disabled, .btn-light-primary-hover.disabled.swal-button, .btn.btn-light-primary-hover:disabled, .btn-light-primary-hover.swal-button:disabled {
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-light-primary-hover:not(:disabled):not(.disabled):active:not(.btn-text), .btn-light-primary-hover.swal-button:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-primary-hover:not(:disabled):not(.disabled).active, .btn-light-primary-hover.swal-button:not(:disabled):not(.disabled).active, .show > .btn.btn-light-primary-hover.dropdown-toggle, .show > .btn-light-primary-hover.dropdown-toggle.swal-button, .show .btn.btn-light-primary-hover.btn-dropdown, .show .btn-light-primary-hover.btn-dropdown.swal-button {
  color: #1f56f2;
}
.btn.btn-light-primary-hover:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn-light-primary-hover.swal-button:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-primary-hover:not(:disabled):not(.disabled).active i, .btn-light-primary-hover.swal-button:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-primary-hover.dropdown-toggle i, .show > .btn-light-primary-hover.dropdown-toggle.swal-button i, .show .btn.btn-light-primary-hover.btn-dropdown i, .show .btn-light-primary-hover.btn-dropdown.swal-button i {
  color: #1f56f2;
}
.btn.btn-light-primary-hover:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn-light-primary-hover.swal-button:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-primary-hover:not(:disabled):not(.disabled).active.dropdown-toggle:after, .btn-light-primary-hover.swal-button:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-primary-hover.dropdown-toggle.dropdown-toggle:after, .show > .btn-light-primary-hover.dropdown-toggle.dropdown-toggle.swal-button:after, .show .btn.btn-light-primary-hover.btn-dropdown.dropdown-toggle:after, .show .btn-light-primary-hover.btn-dropdown.dropdown-toggle.swal-button:after {
  color: #1f56f2;
}
.btn.btn-light-primary-hover:not(:disabled):not(.disabled):active:not(.btn-text), .btn-light-primary-hover.swal-button:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-primary-hover:not(:disabled):not(.disabled).active, .btn-light-primary-hover.swal-button:not(:disabled):not(.disabled).active, .show > .btn.btn-light-primary-hover.dropdown-toggle, .show > .btn-light-primary-hover.dropdown-toggle.swal-button, .show .btn.btn-light-primary-hover.btn-dropdown, .show .btn-light-primary-hover.btn-dropdown.swal-button {
  background-color: rgba(5.4336063539%, 28.4219409283%, 93.6252171755%, 0.08);
  border-color: rgba(5.4336063539%, 28.4219409283%, 93.6252171755%, 0.08);
}
.btn.btn-light-secondary, .btn-light-secondary.swal-button {
  color: black;
}
.btn.btn-light-secondary i, .btn-light-secondary.swal-button i {
  color: black;
}
.btn.btn-light-secondary.dropdown-toggle:after, .btn-light-secondary.dropdown-toggle.swal-button:after {
  color: black;
}
.btn.btn-light-secondary, .btn-light-secondary.swal-button {
  background-color: rgba(10, 31, 68, 0.16);
  border-color: transparent;
}
.btn.btn-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn-light-secondary.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-secondary:focus:not(.btn-text), .btn-light-secondary.swal-button:focus:not(.btn-text), .btn.btn-light-secondary.focus:not(.btn-text), .btn-light-secondary.focus.swal-button:not(.btn-text) {
  color: black;
}
.btn.btn-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn-light-secondary.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-secondary:focus:not(.btn-text) i, .btn-light-secondary.swal-button:focus:not(.btn-text) i, .btn.btn-light-secondary.focus:not(.btn-text) i, .btn-light-secondary.focus.swal-button:not(.btn-text) i {
  color: black;
}
.btn.btn-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn-light-secondary.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-secondary:focus:not(.btn-text).dropdown-toggle:after, .btn-light-secondary.swal-button:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-secondary.focus:not(.btn-text).dropdown-toggle:after, .btn-light-secondary.focus.swal-button:not(.btn-text).dropdown-toggle:after {
  color: black;
}
.btn.btn-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn-light-secondary.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-secondary:focus:not(.btn-text), .btn-light-secondary.swal-button:focus:not(.btn-text), .btn.btn-light-secondary.focus:not(.btn-text), .btn-light-secondary.focus.swal-button:not(.btn-text) {
  background-color: rgba(10, 31, 68, 0.202);
  border-color: transparent;
}
.btn.btn-light-secondary.disabled, .btn-light-secondary.disabled.swal-button, .btn.btn-light-secondary:disabled, .btn-light-secondary.swal-button:disabled {
  color: black;
}
.btn.btn-light-secondary.disabled i, .btn-light-secondary.disabled.swal-button i, .btn.btn-light-secondary:disabled i, .btn-light-secondary.swal-button:disabled i {
  color: black;
}
.btn.btn-light-secondary.disabled.dropdown-toggle:after, .btn-light-secondary.disabled.dropdown-toggle.swal-button:after, .btn.btn-light-secondary:disabled.dropdown-toggle:after, .btn-light-secondary.swal-button:disabled.dropdown-toggle:after {
  color: black;
}
.btn.btn-light-secondary.disabled, .btn-light-secondary.disabled.swal-button, .btn.btn-light-secondary:disabled, .btn-light-secondary.swal-button:disabled {
  background-color: rgba(10, 31, 68, 0.16);
  border-color: transparent;
}
.btn.btn-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text), .btn-light-secondary.swal-button:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-secondary:not(:disabled):not(.disabled).active, .btn-light-secondary.swal-button:not(:disabled):not(.disabled).active, .show > .btn.btn-light-secondary.dropdown-toggle, .show > .btn-light-secondary.dropdown-toggle.swal-button, .show .btn.btn-light-secondary.btn-dropdown, .show .btn-light-secondary.btn-dropdown.swal-button {
  color: black;
}
.btn.btn-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn-light-secondary.swal-button:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-secondary:not(:disabled):not(.disabled).active i, .btn-light-secondary.swal-button:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-secondary.dropdown-toggle i, .show > .btn-light-secondary.dropdown-toggle.swal-button i, .show .btn.btn-light-secondary.btn-dropdown i, .show .btn-light-secondary.btn-dropdown.swal-button i {
  color: black;
}
.btn.btn-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn-light-secondary.swal-button:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-secondary:not(:disabled):not(.disabled).active.dropdown-toggle:after, .btn-light-secondary.swal-button:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-secondary.dropdown-toggle.dropdown-toggle:after, .show > .btn-light-secondary.dropdown-toggle.dropdown-toggle.swal-button:after, .show .btn.btn-light-secondary.btn-dropdown.dropdown-toggle:after, .show .btn-light-secondary.btn-dropdown.dropdown-toggle.swal-button:after {
  color: black;
}
.btn.btn-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text), .btn-light-secondary.swal-button:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-secondary:not(:disabled):not(.disabled).active, .btn-light-secondary.swal-button:not(:disabled):not(.disabled).active, .show > .btn.btn-light-secondary.dropdown-toggle, .show > .btn-light-secondary.dropdown-toggle.swal-button, .show .btn.btn-light-secondary.btn-dropdown, .show .btn-light-secondary.btn-dropdown.swal-button {
  background-color: rgba(10, 31, 68, 0.244);
  border-color: transparent;
}
.btn.btn-light-secondary-hover, .btn-light-secondary-hover.swal-button {
  color: black;
}
.btn.btn-light-secondary-hover i, .btn-light-secondary-hover.swal-button i {
  color: black;
}
.btn.btn-light-secondary-hover.dropdown-toggle:after, .btn-light-secondary-hover.dropdown-toggle.swal-button:after {
  color: black;
}
.btn.btn-light-secondary-hover, .btn-light-secondary-hover.swal-button {
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-light-secondary-hover:hover:not(.btn-text):not(:disabled):not(.disabled), .btn-light-secondary-hover.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-secondary-hover:focus:not(.btn-text), .btn-light-secondary-hover.swal-button:focus:not(.btn-text), .btn.btn-light-secondary-hover.focus:not(.btn-text), .btn-light-secondary-hover.focus.swal-button:not(.btn-text) {
  color: black;
}
.btn.btn-light-secondary-hover:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn-light-secondary-hover.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-secondary-hover:focus:not(.btn-text) i, .btn-light-secondary-hover.swal-button:focus:not(.btn-text) i, .btn.btn-light-secondary-hover.focus:not(.btn-text) i, .btn-light-secondary-hover.focus.swal-button:not(.btn-text) i {
  color: black;
}
.btn.btn-light-secondary-hover:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn-light-secondary-hover.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-secondary-hover:focus:not(.btn-text).dropdown-toggle:after, .btn-light-secondary-hover.swal-button:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-secondary-hover.focus:not(.btn-text).dropdown-toggle:after, .btn-light-secondary-hover.focus.swal-button:not(.btn-text).dropdown-toggle:after {
  color: black;
}
.btn.btn-light-secondary-hover:hover:not(.btn-text):not(:disabled):not(.disabled), .btn-light-secondary-hover.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-secondary-hover:focus:not(.btn-text), .btn-light-secondary-hover.swal-button:focus:not(.btn-text), .btn.btn-light-secondary-hover.focus:not(.btn-text), .btn-light-secondary-hover.focus.swal-button:not(.btn-text) {
  background-color: rgba(10, 31, 68, 0.16);
  border-color: transparent;
}
.btn.btn-light-secondary-hover.disabled, .btn-light-secondary-hover.disabled.swal-button, .btn.btn-light-secondary-hover:disabled, .btn-light-secondary-hover.swal-button:disabled {
  color: black;
}
.btn.btn-light-secondary-hover.disabled i, .btn-light-secondary-hover.disabled.swal-button i, .btn.btn-light-secondary-hover:disabled i, .btn-light-secondary-hover.swal-button:disabled i {
  color: black;
}
.btn.btn-light-secondary-hover.disabled.dropdown-toggle:after, .btn-light-secondary-hover.disabled.dropdown-toggle.swal-button:after, .btn.btn-light-secondary-hover:disabled.dropdown-toggle:after, .btn-light-secondary-hover.swal-button:disabled.dropdown-toggle:after {
  color: black;
}
.btn.btn-light-secondary-hover.disabled, .btn-light-secondary-hover.disabled.swal-button, .btn.btn-light-secondary-hover:disabled, .btn-light-secondary-hover.swal-button:disabled {
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-light-secondary-hover:not(:disabled):not(.disabled):active:not(.btn-text), .btn-light-secondary-hover.swal-button:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-secondary-hover:not(:disabled):not(.disabled).active, .btn-light-secondary-hover.swal-button:not(:disabled):not(.disabled).active, .show > .btn.btn-light-secondary-hover.dropdown-toggle, .show > .btn-light-secondary-hover.dropdown-toggle.swal-button, .show .btn.btn-light-secondary-hover.btn-dropdown, .show .btn-light-secondary-hover.btn-dropdown.swal-button {
  color: black;
}
.btn.btn-light-secondary-hover:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn-light-secondary-hover.swal-button:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-secondary-hover:not(:disabled):not(.disabled).active i, .btn-light-secondary-hover.swal-button:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-secondary-hover.dropdown-toggle i, .show > .btn-light-secondary-hover.dropdown-toggle.swal-button i, .show .btn.btn-light-secondary-hover.btn-dropdown i, .show .btn-light-secondary-hover.btn-dropdown.swal-button i {
  color: black;
}
.btn.btn-light-secondary-hover:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn-light-secondary-hover.swal-button:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-secondary-hover:not(:disabled):not(.disabled).active.dropdown-toggle:after, .btn-light-secondary-hover.swal-button:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-secondary-hover.dropdown-toggle.dropdown-toggle:after, .show > .btn-light-secondary-hover.dropdown-toggle.dropdown-toggle.swal-button:after, .show .btn.btn-light-secondary-hover.btn-dropdown.dropdown-toggle:after, .show .btn-light-secondary-hover.btn-dropdown.dropdown-toggle.swal-button:after {
  color: black;
}
.btn.btn-light-secondary-hover:not(:disabled):not(.disabled):active:not(.btn-text), .btn-light-secondary-hover.swal-button:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-secondary-hover:not(:disabled):not(.disabled).active, .btn-light-secondary-hover.swal-button:not(:disabled):not(.disabled).active, .show > .btn.btn-light-secondary-hover.dropdown-toggle, .show > .btn-light-secondary-hover.dropdown-toggle.swal-button, .show .btn.btn-light-secondary-hover.btn-dropdown, .show .btn-light-secondary-hover.btn-dropdown.swal-button {
  background-color: rgba(2.8959276018%, 8.9773755656%, 19.6923076923%, 0.16);
  border-color: rgba(2.8959276018%, 8.9773755656%, 19.6923076923%, 0.16);
}
.btn.btn-light-success, .btn-light-success.swal-button {
  color: #4caf50;
}
.btn.btn-light-success i, .btn-light-success.swal-button i {
  color: #4caf50;
}
.btn.btn-light-success.dropdown-toggle:after, .btn-light-success.dropdown-toggle.swal-button:after {
  color: #4caf50;
}
.btn.btn-light-success, .btn-light-success.swal-button {
  background-color: rgba(76, 175, 80, 0.16);
  border-color: transparent;
}
.btn.btn-light-success:hover:not(.btn-text):not(:disabled):not(.disabled), .btn-light-success.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-success:focus:not(.btn-text), .btn-light-success.swal-button:focus:not(.btn-text), .btn.btn-light-success.focus:not(.btn-text), .btn-light-success.focus.swal-button:not(.btn-text) {
  color: #4caf50;
}
.btn.btn-light-success:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn-light-success.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-success:focus:not(.btn-text) i, .btn-light-success.swal-button:focus:not(.btn-text) i, .btn.btn-light-success.focus:not(.btn-text) i, .btn-light-success.focus.swal-button:not(.btn-text) i {
  color: #4caf50;
}
.btn.btn-light-success:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn-light-success.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-success:focus:not(.btn-text).dropdown-toggle:after, .btn-light-success.swal-button:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-success.focus:not(.btn-text).dropdown-toggle:after, .btn-light-success.focus.swal-button:not(.btn-text).dropdown-toggle:after {
  color: #4caf50;
}
.btn.btn-light-success:hover:not(.btn-text):not(:disabled):not(.disabled), .btn-light-success.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-success:focus:not(.btn-text), .btn-light-success.swal-button:focus:not(.btn-text), .btn.btn-light-success.focus:not(.btn-text), .btn-light-success.focus.swal-button:not(.btn-text) {
  background-color: rgba(76, 175, 80, 0.202);
  border-color: transparent;
}
.btn.btn-light-success.disabled, .btn-light-success.disabled.swal-button, .btn.btn-light-success:disabled, .btn-light-success.swal-button:disabled {
  color: #4caf50;
}
.btn.btn-light-success.disabled i, .btn-light-success.disabled.swal-button i, .btn.btn-light-success:disabled i, .btn-light-success.swal-button:disabled i {
  color: #4caf50;
}
.btn.btn-light-success.disabled.dropdown-toggle:after, .btn-light-success.disabled.dropdown-toggle.swal-button:after, .btn.btn-light-success:disabled.dropdown-toggle:after, .btn-light-success.swal-button:disabled.dropdown-toggle:after {
  color: #4caf50;
}
.btn.btn-light-success.disabled, .btn-light-success.disabled.swal-button, .btn.btn-light-success:disabled, .btn-light-success.swal-button:disabled {
  background-color: rgba(76, 175, 80, 0.16);
  border-color: transparent;
}
.btn.btn-light-success:not(:disabled):not(.disabled):active:not(.btn-text), .btn-light-success.swal-button:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-success:not(:disabled):not(.disabled).active, .btn-light-success.swal-button:not(:disabled):not(.disabled).active, .show > .btn.btn-light-success.dropdown-toggle, .show > .btn-light-success.dropdown-toggle.swal-button, .show .btn.btn-light-success.btn-dropdown, .show .btn-light-success.btn-dropdown.swal-button {
  color: #4caf50;
}
.btn.btn-light-success:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn-light-success.swal-button:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-success:not(:disabled):not(.disabled).active i, .btn-light-success.swal-button:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-success.dropdown-toggle i, .show > .btn-light-success.dropdown-toggle.swal-button i, .show .btn.btn-light-success.btn-dropdown i, .show .btn-light-success.btn-dropdown.swal-button i {
  color: #4caf50;
}
.btn.btn-light-success:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn-light-success.swal-button:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-success:not(:disabled):not(.disabled).active.dropdown-toggle:after, .btn-light-success.swal-button:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-success.dropdown-toggle.dropdown-toggle:after, .show > .btn-light-success.dropdown-toggle.dropdown-toggle.swal-button:after, .show .btn.btn-light-success.btn-dropdown.dropdown-toggle:after, .show .btn-light-success.btn-dropdown.dropdown-toggle.swal-button:after {
  color: #4caf50;
}
.btn.btn-light-success:not(:disabled):not(.disabled):active:not(.btn-text), .btn-light-success.swal-button:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-success:not(:disabled):not(.disabled).active, .btn-light-success.swal-button:not(:disabled):not(.disabled).active, .show > .btn.btn-light-success.dropdown-toggle, .show > .btn-light-success.dropdown-toggle.swal-button, .show .btn.btn-light-success.btn-dropdown, .show .btn-light-success.btn-dropdown.swal-button {
  background-color: rgba(76, 175, 80, 0.244);
  border-color: transparent;
}
.btn.btn-light-success-hover, .btn-light-success-hover.swal-button {
  color: #4caf50;
}
.btn.btn-light-success-hover i, .btn-light-success-hover.swal-button i {
  color: #4caf50;
}
.btn.btn-light-success-hover.dropdown-toggle:after, .btn-light-success-hover.dropdown-toggle.swal-button:after {
  color: #4caf50;
}
.btn.btn-light-success-hover, .btn-light-success-hover.swal-button {
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-light-success-hover:hover:not(.btn-text):not(:disabled):not(.disabled), .btn-light-success-hover.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-success-hover:focus:not(.btn-text), .btn-light-success-hover.swal-button:focus:not(.btn-text), .btn.btn-light-success-hover.focus:not(.btn-text), .btn-light-success-hover.focus.swal-button:not(.btn-text) {
  color: #4caf50;
}
.btn.btn-light-success-hover:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn-light-success-hover.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-success-hover:focus:not(.btn-text) i, .btn-light-success-hover.swal-button:focus:not(.btn-text) i, .btn.btn-light-success-hover.focus:not(.btn-text) i, .btn-light-success-hover.focus.swal-button:not(.btn-text) i {
  color: #4caf50;
}
.btn.btn-light-success-hover:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn-light-success-hover.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-success-hover:focus:not(.btn-text).dropdown-toggle:after, .btn-light-success-hover.swal-button:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-success-hover.focus:not(.btn-text).dropdown-toggle:after, .btn-light-success-hover.focus.swal-button:not(.btn-text).dropdown-toggle:after {
  color: #4caf50;
}
.btn.btn-light-success-hover:hover:not(.btn-text):not(:disabled):not(.disabled), .btn-light-success-hover.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-success-hover:focus:not(.btn-text), .btn-light-success-hover.swal-button:focus:not(.btn-text), .btn.btn-light-success-hover.focus:not(.btn-text), .btn-light-success-hover.focus.swal-button:not(.btn-text) {
  background-color: rgba(76, 175, 80, 0.16);
  border-color: transparent;
}
.btn.btn-light-success-hover.disabled, .btn-light-success-hover.disabled.swal-button, .btn.btn-light-success-hover:disabled, .btn-light-success-hover.swal-button:disabled {
  color: #4caf50;
}
.btn.btn-light-success-hover.disabled i, .btn-light-success-hover.disabled.swal-button i, .btn.btn-light-success-hover:disabled i, .btn-light-success-hover.swal-button:disabled i {
  color: #4caf50;
}
.btn.btn-light-success-hover.disabled.dropdown-toggle:after, .btn-light-success-hover.disabled.dropdown-toggle.swal-button:after, .btn.btn-light-success-hover:disabled.dropdown-toggle:after, .btn-light-success-hover.swal-button:disabled.dropdown-toggle:after {
  color: #4caf50;
}
.btn.btn-light-success-hover.disabled, .btn-light-success-hover.disabled.swal-button, .btn.btn-light-success-hover:disabled, .btn-light-success-hover.swal-button:disabled {
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-light-success-hover:not(:disabled):not(.disabled):active:not(.btn-text), .btn-light-success-hover.swal-button:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-success-hover:not(:disabled):not(.disabled).active, .btn-light-success-hover.swal-button:not(:disabled):not(.disabled).active, .show > .btn.btn-light-success-hover.dropdown-toggle, .show > .btn-light-success-hover.dropdown-toggle.swal-button, .show .btn.btn-light-success-hover.btn-dropdown, .show .btn-light-success-hover.btn-dropdown.swal-button {
  color: #4caf50;
}
.btn.btn-light-success-hover:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn-light-success-hover.swal-button:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-success-hover:not(:disabled):not(.disabled).active i, .btn-light-success-hover.swal-button:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-success-hover.dropdown-toggle i, .show > .btn-light-success-hover.dropdown-toggle.swal-button i, .show .btn.btn-light-success-hover.btn-dropdown i, .show .btn-light-success-hover.btn-dropdown.swal-button i {
  color: #4caf50;
}
.btn.btn-light-success-hover:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn-light-success-hover.swal-button:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-success-hover:not(:disabled):not(.disabled).active.dropdown-toggle:after, .btn-light-success-hover.swal-button:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-success-hover.dropdown-toggle.dropdown-toggle:after, .show > .btn-light-success-hover.dropdown-toggle.dropdown-toggle.swal-button:after, .show .btn.btn-light-success-hover.btn-dropdown.dropdown-toggle:after, .show .btn-light-success-hover.btn-dropdown.dropdown-toggle.swal-button:after {
  color: #4caf50;
}
.btn.btn-light-success-hover:not(:disabled):not(.disabled):active:not(.btn-text), .btn-light-success-hover.swal-button:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-success-hover:not(:disabled):not(.disabled).active, .btn-light-success-hover.swal-button:not(:disabled):not(.disabled).active, .show > .btn.btn-light-success-hover.dropdown-toggle, .show > .btn-light-success-hover.dropdown-toggle.swal-button, .show .btn.btn-light-success-hover.btn-dropdown, .show .btn-light-success-hover.btn-dropdown.swal-button {
  background-color: rgba(27.3816108117%, 63.0497617374%, 28.8227482228%, 0.16);
  border-color: rgba(27.3816108117%, 63.0497617374%, 28.8227482228%, 0.16);
}
.btn.btn-light-info, .btn-light-info.swal-button {
  color: #1f56f2;
}
.btn.btn-light-info i, .btn-light-info.swal-button i {
  color: #1f56f2;
}
.btn.btn-light-info.dropdown-toggle:after, .btn-light-info.dropdown-toggle.swal-button:after {
  color: #1f56f2;
}
.btn.btn-light-info, .btn-light-info.swal-button {
  background-color: rgba(31, 86, 242, 0.08);
  border-color: transparent;
}
.btn.btn-light-info:hover:not(.btn-text):not(:disabled):not(.disabled), .btn-light-info.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-info:focus:not(.btn-text), .btn-light-info.swal-button:focus:not(.btn-text), .btn.btn-light-info.focus:not(.btn-text), .btn-light-info.focus.swal-button:not(.btn-text) {
  color: #1f56f2;
}
.btn.btn-light-info:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn-light-info.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-info:focus:not(.btn-text) i, .btn-light-info.swal-button:focus:not(.btn-text) i, .btn.btn-light-info.focus:not(.btn-text) i, .btn-light-info.focus.swal-button:not(.btn-text) i {
  color: #1f56f2;
}
.btn.btn-light-info:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn-light-info.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-info:focus:not(.btn-text).dropdown-toggle:after, .btn-light-info.swal-button:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-info.focus:not(.btn-text).dropdown-toggle:after, .btn-light-info.focus.swal-button:not(.btn-text).dropdown-toggle:after {
  color: #1f56f2;
}
.btn.btn-light-info:hover:not(.btn-text):not(:disabled):not(.disabled), .btn-light-info.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-info:focus:not(.btn-text), .btn-light-info.swal-button:focus:not(.btn-text), .btn.btn-light-info.focus:not(.btn-text), .btn-light-info.focus.swal-button:not(.btn-text) {
  background-color: rgba(31, 86, 242, 0.126);
  border-color: transparent;
}
.btn.btn-light-info.disabled, .btn-light-info.disabled.swal-button, .btn.btn-light-info:disabled, .btn-light-info.swal-button:disabled {
  color: #1f56f2;
}
.btn.btn-light-info.disabled i, .btn-light-info.disabled.swal-button i, .btn.btn-light-info:disabled i, .btn-light-info.swal-button:disabled i {
  color: #1f56f2;
}
.btn.btn-light-info.disabled.dropdown-toggle:after, .btn-light-info.disabled.dropdown-toggle.swal-button:after, .btn.btn-light-info:disabled.dropdown-toggle:after, .btn-light-info.swal-button:disabled.dropdown-toggle:after {
  color: #1f56f2;
}
.btn.btn-light-info.disabled, .btn-light-info.disabled.swal-button, .btn.btn-light-info:disabled, .btn-light-info.swal-button:disabled {
  background-color: rgba(31, 86, 242, 0.08);
  border-color: transparent;
}
.btn.btn-light-info:not(:disabled):not(.disabled):active:not(.btn-text), .btn-light-info.swal-button:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-info:not(:disabled):not(.disabled).active, .btn-light-info.swal-button:not(:disabled):not(.disabled).active, .show > .btn.btn-light-info.dropdown-toggle, .show > .btn-light-info.dropdown-toggle.swal-button, .show .btn.btn-light-info.btn-dropdown, .show .btn-light-info.btn-dropdown.swal-button {
  color: #1f56f2;
}
.btn.btn-light-info:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn-light-info.swal-button:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-info:not(:disabled):not(.disabled).active i, .btn-light-info.swal-button:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-info.dropdown-toggle i, .show > .btn-light-info.dropdown-toggle.swal-button i, .show .btn.btn-light-info.btn-dropdown i, .show .btn-light-info.btn-dropdown.swal-button i {
  color: #1f56f2;
}
.btn.btn-light-info:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn-light-info.swal-button:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-info:not(:disabled):not(.disabled).active.dropdown-toggle:after, .btn-light-info.swal-button:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-info.dropdown-toggle.dropdown-toggle:after, .show > .btn-light-info.dropdown-toggle.dropdown-toggle.swal-button:after, .show .btn.btn-light-info.btn-dropdown.dropdown-toggle:after, .show .btn-light-info.btn-dropdown.dropdown-toggle.swal-button:after {
  color: #1f56f2;
}
.btn.btn-light-info:not(:disabled):not(.disabled):active:not(.btn-text), .btn-light-info.swal-button:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-info:not(:disabled):not(.disabled).active, .btn-light-info.swal-button:not(:disabled):not(.disabled).active, .show > .btn.btn-light-info.dropdown-toggle, .show > .btn-light-info.dropdown-toggle.swal-button, .show .btn.btn-light-info.btn-dropdown, .show .btn-light-info.btn-dropdown.swal-button {
  background-color: rgba(31, 86, 242, 0.172);
  border-color: transparent;
}
.btn.btn-light-info-hover, .btn-light-info-hover.swal-button {
  color: #1f56f2;
}
.btn.btn-light-info-hover i, .btn-light-info-hover.swal-button i {
  color: #1f56f2;
}
.btn.btn-light-info-hover.dropdown-toggle:after, .btn-light-info-hover.dropdown-toggle.swal-button:after {
  color: #1f56f2;
}
.btn.btn-light-info-hover, .btn-light-info-hover.swal-button {
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-light-info-hover:hover:not(.btn-text):not(:disabled):not(.disabled), .btn-light-info-hover.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-info-hover:focus:not(.btn-text), .btn-light-info-hover.swal-button:focus:not(.btn-text), .btn.btn-light-info-hover.focus:not(.btn-text), .btn-light-info-hover.focus.swal-button:not(.btn-text) {
  color: #1f56f2;
}
.btn.btn-light-info-hover:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn-light-info-hover.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-info-hover:focus:not(.btn-text) i, .btn-light-info-hover.swal-button:focus:not(.btn-text) i, .btn.btn-light-info-hover.focus:not(.btn-text) i, .btn-light-info-hover.focus.swal-button:not(.btn-text) i {
  color: #1f56f2;
}
.btn.btn-light-info-hover:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn-light-info-hover.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-info-hover:focus:not(.btn-text).dropdown-toggle:after, .btn-light-info-hover.swal-button:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-info-hover.focus:not(.btn-text).dropdown-toggle:after, .btn-light-info-hover.focus.swal-button:not(.btn-text).dropdown-toggle:after {
  color: #1f56f2;
}
.btn.btn-light-info-hover:hover:not(.btn-text):not(:disabled):not(.disabled), .btn-light-info-hover.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-info-hover:focus:not(.btn-text), .btn-light-info-hover.swal-button:focus:not(.btn-text), .btn.btn-light-info-hover.focus:not(.btn-text), .btn-light-info-hover.focus.swal-button:not(.btn-text) {
  background-color: rgba(31, 86, 242, 0.08);
  border-color: transparent;
}
.btn.btn-light-info-hover.disabled, .btn-light-info-hover.disabled.swal-button, .btn.btn-light-info-hover:disabled, .btn-light-info-hover.swal-button:disabled {
  color: #1f56f2;
}
.btn.btn-light-info-hover.disabled i, .btn-light-info-hover.disabled.swal-button i, .btn.btn-light-info-hover:disabled i, .btn-light-info-hover.swal-button:disabled i {
  color: #1f56f2;
}
.btn.btn-light-info-hover.disabled.dropdown-toggle:after, .btn-light-info-hover.disabled.dropdown-toggle.swal-button:after, .btn.btn-light-info-hover:disabled.dropdown-toggle:after, .btn-light-info-hover.swal-button:disabled.dropdown-toggle:after {
  color: #1f56f2;
}
.btn.btn-light-info-hover.disabled, .btn-light-info-hover.disabled.swal-button, .btn.btn-light-info-hover:disabled, .btn-light-info-hover.swal-button:disabled {
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-light-info-hover:not(:disabled):not(.disabled):active:not(.btn-text), .btn-light-info-hover.swal-button:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-info-hover:not(:disabled):not(.disabled).active, .btn-light-info-hover.swal-button:not(:disabled):not(.disabled).active, .show > .btn.btn-light-info-hover.dropdown-toggle, .show > .btn-light-info-hover.dropdown-toggle.swal-button, .show .btn.btn-light-info-hover.btn-dropdown, .show .btn-light-info-hover.btn-dropdown.swal-button {
  color: #1f56f2;
}
.btn.btn-light-info-hover:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn-light-info-hover.swal-button:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-info-hover:not(:disabled):not(.disabled).active i, .btn-light-info-hover.swal-button:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-info-hover.dropdown-toggle i, .show > .btn-light-info-hover.dropdown-toggle.swal-button i, .show .btn.btn-light-info-hover.btn-dropdown i, .show .btn-light-info-hover.btn-dropdown.swal-button i {
  color: #1f56f2;
}
.btn.btn-light-info-hover:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn-light-info-hover.swal-button:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-info-hover:not(:disabled):not(.disabled).active.dropdown-toggle:after, .btn-light-info-hover.swal-button:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-info-hover.dropdown-toggle.dropdown-toggle:after, .show > .btn-light-info-hover.dropdown-toggle.dropdown-toggle.swal-button:after, .show .btn.btn-light-info-hover.btn-dropdown.dropdown-toggle:after, .show .btn-light-info-hover.btn-dropdown.dropdown-toggle.swal-button:after {
  color: #1f56f2;
}
.btn.btn-light-info-hover:not(:disabled):not(.disabled):active:not(.btn-text), .btn-light-info-hover.swal-button:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-info-hover:not(:disabled):not(.disabled).active, .btn-light-info-hover.swal-button:not(:disabled):not(.disabled).active, .show > .btn.btn-light-info-hover.dropdown-toggle, .show > .btn-light-info-hover.dropdown-toggle.swal-button, .show .btn.btn-light-info-hover.btn-dropdown, .show .btn-light-info-hover.btn-dropdown.swal-button {
  background-color: rgba(5.4336063539%, 28.4219409283%, 93.6252171755%, 0.08);
  border-color: rgba(5.4336063539%, 28.4219409283%, 93.6252171755%, 0.08);
}
.btn.btn-light-warning, .btn-light-warning.swal-button {
  color: #fd7e14;
}
.btn.btn-light-warning i, .btn-light-warning.swal-button i {
  color: #fd7e14;
}
.btn.btn-light-warning.dropdown-toggle:after, .btn-light-warning.dropdown-toggle.swal-button:after {
  color: #fd7e14;
}
.btn.btn-light-warning, .btn-light-warning.swal-button {
  background-color: rgba(253, 126, 20, 0.16);
  border-color: transparent;
}
.btn.btn-light-warning:hover:not(.btn-text):not(:disabled):not(.disabled), .btn-light-warning.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-warning:focus:not(.btn-text), .btn-light-warning.swal-button:focus:not(.btn-text), .btn.btn-light-warning.focus:not(.btn-text), .btn-light-warning.focus.swal-button:not(.btn-text) {
  color: #fd7e14;
}
.btn.btn-light-warning:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn-light-warning.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-warning:focus:not(.btn-text) i, .btn-light-warning.swal-button:focus:not(.btn-text) i, .btn.btn-light-warning.focus:not(.btn-text) i, .btn-light-warning.focus.swal-button:not(.btn-text) i {
  color: #fd7e14;
}
.btn.btn-light-warning:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn-light-warning.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-warning:focus:not(.btn-text).dropdown-toggle:after, .btn-light-warning.swal-button:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-warning.focus:not(.btn-text).dropdown-toggle:after, .btn-light-warning.focus.swal-button:not(.btn-text).dropdown-toggle:after {
  color: #fd7e14;
}
.btn.btn-light-warning:hover:not(.btn-text):not(:disabled):not(.disabled), .btn-light-warning.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-warning:focus:not(.btn-text), .btn-light-warning.swal-button:focus:not(.btn-text), .btn.btn-light-warning.focus:not(.btn-text), .btn-light-warning.focus.swal-button:not(.btn-text) {
  background-color: rgba(253, 126, 20, 0.202);
  border-color: transparent;
}
.btn.btn-light-warning.disabled, .btn-light-warning.disabled.swal-button, .btn.btn-light-warning:disabled, .btn-light-warning.swal-button:disabled {
  color: #fd7e14;
}
.btn.btn-light-warning.disabled i, .btn-light-warning.disabled.swal-button i, .btn.btn-light-warning:disabled i, .btn-light-warning.swal-button:disabled i {
  color: #fd7e14;
}
.btn.btn-light-warning.disabled.dropdown-toggle:after, .btn-light-warning.disabled.dropdown-toggle.swal-button:after, .btn.btn-light-warning:disabled.dropdown-toggle:after, .btn-light-warning.swal-button:disabled.dropdown-toggle:after {
  color: #fd7e14;
}
.btn.btn-light-warning.disabled, .btn-light-warning.disabled.swal-button, .btn.btn-light-warning:disabled, .btn-light-warning.swal-button:disabled {
  background-color: rgba(253, 126, 20, 0.16);
  border-color: transparent;
}
.btn.btn-light-warning:not(:disabled):not(.disabled):active:not(.btn-text), .btn-light-warning.swal-button:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-warning:not(:disabled):not(.disabled).active, .btn-light-warning.swal-button:not(:disabled):not(.disabled).active, .show > .btn.btn-light-warning.dropdown-toggle, .show > .btn-light-warning.dropdown-toggle.swal-button, .show .btn.btn-light-warning.btn-dropdown, .show .btn-light-warning.btn-dropdown.swal-button {
  color: #fd7e14;
}
.btn.btn-light-warning:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn-light-warning.swal-button:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-warning:not(:disabled):not(.disabled).active i, .btn-light-warning.swal-button:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-warning.dropdown-toggle i, .show > .btn-light-warning.dropdown-toggle.swal-button i, .show .btn.btn-light-warning.btn-dropdown i, .show .btn-light-warning.btn-dropdown.swal-button i {
  color: #fd7e14;
}
.btn.btn-light-warning:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn-light-warning.swal-button:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-warning:not(:disabled):not(.disabled).active.dropdown-toggle:after, .btn-light-warning.swal-button:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-warning.dropdown-toggle.dropdown-toggle:after, .show > .btn-light-warning.dropdown-toggle.dropdown-toggle.swal-button:after, .show .btn.btn-light-warning.btn-dropdown.dropdown-toggle:after, .show .btn-light-warning.btn-dropdown.dropdown-toggle.swal-button:after {
  color: #fd7e14;
}
.btn.btn-light-warning:not(:disabled):not(.disabled):active:not(.btn-text), .btn-light-warning.swal-button:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-warning:not(:disabled):not(.disabled).active, .btn-light-warning.swal-button:not(:disabled):not(.disabled).active, .show > .btn.btn-light-warning.dropdown-toggle, .show > .btn-light-warning.dropdown-toggle.swal-button, .show .btn.btn-light-warning.btn-dropdown, .show .btn-light-warning.btn-dropdown.swal-button {
  background-color: rgba(253, 126, 20, 0.244);
  border-color: transparent;
}
.btn.btn-light-warning-hover, .btn-light-warning-hover.swal-button {
  color: #fd7e14;
}
.btn.btn-light-warning-hover i, .btn-light-warning-hover.swal-button i {
  color: #fd7e14;
}
.btn.btn-light-warning-hover.dropdown-toggle:after, .btn-light-warning-hover.dropdown-toggle.swal-button:after {
  color: #fd7e14;
}
.btn.btn-light-warning-hover, .btn-light-warning-hover.swal-button {
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-light-warning-hover:hover:not(.btn-text):not(:disabled):not(.disabled), .btn-light-warning-hover.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-warning-hover:focus:not(.btn-text), .btn-light-warning-hover.swal-button:focus:not(.btn-text), .btn.btn-light-warning-hover.focus:not(.btn-text), .btn-light-warning-hover.focus.swal-button:not(.btn-text) {
  color: #fd7e14;
}
.btn.btn-light-warning-hover:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn-light-warning-hover.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-warning-hover:focus:not(.btn-text) i, .btn-light-warning-hover.swal-button:focus:not(.btn-text) i, .btn.btn-light-warning-hover.focus:not(.btn-text) i, .btn-light-warning-hover.focus.swal-button:not(.btn-text) i {
  color: #fd7e14;
}
.btn.btn-light-warning-hover:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn-light-warning-hover.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-warning-hover:focus:not(.btn-text).dropdown-toggle:after, .btn-light-warning-hover.swal-button:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-warning-hover.focus:not(.btn-text).dropdown-toggle:after, .btn-light-warning-hover.focus.swal-button:not(.btn-text).dropdown-toggle:after {
  color: #fd7e14;
}
.btn.btn-light-warning-hover:hover:not(.btn-text):not(:disabled):not(.disabled), .btn-light-warning-hover.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-warning-hover:focus:not(.btn-text), .btn-light-warning-hover.swal-button:focus:not(.btn-text), .btn.btn-light-warning-hover.focus:not(.btn-text), .btn-light-warning-hover.focus.swal-button:not(.btn-text) {
  background-color: rgba(253, 126, 20, 0.16);
  border-color: transparent;
}
.btn.btn-light-warning-hover.disabled, .btn-light-warning-hover.disabled.swal-button, .btn.btn-light-warning-hover:disabled, .btn-light-warning-hover.swal-button:disabled {
  color: #fd7e14;
}
.btn.btn-light-warning-hover.disabled i, .btn-light-warning-hover.disabled.swal-button i, .btn.btn-light-warning-hover:disabled i, .btn-light-warning-hover.swal-button:disabled i {
  color: #fd7e14;
}
.btn.btn-light-warning-hover.disabled.dropdown-toggle:after, .btn-light-warning-hover.disabled.dropdown-toggle.swal-button:after, .btn.btn-light-warning-hover:disabled.dropdown-toggle:after, .btn-light-warning-hover.swal-button:disabled.dropdown-toggle:after {
  color: #fd7e14;
}
.btn.btn-light-warning-hover.disabled, .btn-light-warning-hover.disabled.swal-button, .btn.btn-light-warning-hover:disabled, .btn-light-warning-hover.swal-button:disabled {
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-light-warning-hover:not(:disabled):not(.disabled):active:not(.btn-text), .btn-light-warning-hover.swal-button:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-warning-hover:not(:disabled):not(.disabled).active, .btn-light-warning-hover.swal-button:not(:disabled):not(.disabled).active, .show > .btn.btn-light-warning-hover.dropdown-toggle, .show > .btn-light-warning-hover.dropdown-toggle.swal-button, .show .btn.btn-light-warning-hover.btn-dropdown, .show .btn-light-warning-hover.btn-dropdown.swal-button {
  color: #fd7e14;
}
.btn.btn-light-warning-hover:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn-light-warning-hover.swal-button:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-warning-hover:not(:disabled):not(.disabled).active i, .btn-light-warning-hover.swal-button:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-warning-hover.dropdown-toggle i, .show > .btn-light-warning-hover.dropdown-toggle.swal-button i, .show .btn.btn-light-warning-hover.btn-dropdown i, .show .btn-light-warning-hover.btn-dropdown.swal-button i {
  color: #fd7e14;
}
.btn.btn-light-warning-hover:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn-light-warning-hover.swal-button:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-warning-hover:not(:disabled):not(.disabled).active.dropdown-toggle:after, .btn-light-warning-hover.swal-button:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-warning-hover.dropdown-toggle.dropdown-toggle:after, .show > .btn-light-warning-hover.dropdown-toggle.dropdown-toggle.swal-button:after, .show .btn.btn-light-warning-hover.btn-dropdown.dropdown-toggle:after, .show .btn-light-warning-hover.btn-dropdown.dropdown-toggle.swal-button:after {
  color: #fd7e14;
}
.btn.btn-light-warning-hover:not(:disabled):not(.disabled):active:not(.btn-text), .btn-light-warning-hover.swal-button:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-warning-hover:not(:disabled):not(.disabled).active, .btn-light-warning-hover.swal-button:not(:disabled):not(.disabled).active, .show > .btn.btn-light-warning-hover.dropdown-toggle, .show > .btn-light-warning-hover.dropdown-toggle.swal-button, .show .btn.btn-light-warning-hover.btn-dropdown, .show .btn-light-warning-hover.btn-dropdown.swal-button {
  background-color: rgba(98.2228840903%, 45.1407297096%, 0.8359394391%, 0.16);
  border-color: rgba(98.2228840903%, 45.1407297096%, 0.8359394391%, 0.16);
}
.btn.btn-light-danger, .btn.swal-button--danger, .btn-light-danger.swal-button, .swal-button.swal-button--danger {
  color: #FF3625;
}
.btn.btn-light-danger i, .btn.swal-button--danger i, .btn-light-danger.swal-button i, .swal-button.swal-button--danger i {
  color: #FF3625;
}
.btn.btn-light-danger.dropdown-toggle:after, .btn.dropdown-toggle.swal-button--danger:after, .btn-light-danger.dropdown-toggle.swal-button:after, .dropdown-toggle.swal-button.swal-button--danger:after {
  color: #FF3625;
}
.btn.btn-light-danger, .btn.swal-button--danger, .btn-light-danger.swal-button, .swal-button.swal-button--danger {
  background-color: rgba(255, 54, 37, 0.16);
  border-color: transparent;
}
.btn.btn-light-danger:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.swal-button--danger:hover:not(.btn-text):not(:disabled):not(.disabled), .btn-light-danger.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled), .swal-button.swal-button--danger:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-danger:focus:not(.btn-text), .btn.swal-button--danger:focus:not(.btn-text), .btn-light-danger.swal-button:focus:not(.btn-text), .swal-button.swal-button--danger:focus:not(.btn-text), .btn.btn-light-danger.focus:not(.btn-text), .btn.focus.swal-button--danger:not(.btn-text), .btn-light-danger.focus.swal-button:not(.btn-text), .focus.swal-button.swal-button--danger:not(.btn-text) {
  color: #FF3625;
}
.btn.btn-light-danger:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.swal-button--danger:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn-light-danger.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled) i, .swal-button.swal-button--danger:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-danger:focus:not(.btn-text) i, .btn.swal-button--danger:focus:not(.btn-text) i, .btn-light-danger.swal-button:focus:not(.btn-text) i, .swal-button.swal-button--danger:focus:not(.btn-text) i, .btn.btn-light-danger.focus:not(.btn-text) i, .btn.focus.swal-button--danger:not(.btn-text) i, .btn-light-danger.focus.swal-button:not(.btn-text) i, .focus.swal-button.swal-button--danger:not(.btn-text) i {
  color: #FF3625;
}
.btn.btn-light-danger:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.swal-button--danger:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn-light-danger.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .swal-button.swal-button--danger:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-danger:focus:not(.btn-text).dropdown-toggle:after, .btn.swal-button--danger:focus:not(.btn-text).dropdown-toggle:after, .btn-light-danger.swal-button:focus:not(.btn-text).dropdown-toggle:after, .swal-button.swal-button--danger:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-danger.focus:not(.btn-text).dropdown-toggle:after, .btn.focus.swal-button--danger:not(.btn-text).dropdown-toggle:after, .btn-light-danger.focus.swal-button:not(.btn-text).dropdown-toggle:after, .focus.swal-button.swal-button--danger:not(.btn-text).dropdown-toggle:after {
  color: #FF3625;
}
.btn.btn-light-danger:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.swal-button--danger:hover:not(.btn-text):not(:disabled):not(.disabled), .btn-light-danger.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled), .swal-button.swal-button--danger:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-danger:focus:not(.btn-text), .btn.swal-button--danger:focus:not(.btn-text), .btn-light-danger.swal-button:focus:not(.btn-text), .swal-button.swal-button--danger:focus:not(.btn-text), .btn.btn-light-danger.focus:not(.btn-text), .btn.focus.swal-button--danger:not(.btn-text), .btn-light-danger.focus.swal-button:not(.btn-text), .focus.swal-button.swal-button--danger:not(.btn-text) {
  background-color: rgba(255, 54, 37, 0.202);
  border-color: transparent;
}
.btn.btn-light-danger.disabled, .btn.disabled.swal-button--danger, .btn-light-danger.disabled.swal-button, .disabled.swal-button.swal-button--danger, .btn.btn-light-danger:disabled, .btn.swal-button--danger:disabled, .btn-light-danger.swal-button:disabled, .swal-button.swal-button--danger:disabled {
  color: #FF3625;
}
.btn.btn-light-danger.disabled i, .btn.disabled.swal-button--danger i, .btn-light-danger.disabled.swal-button i, .disabled.swal-button.swal-button--danger i, .btn.btn-light-danger:disabled i, .btn.swal-button--danger:disabled i, .btn-light-danger.swal-button:disabled i, .swal-button.swal-button--danger:disabled i {
  color: #FF3625;
}
.btn.btn-light-danger.disabled.dropdown-toggle:after, .btn.disabled.dropdown-toggle.swal-button--danger:after, .btn-light-danger.disabled.dropdown-toggle.swal-button:after, .disabled.dropdown-toggle.swal-button.swal-button--danger:after, .btn.btn-light-danger:disabled.dropdown-toggle:after, .btn.swal-button--danger:disabled.dropdown-toggle:after, .btn-light-danger.swal-button:disabled.dropdown-toggle:after, .swal-button.swal-button--danger:disabled.dropdown-toggle:after {
  color: #FF3625;
}
.btn.btn-light-danger.disabled, .btn.disabled.swal-button--danger, .btn-light-danger.disabled.swal-button, .disabled.swal-button.swal-button--danger, .btn.btn-light-danger:disabled, .btn.swal-button--danger:disabled, .btn-light-danger.swal-button:disabled, .swal-button.swal-button--danger:disabled {
  background-color: rgba(255, 54, 37, 0.16);
  border-color: transparent;
}
.btn.btn-light-danger:not(:disabled):not(.disabled):active:not(.btn-text), .btn.swal-button--danger:not(:disabled):not(.disabled):active:not(.btn-text), .btn-light-danger.swal-button:not(:disabled):not(.disabled):active:not(.btn-text), .swal-button.swal-button--danger:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-danger:not(:disabled):not(.disabled).active, .btn.swal-button--danger:not(:disabled):not(.disabled).active, .btn-light-danger.swal-button:not(:disabled):not(.disabled).active, .swal-button.swal-button--danger:not(:disabled):not(.disabled).active, .show > .btn.btn-light-danger.dropdown-toggle, .show > .btn.dropdown-toggle.swal-button--danger, .show > .btn-light-danger.dropdown-toggle.swal-button, .show > .dropdown-toggle.swal-button.swal-button--danger, .show .btn.btn-light-danger.btn-dropdown, .show .btn.btn-dropdown.swal-button--danger, .show .btn-light-danger.btn-dropdown.swal-button, .show .btn-dropdown.swal-button.swal-button--danger {
  color: #FF3625;
}
.btn.btn-light-danger:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.swal-button--danger:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn-light-danger.swal-button:not(:disabled):not(.disabled):active:not(.btn-text) i, .swal-button.swal-button--danger:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-danger:not(:disabled):not(.disabled).active i, .btn.swal-button--danger:not(:disabled):not(.disabled).active i, .btn-light-danger.swal-button:not(:disabled):not(.disabled).active i, .swal-button.swal-button--danger:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-danger.dropdown-toggle i, .show > .btn.dropdown-toggle.swal-button--danger i, .show > .btn-light-danger.dropdown-toggle.swal-button i, .show > .dropdown-toggle.swal-button.swal-button--danger i, .show .btn.btn-light-danger.btn-dropdown i, .show .btn.btn-dropdown.swal-button--danger i, .show .btn-light-danger.btn-dropdown.swal-button i, .show .btn-dropdown.swal-button.swal-button--danger i {
  color: #FF3625;
}
.btn.btn-light-danger:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.swal-button--danger:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn-light-danger.swal-button:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .swal-button.swal-button--danger:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-danger:not(:disabled):not(.disabled).active.dropdown-toggle:after, .btn.swal-button--danger:not(:disabled):not(.disabled).active.dropdown-toggle:after, .btn-light-danger.swal-button:not(:disabled):not(.disabled).active.dropdown-toggle:after, .swal-button.swal-button--danger:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-danger.dropdown-toggle.dropdown-toggle:after, .show > .btn.dropdown-toggle.dropdown-toggle.swal-button--danger:after, .show > .btn-light-danger.dropdown-toggle.dropdown-toggle.swal-button:after, .show > .dropdown-toggle.dropdown-toggle.swal-button.swal-button--danger:after, .show .btn.btn-light-danger.btn-dropdown.dropdown-toggle:after, .show .btn.btn-dropdown.dropdown-toggle.swal-button--danger:after, .show .btn-light-danger.btn-dropdown.dropdown-toggle.swal-button:after, .show .btn-dropdown.dropdown-toggle.swal-button.swal-button--danger:after {
  color: #FF3625;
}
.btn.btn-light-danger:not(:disabled):not(.disabled):active:not(.btn-text), .btn.swal-button--danger:not(:disabled):not(.disabled):active:not(.btn-text), .btn-light-danger.swal-button:not(:disabled):not(.disabled):active:not(.btn-text), .swal-button.swal-button--danger:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-danger:not(:disabled):not(.disabled).active, .btn.swal-button--danger:not(:disabled):not(.disabled).active, .btn-light-danger.swal-button:not(:disabled):not(.disabled).active, .swal-button.swal-button--danger:not(:disabled):not(.disabled).active, .show > .btn.btn-light-danger.dropdown-toggle, .show > .btn.dropdown-toggle.swal-button--danger, .show > .btn-light-danger.dropdown-toggle.swal-button, .show > .dropdown-toggle.swal-button.swal-button--danger, .show .btn.btn-light-danger.btn-dropdown, .show .btn.btn-dropdown.swal-button--danger, .show .btn-light-danger.btn-dropdown.swal-button, .show .btn-dropdown.swal-button.swal-button--danger {
  background-color: rgba(255, 54, 37, 0.244);
  border-color: transparent;
}
.btn.btn-light-danger-hover, .btn-light-danger-hover.swal-button {
  color: #FF3625;
}
.btn.btn-light-danger-hover i, .btn-light-danger-hover.swal-button i {
  color: #FF3625;
}
.btn.btn-light-danger-hover.dropdown-toggle:after, .btn-light-danger-hover.dropdown-toggle.swal-button:after {
  color: #FF3625;
}
.btn.btn-light-danger-hover, .btn-light-danger-hover.swal-button {
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-light-danger-hover:hover:not(.btn-text):not(:disabled):not(.disabled), .btn-light-danger-hover.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-danger-hover:focus:not(.btn-text), .btn-light-danger-hover.swal-button:focus:not(.btn-text), .btn.btn-light-danger-hover.focus:not(.btn-text), .btn-light-danger-hover.focus.swal-button:not(.btn-text) {
  color: #FF3625;
}
.btn.btn-light-danger-hover:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn-light-danger-hover.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-danger-hover:focus:not(.btn-text) i, .btn-light-danger-hover.swal-button:focus:not(.btn-text) i, .btn.btn-light-danger-hover.focus:not(.btn-text) i, .btn-light-danger-hover.focus.swal-button:not(.btn-text) i {
  color: #FF3625;
}
.btn.btn-light-danger-hover:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn-light-danger-hover.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-danger-hover:focus:not(.btn-text).dropdown-toggle:after, .btn-light-danger-hover.swal-button:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-danger-hover.focus:not(.btn-text).dropdown-toggle:after, .btn-light-danger-hover.focus.swal-button:not(.btn-text).dropdown-toggle:after {
  color: #FF3625;
}
.btn.btn-light-danger-hover:hover:not(.btn-text):not(:disabled):not(.disabled), .btn-light-danger-hover.swal-button:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-danger-hover:focus:not(.btn-text), .btn-light-danger-hover.swal-button:focus:not(.btn-text), .btn.btn-light-danger-hover.focus:not(.btn-text), .btn-light-danger-hover.focus.swal-button:not(.btn-text) {
  background-color: rgba(255, 54, 37, 0.16);
  border-color: transparent;
}
.btn.btn-light-danger-hover.disabled, .btn-light-danger-hover.disabled.swal-button, .btn.btn-light-danger-hover:disabled, .btn-light-danger-hover.swal-button:disabled {
  color: #FF3625;
}
.btn.btn-light-danger-hover.disabled i, .btn-light-danger-hover.disabled.swal-button i, .btn.btn-light-danger-hover:disabled i, .btn-light-danger-hover.swal-button:disabled i {
  color: #FF3625;
}
.btn.btn-light-danger-hover.disabled.dropdown-toggle:after, .btn-light-danger-hover.disabled.dropdown-toggle.swal-button:after, .btn.btn-light-danger-hover:disabled.dropdown-toggle:after, .btn-light-danger-hover.swal-button:disabled.dropdown-toggle:after {
  color: #FF3625;
}
.btn.btn-light-danger-hover.disabled, .btn-light-danger-hover.disabled.swal-button, .btn.btn-light-danger-hover:disabled, .btn-light-danger-hover.swal-button:disabled {
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-light-danger-hover:not(:disabled):not(.disabled):active:not(.btn-text), .btn-light-danger-hover.swal-button:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-danger-hover:not(:disabled):not(.disabled).active, .btn-light-danger-hover.swal-button:not(:disabled):not(.disabled).active, .show > .btn.btn-light-danger-hover.dropdown-toggle, .show > .btn-light-danger-hover.dropdown-toggle.swal-button, .show .btn.btn-light-danger-hover.btn-dropdown, .show .btn-light-danger-hover.btn-dropdown.swal-button {
  color: #FF3625;
}
.btn.btn-light-danger-hover:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn-light-danger-hover.swal-button:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-danger-hover:not(:disabled):not(.disabled).active i, .btn-light-danger-hover.swal-button:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-danger-hover.dropdown-toggle i, .show > .btn-light-danger-hover.dropdown-toggle.swal-button i, .show .btn.btn-light-danger-hover.btn-dropdown i, .show .btn-light-danger-hover.btn-dropdown.swal-button i {
  color: #FF3625;
}
.btn.btn-light-danger-hover:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn-light-danger-hover.swal-button:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-danger-hover:not(:disabled):not(.disabled).active.dropdown-toggle:after, .btn-light-danger-hover.swal-button:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-danger-hover.dropdown-toggle.dropdown-toggle:after, .show > .btn-light-danger-hover.dropdown-toggle.dropdown-toggle.swal-button:after, .show .btn.btn-light-danger-hover.btn-dropdown.dropdown-toggle:after, .show .btn-light-danger-hover.btn-dropdown.dropdown-toggle.swal-button:after {
  color: #FF3625;
}
.btn.btn-light-danger-hover:not(:disabled):not(.disabled):active:not(.btn-text), .btn-light-danger-hover.swal-button:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-danger-hover:not(:disabled):not(.disabled).active, .btn-light-danger-hover.swal-button:not(:disabled):not(.disabled).active, .show > .btn.btn-light-danger-hover.dropdown-toggle, .show > .btn-light-danger-hover.dropdown-toggle.swal-button, .show .btn.btn-light-danger-hover.btn-dropdown, .show .btn-light-danger-hover.btn-dropdown.swal-button {
  background-color: rgba(100%, 13.8003237992%, 6.5098039216%, 0.16);
  border-color: rgba(100%, 13.8003237992%, 6.5098039216%, 0.16);
}
.btn.btn-outline-primary:active, .btn-outline-primary.swal-button:active {
  background-color: rgb(6.4859766691%, 29.4470091834%, 94.5728468603%);
  border-color: rgb(5.4336063539%, 28.4219409283%, 93.6252171755%);
}

.btn.btn-outline-secondary:active, .btn-outline-secondary.swal-button:active {
  background-color: rgb(3.1523378582%, 9.7722473605%, 21.4358974359%);
  border-color: rgb(2.8959276018%, 8.9773755656%, 19.6923076923%);
}

.btn.btn-outline-success:active, .btn-outline-success.swal-button:active {
  background-color: rgb(27.9871885009%, 64.4441840481%, 29.460198422%);
  border-color: rgb(27.3816108117%, 63.0497617374%, 28.8227482228%);
}

.btn.btn-outline-info:active, .btn-outline-info.swal-button:active {
  background-color: rgb(6.4859766691%, 29.4470091834%, 94.5728468603%);
  border-color: rgb(5.4336063539%, 28.4219409283%, 93.6252171755%);
}

.btn.btn-outline-warning:active, .btn-outline-warning.swal-button:active {
  background-color: rgb(99.1650533631%, 46.1459419211%, 1.8937701663%);
  border-color: rgb(98.2228840903%, 45.1407297096%, 0.8359394391%);
}

.btn.btn-outline-danger:active, .btn-outline-danger.swal-button:active {
  background-color: rgb(100%, 15.6443604965%, 8.5098039216%);
  border-color: rgb(100%, 13.8003237992%, 6.5098039216%);
}

.btn.btn-outline-light:active, .btn-outline-light.swal-button:active {
  background-color: rgba(22.2323675739%, 23.2745098039%, 24.3166520339%, 0.06);
  border-color: rgba(21.2771436933%, 22.2745098039%, 23.2718759145%, 0.06);
}

.btn.btn-outline-dark:active, .btn-outline-dark.swal-button:active {
  background-color: rgb(22.2323675739%, 23.2745098039%, 24.3166520339%);
  border-color: rgb(21.2771436933%, 22.2745098039%, 23.2718759145%);
}

.btn-md {
  padding: 0.375rem 0.875rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1.5rem;
}
.btn.btn-light, .swal-button {
  border-color: transparent;
}
.btn.btn-light:hover:not(.btn-text):not(:disabled):not(.disabled), .swal-button:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light:focus:not(.btn-text):not(:disabled):not(.disabled), .swal-button:focus:not(.btn-text):not(:disabled):not(.disabled) {
  background-color: #f8f8f8;
  border-color: transparent;
}
.btn.btn-light:active:not(.btn-text), .swal-button:active:not(.btn-text), .btn.btn-light:active:not(.btn-text):not(:disabled):not(.disabled) {
  background-color: #f8f8f8;
  border-color: transparent;
}
.btn.btn-light-secondary:not(.btn-text):not(:disabled):not(.disabled), .btn-light-secondary.swal-button:not(.btn-text):not(:disabled):not(.disabled) {
  color: #0A1F44;
  text-decoration: none;
}
.btn.btn-light-secondary:not(.btn-text):not(:disabled):not(.disabled) i, .btn-light-secondary.swal-button:not(.btn-text):not(:disabled):not(.disabled) i {
  color: inherit;
}
.btn.btn-light-secondary:not(.btn-text):not(:disabled):not(.disabled):hover, .btn-light-secondary.swal-button:not(.btn-text):not(:disabled):not(.disabled):hover, .btn.btn-light-secondary:not(.btn-text):not(:disabled):not(.disabled):active, .btn-light-secondary.swal-button:not(.btn-text):not(:disabled):not(.disabled):active, .btn.btn-light-secondary:not(.btn-text):not(:disabled):not(.disabled):focus, .btn-light-secondary.swal-button:not(.btn-text):not(:disabled):not(.disabled):focus {
  color: #0A1F44;
  text-decoration: none;
}
.btn.btn-light-secondary:not(.btn-text):not(:disabled):not(.disabled):hover i, .btn-light-secondary.swal-button:not(.btn-text):not(:disabled):not(.disabled):hover i, .btn.btn-light-secondary:not(.btn-text):not(:disabled):not(.disabled):active i, .btn-light-secondary.swal-button:not(.btn-text):not(:disabled):not(.disabled):active i, .btn.btn-light-secondary:not(.btn-text):not(:disabled):not(.disabled):focus i, .btn-light-secondary.swal-button:not(.btn-text):not(:disabled):not(.disabled):focus i {
  color: inherit;
}
.btn.btn-light-primary:not(.btn-text):not(:disabled):not(.disabled), .btn-light-primary.swal-button:not(.btn-text):not(:disabled):not(.disabled) {
  color: #1f56f2;
  text-decoration: none;
}
.btn.btn-light-primary:not(.btn-text):not(:disabled):not(.disabled) i, .btn-light-primary.swal-button:not(.btn-text):not(:disabled):not(.disabled) i {
  color: inherit;
}
.btn.btn-light-primary:not(.btn-text):not(:disabled):not(.disabled):hover, .btn-light-primary.swal-button:not(.btn-text):not(:disabled):not(.disabled):hover, .btn.btn-light-primary:not(.btn-text):not(:disabled):not(.disabled):active, .btn-light-primary.swal-button:not(.btn-text):not(:disabled):not(.disabled):active, .btn.btn-light-primary:not(.btn-text):not(:disabled):not(.disabled):focus, .btn-light-primary.swal-button:not(.btn-text):not(:disabled):not(.disabled):focus {
  color: #1f56f2;
  text-decoration: none;
}
.btn.btn-light-primary:not(.btn-text):not(:disabled):not(.disabled):hover i, .btn-light-primary.swal-button:not(.btn-text):not(:disabled):not(.disabled):hover i, .btn.btn-light-primary:not(.btn-text):not(:disabled):not(.disabled):active i, .btn-light-primary.swal-button:not(.btn-text):not(:disabled):not(.disabled):active i, .btn.btn-light-primary:not(.btn-text):not(:disabled):not(.disabled):focus i, .btn-light-primary.swal-button:not(.btn-text):not(:disabled):not(.disabled):focus i {
  color: inherit;
}
.btn.btn-primary, .btn.dropdown-item.dropdown-item-primary, .dropdown-item.dropdown-item-primary.swal-button, .btn.btn-light, .swal-button, .btn.btn-outline-light, .btn.btn-outline-primary {
  color: #000F1D;
}
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled), .btn.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light:not(.btn-text):not(:disabled):not(.disabled), .swal-button:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-outline-light:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-outline-primary:not(.btn-text):not(:disabled):not(.disabled) {
  color: #000F1D;
  text-decoration: none;
}
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled) i, .btn.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light:not(.btn-text):not(:disabled):not(.disabled) i, .swal-button:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-outline-light:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-outline-primary:not(.btn-text):not(:disabled):not(.disabled) i {
  color: inherit;
}
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):hover, .btn.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled):hover, .btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):active, .btn.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled):active, .btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):focus, .btn.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled):focus, .btn.btn-light:not(.btn-text):not(:disabled):not(.disabled):hover, .swal-button:not(.btn-text):not(:disabled):not(.disabled):hover, .btn.btn-light:not(.btn-text):not(:disabled):not(.disabled):active, .swal-button:not(.btn-text):not(:disabled):not(.disabled):active, .btn.btn-light:not(.btn-text):not(:disabled):not(.disabled):focus, .swal-button:not(.btn-text):not(:disabled):not(.disabled):focus, .btn.btn-outline-light:not(.btn-text):not(:disabled):not(.disabled):hover, .btn.btn-outline-light:not(.btn-text):not(:disabled):not(.disabled):active, .btn.btn-outline-light:not(.btn-text):not(:disabled):not(.disabled):focus, .btn.btn-outline-primary:not(.btn-text):not(:disabled):not(.disabled):hover, .btn.btn-outline-primary:not(.btn-text):not(:disabled):not(.disabled):active, .btn.btn-outline-primary:not(.btn-text):not(:disabled):not(.disabled):focus {
  color: #000F1D;
  text-decoration: none;
}
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):hover i, .btn.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled):hover i, .btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):active i, .btn.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled):active i, .btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):focus i, .btn.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled):focus i, .btn.btn-light:not(.btn-text):not(:disabled):not(.disabled):hover i, .swal-button:not(.btn-text):not(:disabled):not(.disabled):hover i, .btn.btn-light:not(.btn-text):not(:disabled):not(.disabled):active i, .swal-button:not(.btn-text):not(:disabled):not(.disabled):active i, .btn.btn-light:not(.btn-text):not(:disabled):not(.disabled):focus i, .swal-button:not(.btn-text):not(:disabled):not(.disabled):focus i, .btn.btn-outline-light:not(.btn-text):not(:disabled):not(.disabled):hover i, .btn.btn-outline-light:not(.btn-text):not(:disabled):not(.disabled):active i, .btn.btn-outline-light:not(.btn-text):not(:disabled):not(.disabled):focus i, .btn.btn-outline-primary:not(.btn-text):not(:disabled):not(.disabled):hover i, .btn.btn-outline-primary:not(.btn-text):not(:disabled):not(.disabled):active i, .btn.btn-outline-primary:not(.btn-text):not(:disabled):not(.disabled):focus i {
  color: inherit;
}
.btn-text {
  color: #000F1D;
}
.btn-text:hover, .btn-text:active, .btn-text:focus {
  color: #000F1D;
}
.btn-link {
  color: #1f56f2;
  font-weight: 500;
  text-decoration: none;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  font-weight: 500;
  text-decoration: none;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: rgb(11.5490196078%, 32.0392156863%, 90.1568627451%);
}
.btn-round, .btn-circle {
  border-radius: 50rem !important;
}
.btn-square, .btn-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 3rem;
  height: 3rem;
}
.btn-square.btn-sm, .btn-sm.btn-circle {
  width: 2rem;
  height: 2rem;
}
.btn-square.btn-md, .btn-md.btn-circle {
  width: 2.5rem;
  height: 2.5rem;
}
.btn-square.btn-lg, .btn-lg.btn-circle {
  width: 3.75rem;
  height: 3.75rem;
}
.btn-no-click {
  cursor: default;
}
.btn-loading .loader.show + .btn-content {
  opacity: 0;
}
.btn-xxs-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
}
.btn-xxs-md {
  padding: 0.375rem 0.875rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1.5rem;
}
.btn-xxs-regular {
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  border-radius: 0.3125rem;
}
.btn-xxs-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3125rem;
}
@media (min-width: 320px) {
  .btn-xs-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
  }
}
@media (min-width: 320px) {
  .btn-xs-md {
    padding: 0.375rem 0.875rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 320px) {
  .btn-xs-regular {
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
    border-radius: 0.3125rem;
  }
}
@media (min-width: 320px) {
  .btn-xs-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3125rem;
  }
}
@media (min-width: 392px) {
  .btn-sm-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
  }
}
@media (min-width: 392px) {
  .btn-sm-md {
    padding: 0.375rem 0.875rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 392px) {
  .btn-sm-regular {
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
    border-radius: 0.3125rem;
  }
}
@media (min-width: 392px) {
  .btn-sm-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3125rem;
  }
}
@media (min-width: 512px) {
  .btn-md-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
  }
}
@media (min-width: 512px) {
  .btn-md-md {
    padding: 0.375rem 0.875rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 512px) {
  .btn-md-regular {
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
    border-radius: 0.3125rem;
  }
}
@media (min-width: 512px) {
  .btn-md-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3125rem;
  }
}
@media (min-width: 800px) {
  .btn-lg-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
  }
}
@media (min-width: 800px) {
  .btn-lg-md {
    padding: 0.375rem 0.875rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 800px) {
  .btn-lg-regular {
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
    border-radius: 0.3125rem;
  }
}
@media (min-width: 800px) {
  .btn-lg-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3125rem;
  }
}
@media (min-width: 1232px) {
  .btn-xl-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
  }
}
@media (min-width: 1232px) {
  .btn-xl-md {
    padding: 0.375rem 0.875rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1232px) {
  .btn-xl-regular {
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
    border-radius: 0.3125rem;
  }
}
@media (min-width: 1232px) {
  .btn-xl-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3125rem;
  }
}

.card {
  position: relative;
  align-items: flex-start;
  display: flex;
  width: 100%;
  overflow: visible;
  border-radius: 0;
  transition: box-shadow 0.2s ease;
}
.card .card-img {
  flex: 0 0 auto;
  align-self: flex-start;
  position: relative;
  z-index: 10;
  display: block;
  width: 8.125rem;
  margin-right: 1.5rem;
  overflow: hidden;
  border-radius: 0.25rem;
  transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.card .card-img .img-wrapper {
  z-index: 1;
  position: relative;
  display: block;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card .card-img .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card .card-img .img-wrapper {
  display: block;
  padding-bottom: 76.9230769231%;
}
.card .card-img:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
}
.card .card-content {
  position: relative;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 0;
  display: flex;
  flex-direction: column;
}
.card .card-title {
  font-size: 1rem;
  line-height: 1.5;
  color: #0A1F44;
  font-family: "DM Sans", Helvetica, "sans-serif";
  font-weight: 800;
  align-self: flex-start;
  transition: color 0.15s ease;
}
.card .card-title:hover {
  text-decoration: none;
  border-bottom: none;
  color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
}
.card .card-description h1, .card .card-description .h1, .card .card-description h2, .card .card-description .h2, .card .card-description h3, .card .card-description .h3, .card .card-description .swal-title, .card .card-description h4, .card .card-description .h4, .card .card-description h5, .card .card-description .h5, .card .card-description h6, .card .card-description .h6,
.card .card-text h1,
.card .card-text .h1,
.card .card-text h2,
.card .card-text .h2,
.card .card-text h3,
.card .card-text .h3,
.card .card-text .swal-title,
.card .card-text h4,
.card .card-text .h4,
.card .card-text h5,
.card .card-text .h5,
.card .card-text h6,
.card .card-text .h6 {
  margin-bottom: 0.5em;
}
.card .card-description p,
.card .card-text p {
  margin-bottom: 1.5rem;
}
.card .card-description p, .card .card-description span,
.card .card-text p,
.card .card-text span {
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
}
.card .card-description ol,
.card .card-text ol {
  padding-left: 1.5rem;
  counter-reset: item-number;
  list-style-type: none !important;
}
.card .card-description ol li,
.card .card-text ol li {
  counter-increment: line-number;
  position: relative !important;
  padding-left: 1.5rem !important;
  margin-bottom: 0.375rem !important;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  margin-top: 0 !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
}
.card .card-description ol li:before,
.card .card-text ol li:before {
  content: counter(line-number) ".";
  position: absolute;
  left: 0;
  font-family: "Open Sans", Helvetica, "sans-serif";
  color: #0A1F44;
}
.card .card-description ol li:last-of-type,
.card .card-text ol li:last-of-type {
  margin-bottom: 0 !important;
}
.card .card-description ul,
.card .card-text ul {
  list-style-type: disc !important;
  list-style-position: inside;
}
.card .card-description ul li,
.card .card-text ul li {
  position: relative !important;
  padding-left: 1.5rem !important;
  margin-bottom: 0.375rem !important;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  margin-top: 0 !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
  /*&:before {
      content: '';
      position: absolute;
      left: 0;
      top: .72em;
      display: block;
      width: .375rem;
      height: .375rem;
      border-radius: 50%;
      background-color: $dark;
  }*/
}
.card .card-description ul li:last-of-type,
.card .card-text ul li:last-of-type {
  margin-bottom: 0 !important;
}
.card .card-description img,
.card .card-text img {
  display: block;
  max-width: 100%;
}
.card .card-description img.note-float-left,
.card .card-text img.note-float-left {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.card .card-description img.note-float-right,
.card .card-text img.note-float-right {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.card .card-description .MsoNormal, .card .card-description .MsoNormal span,
.card .card-text .MsoNormal,
.card .card-text .MsoNormal span {
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-size: 1rem;
  line-height: 1.5;
}
.card .card-description p,
.card .card-text p {
  font-size: 0.875rem !important;
  margin-bottom: 0.5rem !important;
}
.card .card-description h1, .card .card-description .h1, .card .card-description h1 span, .card .card-description .h1 span, .card .card-description h2, .card .card-description .h2, .card .card-description h2 span, .card .card-description .h2 span, .card .card-description h3, .card .card-description .h3, .card .card-description .swal-title, .card .card-description h3 span, .card .card-description .h3 span, .card .card-description .swal-title span, .card .card-description h4, .card .card-description .h4, .card .card-description h4 span, .card .card-description .h4 span, .card .card-description h5, .card .card-description .h5, .card .card-description h5 span, .card .card-description .h5 span, .card .card-description h6, .card .card-description .h6, .card .card-description h6 span, .card .card-description .h6 span,
.card .card-text h1,
.card .card-text .h1,
.card .card-text h1 span,
.card .card-text .h1 span,
.card .card-text h2,
.card .card-text .h2,
.card .card-text h2 span,
.card .card-text .h2 span,
.card .card-text h3,
.card .card-text .h3,
.card .card-text .swal-title,
.card .card-text h3 span,
.card .card-text .h3 span,
.card .card-text .swal-title span,
.card .card-text h4,
.card .card-text .h4,
.card .card-text h4 span,
.card .card-text .h4 span,
.card .card-text h5,
.card .card-text .h5,
.card .card-text h5 span,
.card .card-text .h5 span,
.card .card-text h6,
.card .card-text .h6,
.card .card-text h6 span,
.card .card-text .h6 span {
  font-size: 1.125rem !important;
}
.card .card-description a span,
.card .card-text a span {
  color: inherit !important;
}
.card .card-content-grid {
  display: grid;
  grid-template-columns: 8.125rem auto;
  column-gap: 1.5rem;
}
.card .card-content-grid .card-img {
  grid-area: img;
}
.card .card-content-grid .card-title {
  grid-area: title;
  align-self: center;
}
.card .card-content-grid .card-description {
  grid-area: description;
}
.card:hover .card-img {
  transform: scale(1.05);
  box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
}
.card--regular {
  position: relative;
  align-items: flex-start;
  display: flex;
  width: 100%;
  overflow: visible;
  border-radius: 0;
  transition: box-shadow 0.2s ease;
}
.card--regular .card-img {
  flex: 0 0 auto;
  align-self: flex-start;
  position: relative;
  z-index: 10;
  display: block;
  width: 8.125rem;
  margin-right: 1.5rem;
  overflow: hidden;
  border-radius: 0.25rem;
  transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.card--regular .card-img .img-wrapper {
  z-index: 1;
  position: relative;
  display: block;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card--regular .card-img .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card--regular .card-img .img-wrapper {
  display: block;
  padding-bottom: 76.9230769231%;
}
.card--regular .card-img:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
}
.card--regular .card-content {
  position: relative;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 0;
  display: flex;
  flex-direction: column;
}
.card--regular .card-title {
  font-size: 1rem;
  line-height: 1.5;
  color: #0A1F44;
  font-family: "DM Sans", Helvetica, "sans-serif";
  font-weight: 800;
  align-self: flex-start;
  transition: color 0.15s ease;
}
.card--regular .card-title:hover {
  text-decoration: none;
  border-bottom: none;
  color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
}
.card--regular .card-description h1, .card--regular .card-description .h1, .card--regular .card-description h2, .card--regular .card-description .h2, .card--regular .card-description h3, .card--regular .card-description .h3, .card--regular .card-description .swal-title, .card--regular .card-description h4, .card--regular .card-description .h4, .card--regular .card-description h5, .card--regular .card-description .h5, .card--regular .card-description h6, .card--regular .card-description .h6,
.card--regular .card-text h1,
.card--regular .card-text .h1,
.card--regular .card-text h2,
.card--regular .card-text .h2,
.card--regular .card-text h3,
.card--regular .card-text .h3,
.card--regular .card-text .swal-title,
.card--regular .card-text h4,
.card--regular .card-text .h4,
.card--regular .card-text h5,
.card--regular .card-text .h5,
.card--regular .card-text h6,
.card--regular .card-text .h6 {
  margin-bottom: 0.5em;
}
.card--regular .card-description p,
.card--regular .card-text p {
  margin-bottom: 1.5rem;
}
.card--regular .card-description p, .card--regular .card-description span,
.card--regular .card-text p,
.card--regular .card-text span {
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
}
.card--regular .card-description ol,
.card--regular .card-text ol {
  padding-left: 1.5rem;
  counter-reset: item-number;
  list-style-type: none !important;
}
.card--regular .card-description ol li,
.card--regular .card-text ol li {
  counter-increment: line-number;
  position: relative !important;
  padding-left: 1.5rem !important;
  margin-bottom: 0.375rem !important;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  margin-top: 0 !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
}
.card--regular .card-description ol li:before,
.card--regular .card-text ol li:before {
  content: counter(line-number) ".";
  position: absolute;
  left: 0;
  font-family: "Open Sans", Helvetica, "sans-serif";
  color: #0A1F44;
}
.card--regular .card-description ol li:last-of-type,
.card--regular .card-text ol li:last-of-type {
  margin-bottom: 0 !important;
}
.card--regular .card-description ul,
.card--regular .card-text ul {
  list-style-type: disc !important;
  list-style-position: inside;
}
.card--regular .card-description ul li,
.card--regular .card-text ul li {
  position: relative !important;
  padding-left: 1.5rem !important;
  margin-bottom: 0.375rem !important;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  margin-top: 0 !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
  /*&:before {
      content: '';
      position: absolute;
      left: 0;
      top: .72em;
      display: block;
      width: .375rem;
      height: .375rem;
      border-radius: 50%;
      background-color: $dark;
  }*/
}
.card--regular .card-description ul li:last-of-type,
.card--regular .card-text ul li:last-of-type {
  margin-bottom: 0 !important;
}
.card--regular .card-description img,
.card--regular .card-text img {
  display: block;
  max-width: 100%;
}
.card--regular .card-description img.note-float-left,
.card--regular .card-text img.note-float-left {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.card--regular .card-description img.note-float-right,
.card--regular .card-text img.note-float-right {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.card--regular .card-description .MsoNormal, .card--regular .card-description .MsoNormal span,
.card--regular .card-text .MsoNormal,
.card--regular .card-text .MsoNormal span {
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-size: 1rem;
  line-height: 1.5;
}
.card--regular .card-description p,
.card--regular .card-text p {
  font-size: 0.875rem !important;
  margin-bottom: 0.5rem !important;
}
.card--regular .card-description h1, .card--regular .card-description .h1, .card--regular .card-description h1 span, .card--regular .card-description .h1 span, .card--regular .card-description h2, .card--regular .card-description .h2, .card--regular .card-description h2 span, .card--regular .card-description .h2 span, .card--regular .card-description h3, .card--regular .card-description .h3, .card--regular .card-description .swal-title, .card--regular .card-description h3 span, .card--regular .card-description .h3 span, .card--regular .card-description .swal-title span, .card--regular .card-description h4, .card--regular .card-description .h4, .card--regular .card-description h4 span, .card--regular .card-description .h4 span, .card--regular .card-description h5, .card--regular .card-description .h5, .card--regular .card-description h5 span, .card--regular .card-description .h5 span, .card--regular .card-description h6, .card--regular .card-description .h6, .card--regular .card-description h6 span, .card--regular .card-description .h6 span,
.card--regular .card-text h1,
.card--regular .card-text .h1,
.card--regular .card-text h1 span,
.card--regular .card-text .h1 span,
.card--regular .card-text h2,
.card--regular .card-text .h2,
.card--regular .card-text h2 span,
.card--regular .card-text .h2 span,
.card--regular .card-text h3,
.card--regular .card-text .h3,
.card--regular .card-text .swal-title,
.card--regular .card-text h3 span,
.card--regular .card-text .h3 span,
.card--regular .card-text .swal-title span,
.card--regular .card-text h4,
.card--regular .card-text .h4,
.card--regular .card-text h4 span,
.card--regular .card-text .h4 span,
.card--regular .card-text h5,
.card--regular .card-text .h5,
.card--regular .card-text h5 span,
.card--regular .card-text .h5 span,
.card--regular .card-text h6,
.card--regular .card-text .h6,
.card--regular .card-text h6 span,
.card--regular .card-text .h6 span {
  font-size: 1.125rem !important;
}
.card--regular .card-description a span,
.card--regular .card-text a span {
  color: inherit !important;
}
.card--regular .card-content-grid {
  display: grid;
  grid-template-columns: 8.125rem auto;
  column-gap: 1.5rem;
}
.card--regular .card-content-grid .card-img {
  grid-area: img;
}
.card--regular .card-content-grid .card-title {
  grid-area: title;
  align-self: center;
}
.card--regular .card-content-grid .card-description {
  grid-area: description;
}
.card--regular:hover .card-img {
  transform: scale(1.05);
  box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
}
.card.card-xxs--regular {
  position: relative;
  align-items: flex-start;
  display: flex;
  width: 100%;
  overflow: visible;
  border-radius: 0;
  transition: box-shadow 0.2s ease;
}
.card.card-xxs--regular .card-img {
  flex: 0 0 auto;
  align-self: flex-start;
  position: relative;
  z-index: 10;
  display: block;
  width: 8.125rem;
  margin-right: 1.5rem;
  overflow: hidden;
  border-radius: 0.25rem;
  transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.card.card-xxs--regular .card-img .img-wrapper {
  z-index: 1;
  position: relative;
  display: block;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card.card-xxs--regular .card-img .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card.card-xxs--regular .card-img .img-wrapper {
  display: block;
  padding-bottom: 76.9230769231%;
}
.card.card-xxs--regular .card-img:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
}
.card.card-xxs--regular .card-content {
  position: relative;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 0;
  display: flex;
  flex-direction: column;
}
.card.card-xxs--regular .card-title {
  font-size: 1rem;
  line-height: 1.5;
  color: #0A1F44;
  font-family: "DM Sans", Helvetica, "sans-serif";
  font-weight: 800;
  align-self: flex-start;
  transition: color 0.15s ease;
}
.card.card-xxs--regular .card-title:hover {
  text-decoration: none;
  border-bottom: none;
  color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
}
.card.card-xxs--regular .card-description h1, .card.card-xxs--regular .card-description .h1, .card.card-xxs--regular .card-description h2, .card.card-xxs--regular .card-description .h2, .card.card-xxs--regular .card-description h3, .card.card-xxs--regular .card-description .h3, .card.card-xxs--regular .card-description .swal-title, .card.card-xxs--regular .card-description h4, .card.card-xxs--regular .card-description .h4, .card.card-xxs--regular .card-description h5, .card.card-xxs--regular .card-description .h5, .card.card-xxs--regular .card-description h6, .card.card-xxs--regular .card-description .h6,
.card.card-xxs--regular .card-text h1,
.card.card-xxs--regular .card-text .h1,
.card.card-xxs--regular .card-text h2,
.card.card-xxs--regular .card-text .h2,
.card.card-xxs--regular .card-text h3,
.card.card-xxs--regular .card-text .h3,
.card.card-xxs--regular .card-text .swal-title,
.card.card-xxs--regular .card-text h4,
.card.card-xxs--regular .card-text .h4,
.card.card-xxs--regular .card-text h5,
.card.card-xxs--regular .card-text .h5,
.card.card-xxs--regular .card-text h6,
.card.card-xxs--regular .card-text .h6 {
  margin-bottom: 0.5em;
}
.card.card-xxs--regular .card-description p,
.card.card-xxs--regular .card-text p {
  margin-bottom: 1.5rem;
}
.card.card-xxs--regular .card-description p, .card.card-xxs--regular .card-description span,
.card.card-xxs--regular .card-text p,
.card.card-xxs--regular .card-text span {
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
}
.card.card-xxs--regular .card-description ol,
.card.card-xxs--regular .card-text ol {
  padding-left: 1.5rem;
  counter-reset: item-number;
  list-style-type: none !important;
}
.card.card-xxs--regular .card-description ol li,
.card.card-xxs--regular .card-text ol li {
  counter-increment: line-number;
  position: relative !important;
  padding-left: 1.5rem !important;
  margin-bottom: 0.375rem !important;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  margin-top: 0 !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
}
.card.card-xxs--regular .card-description ol li:before,
.card.card-xxs--regular .card-text ol li:before {
  content: counter(line-number) ".";
  position: absolute;
  left: 0;
  font-family: "Open Sans", Helvetica, "sans-serif";
  color: #0A1F44;
}
.card.card-xxs--regular .card-description ol li:last-of-type,
.card.card-xxs--regular .card-text ol li:last-of-type {
  margin-bottom: 0 !important;
}
.card.card-xxs--regular .card-description ul,
.card.card-xxs--regular .card-text ul {
  list-style-type: disc !important;
  list-style-position: inside;
}
.card.card-xxs--regular .card-description ul li,
.card.card-xxs--regular .card-text ul li {
  position: relative !important;
  padding-left: 1.5rem !important;
  margin-bottom: 0.375rem !important;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  margin-top: 0 !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
  /*&:before {
      content: '';
      position: absolute;
      left: 0;
      top: .72em;
      display: block;
      width: .375rem;
      height: .375rem;
      border-radius: 50%;
      background-color: $dark;
  }*/
}
.card.card-xxs--regular .card-description ul li:last-of-type,
.card.card-xxs--regular .card-text ul li:last-of-type {
  margin-bottom: 0 !important;
}
.card.card-xxs--regular .card-description img,
.card.card-xxs--regular .card-text img {
  display: block;
  max-width: 100%;
}
.card.card-xxs--regular .card-description img.note-float-left,
.card.card-xxs--regular .card-text img.note-float-left {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.card.card-xxs--regular .card-description img.note-float-right,
.card.card-xxs--regular .card-text img.note-float-right {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.card.card-xxs--regular .card-description .MsoNormal, .card.card-xxs--regular .card-description .MsoNormal span,
.card.card-xxs--regular .card-text .MsoNormal,
.card.card-xxs--regular .card-text .MsoNormal span {
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-size: 1rem;
  line-height: 1.5;
}
.card.card-xxs--regular .card-description p,
.card.card-xxs--regular .card-text p {
  font-size: 0.875rem !important;
  margin-bottom: 0.5rem !important;
}
.card.card-xxs--regular .card-description h1, .card.card-xxs--regular .card-description .h1, .card.card-xxs--regular .card-description h1 span, .card.card-xxs--regular .card-description .h1 span, .card.card-xxs--regular .card-description h2, .card.card-xxs--regular .card-description .h2, .card.card-xxs--regular .card-description h2 span, .card.card-xxs--regular .card-description .h2 span, .card.card-xxs--regular .card-description h3, .card.card-xxs--regular .card-description .h3, .card.card-xxs--regular .card-description .swal-title, .card.card-xxs--regular .card-description h3 span, .card.card-xxs--regular .card-description .h3 span, .card.card-xxs--regular .card-description .swal-title span, .card.card-xxs--regular .card-description h4, .card.card-xxs--regular .card-description .h4, .card.card-xxs--regular .card-description h4 span, .card.card-xxs--regular .card-description .h4 span, .card.card-xxs--regular .card-description h5, .card.card-xxs--regular .card-description .h5, .card.card-xxs--regular .card-description h5 span, .card.card-xxs--regular .card-description .h5 span, .card.card-xxs--regular .card-description h6, .card.card-xxs--regular .card-description .h6, .card.card-xxs--regular .card-description h6 span, .card.card-xxs--regular .card-description .h6 span,
.card.card-xxs--regular .card-text h1,
.card.card-xxs--regular .card-text .h1,
.card.card-xxs--regular .card-text h1 span,
.card.card-xxs--regular .card-text .h1 span,
.card.card-xxs--regular .card-text h2,
.card.card-xxs--regular .card-text .h2,
.card.card-xxs--regular .card-text h2 span,
.card.card-xxs--regular .card-text .h2 span,
.card.card-xxs--regular .card-text h3,
.card.card-xxs--regular .card-text .h3,
.card.card-xxs--regular .card-text .swal-title,
.card.card-xxs--regular .card-text h3 span,
.card.card-xxs--regular .card-text .h3 span,
.card.card-xxs--regular .card-text .swal-title span,
.card.card-xxs--regular .card-text h4,
.card.card-xxs--regular .card-text .h4,
.card.card-xxs--regular .card-text h4 span,
.card.card-xxs--regular .card-text .h4 span,
.card.card-xxs--regular .card-text h5,
.card.card-xxs--regular .card-text .h5,
.card.card-xxs--regular .card-text h5 span,
.card.card-xxs--regular .card-text .h5 span,
.card.card-xxs--regular .card-text h6,
.card.card-xxs--regular .card-text .h6,
.card.card-xxs--regular .card-text h6 span,
.card.card-xxs--regular .card-text .h6 span {
  font-size: 1.125rem !important;
}
.card.card-xxs--regular .card-description a span,
.card.card-xxs--regular .card-text a span {
  color: inherit !important;
}
.card.card-xxs--regular .card-content-grid {
  display: grid;
  grid-template-columns: 8.125rem auto;
  column-gap: 1.5rem;
}
.card.card-xxs--regular .card-content-grid .card-img {
  grid-area: img;
}
.card.card-xxs--regular .card-content-grid .card-title {
  grid-area: title;
  align-self: center;
}
.card.card-xxs--regular .card-content-grid .card-description {
  grid-area: description;
}
.card.card-xxs--regular:hover .card-img {
  transform: scale(1.05);
  box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
}
@media (min-width: 320px) {
  .card.card-xs--regular {
    position: relative;
    align-items: flex-start;
    display: flex;
    width: 100%;
    overflow: visible;
    border-radius: 0;
    transition: box-shadow 0.2s ease;
  }
  .card.card-xs--regular .card-img {
    flex: 0 0 auto;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    display: block;
    width: 8.125rem;
    margin-right: 1.5rem;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card.card-xs--regular .card-img .img-wrapper {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .card.card-xs--regular .card-img .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.card-xs--regular .card-img .img-wrapper {
    display: block;
    padding-bottom: 76.9230769231%;
  }
  .card.card-xs--regular .card-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .card.card-xs--regular .card-content {
    position: relative;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0;
    display: flex;
    flex-direction: column;
  }
  .card.card-xs--regular .card-title {
    font-size: 1rem;
    line-height: 1.5;
    color: #0A1F44;
    font-family: "DM Sans", Helvetica, "sans-serif";
    font-weight: 800;
    align-self: flex-start;
    transition: color 0.15s ease;
  }
  .card.card-xs--regular .card-title:hover {
    text-decoration: none;
    border-bottom: none;
    color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
  }
  .card.card-xs--regular .card-description h1, .card.card-xs--regular .card-description .h1, .card.card-xs--regular .card-description h2, .card.card-xs--regular .card-description .h2, .card.card-xs--regular .card-description h3, .card.card-xs--regular .card-description .h3, .card.card-xs--regular .card-description .swal-title, .card.card-xs--regular .card-description h4, .card.card-xs--regular .card-description .h4, .card.card-xs--regular .card-description h5, .card.card-xs--regular .card-description .h5, .card.card-xs--regular .card-description h6, .card.card-xs--regular .card-description .h6,
  .card.card-xs--regular .card-text h1,
  .card.card-xs--regular .card-text .h1,
  .card.card-xs--regular .card-text h2,
  .card.card-xs--regular .card-text .h2,
  .card.card-xs--regular .card-text h3,
  .card.card-xs--regular .card-text .h3,
  .card.card-xs--regular .card-text .swal-title,
  .card.card-xs--regular .card-text h4,
  .card.card-xs--regular .card-text .h4,
  .card.card-xs--regular .card-text h5,
  .card.card-xs--regular .card-text .h5,
  .card.card-xs--regular .card-text h6,
  .card.card-xs--regular .card-text .h6 {
    margin-bottom: 0.5em;
  }
  .card.card-xs--regular .card-description p,
  .card.card-xs--regular .card-text p {
    margin-bottom: 1.5rem;
  }
  .card.card-xs--regular .card-description p, .card.card-xs--regular .card-description span,
  .card.card-xs--regular .card-text p,
  .card.card-xs--regular .card-text span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-xs--regular .card-description ol,
  .card.card-xs--regular .card-text ol {
    padding-left: 1.5rem;
    counter-reset: item-number;
    list-style-type: none !important;
  }
  .card.card-xs--regular .card-description ol li,
  .card.card-xs--regular .card-text ol li {
    counter-increment: line-number;
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-xs--regular .card-description ol li:before,
  .card.card-xs--regular .card-text ol li:before {
    content: counter(line-number) ".";
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #0A1F44;
  }
  .card.card-xs--regular .card-description ol li:last-of-type,
  .card.card-xs--regular .card-text ol li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-xs--regular .card-description ul,
  .card.card-xs--regular .card-text ul {
    list-style-type: disc !important;
    list-style-position: inside;
  }
  .card.card-xs--regular .card-description ul li,
  .card.card-xs--regular .card-text ul li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: .72em;
        display: block;
        width: .375rem;
        height: .375rem;
        border-radius: 50%;
        background-color: $dark;
    }*/
  }
  .card.card-xs--regular .card-description ul li:last-of-type,
  .card.card-xs--regular .card-text ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-xs--regular .card-description img,
  .card.card-xs--regular .card-text img {
    display: block;
    max-width: 100%;
  }
  .card.card-xs--regular .card-description img.note-float-left,
  .card.card-xs--regular .card-text img.note-float-left {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-xs--regular .card-description img.note-float-right,
  .card.card-xs--regular .card-text img.note-float-right {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-xs--regular .card-description .MsoNormal, .card.card-xs--regular .card-description .MsoNormal span,
  .card.card-xs--regular .card-text .MsoNormal,
  .card.card-xs--regular .card-text .MsoNormal span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card-xs--regular .card-description p,
  .card.card-xs--regular .card-text p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-xs--regular .card-description h1, .card.card-xs--regular .card-description .h1, .card.card-xs--regular .card-description h1 span, .card.card-xs--regular .card-description .h1 span, .card.card-xs--regular .card-description h2, .card.card-xs--regular .card-description .h2, .card.card-xs--regular .card-description h2 span, .card.card-xs--regular .card-description .h2 span, .card.card-xs--regular .card-description h3, .card.card-xs--regular .card-description .h3, .card.card-xs--regular .card-description .swal-title, .card.card-xs--regular .card-description h3 span, .card.card-xs--regular .card-description .h3 span, .card.card-xs--regular .card-description .swal-title span, .card.card-xs--regular .card-description h4, .card.card-xs--regular .card-description .h4, .card.card-xs--regular .card-description h4 span, .card.card-xs--regular .card-description .h4 span, .card.card-xs--regular .card-description h5, .card.card-xs--regular .card-description .h5, .card.card-xs--regular .card-description h5 span, .card.card-xs--regular .card-description .h5 span, .card.card-xs--regular .card-description h6, .card.card-xs--regular .card-description .h6, .card.card-xs--regular .card-description h6 span, .card.card-xs--regular .card-description .h6 span,
  .card.card-xs--regular .card-text h1,
  .card.card-xs--regular .card-text .h1,
  .card.card-xs--regular .card-text h1 span,
  .card.card-xs--regular .card-text .h1 span,
  .card.card-xs--regular .card-text h2,
  .card.card-xs--regular .card-text .h2,
  .card.card-xs--regular .card-text h2 span,
  .card.card-xs--regular .card-text .h2 span,
  .card.card-xs--regular .card-text h3,
  .card.card-xs--regular .card-text .h3,
  .card.card-xs--regular .card-text .swal-title,
  .card.card-xs--regular .card-text h3 span,
  .card.card-xs--regular .card-text .h3 span,
  .card.card-xs--regular .card-text .swal-title span,
  .card.card-xs--regular .card-text h4,
  .card.card-xs--regular .card-text .h4,
  .card.card-xs--regular .card-text h4 span,
  .card.card-xs--regular .card-text .h4 span,
  .card.card-xs--regular .card-text h5,
  .card.card-xs--regular .card-text .h5,
  .card.card-xs--regular .card-text h5 span,
  .card.card-xs--regular .card-text .h5 span,
  .card.card-xs--regular .card-text h6,
  .card.card-xs--regular .card-text .h6,
  .card.card-xs--regular .card-text h6 span,
  .card.card-xs--regular .card-text .h6 span {
    font-size: 1.125rem !important;
  }
  .card.card-xs--regular .card-description a span,
  .card.card-xs--regular .card-text a span {
    color: inherit !important;
  }
  .card.card-xs--regular .card-content-grid {
    display: grid;
    grid-template-columns: 8.125rem auto;
    column-gap: 1.5rem;
  }
  .card.card-xs--regular .card-content-grid .card-img {
    grid-area: img;
  }
  .card.card-xs--regular .card-content-grid .card-title {
    grid-area: title;
    align-self: center;
  }
  .card.card-xs--regular .card-content-grid .card-description {
    grid-area: description;
  }
  .card.card-xs--regular:hover .card-img {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
  }
}
@media (min-width: 392px) {
  .card.card-sm--regular {
    position: relative;
    align-items: flex-start;
    display: flex;
    width: 100%;
    overflow: visible;
    border-radius: 0;
    transition: box-shadow 0.2s ease;
  }
  .card.card-sm--regular .card-img {
    flex: 0 0 auto;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    display: block;
    width: 8.125rem;
    margin-right: 1.5rem;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card.card-sm--regular .card-img .img-wrapper {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .card.card-sm--regular .card-img .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.card-sm--regular .card-img .img-wrapper {
    display: block;
    padding-bottom: 76.9230769231%;
  }
  .card.card-sm--regular .card-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .card.card-sm--regular .card-content {
    position: relative;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0;
    display: flex;
    flex-direction: column;
  }
  .card.card-sm--regular .card-title {
    font-size: 1rem;
    line-height: 1.5;
    color: #0A1F44;
    font-family: "DM Sans", Helvetica, "sans-serif";
    font-weight: 800;
    align-self: flex-start;
    transition: color 0.15s ease;
  }
  .card.card-sm--regular .card-title:hover {
    text-decoration: none;
    border-bottom: none;
    color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
  }
  .card.card-sm--regular .card-description h1, .card.card-sm--regular .card-description .h1, .card.card-sm--regular .card-description h2, .card.card-sm--regular .card-description .h2, .card.card-sm--regular .card-description h3, .card.card-sm--regular .card-description .h3, .card.card-sm--regular .card-description .swal-title, .card.card-sm--regular .card-description h4, .card.card-sm--regular .card-description .h4, .card.card-sm--regular .card-description h5, .card.card-sm--regular .card-description .h5, .card.card-sm--regular .card-description h6, .card.card-sm--regular .card-description .h6,
  .card.card-sm--regular .card-text h1,
  .card.card-sm--regular .card-text .h1,
  .card.card-sm--regular .card-text h2,
  .card.card-sm--regular .card-text .h2,
  .card.card-sm--regular .card-text h3,
  .card.card-sm--regular .card-text .h3,
  .card.card-sm--regular .card-text .swal-title,
  .card.card-sm--regular .card-text h4,
  .card.card-sm--regular .card-text .h4,
  .card.card-sm--regular .card-text h5,
  .card.card-sm--regular .card-text .h5,
  .card.card-sm--regular .card-text h6,
  .card.card-sm--regular .card-text .h6 {
    margin-bottom: 0.5em;
  }
  .card.card-sm--regular .card-description p,
  .card.card-sm--regular .card-text p {
    margin-bottom: 1.5rem;
  }
  .card.card-sm--regular .card-description p, .card.card-sm--regular .card-description span,
  .card.card-sm--regular .card-text p,
  .card.card-sm--regular .card-text span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-sm--regular .card-description ol,
  .card.card-sm--regular .card-text ol {
    padding-left: 1.5rem;
    counter-reset: item-number;
    list-style-type: none !important;
  }
  .card.card-sm--regular .card-description ol li,
  .card.card-sm--regular .card-text ol li {
    counter-increment: line-number;
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-sm--regular .card-description ol li:before,
  .card.card-sm--regular .card-text ol li:before {
    content: counter(line-number) ".";
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #0A1F44;
  }
  .card.card-sm--regular .card-description ol li:last-of-type,
  .card.card-sm--regular .card-text ol li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-sm--regular .card-description ul,
  .card.card-sm--regular .card-text ul {
    list-style-type: disc !important;
    list-style-position: inside;
  }
  .card.card-sm--regular .card-description ul li,
  .card.card-sm--regular .card-text ul li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: .72em;
        display: block;
        width: .375rem;
        height: .375rem;
        border-radius: 50%;
        background-color: $dark;
    }*/
  }
  .card.card-sm--regular .card-description ul li:last-of-type,
  .card.card-sm--regular .card-text ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-sm--regular .card-description img,
  .card.card-sm--regular .card-text img {
    display: block;
    max-width: 100%;
  }
  .card.card-sm--regular .card-description img.note-float-left,
  .card.card-sm--regular .card-text img.note-float-left {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-sm--regular .card-description img.note-float-right,
  .card.card-sm--regular .card-text img.note-float-right {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-sm--regular .card-description .MsoNormal, .card.card-sm--regular .card-description .MsoNormal span,
  .card.card-sm--regular .card-text .MsoNormal,
  .card.card-sm--regular .card-text .MsoNormal span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card-sm--regular .card-description p,
  .card.card-sm--regular .card-text p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-sm--regular .card-description h1, .card.card-sm--regular .card-description .h1, .card.card-sm--regular .card-description h1 span, .card.card-sm--regular .card-description .h1 span, .card.card-sm--regular .card-description h2, .card.card-sm--regular .card-description .h2, .card.card-sm--regular .card-description h2 span, .card.card-sm--regular .card-description .h2 span, .card.card-sm--regular .card-description h3, .card.card-sm--regular .card-description .h3, .card.card-sm--regular .card-description .swal-title, .card.card-sm--regular .card-description h3 span, .card.card-sm--regular .card-description .h3 span, .card.card-sm--regular .card-description .swal-title span, .card.card-sm--regular .card-description h4, .card.card-sm--regular .card-description .h4, .card.card-sm--regular .card-description h4 span, .card.card-sm--regular .card-description .h4 span, .card.card-sm--regular .card-description h5, .card.card-sm--regular .card-description .h5, .card.card-sm--regular .card-description h5 span, .card.card-sm--regular .card-description .h5 span, .card.card-sm--regular .card-description h6, .card.card-sm--regular .card-description .h6, .card.card-sm--regular .card-description h6 span, .card.card-sm--regular .card-description .h6 span,
  .card.card-sm--regular .card-text h1,
  .card.card-sm--regular .card-text .h1,
  .card.card-sm--regular .card-text h1 span,
  .card.card-sm--regular .card-text .h1 span,
  .card.card-sm--regular .card-text h2,
  .card.card-sm--regular .card-text .h2,
  .card.card-sm--regular .card-text h2 span,
  .card.card-sm--regular .card-text .h2 span,
  .card.card-sm--regular .card-text h3,
  .card.card-sm--regular .card-text .h3,
  .card.card-sm--regular .card-text .swal-title,
  .card.card-sm--regular .card-text h3 span,
  .card.card-sm--regular .card-text .h3 span,
  .card.card-sm--regular .card-text .swal-title span,
  .card.card-sm--regular .card-text h4,
  .card.card-sm--regular .card-text .h4,
  .card.card-sm--regular .card-text h4 span,
  .card.card-sm--regular .card-text .h4 span,
  .card.card-sm--regular .card-text h5,
  .card.card-sm--regular .card-text .h5,
  .card.card-sm--regular .card-text h5 span,
  .card.card-sm--regular .card-text .h5 span,
  .card.card-sm--regular .card-text h6,
  .card.card-sm--regular .card-text .h6,
  .card.card-sm--regular .card-text h6 span,
  .card.card-sm--regular .card-text .h6 span {
    font-size: 1.125rem !important;
  }
  .card.card-sm--regular .card-description a span,
  .card.card-sm--regular .card-text a span {
    color: inherit !important;
  }
  .card.card-sm--regular .card-content-grid {
    display: grid;
    grid-template-columns: 8.125rem auto;
    column-gap: 1.5rem;
  }
  .card.card-sm--regular .card-content-grid .card-img {
    grid-area: img;
  }
  .card.card-sm--regular .card-content-grid .card-title {
    grid-area: title;
    align-self: center;
  }
  .card.card-sm--regular .card-content-grid .card-description {
    grid-area: description;
  }
  .card.card-sm--regular:hover .card-img {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
  }
}
@media (min-width: 512px) {
  .card.card-md--regular {
    position: relative;
    align-items: flex-start;
    display: flex;
    width: 100%;
    overflow: visible;
    border-radius: 0;
    transition: box-shadow 0.2s ease;
  }
  .card.card-md--regular .card-img {
    flex: 0 0 auto;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    display: block;
    width: 8.125rem;
    margin-right: 1.5rem;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card.card-md--regular .card-img .img-wrapper {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .card.card-md--regular .card-img .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.card-md--regular .card-img .img-wrapper {
    display: block;
    padding-bottom: 76.9230769231%;
  }
  .card.card-md--regular .card-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .card.card-md--regular .card-content {
    position: relative;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0;
    display: flex;
    flex-direction: column;
  }
  .card.card-md--regular .card-title {
    font-size: 1rem;
    line-height: 1.5;
    color: #0A1F44;
    font-family: "DM Sans", Helvetica, "sans-serif";
    font-weight: 800;
    align-self: flex-start;
    transition: color 0.15s ease;
  }
  .card.card-md--regular .card-title:hover {
    text-decoration: none;
    border-bottom: none;
    color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
  }
  .card.card-md--regular .card-description h1, .card.card-md--regular .card-description .h1, .card.card-md--regular .card-description h2, .card.card-md--regular .card-description .h2, .card.card-md--regular .card-description h3, .card.card-md--regular .card-description .h3, .card.card-md--regular .card-description .swal-title, .card.card-md--regular .card-description h4, .card.card-md--regular .card-description .h4, .card.card-md--regular .card-description h5, .card.card-md--regular .card-description .h5, .card.card-md--regular .card-description h6, .card.card-md--regular .card-description .h6,
  .card.card-md--regular .card-text h1,
  .card.card-md--regular .card-text .h1,
  .card.card-md--regular .card-text h2,
  .card.card-md--regular .card-text .h2,
  .card.card-md--regular .card-text h3,
  .card.card-md--regular .card-text .h3,
  .card.card-md--regular .card-text .swal-title,
  .card.card-md--regular .card-text h4,
  .card.card-md--regular .card-text .h4,
  .card.card-md--regular .card-text h5,
  .card.card-md--regular .card-text .h5,
  .card.card-md--regular .card-text h6,
  .card.card-md--regular .card-text .h6 {
    margin-bottom: 0.5em;
  }
  .card.card-md--regular .card-description p,
  .card.card-md--regular .card-text p {
    margin-bottom: 1.5rem;
  }
  .card.card-md--regular .card-description p, .card.card-md--regular .card-description span,
  .card.card-md--regular .card-text p,
  .card.card-md--regular .card-text span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-md--regular .card-description ol,
  .card.card-md--regular .card-text ol {
    padding-left: 1.5rem;
    counter-reset: item-number;
    list-style-type: none !important;
  }
  .card.card-md--regular .card-description ol li,
  .card.card-md--regular .card-text ol li {
    counter-increment: line-number;
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-md--regular .card-description ol li:before,
  .card.card-md--regular .card-text ol li:before {
    content: counter(line-number) ".";
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #0A1F44;
  }
  .card.card-md--regular .card-description ol li:last-of-type,
  .card.card-md--regular .card-text ol li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-md--regular .card-description ul,
  .card.card-md--regular .card-text ul {
    list-style-type: disc !important;
    list-style-position: inside;
  }
  .card.card-md--regular .card-description ul li,
  .card.card-md--regular .card-text ul li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: .72em;
        display: block;
        width: .375rem;
        height: .375rem;
        border-radius: 50%;
        background-color: $dark;
    }*/
  }
  .card.card-md--regular .card-description ul li:last-of-type,
  .card.card-md--regular .card-text ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-md--regular .card-description img,
  .card.card-md--regular .card-text img {
    display: block;
    max-width: 100%;
  }
  .card.card-md--regular .card-description img.note-float-left,
  .card.card-md--regular .card-text img.note-float-left {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-md--regular .card-description img.note-float-right,
  .card.card-md--regular .card-text img.note-float-right {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-md--regular .card-description .MsoNormal, .card.card-md--regular .card-description .MsoNormal span,
  .card.card-md--regular .card-text .MsoNormal,
  .card.card-md--regular .card-text .MsoNormal span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card-md--regular .card-description p,
  .card.card-md--regular .card-text p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-md--regular .card-description h1, .card.card-md--regular .card-description .h1, .card.card-md--regular .card-description h1 span, .card.card-md--regular .card-description .h1 span, .card.card-md--regular .card-description h2, .card.card-md--regular .card-description .h2, .card.card-md--regular .card-description h2 span, .card.card-md--regular .card-description .h2 span, .card.card-md--regular .card-description h3, .card.card-md--regular .card-description .h3, .card.card-md--regular .card-description .swal-title, .card.card-md--regular .card-description h3 span, .card.card-md--regular .card-description .h3 span, .card.card-md--regular .card-description .swal-title span, .card.card-md--regular .card-description h4, .card.card-md--regular .card-description .h4, .card.card-md--regular .card-description h4 span, .card.card-md--regular .card-description .h4 span, .card.card-md--regular .card-description h5, .card.card-md--regular .card-description .h5, .card.card-md--regular .card-description h5 span, .card.card-md--regular .card-description .h5 span, .card.card-md--regular .card-description h6, .card.card-md--regular .card-description .h6, .card.card-md--regular .card-description h6 span, .card.card-md--regular .card-description .h6 span,
  .card.card-md--regular .card-text h1,
  .card.card-md--regular .card-text .h1,
  .card.card-md--regular .card-text h1 span,
  .card.card-md--regular .card-text .h1 span,
  .card.card-md--regular .card-text h2,
  .card.card-md--regular .card-text .h2,
  .card.card-md--regular .card-text h2 span,
  .card.card-md--regular .card-text .h2 span,
  .card.card-md--regular .card-text h3,
  .card.card-md--regular .card-text .h3,
  .card.card-md--regular .card-text .swal-title,
  .card.card-md--regular .card-text h3 span,
  .card.card-md--regular .card-text .h3 span,
  .card.card-md--regular .card-text .swal-title span,
  .card.card-md--regular .card-text h4,
  .card.card-md--regular .card-text .h4,
  .card.card-md--regular .card-text h4 span,
  .card.card-md--regular .card-text .h4 span,
  .card.card-md--regular .card-text h5,
  .card.card-md--regular .card-text .h5,
  .card.card-md--regular .card-text h5 span,
  .card.card-md--regular .card-text .h5 span,
  .card.card-md--regular .card-text h6,
  .card.card-md--regular .card-text .h6,
  .card.card-md--regular .card-text h6 span,
  .card.card-md--regular .card-text .h6 span {
    font-size: 1.125rem !important;
  }
  .card.card-md--regular .card-description a span,
  .card.card-md--regular .card-text a span {
    color: inherit !important;
  }
  .card.card-md--regular .card-content-grid {
    display: grid;
    grid-template-columns: 8.125rem auto;
    column-gap: 1.5rem;
  }
  .card.card-md--regular .card-content-grid .card-img {
    grid-area: img;
  }
  .card.card-md--regular .card-content-grid .card-title {
    grid-area: title;
    align-self: center;
  }
  .card.card-md--regular .card-content-grid .card-description {
    grid-area: description;
  }
  .card.card-md--regular:hover .card-img {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
  }
}
@media (min-width: 800px) {
  .card.card-lg--regular {
    position: relative;
    align-items: flex-start;
    display: flex;
    width: 100%;
    overflow: visible;
    border-radius: 0;
    transition: box-shadow 0.2s ease;
  }
  .card.card-lg--regular .card-img {
    flex: 0 0 auto;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    display: block;
    width: 8.125rem;
    margin-right: 1.5rem;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card.card-lg--regular .card-img .img-wrapper {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .card.card-lg--regular .card-img .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.card-lg--regular .card-img .img-wrapper {
    display: block;
    padding-bottom: 76.9230769231%;
  }
  .card.card-lg--regular .card-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .card.card-lg--regular .card-content {
    position: relative;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0;
    display: flex;
    flex-direction: column;
  }
  .card.card-lg--regular .card-title {
    font-size: 1rem;
    line-height: 1.5;
    color: #0A1F44;
    font-family: "DM Sans", Helvetica, "sans-serif";
    font-weight: 800;
    align-self: flex-start;
    transition: color 0.15s ease;
  }
  .card.card-lg--regular .card-title:hover {
    text-decoration: none;
    border-bottom: none;
    color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
  }
  .card.card-lg--regular .card-description h1, .card.card-lg--regular .card-description .h1, .card.card-lg--regular .card-description h2, .card.card-lg--regular .card-description .h2, .card.card-lg--regular .card-description h3, .card.card-lg--regular .card-description .h3, .card.card-lg--regular .card-description .swal-title, .card.card-lg--regular .card-description h4, .card.card-lg--regular .card-description .h4, .card.card-lg--regular .card-description h5, .card.card-lg--regular .card-description .h5, .card.card-lg--regular .card-description h6, .card.card-lg--regular .card-description .h6,
  .card.card-lg--regular .card-text h1,
  .card.card-lg--regular .card-text .h1,
  .card.card-lg--regular .card-text h2,
  .card.card-lg--regular .card-text .h2,
  .card.card-lg--regular .card-text h3,
  .card.card-lg--regular .card-text .h3,
  .card.card-lg--regular .card-text .swal-title,
  .card.card-lg--regular .card-text h4,
  .card.card-lg--regular .card-text .h4,
  .card.card-lg--regular .card-text h5,
  .card.card-lg--regular .card-text .h5,
  .card.card-lg--regular .card-text h6,
  .card.card-lg--regular .card-text .h6 {
    margin-bottom: 0.5em;
  }
  .card.card-lg--regular .card-description p,
  .card.card-lg--regular .card-text p {
    margin-bottom: 1.5rem;
  }
  .card.card-lg--regular .card-description p, .card.card-lg--regular .card-description span,
  .card.card-lg--regular .card-text p,
  .card.card-lg--regular .card-text span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-lg--regular .card-description ol,
  .card.card-lg--regular .card-text ol {
    padding-left: 1.5rem;
    counter-reset: item-number;
    list-style-type: none !important;
  }
  .card.card-lg--regular .card-description ol li,
  .card.card-lg--regular .card-text ol li {
    counter-increment: line-number;
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-lg--regular .card-description ol li:before,
  .card.card-lg--regular .card-text ol li:before {
    content: counter(line-number) ".";
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #0A1F44;
  }
  .card.card-lg--regular .card-description ol li:last-of-type,
  .card.card-lg--regular .card-text ol li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-lg--regular .card-description ul,
  .card.card-lg--regular .card-text ul {
    list-style-type: disc !important;
    list-style-position: inside;
  }
  .card.card-lg--regular .card-description ul li,
  .card.card-lg--regular .card-text ul li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: .72em;
        display: block;
        width: .375rem;
        height: .375rem;
        border-radius: 50%;
        background-color: $dark;
    }*/
  }
  .card.card-lg--regular .card-description ul li:last-of-type,
  .card.card-lg--regular .card-text ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-lg--regular .card-description img,
  .card.card-lg--regular .card-text img {
    display: block;
    max-width: 100%;
  }
  .card.card-lg--regular .card-description img.note-float-left,
  .card.card-lg--regular .card-text img.note-float-left {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-lg--regular .card-description img.note-float-right,
  .card.card-lg--regular .card-text img.note-float-right {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-lg--regular .card-description .MsoNormal, .card.card-lg--regular .card-description .MsoNormal span,
  .card.card-lg--regular .card-text .MsoNormal,
  .card.card-lg--regular .card-text .MsoNormal span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card-lg--regular .card-description p,
  .card.card-lg--regular .card-text p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-lg--regular .card-description h1, .card.card-lg--regular .card-description .h1, .card.card-lg--regular .card-description h1 span, .card.card-lg--regular .card-description .h1 span, .card.card-lg--regular .card-description h2, .card.card-lg--regular .card-description .h2, .card.card-lg--regular .card-description h2 span, .card.card-lg--regular .card-description .h2 span, .card.card-lg--regular .card-description h3, .card.card-lg--regular .card-description .h3, .card.card-lg--regular .card-description .swal-title, .card.card-lg--regular .card-description h3 span, .card.card-lg--regular .card-description .h3 span, .card.card-lg--regular .card-description .swal-title span, .card.card-lg--regular .card-description h4, .card.card-lg--regular .card-description .h4, .card.card-lg--regular .card-description h4 span, .card.card-lg--regular .card-description .h4 span, .card.card-lg--regular .card-description h5, .card.card-lg--regular .card-description .h5, .card.card-lg--regular .card-description h5 span, .card.card-lg--regular .card-description .h5 span, .card.card-lg--regular .card-description h6, .card.card-lg--regular .card-description .h6, .card.card-lg--regular .card-description h6 span, .card.card-lg--regular .card-description .h6 span,
  .card.card-lg--regular .card-text h1,
  .card.card-lg--regular .card-text .h1,
  .card.card-lg--regular .card-text h1 span,
  .card.card-lg--regular .card-text .h1 span,
  .card.card-lg--regular .card-text h2,
  .card.card-lg--regular .card-text .h2,
  .card.card-lg--regular .card-text h2 span,
  .card.card-lg--regular .card-text .h2 span,
  .card.card-lg--regular .card-text h3,
  .card.card-lg--regular .card-text .h3,
  .card.card-lg--regular .card-text .swal-title,
  .card.card-lg--regular .card-text h3 span,
  .card.card-lg--regular .card-text .h3 span,
  .card.card-lg--regular .card-text .swal-title span,
  .card.card-lg--regular .card-text h4,
  .card.card-lg--regular .card-text .h4,
  .card.card-lg--regular .card-text h4 span,
  .card.card-lg--regular .card-text .h4 span,
  .card.card-lg--regular .card-text h5,
  .card.card-lg--regular .card-text .h5,
  .card.card-lg--regular .card-text h5 span,
  .card.card-lg--regular .card-text .h5 span,
  .card.card-lg--regular .card-text h6,
  .card.card-lg--regular .card-text .h6,
  .card.card-lg--regular .card-text h6 span,
  .card.card-lg--regular .card-text .h6 span {
    font-size: 1.125rem !important;
  }
  .card.card-lg--regular .card-description a span,
  .card.card-lg--regular .card-text a span {
    color: inherit !important;
  }
  .card.card-lg--regular .card-content-grid {
    display: grid;
    grid-template-columns: 8.125rem auto;
    column-gap: 1.5rem;
  }
  .card.card-lg--regular .card-content-grid .card-img {
    grid-area: img;
  }
  .card.card-lg--regular .card-content-grid .card-title {
    grid-area: title;
    align-self: center;
  }
  .card.card-lg--regular .card-content-grid .card-description {
    grid-area: description;
  }
  .card.card-lg--regular:hover .card-img {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
  }
}
@media (min-width: 1232px) {
  .card.card-xl--regular {
    position: relative;
    align-items: flex-start;
    display: flex;
    width: 100%;
    overflow: visible;
    border-radius: 0;
    transition: box-shadow 0.2s ease;
  }
  .card.card-xl--regular .card-img {
    flex: 0 0 auto;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    display: block;
    width: 8.125rem;
    margin-right: 1.5rem;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card.card-xl--regular .card-img .img-wrapper {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .card.card-xl--regular .card-img .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.card-xl--regular .card-img .img-wrapper {
    display: block;
    padding-bottom: 76.9230769231%;
  }
  .card.card-xl--regular .card-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .card.card-xl--regular .card-content {
    position: relative;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0;
    display: flex;
    flex-direction: column;
  }
  .card.card-xl--regular .card-title {
    font-size: 1rem;
    line-height: 1.5;
    color: #0A1F44;
    font-family: "DM Sans", Helvetica, "sans-serif";
    font-weight: 800;
    align-self: flex-start;
    transition: color 0.15s ease;
  }
  .card.card-xl--regular .card-title:hover {
    text-decoration: none;
    border-bottom: none;
    color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
  }
  .card.card-xl--regular .card-description h1, .card.card-xl--regular .card-description .h1, .card.card-xl--regular .card-description h2, .card.card-xl--regular .card-description .h2, .card.card-xl--regular .card-description h3, .card.card-xl--regular .card-description .h3, .card.card-xl--regular .card-description .swal-title, .card.card-xl--regular .card-description h4, .card.card-xl--regular .card-description .h4, .card.card-xl--regular .card-description h5, .card.card-xl--regular .card-description .h5, .card.card-xl--regular .card-description h6, .card.card-xl--regular .card-description .h6,
  .card.card-xl--regular .card-text h1,
  .card.card-xl--regular .card-text .h1,
  .card.card-xl--regular .card-text h2,
  .card.card-xl--regular .card-text .h2,
  .card.card-xl--regular .card-text h3,
  .card.card-xl--regular .card-text .h3,
  .card.card-xl--regular .card-text .swal-title,
  .card.card-xl--regular .card-text h4,
  .card.card-xl--regular .card-text .h4,
  .card.card-xl--regular .card-text h5,
  .card.card-xl--regular .card-text .h5,
  .card.card-xl--regular .card-text h6,
  .card.card-xl--regular .card-text .h6 {
    margin-bottom: 0.5em;
  }
  .card.card-xl--regular .card-description p,
  .card.card-xl--regular .card-text p {
    margin-bottom: 1.5rem;
  }
  .card.card-xl--regular .card-description p, .card.card-xl--regular .card-description span,
  .card.card-xl--regular .card-text p,
  .card.card-xl--regular .card-text span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-xl--regular .card-description ol,
  .card.card-xl--regular .card-text ol {
    padding-left: 1.5rem;
    counter-reset: item-number;
    list-style-type: none !important;
  }
  .card.card-xl--regular .card-description ol li,
  .card.card-xl--regular .card-text ol li {
    counter-increment: line-number;
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-xl--regular .card-description ol li:before,
  .card.card-xl--regular .card-text ol li:before {
    content: counter(line-number) ".";
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #0A1F44;
  }
  .card.card-xl--regular .card-description ol li:last-of-type,
  .card.card-xl--regular .card-text ol li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-xl--regular .card-description ul,
  .card.card-xl--regular .card-text ul {
    list-style-type: disc !important;
    list-style-position: inside;
  }
  .card.card-xl--regular .card-description ul li,
  .card.card-xl--regular .card-text ul li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: .72em;
        display: block;
        width: .375rem;
        height: .375rem;
        border-radius: 50%;
        background-color: $dark;
    }*/
  }
  .card.card-xl--regular .card-description ul li:last-of-type,
  .card.card-xl--regular .card-text ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-xl--regular .card-description img,
  .card.card-xl--regular .card-text img {
    display: block;
    max-width: 100%;
  }
  .card.card-xl--regular .card-description img.note-float-left,
  .card.card-xl--regular .card-text img.note-float-left {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-xl--regular .card-description img.note-float-right,
  .card.card-xl--regular .card-text img.note-float-right {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-xl--regular .card-description .MsoNormal, .card.card-xl--regular .card-description .MsoNormal span,
  .card.card-xl--regular .card-text .MsoNormal,
  .card.card-xl--regular .card-text .MsoNormal span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card-xl--regular .card-description p,
  .card.card-xl--regular .card-text p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-xl--regular .card-description h1, .card.card-xl--regular .card-description .h1, .card.card-xl--regular .card-description h1 span, .card.card-xl--regular .card-description .h1 span, .card.card-xl--regular .card-description h2, .card.card-xl--regular .card-description .h2, .card.card-xl--regular .card-description h2 span, .card.card-xl--regular .card-description .h2 span, .card.card-xl--regular .card-description h3, .card.card-xl--regular .card-description .h3, .card.card-xl--regular .card-description .swal-title, .card.card-xl--regular .card-description h3 span, .card.card-xl--regular .card-description .h3 span, .card.card-xl--regular .card-description .swal-title span, .card.card-xl--regular .card-description h4, .card.card-xl--regular .card-description .h4, .card.card-xl--regular .card-description h4 span, .card.card-xl--regular .card-description .h4 span, .card.card-xl--regular .card-description h5, .card.card-xl--regular .card-description .h5, .card.card-xl--regular .card-description h5 span, .card.card-xl--regular .card-description .h5 span, .card.card-xl--regular .card-description h6, .card.card-xl--regular .card-description .h6, .card.card-xl--regular .card-description h6 span, .card.card-xl--regular .card-description .h6 span,
  .card.card-xl--regular .card-text h1,
  .card.card-xl--regular .card-text .h1,
  .card.card-xl--regular .card-text h1 span,
  .card.card-xl--regular .card-text .h1 span,
  .card.card-xl--regular .card-text h2,
  .card.card-xl--regular .card-text .h2,
  .card.card-xl--regular .card-text h2 span,
  .card.card-xl--regular .card-text .h2 span,
  .card.card-xl--regular .card-text h3,
  .card.card-xl--regular .card-text .h3,
  .card.card-xl--regular .card-text .swal-title,
  .card.card-xl--regular .card-text h3 span,
  .card.card-xl--regular .card-text .h3 span,
  .card.card-xl--regular .card-text .swal-title span,
  .card.card-xl--regular .card-text h4,
  .card.card-xl--regular .card-text .h4,
  .card.card-xl--regular .card-text h4 span,
  .card.card-xl--regular .card-text .h4 span,
  .card.card-xl--regular .card-text h5,
  .card.card-xl--regular .card-text .h5,
  .card.card-xl--regular .card-text h5 span,
  .card.card-xl--regular .card-text .h5 span,
  .card.card-xl--regular .card-text h6,
  .card.card-xl--regular .card-text .h6,
  .card.card-xl--regular .card-text h6 span,
  .card.card-xl--regular .card-text .h6 span {
    font-size: 1.125rem !important;
  }
  .card.card-xl--regular .card-description a span,
  .card.card-xl--regular .card-text a span {
    color: inherit !important;
  }
  .card.card-xl--regular .card-content-grid {
    display: grid;
    grid-template-columns: 8.125rem auto;
    column-gap: 1.5rem;
  }
  .card.card-xl--regular .card-content-grid .card-img {
    grid-area: img;
  }
  .card.card-xl--regular .card-content-grid .card-title {
    grid-area: title;
    align-self: center;
  }
  .card.card-xl--regular .card-content-grid .card-description {
    grid-area: description;
  }
  .card.card-xl--regular:hover .card-img {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
  }
}
.card--blog {
  position: relative;
  align-items: flex-start;
  display: flex;
  width: 100%;
  overflow: visible;
  border-radius: 0;
  transition: box-shadow 0.2s ease;
}
.card--blog .card-img {
  flex: 0 0 auto;
  align-self: flex-start;
  position: relative;
  z-index: 10;
  display: block;
  width: 8.125rem;
  margin-right: 1.5rem;
  overflow: hidden;
  border-radius: 0.25rem;
  transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.card--blog .card-img .img-wrapper {
  z-index: 1;
  position: relative;
  display: block;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card--blog .card-img .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card--blog .card-img .img-wrapper {
  display: block;
  padding-bottom: 76.9230769231%;
}
.card--blog .card-img:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
}
.card--blog .card-content {
  position: relative;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 0;
  display: flex;
  flex-direction: column;
}
.card--blog .card-title {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #0A1F44;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-weight: 600;
  align-self: flex-start;
  transition: color 0.15s ease;
}
.card--blog .card-title:hover {
  text-decoration: none;
  border-bottom: none;
  color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
}
.card--blog .card-description h1, .card--blog .card-description .h1, .card--blog .card-description h2, .card--blog .card-description .h2, .card--blog .card-description h3, .card--blog .card-description .h3, .card--blog .card-description .swal-title, .card--blog .card-description h4, .card--blog .card-description .h4, .card--blog .card-description h5, .card--blog .card-description .h5, .card--blog .card-description h6, .card--blog .card-description .h6,
.card--blog .card-text h1,
.card--blog .card-text .h1,
.card--blog .card-text h2,
.card--blog .card-text .h2,
.card--blog .card-text h3,
.card--blog .card-text .h3,
.card--blog .card-text .swal-title,
.card--blog .card-text h4,
.card--blog .card-text .h4,
.card--blog .card-text h5,
.card--blog .card-text .h5,
.card--blog .card-text h6,
.card--blog .card-text .h6 {
  margin-bottom: 0.5em;
}
.card--blog .card-description p,
.card--blog .card-text p {
  margin-bottom: 1.5rem;
}
.card--blog .card-description p, .card--blog .card-description span,
.card--blog .card-text p,
.card--blog .card-text span {
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
}
.card--blog .card-description ol,
.card--blog .card-text ol {
  padding-left: 1.5rem;
  counter-reset: item-number;
  list-style-type: none !important;
}
.card--blog .card-description ol li,
.card--blog .card-text ol li {
  counter-increment: line-number;
  position: relative !important;
  padding-left: 1.5rem !important;
  margin-bottom: 0.375rem !important;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  margin-top: 0 !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
}
.card--blog .card-description ol li:before,
.card--blog .card-text ol li:before {
  content: counter(line-number) ".";
  position: absolute;
  left: 0;
  font-family: "Open Sans", Helvetica, "sans-serif";
  color: #0A1F44;
}
.card--blog .card-description ol li:last-of-type,
.card--blog .card-text ol li:last-of-type {
  margin-bottom: 0 !important;
}
.card--blog .card-description ul,
.card--blog .card-text ul {
  list-style-type: disc !important;
  list-style-position: inside;
}
.card--blog .card-description ul li,
.card--blog .card-text ul li {
  position: relative !important;
  padding-left: 1.5rem !important;
  margin-bottom: 0.375rem !important;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  margin-top: 0 !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
  /*&:before {
      content: '';
      position: absolute;
      left: 0;
      top: .72em;
      display: block;
      width: .375rem;
      height: .375rem;
      border-radius: 50%;
      background-color: $dark;
  }*/
}
.card--blog .card-description ul li:last-of-type,
.card--blog .card-text ul li:last-of-type {
  margin-bottom: 0 !important;
}
.card--blog .card-description img,
.card--blog .card-text img {
  display: block;
  max-width: 100%;
}
.card--blog .card-description img.note-float-left,
.card--blog .card-text img.note-float-left {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.card--blog .card-description img.note-float-right,
.card--blog .card-text img.note-float-right {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.card--blog .card-description .MsoNormal, .card--blog .card-description .MsoNormal span,
.card--blog .card-text .MsoNormal,
.card--blog .card-text .MsoNormal span {
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-size: 1rem;
  line-height: 1.5;
}
.card--blog .card-description p,
.card--blog .card-text p {
  font-size: 0.875rem !important;
  margin-bottom: 0.5rem !important;
}
.card--blog .card-description h1, .card--blog .card-description .h1, .card--blog .card-description h1 span, .card--blog .card-description .h1 span, .card--blog .card-description h2, .card--blog .card-description .h2, .card--blog .card-description h2 span, .card--blog .card-description .h2 span, .card--blog .card-description h3, .card--blog .card-description .h3, .card--blog .card-description .swal-title, .card--blog .card-description h3 span, .card--blog .card-description .h3 span, .card--blog .card-description .swal-title span, .card--blog .card-description h4, .card--blog .card-description .h4, .card--blog .card-description h4 span, .card--blog .card-description .h4 span, .card--blog .card-description h5, .card--blog .card-description .h5, .card--blog .card-description h5 span, .card--blog .card-description .h5 span, .card--blog .card-description h6, .card--blog .card-description .h6, .card--blog .card-description h6 span, .card--blog .card-description .h6 span,
.card--blog .card-text h1,
.card--blog .card-text .h1,
.card--blog .card-text h1 span,
.card--blog .card-text .h1 span,
.card--blog .card-text h2,
.card--blog .card-text .h2,
.card--blog .card-text h2 span,
.card--blog .card-text .h2 span,
.card--blog .card-text h3,
.card--blog .card-text .h3,
.card--blog .card-text .swal-title,
.card--blog .card-text h3 span,
.card--blog .card-text .h3 span,
.card--blog .card-text .swal-title span,
.card--blog .card-text h4,
.card--blog .card-text .h4,
.card--blog .card-text h4 span,
.card--blog .card-text .h4 span,
.card--blog .card-text h5,
.card--blog .card-text .h5,
.card--blog .card-text h5 span,
.card--blog .card-text .h5 span,
.card--blog .card-text h6,
.card--blog .card-text .h6,
.card--blog .card-text h6 span,
.card--blog .card-text .h6 span {
  font-size: 1.125rem !important;
}
.card--blog .card-description a span,
.card--blog .card-text a span {
  color: inherit !important;
}
.card--blog .card-content-grid {
  display: grid;
  grid-template-columns: 8.125rem auto;
  grid-template-areas: "img title" "img description";
  column-gap: 1.5rem;
}
.card--blog .card-content-grid .card-img {
  grid-area: img;
}
.card--blog .card-content-grid .card-title {
  grid-area: title;
  align-self: center;
}
.card--blog .card-content-grid .card-description {
  grid-area: description;
}
.card--blog:hover .card-img {
  transform: scale(1.05);
  box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
}
.card.card-xxs--blog {
  position: relative;
  align-items: flex-start;
  display: flex;
  width: 100%;
  overflow: visible;
  border-radius: 0;
  transition: box-shadow 0.2s ease;
}
.card.card-xxs--blog .card-img {
  flex: 0 0 auto;
  align-self: flex-start;
  position: relative;
  z-index: 10;
  display: block;
  width: 8.125rem;
  margin-right: 1.5rem;
  overflow: hidden;
  border-radius: 0.25rem;
  transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.card.card-xxs--blog .card-img .img-wrapper {
  z-index: 1;
  position: relative;
  display: block;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card.card-xxs--blog .card-img .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card.card-xxs--blog .card-img .img-wrapper {
  display: block;
  padding-bottom: 76.9230769231%;
}
.card.card-xxs--blog .card-img:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
}
.card.card-xxs--blog .card-content {
  position: relative;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 0;
  display: flex;
  flex-direction: column;
}
.card.card-xxs--blog .card-title {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #0A1F44;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-weight: 600;
  align-self: flex-start;
  transition: color 0.15s ease;
}
.card.card-xxs--blog .card-title:hover {
  text-decoration: none;
  border-bottom: none;
  color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
}
.card.card-xxs--blog .card-description h1, .card.card-xxs--blog .card-description .h1, .card.card-xxs--blog .card-description h2, .card.card-xxs--blog .card-description .h2, .card.card-xxs--blog .card-description h3, .card.card-xxs--blog .card-description .h3, .card.card-xxs--blog .card-description .swal-title, .card.card-xxs--blog .card-description h4, .card.card-xxs--blog .card-description .h4, .card.card-xxs--blog .card-description h5, .card.card-xxs--blog .card-description .h5, .card.card-xxs--blog .card-description h6, .card.card-xxs--blog .card-description .h6,
.card.card-xxs--blog .card-text h1,
.card.card-xxs--blog .card-text .h1,
.card.card-xxs--blog .card-text h2,
.card.card-xxs--blog .card-text .h2,
.card.card-xxs--blog .card-text h3,
.card.card-xxs--blog .card-text .h3,
.card.card-xxs--blog .card-text .swal-title,
.card.card-xxs--blog .card-text h4,
.card.card-xxs--blog .card-text .h4,
.card.card-xxs--blog .card-text h5,
.card.card-xxs--blog .card-text .h5,
.card.card-xxs--blog .card-text h6,
.card.card-xxs--blog .card-text .h6 {
  margin-bottom: 0.5em;
}
.card.card-xxs--blog .card-description p,
.card.card-xxs--blog .card-text p {
  margin-bottom: 1.5rem;
}
.card.card-xxs--blog .card-description p, .card.card-xxs--blog .card-description span,
.card.card-xxs--blog .card-text p,
.card.card-xxs--blog .card-text span {
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
}
.card.card-xxs--blog .card-description ol,
.card.card-xxs--blog .card-text ol {
  padding-left: 1.5rem;
  counter-reset: item-number;
  list-style-type: none !important;
}
.card.card-xxs--blog .card-description ol li,
.card.card-xxs--blog .card-text ol li {
  counter-increment: line-number;
  position: relative !important;
  padding-left: 1.5rem !important;
  margin-bottom: 0.375rem !important;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  margin-top: 0 !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
}
.card.card-xxs--blog .card-description ol li:before,
.card.card-xxs--blog .card-text ol li:before {
  content: counter(line-number) ".";
  position: absolute;
  left: 0;
  font-family: "Open Sans", Helvetica, "sans-serif";
  color: #0A1F44;
}
.card.card-xxs--blog .card-description ol li:last-of-type,
.card.card-xxs--blog .card-text ol li:last-of-type {
  margin-bottom: 0 !important;
}
.card.card-xxs--blog .card-description ul,
.card.card-xxs--blog .card-text ul {
  list-style-type: disc !important;
  list-style-position: inside;
}
.card.card-xxs--blog .card-description ul li,
.card.card-xxs--blog .card-text ul li {
  position: relative !important;
  padding-left: 1.5rem !important;
  margin-bottom: 0.375rem !important;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  margin-top: 0 !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
  /*&:before {
      content: '';
      position: absolute;
      left: 0;
      top: .72em;
      display: block;
      width: .375rem;
      height: .375rem;
      border-radius: 50%;
      background-color: $dark;
  }*/
}
.card.card-xxs--blog .card-description ul li:last-of-type,
.card.card-xxs--blog .card-text ul li:last-of-type {
  margin-bottom: 0 !important;
}
.card.card-xxs--blog .card-description img,
.card.card-xxs--blog .card-text img {
  display: block;
  max-width: 100%;
}
.card.card-xxs--blog .card-description img.note-float-left,
.card.card-xxs--blog .card-text img.note-float-left {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.card.card-xxs--blog .card-description img.note-float-right,
.card.card-xxs--blog .card-text img.note-float-right {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.card.card-xxs--blog .card-description .MsoNormal, .card.card-xxs--blog .card-description .MsoNormal span,
.card.card-xxs--blog .card-text .MsoNormal,
.card.card-xxs--blog .card-text .MsoNormal span {
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-size: 1rem;
  line-height: 1.5;
}
.card.card-xxs--blog .card-description p,
.card.card-xxs--blog .card-text p {
  font-size: 0.875rem !important;
  margin-bottom: 0.5rem !important;
}
.card.card-xxs--blog .card-description h1, .card.card-xxs--blog .card-description .h1, .card.card-xxs--blog .card-description h1 span, .card.card-xxs--blog .card-description .h1 span, .card.card-xxs--blog .card-description h2, .card.card-xxs--blog .card-description .h2, .card.card-xxs--blog .card-description h2 span, .card.card-xxs--blog .card-description .h2 span, .card.card-xxs--blog .card-description h3, .card.card-xxs--blog .card-description .h3, .card.card-xxs--blog .card-description .swal-title, .card.card-xxs--blog .card-description h3 span, .card.card-xxs--blog .card-description .h3 span, .card.card-xxs--blog .card-description .swal-title span, .card.card-xxs--blog .card-description h4, .card.card-xxs--blog .card-description .h4, .card.card-xxs--blog .card-description h4 span, .card.card-xxs--blog .card-description .h4 span, .card.card-xxs--blog .card-description h5, .card.card-xxs--blog .card-description .h5, .card.card-xxs--blog .card-description h5 span, .card.card-xxs--blog .card-description .h5 span, .card.card-xxs--blog .card-description h6, .card.card-xxs--blog .card-description .h6, .card.card-xxs--blog .card-description h6 span, .card.card-xxs--blog .card-description .h6 span,
.card.card-xxs--blog .card-text h1,
.card.card-xxs--blog .card-text .h1,
.card.card-xxs--blog .card-text h1 span,
.card.card-xxs--blog .card-text .h1 span,
.card.card-xxs--blog .card-text h2,
.card.card-xxs--blog .card-text .h2,
.card.card-xxs--blog .card-text h2 span,
.card.card-xxs--blog .card-text .h2 span,
.card.card-xxs--blog .card-text h3,
.card.card-xxs--blog .card-text .h3,
.card.card-xxs--blog .card-text .swal-title,
.card.card-xxs--blog .card-text h3 span,
.card.card-xxs--blog .card-text .h3 span,
.card.card-xxs--blog .card-text .swal-title span,
.card.card-xxs--blog .card-text h4,
.card.card-xxs--blog .card-text .h4,
.card.card-xxs--blog .card-text h4 span,
.card.card-xxs--blog .card-text .h4 span,
.card.card-xxs--blog .card-text h5,
.card.card-xxs--blog .card-text .h5,
.card.card-xxs--blog .card-text h5 span,
.card.card-xxs--blog .card-text .h5 span,
.card.card-xxs--blog .card-text h6,
.card.card-xxs--blog .card-text .h6,
.card.card-xxs--blog .card-text h6 span,
.card.card-xxs--blog .card-text .h6 span {
  font-size: 1.125rem !important;
}
.card.card-xxs--blog .card-description a span,
.card.card-xxs--blog .card-text a span {
  color: inherit !important;
}
.card.card-xxs--blog .card-content-grid {
  display: grid;
  grid-template-columns: 8.125rem auto;
  grid-template-areas: "img title" "img description";
  column-gap: 1.5rem;
}
.card.card-xxs--blog .card-content-grid .card-img {
  grid-area: img;
}
.card.card-xxs--blog .card-content-grid .card-title {
  grid-area: title;
  align-self: center;
}
.card.card-xxs--blog .card-content-grid .card-description {
  grid-area: description;
}
.card.card-xxs--blog:hover .card-img {
  transform: scale(1.05);
  box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
}
@media (min-width: 320px) {
  .card.card-xs--blog {
    position: relative;
    align-items: flex-start;
    display: flex;
    width: 100%;
    overflow: visible;
    border-radius: 0;
    transition: box-shadow 0.2s ease;
  }
  .card.card-xs--blog .card-img {
    flex: 0 0 auto;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    display: block;
    width: 8.125rem;
    margin-right: 1.5rem;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card.card-xs--blog .card-img .img-wrapper {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .card.card-xs--blog .card-img .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.card-xs--blog .card-img .img-wrapper {
    display: block;
    padding-bottom: 76.9230769231%;
  }
  .card.card-xs--blog .card-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .card.card-xs--blog .card-content {
    position: relative;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0;
    display: flex;
    flex-direction: column;
  }
  .card.card-xs--blog .card-title {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #0A1F44;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-weight: 600;
    align-self: flex-start;
    transition: color 0.15s ease;
  }
  .card.card-xs--blog .card-title:hover {
    text-decoration: none;
    border-bottom: none;
    color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
  }
  .card.card-xs--blog .card-description h1, .card.card-xs--blog .card-description .h1, .card.card-xs--blog .card-description h2, .card.card-xs--blog .card-description .h2, .card.card-xs--blog .card-description h3, .card.card-xs--blog .card-description .h3, .card.card-xs--blog .card-description .swal-title, .card.card-xs--blog .card-description h4, .card.card-xs--blog .card-description .h4, .card.card-xs--blog .card-description h5, .card.card-xs--blog .card-description .h5, .card.card-xs--blog .card-description h6, .card.card-xs--blog .card-description .h6,
  .card.card-xs--blog .card-text h1,
  .card.card-xs--blog .card-text .h1,
  .card.card-xs--blog .card-text h2,
  .card.card-xs--blog .card-text .h2,
  .card.card-xs--blog .card-text h3,
  .card.card-xs--blog .card-text .h3,
  .card.card-xs--blog .card-text .swal-title,
  .card.card-xs--blog .card-text h4,
  .card.card-xs--blog .card-text .h4,
  .card.card-xs--blog .card-text h5,
  .card.card-xs--blog .card-text .h5,
  .card.card-xs--blog .card-text h6,
  .card.card-xs--blog .card-text .h6 {
    margin-bottom: 0.5em;
  }
  .card.card-xs--blog .card-description p,
  .card.card-xs--blog .card-text p {
    margin-bottom: 1.5rem;
  }
  .card.card-xs--blog .card-description p, .card.card-xs--blog .card-description span,
  .card.card-xs--blog .card-text p,
  .card.card-xs--blog .card-text span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-xs--blog .card-description ol,
  .card.card-xs--blog .card-text ol {
    padding-left: 1.5rem;
    counter-reset: item-number;
    list-style-type: none !important;
  }
  .card.card-xs--blog .card-description ol li,
  .card.card-xs--blog .card-text ol li {
    counter-increment: line-number;
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-xs--blog .card-description ol li:before,
  .card.card-xs--blog .card-text ol li:before {
    content: counter(line-number) ".";
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #0A1F44;
  }
  .card.card-xs--blog .card-description ol li:last-of-type,
  .card.card-xs--blog .card-text ol li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-xs--blog .card-description ul,
  .card.card-xs--blog .card-text ul {
    list-style-type: disc !important;
    list-style-position: inside;
  }
  .card.card-xs--blog .card-description ul li,
  .card.card-xs--blog .card-text ul li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: .72em;
        display: block;
        width: .375rem;
        height: .375rem;
        border-radius: 50%;
        background-color: $dark;
    }*/
  }
  .card.card-xs--blog .card-description ul li:last-of-type,
  .card.card-xs--blog .card-text ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-xs--blog .card-description img,
  .card.card-xs--blog .card-text img {
    display: block;
    max-width: 100%;
  }
  .card.card-xs--blog .card-description img.note-float-left,
  .card.card-xs--blog .card-text img.note-float-left {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-xs--blog .card-description img.note-float-right,
  .card.card-xs--blog .card-text img.note-float-right {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-xs--blog .card-description .MsoNormal, .card.card-xs--blog .card-description .MsoNormal span,
  .card.card-xs--blog .card-text .MsoNormal,
  .card.card-xs--blog .card-text .MsoNormal span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card-xs--blog .card-description p,
  .card.card-xs--blog .card-text p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-xs--blog .card-description h1, .card.card-xs--blog .card-description .h1, .card.card-xs--blog .card-description h1 span, .card.card-xs--blog .card-description .h1 span, .card.card-xs--blog .card-description h2, .card.card-xs--blog .card-description .h2, .card.card-xs--blog .card-description h2 span, .card.card-xs--blog .card-description .h2 span, .card.card-xs--blog .card-description h3, .card.card-xs--blog .card-description .h3, .card.card-xs--blog .card-description .swal-title, .card.card-xs--blog .card-description h3 span, .card.card-xs--blog .card-description .h3 span, .card.card-xs--blog .card-description .swal-title span, .card.card-xs--blog .card-description h4, .card.card-xs--blog .card-description .h4, .card.card-xs--blog .card-description h4 span, .card.card-xs--blog .card-description .h4 span, .card.card-xs--blog .card-description h5, .card.card-xs--blog .card-description .h5, .card.card-xs--blog .card-description h5 span, .card.card-xs--blog .card-description .h5 span, .card.card-xs--blog .card-description h6, .card.card-xs--blog .card-description .h6, .card.card-xs--blog .card-description h6 span, .card.card-xs--blog .card-description .h6 span,
  .card.card-xs--blog .card-text h1,
  .card.card-xs--blog .card-text .h1,
  .card.card-xs--blog .card-text h1 span,
  .card.card-xs--blog .card-text .h1 span,
  .card.card-xs--blog .card-text h2,
  .card.card-xs--blog .card-text .h2,
  .card.card-xs--blog .card-text h2 span,
  .card.card-xs--blog .card-text .h2 span,
  .card.card-xs--blog .card-text h3,
  .card.card-xs--blog .card-text .h3,
  .card.card-xs--blog .card-text .swal-title,
  .card.card-xs--blog .card-text h3 span,
  .card.card-xs--blog .card-text .h3 span,
  .card.card-xs--blog .card-text .swal-title span,
  .card.card-xs--blog .card-text h4,
  .card.card-xs--blog .card-text .h4,
  .card.card-xs--blog .card-text h4 span,
  .card.card-xs--blog .card-text .h4 span,
  .card.card-xs--blog .card-text h5,
  .card.card-xs--blog .card-text .h5,
  .card.card-xs--blog .card-text h5 span,
  .card.card-xs--blog .card-text .h5 span,
  .card.card-xs--blog .card-text h6,
  .card.card-xs--blog .card-text .h6,
  .card.card-xs--blog .card-text h6 span,
  .card.card-xs--blog .card-text .h6 span {
    font-size: 1.125rem !important;
  }
  .card.card-xs--blog .card-description a span,
  .card.card-xs--blog .card-text a span {
    color: inherit !important;
  }
  .card.card-xs--blog .card-content-grid {
    display: grid;
    grid-template-columns: 8.125rem auto;
    grid-template-areas: "img title" "img description";
    column-gap: 1.5rem;
  }
  .card.card-xs--blog .card-content-grid .card-img {
    grid-area: img;
  }
  .card.card-xs--blog .card-content-grid .card-title {
    grid-area: title;
    align-self: center;
  }
  .card.card-xs--blog .card-content-grid .card-description {
    grid-area: description;
  }
  .card.card-xs--blog:hover .card-img {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
  }
}
@media (min-width: 392px) {
  .card.card-sm--blog {
    position: relative;
    align-items: flex-start;
    display: flex;
    width: 100%;
    overflow: visible;
    border-radius: 0;
    transition: box-shadow 0.2s ease;
  }
  .card.card-sm--blog .card-img {
    flex: 0 0 auto;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    display: block;
    width: 8.125rem;
    margin-right: 1.5rem;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card.card-sm--blog .card-img .img-wrapper {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .card.card-sm--blog .card-img .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.card-sm--blog .card-img .img-wrapper {
    display: block;
    padding-bottom: 76.9230769231%;
  }
  .card.card-sm--blog .card-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .card.card-sm--blog .card-content {
    position: relative;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0;
    display: flex;
    flex-direction: column;
  }
  .card.card-sm--blog .card-title {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #0A1F44;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-weight: 600;
    align-self: flex-start;
    transition: color 0.15s ease;
  }
  .card.card-sm--blog .card-title:hover {
    text-decoration: none;
    border-bottom: none;
    color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
  }
  .card.card-sm--blog .card-description h1, .card.card-sm--blog .card-description .h1, .card.card-sm--blog .card-description h2, .card.card-sm--blog .card-description .h2, .card.card-sm--blog .card-description h3, .card.card-sm--blog .card-description .h3, .card.card-sm--blog .card-description .swal-title, .card.card-sm--blog .card-description h4, .card.card-sm--blog .card-description .h4, .card.card-sm--blog .card-description h5, .card.card-sm--blog .card-description .h5, .card.card-sm--blog .card-description h6, .card.card-sm--blog .card-description .h6,
  .card.card-sm--blog .card-text h1,
  .card.card-sm--blog .card-text .h1,
  .card.card-sm--blog .card-text h2,
  .card.card-sm--blog .card-text .h2,
  .card.card-sm--blog .card-text h3,
  .card.card-sm--blog .card-text .h3,
  .card.card-sm--blog .card-text .swal-title,
  .card.card-sm--blog .card-text h4,
  .card.card-sm--blog .card-text .h4,
  .card.card-sm--blog .card-text h5,
  .card.card-sm--blog .card-text .h5,
  .card.card-sm--blog .card-text h6,
  .card.card-sm--blog .card-text .h6 {
    margin-bottom: 0.5em;
  }
  .card.card-sm--blog .card-description p,
  .card.card-sm--blog .card-text p {
    margin-bottom: 1.5rem;
  }
  .card.card-sm--blog .card-description p, .card.card-sm--blog .card-description span,
  .card.card-sm--blog .card-text p,
  .card.card-sm--blog .card-text span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-sm--blog .card-description ol,
  .card.card-sm--blog .card-text ol {
    padding-left: 1.5rem;
    counter-reset: item-number;
    list-style-type: none !important;
  }
  .card.card-sm--blog .card-description ol li,
  .card.card-sm--blog .card-text ol li {
    counter-increment: line-number;
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-sm--blog .card-description ol li:before,
  .card.card-sm--blog .card-text ol li:before {
    content: counter(line-number) ".";
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #0A1F44;
  }
  .card.card-sm--blog .card-description ol li:last-of-type,
  .card.card-sm--blog .card-text ol li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-sm--blog .card-description ul,
  .card.card-sm--blog .card-text ul {
    list-style-type: disc !important;
    list-style-position: inside;
  }
  .card.card-sm--blog .card-description ul li,
  .card.card-sm--blog .card-text ul li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: .72em;
        display: block;
        width: .375rem;
        height: .375rem;
        border-radius: 50%;
        background-color: $dark;
    }*/
  }
  .card.card-sm--blog .card-description ul li:last-of-type,
  .card.card-sm--blog .card-text ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-sm--blog .card-description img,
  .card.card-sm--blog .card-text img {
    display: block;
    max-width: 100%;
  }
  .card.card-sm--blog .card-description img.note-float-left,
  .card.card-sm--blog .card-text img.note-float-left {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-sm--blog .card-description img.note-float-right,
  .card.card-sm--blog .card-text img.note-float-right {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-sm--blog .card-description .MsoNormal, .card.card-sm--blog .card-description .MsoNormal span,
  .card.card-sm--blog .card-text .MsoNormal,
  .card.card-sm--blog .card-text .MsoNormal span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card-sm--blog .card-description p,
  .card.card-sm--blog .card-text p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-sm--blog .card-description h1, .card.card-sm--blog .card-description .h1, .card.card-sm--blog .card-description h1 span, .card.card-sm--blog .card-description .h1 span, .card.card-sm--blog .card-description h2, .card.card-sm--blog .card-description .h2, .card.card-sm--blog .card-description h2 span, .card.card-sm--blog .card-description .h2 span, .card.card-sm--blog .card-description h3, .card.card-sm--blog .card-description .h3, .card.card-sm--blog .card-description .swal-title, .card.card-sm--blog .card-description h3 span, .card.card-sm--blog .card-description .h3 span, .card.card-sm--blog .card-description .swal-title span, .card.card-sm--blog .card-description h4, .card.card-sm--blog .card-description .h4, .card.card-sm--blog .card-description h4 span, .card.card-sm--blog .card-description .h4 span, .card.card-sm--blog .card-description h5, .card.card-sm--blog .card-description .h5, .card.card-sm--blog .card-description h5 span, .card.card-sm--blog .card-description .h5 span, .card.card-sm--blog .card-description h6, .card.card-sm--blog .card-description .h6, .card.card-sm--blog .card-description h6 span, .card.card-sm--blog .card-description .h6 span,
  .card.card-sm--blog .card-text h1,
  .card.card-sm--blog .card-text .h1,
  .card.card-sm--blog .card-text h1 span,
  .card.card-sm--blog .card-text .h1 span,
  .card.card-sm--blog .card-text h2,
  .card.card-sm--blog .card-text .h2,
  .card.card-sm--blog .card-text h2 span,
  .card.card-sm--blog .card-text .h2 span,
  .card.card-sm--blog .card-text h3,
  .card.card-sm--blog .card-text .h3,
  .card.card-sm--blog .card-text .swal-title,
  .card.card-sm--blog .card-text h3 span,
  .card.card-sm--blog .card-text .h3 span,
  .card.card-sm--blog .card-text .swal-title span,
  .card.card-sm--blog .card-text h4,
  .card.card-sm--blog .card-text .h4,
  .card.card-sm--blog .card-text h4 span,
  .card.card-sm--blog .card-text .h4 span,
  .card.card-sm--blog .card-text h5,
  .card.card-sm--blog .card-text .h5,
  .card.card-sm--blog .card-text h5 span,
  .card.card-sm--blog .card-text .h5 span,
  .card.card-sm--blog .card-text h6,
  .card.card-sm--blog .card-text .h6,
  .card.card-sm--blog .card-text h6 span,
  .card.card-sm--blog .card-text .h6 span {
    font-size: 1.125rem !important;
  }
  .card.card-sm--blog .card-description a span,
  .card.card-sm--blog .card-text a span {
    color: inherit !important;
  }
  .card.card-sm--blog .card-content-grid {
    display: grid;
    grid-template-columns: 8.125rem auto;
    grid-template-areas: "img title" "img description";
    column-gap: 1.5rem;
  }
  .card.card-sm--blog .card-content-grid .card-img {
    grid-area: img;
  }
  .card.card-sm--blog .card-content-grid .card-title {
    grid-area: title;
    align-self: center;
  }
  .card.card-sm--blog .card-content-grid .card-description {
    grid-area: description;
  }
  .card.card-sm--blog:hover .card-img {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
  }
}
@media (min-width: 512px) {
  .card.card-md--blog {
    position: relative;
    align-items: flex-start;
    display: flex;
    width: 100%;
    overflow: visible;
    border-radius: 0;
    transition: box-shadow 0.2s ease;
  }
  .card.card-md--blog .card-img {
    flex: 0 0 auto;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    display: block;
    width: 8.125rem;
    margin-right: 1.5rem;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card.card-md--blog .card-img .img-wrapper {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .card.card-md--blog .card-img .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.card-md--blog .card-img .img-wrapper {
    display: block;
    padding-bottom: 76.9230769231%;
  }
  .card.card-md--blog .card-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .card.card-md--blog .card-content {
    position: relative;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0;
    display: flex;
    flex-direction: column;
  }
  .card.card-md--blog .card-title {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #0A1F44;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-weight: 600;
    align-self: flex-start;
    transition: color 0.15s ease;
  }
  .card.card-md--blog .card-title:hover {
    text-decoration: none;
    border-bottom: none;
    color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
  }
  .card.card-md--blog .card-description h1, .card.card-md--blog .card-description .h1, .card.card-md--blog .card-description h2, .card.card-md--blog .card-description .h2, .card.card-md--blog .card-description h3, .card.card-md--blog .card-description .h3, .card.card-md--blog .card-description .swal-title, .card.card-md--blog .card-description h4, .card.card-md--blog .card-description .h4, .card.card-md--blog .card-description h5, .card.card-md--blog .card-description .h5, .card.card-md--blog .card-description h6, .card.card-md--blog .card-description .h6,
  .card.card-md--blog .card-text h1,
  .card.card-md--blog .card-text .h1,
  .card.card-md--blog .card-text h2,
  .card.card-md--blog .card-text .h2,
  .card.card-md--blog .card-text h3,
  .card.card-md--blog .card-text .h3,
  .card.card-md--blog .card-text .swal-title,
  .card.card-md--blog .card-text h4,
  .card.card-md--blog .card-text .h4,
  .card.card-md--blog .card-text h5,
  .card.card-md--blog .card-text .h5,
  .card.card-md--blog .card-text h6,
  .card.card-md--blog .card-text .h6 {
    margin-bottom: 0.5em;
  }
  .card.card-md--blog .card-description p,
  .card.card-md--blog .card-text p {
    margin-bottom: 1.5rem;
  }
  .card.card-md--blog .card-description p, .card.card-md--blog .card-description span,
  .card.card-md--blog .card-text p,
  .card.card-md--blog .card-text span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-md--blog .card-description ol,
  .card.card-md--blog .card-text ol {
    padding-left: 1.5rem;
    counter-reset: item-number;
    list-style-type: none !important;
  }
  .card.card-md--blog .card-description ol li,
  .card.card-md--blog .card-text ol li {
    counter-increment: line-number;
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-md--blog .card-description ol li:before,
  .card.card-md--blog .card-text ol li:before {
    content: counter(line-number) ".";
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #0A1F44;
  }
  .card.card-md--blog .card-description ol li:last-of-type,
  .card.card-md--blog .card-text ol li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-md--blog .card-description ul,
  .card.card-md--blog .card-text ul {
    list-style-type: disc !important;
    list-style-position: inside;
  }
  .card.card-md--blog .card-description ul li,
  .card.card-md--blog .card-text ul li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: .72em;
        display: block;
        width: .375rem;
        height: .375rem;
        border-radius: 50%;
        background-color: $dark;
    }*/
  }
  .card.card-md--blog .card-description ul li:last-of-type,
  .card.card-md--blog .card-text ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-md--blog .card-description img,
  .card.card-md--blog .card-text img {
    display: block;
    max-width: 100%;
  }
  .card.card-md--blog .card-description img.note-float-left,
  .card.card-md--blog .card-text img.note-float-left {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-md--blog .card-description img.note-float-right,
  .card.card-md--blog .card-text img.note-float-right {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-md--blog .card-description .MsoNormal, .card.card-md--blog .card-description .MsoNormal span,
  .card.card-md--blog .card-text .MsoNormal,
  .card.card-md--blog .card-text .MsoNormal span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card-md--blog .card-description p,
  .card.card-md--blog .card-text p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-md--blog .card-description h1, .card.card-md--blog .card-description .h1, .card.card-md--blog .card-description h1 span, .card.card-md--blog .card-description .h1 span, .card.card-md--blog .card-description h2, .card.card-md--blog .card-description .h2, .card.card-md--blog .card-description h2 span, .card.card-md--blog .card-description .h2 span, .card.card-md--blog .card-description h3, .card.card-md--blog .card-description .h3, .card.card-md--blog .card-description .swal-title, .card.card-md--blog .card-description h3 span, .card.card-md--blog .card-description .h3 span, .card.card-md--blog .card-description .swal-title span, .card.card-md--blog .card-description h4, .card.card-md--blog .card-description .h4, .card.card-md--blog .card-description h4 span, .card.card-md--blog .card-description .h4 span, .card.card-md--blog .card-description h5, .card.card-md--blog .card-description .h5, .card.card-md--blog .card-description h5 span, .card.card-md--blog .card-description .h5 span, .card.card-md--blog .card-description h6, .card.card-md--blog .card-description .h6, .card.card-md--blog .card-description h6 span, .card.card-md--blog .card-description .h6 span,
  .card.card-md--blog .card-text h1,
  .card.card-md--blog .card-text .h1,
  .card.card-md--blog .card-text h1 span,
  .card.card-md--blog .card-text .h1 span,
  .card.card-md--blog .card-text h2,
  .card.card-md--blog .card-text .h2,
  .card.card-md--blog .card-text h2 span,
  .card.card-md--blog .card-text .h2 span,
  .card.card-md--blog .card-text h3,
  .card.card-md--blog .card-text .h3,
  .card.card-md--blog .card-text .swal-title,
  .card.card-md--blog .card-text h3 span,
  .card.card-md--blog .card-text .h3 span,
  .card.card-md--blog .card-text .swal-title span,
  .card.card-md--blog .card-text h4,
  .card.card-md--blog .card-text .h4,
  .card.card-md--blog .card-text h4 span,
  .card.card-md--blog .card-text .h4 span,
  .card.card-md--blog .card-text h5,
  .card.card-md--blog .card-text .h5,
  .card.card-md--blog .card-text h5 span,
  .card.card-md--blog .card-text .h5 span,
  .card.card-md--blog .card-text h6,
  .card.card-md--blog .card-text .h6,
  .card.card-md--blog .card-text h6 span,
  .card.card-md--blog .card-text .h6 span {
    font-size: 1.125rem !important;
  }
  .card.card-md--blog .card-description a span,
  .card.card-md--blog .card-text a span {
    color: inherit !important;
  }
  .card.card-md--blog .card-content-grid {
    display: grid;
    grid-template-columns: 8.125rem auto;
    grid-template-areas: "img title" "img description";
    column-gap: 1.5rem;
  }
  .card.card-md--blog .card-content-grid .card-img {
    grid-area: img;
  }
  .card.card-md--blog .card-content-grid .card-title {
    grid-area: title;
    align-self: center;
  }
  .card.card-md--blog .card-content-grid .card-description {
    grid-area: description;
  }
  .card.card-md--blog:hover .card-img {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
  }
}
@media (min-width: 800px) {
  .card.card-lg--blog {
    position: relative;
    align-items: flex-start;
    display: flex;
    width: 100%;
    overflow: visible;
    border-radius: 0;
    transition: box-shadow 0.2s ease;
  }
  .card.card-lg--blog .card-img {
    flex: 0 0 auto;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    display: block;
    width: 8.125rem;
    margin-right: 1.5rem;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card.card-lg--blog .card-img .img-wrapper {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .card.card-lg--blog .card-img .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.card-lg--blog .card-img .img-wrapper {
    display: block;
    padding-bottom: 76.9230769231%;
  }
  .card.card-lg--blog .card-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .card.card-lg--blog .card-content {
    position: relative;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0;
    display: flex;
    flex-direction: column;
  }
  .card.card-lg--blog .card-title {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #0A1F44;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-weight: 600;
    align-self: flex-start;
    transition: color 0.15s ease;
  }
  .card.card-lg--blog .card-title:hover {
    text-decoration: none;
    border-bottom: none;
    color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
  }
  .card.card-lg--blog .card-description h1, .card.card-lg--blog .card-description .h1, .card.card-lg--blog .card-description h2, .card.card-lg--blog .card-description .h2, .card.card-lg--blog .card-description h3, .card.card-lg--blog .card-description .h3, .card.card-lg--blog .card-description .swal-title, .card.card-lg--blog .card-description h4, .card.card-lg--blog .card-description .h4, .card.card-lg--blog .card-description h5, .card.card-lg--blog .card-description .h5, .card.card-lg--blog .card-description h6, .card.card-lg--blog .card-description .h6,
  .card.card-lg--blog .card-text h1,
  .card.card-lg--blog .card-text .h1,
  .card.card-lg--blog .card-text h2,
  .card.card-lg--blog .card-text .h2,
  .card.card-lg--blog .card-text h3,
  .card.card-lg--blog .card-text .h3,
  .card.card-lg--blog .card-text .swal-title,
  .card.card-lg--blog .card-text h4,
  .card.card-lg--blog .card-text .h4,
  .card.card-lg--blog .card-text h5,
  .card.card-lg--blog .card-text .h5,
  .card.card-lg--blog .card-text h6,
  .card.card-lg--blog .card-text .h6 {
    margin-bottom: 0.5em;
  }
  .card.card-lg--blog .card-description p,
  .card.card-lg--blog .card-text p {
    margin-bottom: 1.5rem;
  }
  .card.card-lg--blog .card-description p, .card.card-lg--blog .card-description span,
  .card.card-lg--blog .card-text p,
  .card.card-lg--blog .card-text span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-lg--blog .card-description ol,
  .card.card-lg--blog .card-text ol {
    padding-left: 1.5rem;
    counter-reset: item-number;
    list-style-type: none !important;
  }
  .card.card-lg--blog .card-description ol li,
  .card.card-lg--blog .card-text ol li {
    counter-increment: line-number;
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-lg--blog .card-description ol li:before,
  .card.card-lg--blog .card-text ol li:before {
    content: counter(line-number) ".";
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #0A1F44;
  }
  .card.card-lg--blog .card-description ol li:last-of-type,
  .card.card-lg--blog .card-text ol li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-lg--blog .card-description ul,
  .card.card-lg--blog .card-text ul {
    list-style-type: disc !important;
    list-style-position: inside;
  }
  .card.card-lg--blog .card-description ul li,
  .card.card-lg--blog .card-text ul li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: .72em;
        display: block;
        width: .375rem;
        height: .375rem;
        border-radius: 50%;
        background-color: $dark;
    }*/
  }
  .card.card-lg--blog .card-description ul li:last-of-type,
  .card.card-lg--blog .card-text ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-lg--blog .card-description img,
  .card.card-lg--blog .card-text img {
    display: block;
    max-width: 100%;
  }
  .card.card-lg--blog .card-description img.note-float-left,
  .card.card-lg--blog .card-text img.note-float-left {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-lg--blog .card-description img.note-float-right,
  .card.card-lg--blog .card-text img.note-float-right {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-lg--blog .card-description .MsoNormal, .card.card-lg--blog .card-description .MsoNormal span,
  .card.card-lg--blog .card-text .MsoNormal,
  .card.card-lg--blog .card-text .MsoNormal span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card-lg--blog .card-description p,
  .card.card-lg--blog .card-text p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-lg--blog .card-description h1, .card.card-lg--blog .card-description .h1, .card.card-lg--blog .card-description h1 span, .card.card-lg--blog .card-description .h1 span, .card.card-lg--blog .card-description h2, .card.card-lg--blog .card-description .h2, .card.card-lg--blog .card-description h2 span, .card.card-lg--blog .card-description .h2 span, .card.card-lg--blog .card-description h3, .card.card-lg--blog .card-description .h3, .card.card-lg--blog .card-description .swal-title, .card.card-lg--blog .card-description h3 span, .card.card-lg--blog .card-description .h3 span, .card.card-lg--blog .card-description .swal-title span, .card.card-lg--blog .card-description h4, .card.card-lg--blog .card-description .h4, .card.card-lg--blog .card-description h4 span, .card.card-lg--blog .card-description .h4 span, .card.card-lg--blog .card-description h5, .card.card-lg--blog .card-description .h5, .card.card-lg--blog .card-description h5 span, .card.card-lg--blog .card-description .h5 span, .card.card-lg--blog .card-description h6, .card.card-lg--blog .card-description .h6, .card.card-lg--blog .card-description h6 span, .card.card-lg--blog .card-description .h6 span,
  .card.card-lg--blog .card-text h1,
  .card.card-lg--blog .card-text .h1,
  .card.card-lg--blog .card-text h1 span,
  .card.card-lg--blog .card-text .h1 span,
  .card.card-lg--blog .card-text h2,
  .card.card-lg--blog .card-text .h2,
  .card.card-lg--blog .card-text h2 span,
  .card.card-lg--blog .card-text .h2 span,
  .card.card-lg--blog .card-text h3,
  .card.card-lg--blog .card-text .h3,
  .card.card-lg--blog .card-text .swal-title,
  .card.card-lg--blog .card-text h3 span,
  .card.card-lg--blog .card-text .h3 span,
  .card.card-lg--blog .card-text .swal-title span,
  .card.card-lg--blog .card-text h4,
  .card.card-lg--blog .card-text .h4,
  .card.card-lg--blog .card-text h4 span,
  .card.card-lg--blog .card-text .h4 span,
  .card.card-lg--blog .card-text h5,
  .card.card-lg--blog .card-text .h5,
  .card.card-lg--blog .card-text h5 span,
  .card.card-lg--blog .card-text .h5 span,
  .card.card-lg--blog .card-text h6,
  .card.card-lg--blog .card-text .h6,
  .card.card-lg--blog .card-text h6 span,
  .card.card-lg--blog .card-text .h6 span {
    font-size: 1.125rem !important;
  }
  .card.card-lg--blog .card-description a span,
  .card.card-lg--blog .card-text a span {
    color: inherit !important;
  }
  .card.card-lg--blog .card-content-grid {
    display: grid;
    grid-template-columns: 8.125rem auto;
    grid-template-areas: "img title" "img description";
    column-gap: 1.5rem;
  }
  .card.card-lg--blog .card-content-grid .card-img {
    grid-area: img;
  }
  .card.card-lg--blog .card-content-grid .card-title {
    grid-area: title;
    align-self: center;
  }
  .card.card-lg--blog .card-content-grid .card-description {
    grid-area: description;
  }
  .card.card-lg--blog:hover .card-img {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
  }
}
@media (min-width: 1232px) {
  .card.card-xl--blog {
    position: relative;
    align-items: flex-start;
    display: flex;
    width: 100%;
    overflow: visible;
    border-radius: 0;
    transition: box-shadow 0.2s ease;
  }
  .card.card-xl--blog .card-img {
    flex: 0 0 auto;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    display: block;
    width: 8.125rem;
    margin-right: 1.5rem;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card.card-xl--blog .card-img .img-wrapper {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .card.card-xl--blog .card-img .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.card-xl--blog .card-img .img-wrapper {
    display: block;
    padding-bottom: 76.9230769231%;
  }
  .card.card-xl--blog .card-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .card.card-xl--blog .card-content {
    position: relative;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0;
    display: flex;
    flex-direction: column;
  }
  .card.card-xl--blog .card-title {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #0A1F44;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-weight: 600;
    align-self: flex-start;
    transition: color 0.15s ease;
  }
  .card.card-xl--blog .card-title:hover {
    text-decoration: none;
    border-bottom: none;
    color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
  }
  .card.card-xl--blog .card-description h1, .card.card-xl--blog .card-description .h1, .card.card-xl--blog .card-description h2, .card.card-xl--blog .card-description .h2, .card.card-xl--blog .card-description h3, .card.card-xl--blog .card-description .h3, .card.card-xl--blog .card-description .swal-title, .card.card-xl--blog .card-description h4, .card.card-xl--blog .card-description .h4, .card.card-xl--blog .card-description h5, .card.card-xl--blog .card-description .h5, .card.card-xl--blog .card-description h6, .card.card-xl--blog .card-description .h6,
  .card.card-xl--blog .card-text h1,
  .card.card-xl--blog .card-text .h1,
  .card.card-xl--blog .card-text h2,
  .card.card-xl--blog .card-text .h2,
  .card.card-xl--blog .card-text h3,
  .card.card-xl--blog .card-text .h3,
  .card.card-xl--blog .card-text .swal-title,
  .card.card-xl--blog .card-text h4,
  .card.card-xl--blog .card-text .h4,
  .card.card-xl--blog .card-text h5,
  .card.card-xl--blog .card-text .h5,
  .card.card-xl--blog .card-text h6,
  .card.card-xl--blog .card-text .h6 {
    margin-bottom: 0.5em;
  }
  .card.card-xl--blog .card-description p,
  .card.card-xl--blog .card-text p {
    margin-bottom: 1.5rem;
  }
  .card.card-xl--blog .card-description p, .card.card-xl--blog .card-description span,
  .card.card-xl--blog .card-text p,
  .card.card-xl--blog .card-text span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-xl--blog .card-description ol,
  .card.card-xl--blog .card-text ol {
    padding-left: 1.5rem;
    counter-reset: item-number;
    list-style-type: none !important;
  }
  .card.card-xl--blog .card-description ol li,
  .card.card-xl--blog .card-text ol li {
    counter-increment: line-number;
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-xl--blog .card-description ol li:before,
  .card.card-xl--blog .card-text ol li:before {
    content: counter(line-number) ".";
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #0A1F44;
  }
  .card.card-xl--blog .card-description ol li:last-of-type,
  .card.card-xl--blog .card-text ol li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-xl--blog .card-description ul,
  .card.card-xl--blog .card-text ul {
    list-style-type: disc !important;
    list-style-position: inside;
  }
  .card.card-xl--blog .card-description ul li,
  .card.card-xl--blog .card-text ul li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: .72em;
        display: block;
        width: .375rem;
        height: .375rem;
        border-radius: 50%;
        background-color: $dark;
    }*/
  }
  .card.card-xl--blog .card-description ul li:last-of-type,
  .card.card-xl--blog .card-text ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-xl--blog .card-description img,
  .card.card-xl--blog .card-text img {
    display: block;
    max-width: 100%;
  }
  .card.card-xl--blog .card-description img.note-float-left,
  .card.card-xl--blog .card-text img.note-float-left {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-xl--blog .card-description img.note-float-right,
  .card.card-xl--blog .card-text img.note-float-right {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-xl--blog .card-description .MsoNormal, .card.card-xl--blog .card-description .MsoNormal span,
  .card.card-xl--blog .card-text .MsoNormal,
  .card.card-xl--blog .card-text .MsoNormal span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card-xl--blog .card-description p,
  .card.card-xl--blog .card-text p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-xl--blog .card-description h1, .card.card-xl--blog .card-description .h1, .card.card-xl--blog .card-description h1 span, .card.card-xl--blog .card-description .h1 span, .card.card-xl--blog .card-description h2, .card.card-xl--blog .card-description .h2, .card.card-xl--blog .card-description h2 span, .card.card-xl--blog .card-description .h2 span, .card.card-xl--blog .card-description h3, .card.card-xl--blog .card-description .h3, .card.card-xl--blog .card-description .swal-title, .card.card-xl--blog .card-description h3 span, .card.card-xl--blog .card-description .h3 span, .card.card-xl--blog .card-description .swal-title span, .card.card-xl--blog .card-description h4, .card.card-xl--blog .card-description .h4, .card.card-xl--blog .card-description h4 span, .card.card-xl--blog .card-description .h4 span, .card.card-xl--blog .card-description h5, .card.card-xl--blog .card-description .h5, .card.card-xl--blog .card-description h5 span, .card.card-xl--blog .card-description .h5 span, .card.card-xl--blog .card-description h6, .card.card-xl--blog .card-description .h6, .card.card-xl--blog .card-description h6 span, .card.card-xl--blog .card-description .h6 span,
  .card.card-xl--blog .card-text h1,
  .card.card-xl--blog .card-text .h1,
  .card.card-xl--blog .card-text h1 span,
  .card.card-xl--blog .card-text .h1 span,
  .card.card-xl--blog .card-text h2,
  .card.card-xl--blog .card-text .h2,
  .card.card-xl--blog .card-text h2 span,
  .card.card-xl--blog .card-text .h2 span,
  .card.card-xl--blog .card-text h3,
  .card.card-xl--blog .card-text .h3,
  .card.card-xl--blog .card-text .swal-title,
  .card.card-xl--blog .card-text h3 span,
  .card.card-xl--blog .card-text .h3 span,
  .card.card-xl--blog .card-text .swal-title span,
  .card.card-xl--blog .card-text h4,
  .card.card-xl--blog .card-text .h4,
  .card.card-xl--blog .card-text h4 span,
  .card.card-xl--blog .card-text .h4 span,
  .card.card-xl--blog .card-text h5,
  .card.card-xl--blog .card-text .h5,
  .card.card-xl--blog .card-text h5 span,
  .card.card-xl--blog .card-text .h5 span,
  .card.card-xl--blog .card-text h6,
  .card.card-xl--blog .card-text .h6,
  .card.card-xl--blog .card-text h6 span,
  .card.card-xl--blog .card-text .h6 span {
    font-size: 1.125rem !important;
  }
  .card.card-xl--blog .card-description a span,
  .card.card-xl--blog .card-text a span {
    color: inherit !important;
  }
  .card.card-xl--blog .card-content-grid {
    display: grid;
    grid-template-columns: 8.125rem auto;
    grid-template-areas: "img title" "img description";
    column-gap: 1.5rem;
  }
  .card.card-xl--blog .card-content-grid .card-img {
    grid-area: img;
  }
  .card.card-xl--blog .card-content-grid .card-title {
    grid-area: title;
    align-self: center;
  }
  .card.card-xl--blog .card-content-grid .card-description {
    grid-area: description;
  }
  .card.card-xl--blog:hover .card-img {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
  }
}
.card--inline-small {
  position: relative;
  align-items: flex-start;
  display: flex;
  width: 100%;
  overflow: visible;
  border-radius: 0;
  transition: box-shadow 0.2s ease;
}
.card--inline-small .card-img {
  flex: 0 0 auto;
  align-self: flex-start;
  position: relative;
  z-index: 10;
  display: block;
  width: 5rem;
  margin-right: 1.5rem;
  overflow: hidden;
  border-radius: 0.25rem;
  transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.card--inline-small .card-img .img-wrapper {
  z-index: 1;
  position: relative;
  display: block;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card--inline-small .card-img .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card--inline-small .card-img .img-wrapper {
  display: block;
  padding-bottom: 88.4615384615%;
}
.card--inline-small .card-img:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
}
.card--inline-small .card-content {
  position: relative;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 0;
  display: flex;
  flex-direction: column;
}
.card--inline-small .card-title {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #0A1F44;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-weight: 600;
  align-self: flex-start;
  transition: color 0.15s ease;
}
.card--inline-small .card-title:hover {
  text-decoration: none;
  border-bottom: none;
  color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
}
.card--inline-small .card-description h1, .card--inline-small .card-description .h1, .card--inline-small .card-description h2, .card--inline-small .card-description .h2, .card--inline-small .card-description h3, .card--inline-small .card-description .h3, .card--inline-small .card-description .swal-title, .card--inline-small .card-description h4, .card--inline-small .card-description .h4, .card--inline-small .card-description h5, .card--inline-small .card-description .h5, .card--inline-small .card-description h6, .card--inline-small .card-description .h6,
.card--inline-small .card-text h1,
.card--inline-small .card-text .h1,
.card--inline-small .card-text h2,
.card--inline-small .card-text .h2,
.card--inline-small .card-text h3,
.card--inline-small .card-text .h3,
.card--inline-small .card-text .swal-title,
.card--inline-small .card-text h4,
.card--inline-small .card-text .h4,
.card--inline-small .card-text h5,
.card--inline-small .card-text .h5,
.card--inline-small .card-text h6,
.card--inline-small .card-text .h6 {
  margin-bottom: 0.5em;
}
.card--inline-small .card-description p,
.card--inline-small .card-text p {
  margin-bottom: 1.5rem;
}
.card--inline-small .card-description p, .card--inline-small .card-description span,
.card--inline-small .card-text p,
.card--inline-small .card-text span {
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
}
.card--inline-small .card-description ol,
.card--inline-small .card-text ol {
  padding-left: 1.5rem;
  counter-reset: item-number;
  list-style-type: none !important;
}
.card--inline-small .card-description ol li,
.card--inline-small .card-text ol li {
  counter-increment: line-number;
  position: relative !important;
  padding-left: 1.5rem !important;
  margin-bottom: 0.375rem !important;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  margin-top: 0 !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
}
.card--inline-small .card-description ol li:before,
.card--inline-small .card-text ol li:before {
  content: counter(line-number) ".";
  position: absolute;
  left: 0;
  font-family: "Open Sans", Helvetica, "sans-serif";
  color: #0A1F44;
}
.card--inline-small .card-description ol li:last-of-type,
.card--inline-small .card-text ol li:last-of-type {
  margin-bottom: 0 !important;
}
.card--inline-small .card-description ul,
.card--inline-small .card-text ul {
  list-style-type: disc !important;
  list-style-position: inside;
}
.card--inline-small .card-description ul li,
.card--inline-small .card-text ul li {
  position: relative !important;
  padding-left: 1.5rem !important;
  margin-bottom: 0.375rem !important;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  margin-top: 0 !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
  /*&:before {
      content: '';
      position: absolute;
      left: 0;
      top: .72em;
      display: block;
      width: .375rem;
      height: .375rem;
      border-radius: 50%;
      background-color: $dark;
  }*/
}
.card--inline-small .card-description ul li:last-of-type,
.card--inline-small .card-text ul li:last-of-type {
  margin-bottom: 0 !important;
}
.card--inline-small .card-description img,
.card--inline-small .card-text img {
  display: block;
  max-width: 100%;
}
.card--inline-small .card-description img.note-float-left,
.card--inline-small .card-text img.note-float-left {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.card--inline-small .card-description img.note-float-right,
.card--inline-small .card-text img.note-float-right {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.card--inline-small .card-description .MsoNormal, .card--inline-small .card-description .MsoNormal span,
.card--inline-small .card-text .MsoNormal,
.card--inline-small .card-text .MsoNormal span {
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-size: 1rem;
  line-height: 1.5;
}
.card--inline-small .card-description p,
.card--inline-small .card-text p {
  font-size: 0.875rem !important;
  margin-bottom: 0.5rem !important;
}
.card--inline-small .card-description h1, .card--inline-small .card-description .h1, .card--inline-small .card-description h1 span, .card--inline-small .card-description .h1 span, .card--inline-small .card-description h2, .card--inline-small .card-description .h2, .card--inline-small .card-description h2 span, .card--inline-small .card-description .h2 span, .card--inline-small .card-description h3, .card--inline-small .card-description .h3, .card--inline-small .card-description .swal-title, .card--inline-small .card-description h3 span, .card--inline-small .card-description .h3 span, .card--inline-small .card-description .swal-title span, .card--inline-small .card-description h4, .card--inline-small .card-description .h4, .card--inline-small .card-description h4 span, .card--inline-small .card-description .h4 span, .card--inline-small .card-description h5, .card--inline-small .card-description .h5, .card--inline-small .card-description h5 span, .card--inline-small .card-description .h5 span, .card--inline-small .card-description h6, .card--inline-small .card-description .h6, .card--inline-small .card-description h6 span, .card--inline-small .card-description .h6 span,
.card--inline-small .card-text h1,
.card--inline-small .card-text .h1,
.card--inline-small .card-text h1 span,
.card--inline-small .card-text .h1 span,
.card--inline-small .card-text h2,
.card--inline-small .card-text .h2,
.card--inline-small .card-text h2 span,
.card--inline-small .card-text .h2 span,
.card--inline-small .card-text h3,
.card--inline-small .card-text .h3,
.card--inline-small .card-text .swal-title,
.card--inline-small .card-text h3 span,
.card--inline-small .card-text .h3 span,
.card--inline-small .card-text .swal-title span,
.card--inline-small .card-text h4,
.card--inline-small .card-text .h4,
.card--inline-small .card-text h4 span,
.card--inline-small .card-text .h4 span,
.card--inline-small .card-text h5,
.card--inline-small .card-text .h5,
.card--inline-small .card-text h5 span,
.card--inline-small .card-text .h5 span,
.card--inline-small .card-text h6,
.card--inline-small .card-text .h6,
.card--inline-small .card-text h6 span,
.card--inline-small .card-text .h6 span {
  font-size: 1.125rem !important;
}
.card--inline-small .card-description a span,
.card--inline-small .card-text a span {
  color: inherit !important;
}
.card--inline-small .card-content-grid {
  display: grid;
  grid-template-columns: 5rem auto;
  grid-template-areas: "img title" "description description";
  column-gap: 1.5rem;
}
.card--inline-small .card-content-grid .card-img {
  grid-area: img;
}
.card--inline-small .card-content-grid .card-title {
  grid-area: title;
  align-self: center;
}
.card--inline-small .card-content-grid .card-description {
  grid-area: description;
}
.card--inline-small:hover .card-img {
  transform: scale(1.05);
  box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
}
.card.card-xxs--inline-small {
  position: relative;
  align-items: flex-start;
  display: flex;
  width: 100%;
  overflow: visible;
  border-radius: 0;
  transition: box-shadow 0.2s ease;
}
.card.card-xxs--inline-small .card-img {
  flex: 0 0 auto;
  align-self: flex-start;
  position: relative;
  z-index: 10;
  display: block;
  width: 5rem;
  margin-right: 1.5rem;
  overflow: hidden;
  border-radius: 0.25rem;
  transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.card.card-xxs--inline-small .card-img .img-wrapper {
  z-index: 1;
  position: relative;
  display: block;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card.card-xxs--inline-small .card-img .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card.card-xxs--inline-small .card-img .img-wrapper {
  display: block;
  padding-bottom: 88.4615384615%;
}
.card.card-xxs--inline-small .card-img:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
}
.card.card-xxs--inline-small .card-content {
  position: relative;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 0;
  display: flex;
  flex-direction: column;
}
.card.card-xxs--inline-small .card-title {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #0A1F44;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-weight: 600;
  align-self: flex-start;
  transition: color 0.15s ease;
}
.card.card-xxs--inline-small .card-title:hover {
  text-decoration: none;
  border-bottom: none;
  color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
}
.card.card-xxs--inline-small .card-description h1, .card.card-xxs--inline-small .card-description .h1, .card.card-xxs--inline-small .card-description h2, .card.card-xxs--inline-small .card-description .h2, .card.card-xxs--inline-small .card-description h3, .card.card-xxs--inline-small .card-description .h3, .card.card-xxs--inline-small .card-description .swal-title, .card.card-xxs--inline-small .card-description h4, .card.card-xxs--inline-small .card-description .h4, .card.card-xxs--inline-small .card-description h5, .card.card-xxs--inline-small .card-description .h5, .card.card-xxs--inline-small .card-description h6, .card.card-xxs--inline-small .card-description .h6,
.card.card-xxs--inline-small .card-text h1,
.card.card-xxs--inline-small .card-text .h1,
.card.card-xxs--inline-small .card-text h2,
.card.card-xxs--inline-small .card-text .h2,
.card.card-xxs--inline-small .card-text h3,
.card.card-xxs--inline-small .card-text .h3,
.card.card-xxs--inline-small .card-text .swal-title,
.card.card-xxs--inline-small .card-text h4,
.card.card-xxs--inline-small .card-text .h4,
.card.card-xxs--inline-small .card-text h5,
.card.card-xxs--inline-small .card-text .h5,
.card.card-xxs--inline-small .card-text h6,
.card.card-xxs--inline-small .card-text .h6 {
  margin-bottom: 0.5em;
}
.card.card-xxs--inline-small .card-description p,
.card.card-xxs--inline-small .card-text p {
  margin-bottom: 1.5rem;
}
.card.card-xxs--inline-small .card-description p, .card.card-xxs--inline-small .card-description span,
.card.card-xxs--inline-small .card-text p,
.card.card-xxs--inline-small .card-text span {
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
}
.card.card-xxs--inline-small .card-description ol,
.card.card-xxs--inline-small .card-text ol {
  padding-left: 1.5rem;
  counter-reset: item-number;
  list-style-type: none !important;
}
.card.card-xxs--inline-small .card-description ol li,
.card.card-xxs--inline-small .card-text ol li {
  counter-increment: line-number;
  position: relative !important;
  padding-left: 1.5rem !important;
  margin-bottom: 0.375rem !important;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  margin-top: 0 !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
}
.card.card-xxs--inline-small .card-description ol li:before,
.card.card-xxs--inline-small .card-text ol li:before {
  content: counter(line-number) ".";
  position: absolute;
  left: 0;
  font-family: "Open Sans", Helvetica, "sans-serif";
  color: #0A1F44;
}
.card.card-xxs--inline-small .card-description ol li:last-of-type,
.card.card-xxs--inline-small .card-text ol li:last-of-type {
  margin-bottom: 0 !important;
}
.card.card-xxs--inline-small .card-description ul,
.card.card-xxs--inline-small .card-text ul {
  list-style-type: disc !important;
  list-style-position: inside;
}
.card.card-xxs--inline-small .card-description ul li,
.card.card-xxs--inline-small .card-text ul li {
  position: relative !important;
  padding-left: 1.5rem !important;
  margin-bottom: 0.375rem !important;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  margin-top: 0 !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
  /*&:before {
      content: '';
      position: absolute;
      left: 0;
      top: .72em;
      display: block;
      width: .375rem;
      height: .375rem;
      border-radius: 50%;
      background-color: $dark;
  }*/
}
.card.card-xxs--inline-small .card-description ul li:last-of-type,
.card.card-xxs--inline-small .card-text ul li:last-of-type {
  margin-bottom: 0 !important;
}
.card.card-xxs--inline-small .card-description img,
.card.card-xxs--inline-small .card-text img {
  display: block;
  max-width: 100%;
}
.card.card-xxs--inline-small .card-description img.note-float-left,
.card.card-xxs--inline-small .card-text img.note-float-left {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.card.card-xxs--inline-small .card-description img.note-float-right,
.card.card-xxs--inline-small .card-text img.note-float-right {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.card.card-xxs--inline-small .card-description .MsoNormal, .card.card-xxs--inline-small .card-description .MsoNormal span,
.card.card-xxs--inline-small .card-text .MsoNormal,
.card.card-xxs--inline-small .card-text .MsoNormal span {
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-size: 1rem;
  line-height: 1.5;
}
.card.card-xxs--inline-small .card-description p,
.card.card-xxs--inline-small .card-text p {
  font-size: 0.875rem !important;
  margin-bottom: 0.5rem !important;
}
.card.card-xxs--inline-small .card-description h1, .card.card-xxs--inline-small .card-description .h1, .card.card-xxs--inline-small .card-description h1 span, .card.card-xxs--inline-small .card-description .h1 span, .card.card-xxs--inline-small .card-description h2, .card.card-xxs--inline-small .card-description .h2, .card.card-xxs--inline-small .card-description h2 span, .card.card-xxs--inline-small .card-description .h2 span, .card.card-xxs--inline-small .card-description h3, .card.card-xxs--inline-small .card-description .h3, .card.card-xxs--inline-small .card-description .swal-title, .card.card-xxs--inline-small .card-description h3 span, .card.card-xxs--inline-small .card-description .h3 span, .card.card-xxs--inline-small .card-description .swal-title span, .card.card-xxs--inline-small .card-description h4, .card.card-xxs--inline-small .card-description .h4, .card.card-xxs--inline-small .card-description h4 span, .card.card-xxs--inline-small .card-description .h4 span, .card.card-xxs--inline-small .card-description h5, .card.card-xxs--inline-small .card-description .h5, .card.card-xxs--inline-small .card-description h5 span, .card.card-xxs--inline-small .card-description .h5 span, .card.card-xxs--inline-small .card-description h6, .card.card-xxs--inline-small .card-description .h6, .card.card-xxs--inline-small .card-description h6 span, .card.card-xxs--inline-small .card-description .h6 span,
.card.card-xxs--inline-small .card-text h1,
.card.card-xxs--inline-small .card-text .h1,
.card.card-xxs--inline-small .card-text h1 span,
.card.card-xxs--inline-small .card-text .h1 span,
.card.card-xxs--inline-small .card-text h2,
.card.card-xxs--inline-small .card-text .h2,
.card.card-xxs--inline-small .card-text h2 span,
.card.card-xxs--inline-small .card-text .h2 span,
.card.card-xxs--inline-small .card-text h3,
.card.card-xxs--inline-small .card-text .h3,
.card.card-xxs--inline-small .card-text .swal-title,
.card.card-xxs--inline-small .card-text h3 span,
.card.card-xxs--inline-small .card-text .h3 span,
.card.card-xxs--inline-small .card-text .swal-title span,
.card.card-xxs--inline-small .card-text h4,
.card.card-xxs--inline-small .card-text .h4,
.card.card-xxs--inline-small .card-text h4 span,
.card.card-xxs--inline-small .card-text .h4 span,
.card.card-xxs--inline-small .card-text h5,
.card.card-xxs--inline-small .card-text .h5,
.card.card-xxs--inline-small .card-text h5 span,
.card.card-xxs--inline-small .card-text .h5 span,
.card.card-xxs--inline-small .card-text h6,
.card.card-xxs--inline-small .card-text .h6,
.card.card-xxs--inline-small .card-text h6 span,
.card.card-xxs--inline-small .card-text .h6 span {
  font-size: 1.125rem !important;
}
.card.card-xxs--inline-small .card-description a span,
.card.card-xxs--inline-small .card-text a span {
  color: inherit !important;
}
.card.card-xxs--inline-small .card-content-grid {
  display: grid;
  grid-template-columns: 5rem auto;
  grid-template-areas: "img title" "description description";
  column-gap: 1.5rem;
}
.card.card-xxs--inline-small .card-content-grid .card-img {
  grid-area: img;
}
.card.card-xxs--inline-small .card-content-grid .card-title {
  grid-area: title;
  align-self: center;
}
.card.card-xxs--inline-small .card-content-grid .card-description {
  grid-area: description;
}
.card.card-xxs--inline-small:hover .card-img {
  transform: scale(1.05);
  box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
}
@media (min-width: 320px) {
  .card.card-xs--inline-small {
    position: relative;
    align-items: flex-start;
    display: flex;
    width: 100%;
    overflow: visible;
    border-radius: 0;
    transition: box-shadow 0.2s ease;
  }
  .card.card-xs--inline-small .card-img {
    flex: 0 0 auto;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    display: block;
    width: 5rem;
    margin-right: 1.5rem;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card.card-xs--inline-small .card-img .img-wrapper {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .card.card-xs--inline-small .card-img .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.card-xs--inline-small .card-img .img-wrapper {
    display: block;
    padding-bottom: 88.4615384615%;
  }
  .card.card-xs--inline-small .card-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .card.card-xs--inline-small .card-content {
    position: relative;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0;
    display: flex;
    flex-direction: column;
  }
  .card.card-xs--inline-small .card-title {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #0A1F44;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-weight: 600;
    align-self: flex-start;
    transition: color 0.15s ease;
  }
  .card.card-xs--inline-small .card-title:hover {
    text-decoration: none;
    border-bottom: none;
    color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
  }
  .card.card-xs--inline-small .card-description h1, .card.card-xs--inline-small .card-description .h1, .card.card-xs--inline-small .card-description h2, .card.card-xs--inline-small .card-description .h2, .card.card-xs--inline-small .card-description h3, .card.card-xs--inline-small .card-description .h3, .card.card-xs--inline-small .card-description .swal-title, .card.card-xs--inline-small .card-description h4, .card.card-xs--inline-small .card-description .h4, .card.card-xs--inline-small .card-description h5, .card.card-xs--inline-small .card-description .h5, .card.card-xs--inline-small .card-description h6, .card.card-xs--inline-small .card-description .h6,
  .card.card-xs--inline-small .card-text h1,
  .card.card-xs--inline-small .card-text .h1,
  .card.card-xs--inline-small .card-text h2,
  .card.card-xs--inline-small .card-text .h2,
  .card.card-xs--inline-small .card-text h3,
  .card.card-xs--inline-small .card-text .h3,
  .card.card-xs--inline-small .card-text .swal-title,
  .card.card-xs--inline-small .card-text h4,
  .card.card-xs--inline-small .card-text .h4,
  .card.card-xs--inline-small .card-text h5,
  .card.card-xs--inline-small .card-text .h5,
  .card.card-xs--inline-small .card-text h6,
  .card.card-xs--inline-small .card-text .h6 {
    margin-bottom: 0.5em;
  }
  .card.card-xs--inline-small .card-description p,
  .card.card-xs--inline-small .card-text p {
    margin-bottom: 1.5rem;
  }
  .card.card-xs--inline-small .card-description p, .card.card-xs--inline-small .card-description span,
  .card.card-xs--inline-small .card-text p,
  .card.card-xs--inline-small .card-text span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-xs--inline-small .card-description ol,
  .card.card-xs--inline-small .card-text ol {
    padding-left: 1.5rem;
    counter-reset: item-number;
    list-style-type: none !important;
  }
  .card.card-xs--inline-small .card-description ol li,
  .card.card-xs--inline-small .card-text ol li {
    counter-increment: line-number;
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-xs--inline-small .card-description ol li:before,
  .card.card-xs--inline-small .card-text ol li:before {
    content: counter(line-number) ".";
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #0A1F44;
  }
  .card.card-xs--inline-small .card-description ol li:last-of-type,
  .card.card-xs--inline-small .card-text ol li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-xs--inline-small .card-description ul,
  .card.card-xs--inline-small .card-text ul {
    list-style-type: disc !important;
    list-style-position: inside;
  }
  .card.card-xs--inline-small .card-description ul li,
  .card.card-xs--inline-small .card-text ul li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: .72em;
        display: block;
        width: .375rem;
        height: .375rem;
        border-radius: 50%;
        background-color: $dark;
    }*/
  }
  .card.card-xs--inline-small .card-description ul li:last-of-type,
  .card.card-xs--inline-small .card-text ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-xs--inline-small .card-description img,
  .card.card-xs--inline-small .card-text img {
    display: block;
    max-width: 100%;
  }
  .card.card-xs--inline-small .card-description img.note-float-left,
  .card.card-xs--inline-small .card-text img.note-float-left {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-xs--inline-small .card-description img.note-float-right,
  .card.card-xs--inline-small .card-text img.note-float-right {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-xs--inline-small .card-description .MsoNormal, .card.card-xs--inline-small .card-description .MsoNormal span,
  .card.card-xs--inline-small .card-text .MsoNormal,
  .card.card-xs--inline-small .card-text .MsoNormal span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card-xs--inline-small .card-description p,
  .card.card-xs--inline-small .card-text p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-xs--inline-small .card-description h1, .card.card-xs--inline-small .card-description .h1, .card.card-xs--inline-small .card-description h1 span, .card.card-xs--inline-small .card-description .h1 span, .card.card-xs--inline-small .card-description h2, .card.card-xs--inline-small .card-description .h2, .card.card-xs--inline-small .card-description h2 span, .card.card-xs--inline-small .card-description .h2 span, .card.card-xs--inline-small .card-description h3, .card.card-xs--inline-small .card-description .h3, .card.card-xs--inline-small .card-description .swal-title, .card.card-xs--inline-small .card-description h3 span, .card.card-xs--inline-small .card-description .h3 span, .card.card-xs--inline-small .card-description .swal-title span, .card.card-xs--inline-small .card-description h4, .card.card-xs--inline-small .card-description .h4, .card.card-xs--inline-small .card-description h4 span, .card.card-xs--inline-small .card-description .h4 span, .card.card-xs--inline-small .card-description h5, .card.card-xs--inline-small .card-description .h5, .card.card-xs--inline-small .card-description h5 span, .card.card-xs--inline-small .card-description .h5 span, .card.card-xs--inline-small .card-description h6, .card.card-xs--inline-small .card-description .h6, .card.card-xs--inline-small .card-description h6 span, .card.card-xs--inline-small .card-description .h6 span,
  .card.card-xs--inline-small .card-text h1,
  .card.card-xs--inline-small .card-text .h1,
  .card.card-xs--inline-small .card-text h1 span,
  .card.card-xs--inline-small .card-text .h1 span,
  .card.card-xs--inline-small .card-text h2,
  .card.card-xs--inline-small .card-text .h2,
  .card.card-xs--inline-small .card-text h2 span,
  .card.card-xs--inline-small .card-text .h2 span,
  .card.card-xs--inline-small .card-text h3,
  .card.card-xs--inline-small .card-text .h3,
  .card.card-xs--inline-small .card-text .swal-title,
  .card.card-xs--inline-small .card-text h3 span,
  .card.card-xs--inline-small .card-text .h3 span,
  .card.card-xs--inline-small .card-text .swal-title span,
  .card.card-xs--inline-small .card-text h4,
  .card.card-xs--inline-small .card-text .h4,
  .card.card-xs--inline-small .card-text h4 span,
  .card.card-xs--inline-small .card-text .h4 span,
  .card.card-xs--inline-small .card-text h5,
  .card.card-xs--inline-small .card-text .h5,
  .card.card-xs--inline-small .card-text h5 span,
  .card.card-xs--inline-small .card-text .h5 span,
  .card.card-xs--inline-small .card-text h6,
  .card.card-xs--inline-small .card-text .h6,
  .card.card-xs--inline-small .card-text h6 span,
  .card.card-xs--inline-small .card-text .h6 span {
    font-size: 1.125rem !important;
  }
  .card.card-xs--inline-small .card-description a span,
  .card.card-xs--inline-small .card-text a span {
    color: inherit !important;
  }
  .card.card-xs--inline-small .card-content-grid {
    display: grid;
    grid-template-columns: 5rem auto;
    grid-template-areas: "img title" "description description";
    column-gap: 1.5rem;
  }
  .card.card-xs--inline-small .card-content-grid .card-img {
    grid-area: img;
  }
  .card.card-xs--inline-small .card-content-grid .card-title {
    grid-area: title;
    align-self: center;
  }
  .card.card-xs--inline-small .card-content-grid .card-description {
    grid-area: description;
  }
  .card.card-xs--inline-small:hover .card-img {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
  }
}
@media (min-width: 392px) {
  .card.card-sm--inline-small {
    position: relative;
    align-items: flex-start;
    display: flex;
    width: 100%;
    overflow: visible;
    border-radius: 0;
    transition: box-shadow 0.2s ease;
  }
  .card.card-sm--inline-small .card-img {
    flex: 0 0 auto;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    display: block;
    width: 5rem;
    margin-right: 1.5rem;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card.card-sm--inline-small .card-img .img-wrapper {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .card.card-sm--inline-small .card-img .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.card-sm--inline-small .card-img .img-wrapper {
    display: block;
    padding-bottom: 88.4615384615%;
  }
  .card.card-sm--inline-small .card-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .card.card-sm--inline-small .card-content {
    position: relative;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0;
    display: flex;
    flex-direction: column;
  }
  .card.card-sm--inline-small .card-title {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #0A1F44;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-weight: 600;
    align-self: flex-start;
    transition: color 0.15s ease;
  }
  .card.card-sm--inline-small .card-title:hover {
    text-decoration: none;
    border-bottom: none;
    color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
  }
  .card.card-sm--inline-small .card-description h1, .card.card-sm--inline-small .card-description .h1, .card.card-sm--inline-small .card-description h2, .card.card-sm--inline-small .card-description .h2, .card.card-sm--inline-small .card-description h3, .card.card-sm--inline-small .card-description .h3, .card.card-sm--inline-small .card-description .swal-title, .card.card-sm--inline-small .card-description h4, .card.card-sm--inline-small .card-description .h4, .card.card-sm--inline-small .card-description h5, .card.card-sm--inline-small .card-description .h5, .card.card-sm--inline-small .card-description h6, .card.card-sm--inline-small .card-description .h6,
  .card.card-sm--inline-small .card-text h1,
  .card.card-sm--inline-small .card-text .h1,
  .card.card-sm--inline-small .card-text h2,
  .card.card-sm--inline-small .card-text .h2,
  .card.card-sm--inline-small .card-text h3,
  .card.card-sm--inline-small .card-text .h3,
  .card.card-sm--inline-small .card-text .swal-title,
  .card.card-sm--inline-small .card-text h4,
  .card.card-sm--inline-small .card-text .h4,
  .card.card-sm--inline-small .card-text h5,
  .card.card-sm--inline-small .card-text .h5,
  .card.card-sm--inline-small .card-text h6,
  .card.card-sm--inline-small .card-text .h6 {
    margin-bottom: 0.5em;
  }
  .card.card-sm--inline-small .card-description p,
  .card.card-sm--inline-small .card-text p {
    margin-bottom: 1.5rem;
  }
  .card.card-sm--inline-small .card-description p, .card.card-sm--inline-small .card-description span,
  .card.card-sm--inline-small .card-text p,
  .card.card-sm--inline-small .card-text span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-sm--inline-small .card-description ol,
  .card.card-sm--inline-small .card-text ol {
    padding-left: 1.5rem;
    counter-reset: item-number;
    list-style-type: none !important;
  }
  .card.card-sm--inline-small .card-description ol li,
  .card.card-sm--inline-small .card-text ol li {
    counter-increment: line-number;
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-sm--inline-small .card-description ol li:before,
  .card.card-sm--inline-small .card-text ol li:before {
    content: counter(line-number) ".";
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #0A1F44;
  }
  .card.card-sm--inline-small .card-description ol li:last-of-type,
  .card.card-sm--inline-small .card-text ol li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-sm--inline-small .card-description ul,
  .card.card-sm--inline-small .card-text ul {
    list-style-type: disc !important;
    list-style-position: inside;
  }
  .card.card-sm--inline-small .card-description ul li,
  .card.card-sm--inline-small .card-text ul li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: .72em;
        display: block;
        width: .375rem;
        height: .375rem;
        border-radius: 50%;
        background-color: $dark;
    }*/
  }
  .card.card-sm--inline-small .card-description ul li:last-of-type,
  .card.card-sm--inline-small .card-text ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-sm--inline-small .card-description img,
  .card.card-sm--inline-small .card-text img {
    display: block;
    max-width: 100%;
  }
  .card.card-sm--inline-small .card-description img.note-float-left,
  .card.card-sm--inline-small .card-text img.note-float-left {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-sm--inline-small .card-description img.note-float-right,
  .card.card-sm--inline-small .card-text img.note-float-right {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-sm--inline-small .card-description .MsoNormal, .card.card-sm--inline-small .card-description .MsoNormal span,
  .card.card-sm--inline-small .card-text .MsoNormal,
  .card.card-sm--inline-small .card-text .MsoNormal span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card-sm--inline-small .card-description p,
  .card.card-sm--inline-small .card-text p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-sm--inline-small .card-description h1, .card.card-sm--inline-small .card-description .h1, .card.card-sm--inline-small .card-description h1 span, .card.card-sm--inline-small .card-description .h1 span, .card.card-sm--inline-small .card-description h2, .card.card-sm--inline-small .card-description .h2, .card.card-sm--inline-small .card-description h2 span, .card.card-sm--inline-small .card-description .h2 span, .card.card-sm--inline-small .card-description h3, .card.card-sm--inline-small .card-description .h3, .card.card-sm--inline-small .card-description .swal-title, .card.card-sm--inline-small .card-description h3 span, .card.card-sm--inline-small .card-description .h3 span, .card.card-sm--inline-small .card-description .swal-title span, .card.card-sm--inline-small .card-description h4, .card.card-sm--inline-small .card-description .h4, .card.card-sm--inline-small .card-description h4 span, .card.card-sm--inline-small .card-description .h4 span, .card.card-sm--inline-small .card-description h5, .card.card-sm--inline-small .card-description .h5, .card.card-sm--inline-small .card-description h5 span, .card.card-sm--inline-small .card-description .h5 span, .card.card-sm--inline-small .card-description h6, .card.card-sm--inline-small .card-description .h6, .card.card-sm--inline-small .card-description h6 span, .card.card-sm--inline-small .card-description .h6 span,
  .card.card-sm--inline-small .card-text h1,
  .card.card-sm--inline-small .card-text .h1,
  .card.card-sm--inline-small .card-text h1 span,
  .card.card-sm--inline-small .card-text .h1 span,
  .card.card-sm--inline-small .card-text h2,
  .card.card-sm--inline-small .card-text .h2,
  .card.card-sm--inline-small .card-text h2 span,
  .card.card-sm--inline-small .card-text .h2 span,
  .card.card-sm--inline-small .card-text h3,
  .card.card-sm--inline-small .card-text .h3,
  .card.card-sm--inline-small .card-text .swal-title,
  .card.card-sm--inline-small .card-text h3 span,
  .card.card-sm--inline-small .card-text .h3 span,
  .card.card-sm--inline-small .card-text .swal-title span,
  .card.card-sm--inline-small .card-text h4,
  .card.card-sm--inline-small .card-text .h4,
  .card.card-sm--inline-small .card-text h4 span,
  .card.card-sm--inline-small .card-text .h4 span,
  .card.card-sm--inline-small .card-text h5,
  .card.card-sm--inline-small .card-text .h5,
  .card.card-sm--inline-small .card-text h5 span,
  .card.card-sm--inline-small .card-text .h5 span,
  .card.card-sm--inline-small .card-text h6,
  .card.card-sm--inline-small .card-text .h6,
  .card.card-sm--inline-small .card-text h6 span,
  .card.card-sm--inline-small .card-text .h6 span {
    font-size: 1.125rem !important;
  }
  .card.card-sm--inline-small .card-description a span,
  .card.card-sm--inline-small .card-text a span {
    color: inherit !important;
  }
  .card.card-sm--inline-small .card-content-grid {
    display: grid;
    grid-template-columns: 5rem auto;
    grid-template-areas: "img title" "description description";
    column-gap: 1.5rem;
  }
  .card.card-sm--inline-small .card-content-grid .card-img {
    grid-area: img;
  }
  .card.card-sm--inline-small .card-content-grid .card-title {
    grid-area: title;
    align-self: center;
  }
  .card.card-sm--inline-small .card-content-grid .card-description {
    grid-area: description;
  }
  .card.card-sm--inline-small:hover .card-img {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
  }
}
@media (min-width: 512px) {
  .card.card-md--inline-small {
    position: relative;
    align-items: flex-start;
    display: flex;
    width: 100%;
    overflow: visible;
    border-radius: 0;
    transition: box-shadow 0.2s ease;
  }
  .card.card-md--inline-small .card-img {
    flex: 0 0 auto;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    display: block;
    width: 5rem;
    margin-right: 1.5rem;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card.card-md--inline-small .card-img .img-wrapper {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .card.card-md--inline-small .card-img .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.card-md--inline-small .card-img .img-wrapper {
    display: block;
    padding-bottom: 88.4615384615%;
  }
  .card.card-md--inline-small .card-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .card.card-md--inline-small .card-content {
    position: relative;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0;
    display: flex;
    flex-direction: column;
  }
  .card.card-md--inline-small .card-title {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #0A1F44;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-weight: 600;
    align-self: flex-start;
    transition: color 0.15s ease;
  }
  .card.card-md--inline-small .card-title:hover {
    text-decoration: none;
    border-bottom: none;
    color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
  }
  .card.card-md--inline-small .card-description h1, .card.card-md--inline-small .card-description .h1, .card.card-md--inline-small .card-description h2, .card.card-md--inline-small .card-description .h2, .card.card-md--inline-small .card-description h3, .card.card-md--inline-small .card-description .h3, .card.card-md--inline-small .card-description .swal-title, .card.card-md--inline-small .card-description h4, .card.card-md--inline-small .card-description .h4, .card.card-md--inline-small .card-description h5, .card.card-md--inline-small .card-description .h5, .card.card-md--inline-small .card-description h6, .card.card-md--inline-small .card-description .h6,
  .card.card-md--inline-small .card-text h1,
  .card.card-md--inline-small .card-text .h1,
  .card.card-md--inline-small .card-text h2,
  .card.card-md--inline-small .card-text .h2,
  .card.card-md--inline-small .card-text h3,
  .card.card-md--inline-small .card-text .h3,
  .card.card-md--inline-small .card-text .swal-title,
  .card.card-md--inline-small .card-text h4,
  .card.card-md--inline-small .card-text .h4,
  .card.card-md--inline-small .card-text h5,
  .card.card-md--inline-small .card-text .h5,
  .card.card-md--inline-small .card-text h6,
  .card.card-md--inline-small .card-text .h6 {
    margin-bottom: 0.5em;
  }
  .card.card-md--inline-small .card-description p,
  .card.card-md--inline-small .card-text p {
    margin-bottom: 1.5rem;
  }
  .card.card-md--inline-small .card-description p, .card.card-md--inline-small .card-description span,
  .card.card-md--inline-small .card-text p,
  .card.card-md--inline-small .card-text span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-md--inline-small .card-description ol,
  .card.card-md--inline-small .card-text ol {
    padding-left: 1.5rem;
    counter-reset: item-number;
    list-style-type: none !important;
  }
  .card.card-md--inline-small .card-description ol li,
  .card.card-md--inline-small .card-text ol li {
    counter-increment: line-number;
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-md--inline-small .card-description ol li:before,
  .card.card-md--inline-small .card-text ol li:before {
    content: counter(line-number) ".";
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #0A1F44;
  }
  .card.card-md--inline-small .card-description ol li:last-of-type,
  .card.card-md--inline-small .card-text ol li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-md--inline-small .card-description ul,
  .card.card-md--inline-small .card-text ul {
    list-style-type: disc !important;
    list-style-position: inside;
  }
  .card.card-md--inline-small .card-description ul li,
  .card.card-md--inline-small .card-text ul li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: .72em;
        display: block;
        width: .375rem;
        height: .375rem;
        border-radius: 50%;
        background-color: $dark;
    }*/
  }
  .card.card-md--inline-small .card-description ul li:last-of-type,
  .card.card-md--inline-small .card-text ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-md--inline-small .card-description img,
  .card.card-md--inline-small .card-text img {
    display: block;
    max-width: 100%;
  }
  .card.card-md--inline-small .card-description img.note-float-left,
  .card.card-md--inline-small .card-text img.note-float-left {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-md--inline-small .card-description img.note-float-right,
  .card.card-md--inline-small .card-text img.note-float-right {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-md--inline-small .card-description .MsoNormal, .card.card-md--inline-small .card-description .MsoNormal span,
  .card.card-md--inline-small .card-text .MsoNormal,
  .card.card-md--inline-small .card-text .MsoNormal span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card-md--inline-small .card-description p,
  .card.card-md--inline-small .card-text p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-md--inline-small .card-description h1, .card.card-md--inline-small .card-description .h1, .card.card-md--inline-small .card-description h1 span, .card.card-md--inline-small .card-description .h1 span, .card.card-md--inline-small .card-description h2, .card.card-md--inline-small .card-description .h2, .card.card-md--inline-small .card-description h2 span, .card.card-md--inline-small .card-description .h2 span, .card.card-md--inline-small .card-description h3, .card.card-md--inline-small .card-description .h3, .card.card-md--inline-small .card-description .swal-title, .card.card-md--inline-small .card-description h3 span, .card.card-md--inline-small .card-description .h3 span, .card.card-md--inline-small .card-description .swal-title span, .card.card-md--inline-small .card-description h4, .card.card-md--inline-small .card-description .h4, .card.card-md--inline-small .card-description h4 span, .card.card-md--inline-small .card-description .h4 span, .card.card-md--inline-small .card-description h5, .card.card-md--inline-small .card-description .h5, .card.card-md--inline-small .card-description h5 span, .card.card-md--inline-small .card-description .h5 span, .card.card-md--inline-small .card-description h6, .card.card-md--inline-small .card-description .h6, .card.card-md--inline-small .card-description h6 span, .card.card-md--inline-small .card-description .h6 span,
  .card.card-md--inline-small .card-text h1,
  .card.card-md--inline-small .card-text .h1,
  .card.card-md--inline-small .card-text h1 span,
  .card.card-md--inline-small .card-text .h1 span,
  .card.card-md--inline-small .card-text h2,
  .card.card-md--inline-small .card-text .h2,
  .card.card-md--inline-small .card-text h2 span,
  .card.card-md--inline-small .card-text .h2 span,
  .card.card-md--inline-small .card-text h3,
  .card.card-md--inline-small .card-text .h3,
  .card.card-md--inline-small .card-text .swal-title,
  .card.card-md--inline-small .card-text h3 span,
  .card.card-md--inline-small .card-text .h3 span,
  .card.card-md--inline-small .card-text .swal-title span,
  .card.card-md--inline-small .card-text h4,
  .card.card-md--inline-small .card-text .h4,
  .card.card-md--inline-small .card-text h4 span,
  .card.card-md--inline-small .card-text .h4 span,
  .card.card-md--inline-small .card-text h5,
  .card.card-md--inline-small .card-text .h5,
  .card.card-md--inline-small .card-text h5 span,
  .card.card-md--inline-small .card-text .h5 span,
  .card.card-md--inline-small .card-text h6,
  .card.card-md--inline-small .card-text .h6,
  .card.card-md--inline-small .card-text h6 span,
  .card.card-md--inline-small .card-text .h6 span {
    font-size: 1.125rem !important;
  }
  .card.card-md--inline-small .card-description a span,
  .card.card-md--inline-small .card-text a span {
    color: inherit !important;
  }
  .card.card-md--inline-small .card-content-grid {
    display: grid;
    grid-template-columns: 5rem auto;
    grid-template-areas: "img title" "description description";
    column-gap: 1.5rem;
  }
  .card.card-md--inline-small .card-content-grid .card-img {
    grid-area: img;
  }
  .card.card-md--inline-small .card-content-grid .card-title {
    grid-area: title;
    align-self: center;
  }
  .card.card-md--inline-small .card-content-grid .card-description {
    grid-area: description;
  }
  .card.card-md--inline-small:hover .card-img {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
  }
}
@media (min-width: 800px) {
  .card.card-lg--inline-small {
    position: relative;
    align-items: flex-start;
    display: flex;
    width: 100%;
    overflow: visible;
    border-radius: 0;
    transition: box-shadow 0.2s ease;
  }
  .card.card-lg--inline-small .card-img {
    flex: 0 0 auto;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    display: block;
    width: 5rem;
    margin-right: 1.5rem;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card.card-lg--inline-small .card-img .img-wrapper {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .card.card-lg--inline-small .card-img .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.card-lg--inline-small .card-img .img-wrapper {
    display: block;
    padding-bottom: 88.4615384615%;
  }
  .card.card-lg--inline-small .card-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .card.card-lg--inline-small .card-content {
    position: relative;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0;
    display: flex;
    flex-direction: column;
  }
  .card.card-lg--inline-small .card-title {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #0A1F44;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-weight: 600;
    align-self: flex-start;
    transition: color 0.15s ease;
  }
  .card.card-lg--inline-small .card-title:hover {
    text-decoration: none;
    border-bottom: none;
    color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
  }
  .card.card-lg--inline-small .card-description h1, .card.card-lg--inline-small .card-description .h1, .card.card-lg--inline-small .card-description h2, .card.card-lg--inline-small .card-description .h2, .card.card-lg--inline-small .card-description h3, .card.card-lg--inline-small .card-description .h3, .card.card-lg--inline-small .card-description .swal-title, .card.card-lg--inline-small .card-description h4, .card.card-lg--inline-small .card-description .h4, .card.card-lg--inline-small .card-description h5, .card.card-lg--inline-small .card-description .h5, .card.card-lg--inline-small .card-description h6, .card.card-lg--inline-small .card-description .h6,
  .card.card-lg--inline-small .card-text h1,
  .card.card-lg--inline-small .card-text .h1,
  .card.card-lg--inline-small .card-text h2,
  .card.card-lg--inline-small .card-text .h2,
  .card.card-lg--inline-small .card-text h3,
  .card.card-lg--inline-small .card-text .h3,
  .card.card-lg--inline-small .card-text .swal-title,
  .card.card-lg--inline-small .card-text h4,
  .card.card-lg--inline-small .card-text .h4,
  .card.card-lg--inline-small .card-text h5,
  .card.card-lg--inline-small .card-text .h5,
  .card.card-lg--inline-small .card-text h6,
  .card.card-lg--inline-small .card-text .h6 {
    margin-bottom: 0.5em;
  }
  .card.card-lg--inline-small .card-description p,
  .card.card-lg--inline-small .card-text p {
    margin-bottom: 1.5rem;
  }
  .card.card-lg--inline-small .card-description p, .card.card-lg--inline-small .card-description span,
  .card.card-lg--inline-small .card-text p,
  .card.card-lg--inline-small .card-text span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-lg--inline-small .card-description ol,
  .card.card-lg--inline-small .card-text ol {
    padding-left: 1.5rem;
    counter-reset: item-number;
    list-style-type: none !important;
  }
  .card.card-lg--inline-small .card-description ol li,
  .card.card-lg--inline-small .card-text ol li {
    counter-increment: line-number;
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-lg--inline-small .card-description ol li:before,
  .card.card-lg--inline-small .card-text ol li:before {
    content: counter(line-number) ".";
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #0A1F44;
  }
  .card.card-lg--inline-small .card-description ol li:last-of-type,
  .card.card-lg--inline-small .card-text ol li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-lg--inline-small .card-description ul,
  .card.card-lg--inline-small .card-text ul {
    list-style-type: disc !important;
    list-style-position: inside;
  }
  .card.card-lg--inline-small .card-description ul li,
  .card.card-lg--inline-small .card-text ul li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: .72em;
        display: block;
        width: .375rem;
        height: .375rem;
        border-radius: 50%;
        background-color: $dark;
    }*/
  }
  .card.card-lg--inline-small .card-description ul li:last-of-type,
  .card.card-lg--inline-small .card-text ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-lg--inline-small .card-description img,
  .card.card-lg--inline-small .card-text img {
    display: block;
    max-width: 100%;
  }
  .card.card-lg--inline-small .card-description img.note-float-left,
  .card.card-lg--inline-small .card-text img.note-float-left {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-lg--inline-small .card-description img.note-float-right,
  .card.card-lg--inline-small .card-text img.note-float-right {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-lg--inline-small .card-description .MsoNormal, .card.card-lg--inline-small .card-description .MsoNormal span,
  .card.card-lg--inline-small .card-text .MsoNormal,
  .card.card-lg--inline-small .card-text .MsoNormal span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card-lg--inline-small .card-description p,
  .card.card-lg--inline-small .card-text p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-lg--inline-small .card-description h1, .card.card-lg--inline-small .card-description .h1, .card.card-lg--inline-small .card-description h1 span, .card.card-lg--inline-small .card-description .h1 span, .card.card-lg--inline-small .card-description h2, .card.card-lg--inline-small .card-description .h2, .card.card-lg--inline-small .card-description h2 span, .card.card-lg--inline-small .card-description .h2 span, .card.card-lg--inline-small .card-description h3, .card.card-lg--inline-small .card-description .h3, .card.card-lg--inline-small .card-description .swal-title, .card.card-lg--inline-small .card-description h3 span, .card.card-lg--inline-small .card-description .h3 span, .card.card-lg--inline-small .card-description .swal-title span, .card.card-lg--inline-small .card-description h4, .card.card-lg--inline-small .card-description .h4, .card.card-lg--inline-small .card-description h4 span, .card.card-lg--inline-small .card-description .h4 span, .card.card-lg--inline-small .card-description h5, .card.card-lg--inline-small .card-description .h5, .card.card-lg--inline-small .card-description h5 span, .card.card-lg--inline-small .card-description .h5 span, .card.card-lg--inline-small .card-description h6, .card.card-lg--inline-small .card-description .h6, .card.card-lg--inline-small .card-description h6 span, .card.card-lg--inline-small .card-description .h6 span,
  .card.card-lg--inline-small .card-text h1,
  .card.card-lg--inline-small .card-text .h1,
  .card.card-lg--inline-small .card-text h1 span,
  .card.card-lg--inline-small .card-text .h1 span,
  .card.card-lg--inline-small .card-text h2,
  .card.card-lg--inline-small .card-text .h2,
  .card.card-lg--inline-small .card-text h2 span,
  .card.card-lg--inline-small .card-text .h2 span,
  .card.card-lg--inline-small .card-text h3,
  .card.card-lg--inline-small .card-text .h3,
  .card.card-lg--inline-small .card-text .swal-title,
  .card.card-lg--inline-small .card-text h3 span,
  .card.card-lg--inline-small .card-text .h3 span,
  .card.card-lg--inline-small .card-text .swal-title span,
  .card.card-lg--inline-small .card-text h4,
  .card.card-lg--inline-small .card-text .h4,
  .card.card-lg--inline-small .card-text h4 span,
  .card.card-lg--inline-small .card-text .h4 span,
  .card.card-lg--inline-small .card-text h5,
  .card.card-lg--inline-small .card-text .h5,
  .card.card-lg--inline-small .card-text h5 span,
  .card.card-lg--inline-small .card-text .h5 span,
  .card.card-lg--inline-small .card-text h6,
  .card.card-lg--inline-small .card-text .h6,
  .card.card-lg--inline-small .card-text h6 span,
  .card.card-lg--inline-small .card-text .h6 span {
    font-size: 1.125rem !important;
  }
  .card.card-lg--inline-small .card-description a span,
  .card.card-lg--inline-small .card-text a span {
    color: inherit !important;
  }
  .card.card-lg--inline-small .card-content-grid {
    display: grid;
    grid-template-columns: 5rem auto;
    grid-template-areas: "img title" "description description";
    column-gap: 1.5rem;
  }
  .card.card-lg--inline-small .card-content-grid .card-img {
    grid-area: img;
  }
  .card.card-lg--inline-small .card-content-grid .card-title {
    grid-area: title;
    align-self: center;
  }
  .card.card-lg--inline-small .card-content-grid .card-description {
    grid-area: description;
  }
  .card.card-lg--inline-small:hover .card-img {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
  }
}
@media (min-width: 1232px) {
  .card.card-xl--inline-small {
    position: relative;
    align-items: flex-start;
    display: flex;
    width: 100%;
    overflow: visible;
    border-radius: 0;
    transition: box-shadow 0.2s ease;
  }
  .card.card-xl--inline-small .card-img {
    flex: 0 0 auto;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    display: block;
    width: 5rem;
    margin-right: 1.5rem;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card.card-xl--inline-small .card-img .img-wrapper {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .card.card-xl--inline-small .card-img .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.card-xl--inline-small .card-img .img-wrapper {
    display: block;
    padding-bottom: 88.4615384615%;
  }
  .card.card-xl--inline-small .card-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .card.card-xl--inline-small .card-content {
    position: relative;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0;
    display: flex;
    flex-direction: column;
  }
  .card.card-xl--inline-small .card-title {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #0A1F44;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-weight: 600;
    align-self: flex-start;
    transition: color 0.15s ease;
  }
  .card.card-xl--inline-small .card-title:hover {
    text-decoration: none;
    border-bottom: none;
    color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
  }
  .card.card-xl--inline-small .card-description h1, .card.card-xl--inline-small .card-description .h1, .card.card-xl--inline-small .card-description h2, .card.card-xl--inline-small .card-description .h2, .card.card-xl--inline-small .card-description h3, .card.card-xl--inline-small .card-description .h3, .card.card-xl--inline-small .card-description .swal-title, .card.card-xl--inline-small .card-description h4, .card.card-xl--inline-small .card-description .h4, .card.card-xl--inline-small .card-description h5, .card.card-xl--inline-small .card-description .h5, .card.card-xl--inline-small .card-description h6, .card.card-xl--inline-small .card-description .h6,
  .card.card-xl--inline-small .card-text h1,
  .card.card-xl--inline-small .card-text .h1,
  .card.card-xl--inline-small .card-text h2,
  .card.card-xl--inline-small .card-text .h2,
  .card.card-xl--inline-small .card-text h3,
  .card.card-xl--inline-small .card-text .h3,
  .card.card-xl--inline-small .card-text .swal-title,
  .card.card-xl--inline-small .card-text h4,
  .card.card-xl--inline-small .card-text .h4,
  .card.card-xl--inline-small .card-text h5,
  .card.card-xl--inline-small .card-text .h5,
  .card.card-xl--inline-small .card-text h6,
  .card.card-xl--inline-small .card-text .h6 {
    margin-bottom: 0.5em;
  }
  .card.card-xl--inline-small .card-description p,
  .card.card-xl--inline-small .card-text p {
    margin-bottom: 1.5rem;
  }
  .card.card-xl--inline-small .card-description p, .card.card-xl--inline-small .card-description span,
  .card.card-xl--inline-small .card-text p,
  .card.card-xl--inline-small .card-text span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-xl--inline-small .card-description ol,
  .card.card-xl--inline-small .card-text ol {
    padding-left: 1.5rem;
    counter-reset: item-number;
    list-style-type: none !important;
  }
  .card.card-xl--inline-small .card-description ol li,
  .card.card-xl--inline-small .card-text ol li {
    counter-increment: line-number;
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-xl--inline-small .card-description ol li:before,
  .card.card-xl--inline-small .card-text ol li:before {
    content: counter(line-number) ".";
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #0A1F44;
  }
  .card.card-xl--inline-small .card-description ol li:last-of-type,
  .card.card-xl--inline-small .card-text ol li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-xl--inline-small .card-description ul,
  .card.card-xl--inline-small .card-text ul {
    list-style-type: disc !important;
    list-style-position: inside;
  }
  .card.card-xl--inline-small .card-description ul li,
  .card.card-xl--inline-small .card-text ul li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: .72em;
        display: block;
        width: .375rem;
        height: .375rem;
        border-radius: 50%;
        background-color: $dark;
    }*/
  }
  .card.card-xl--inline-small .card-description ul li:last-of-type,
  .card.card-xl--inline-small .card-text ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-xl--inline-small .card-description img,
  .card.card-xl--inline-small .card-text img {
    display: block;
    max-width: 100%;
  }
  .card.card-xl--inline-small .card-description img.note-float-left,
  .card.card-xl--inline-small .card-text img.note-float-left {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-xl--inline-small .card-description img.note-float-right,
  .card.card-xl--inline-small .card-text img.note-float-right {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-xl--inline-small .card-description .MsoNormal, .card.card-xl--inline-small .card-description .MsoNormal span,
  .card.card-xl--inline-small .card-text .MsoNormal,
  .card.card-xl--inline-small .card-text .MsoNormal span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card-xl--inline-small .card-description p,
  .card.card-xl--inline-small .card-text p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-xl--inline-small .card-description h1, .card.card-xl--inline-small .card-description .h1, .card.card-xl--inline-small .card-description h1 span, .card.card-xl--inline-small .card-description .h1 span, .card.card-xl--inline-small .card-description h2, .card.card-xl--inline-small .card-description .h2, .card.card-xl--inline-small .card-description h2 span, .card.card-xl--inline-small .card-description .h2 span, .card.card-xl--inline-small .card-description h3, .card.card-xl--inline-small .card-description .h3, .card.card-xl--inline-small .card-description .swal-title, .card.card-xl--inline-small .card-description h3 span, .card.card-xl--inline-small .card-description .h3 span, .card.card-xl--inline-small .card-description .swal-title span, .card.card-xl--inline-small .card-description h4, .card.card-xl--inline-small .card-description .h4, .card.card-xl--inline-small .card-description h4 span, .card.card-xl--inline-small .card-description .h4 span, .card.card-xl--inline-small .card-description h5, .card.card-xl--inline-small .card-description .h5, .card.card-xl--inline-small .card-description h5 span, .card.card-xl--inline-small .card-description .h5 span, .card.card-xl--inline-small .card-description h6, .card.card-xl--inline-small .card-description .h6, .card.card-xl--inline-small .card-description h6 span, .card.card-xl--inline-small .card-description .h6 span,
  .card.card-xl--inline-small .card-text h1,
  .card.card-xl--inline-small .card-text .h1,
  .card.card-xl--inline-small .card-text h1 span,
  .card.card-xl--inline-small .card-text .h1 span,
  .card.card-xl--inline-small .card-text h2,
  .card.card-xl--inline-small .card-text .h2,
  .card.card-xl--inline-small .card-text h2 span,
  .card.card-xl--inline-small .card-text .h2 span,
  .card.card-xl--inline-small .card-text h3,
  .card.card-xl--inline-small .card-text .h3,
  .card.card-xl--inline-small .card-text .swal-title,
  .card.card-xl--inline-small .card-text h3 span,
  .card.card-xl--inline-small .card-text .h3 span,
  .card.card-xl--inline-small .card-text .swal-title span,
  .card.card-xl--inline-small .card-text h4,
  .card.card-xl--inline-small .card-text .h4,
  .card.card-xl--inline-small .card-text h4 span,
  .card.card-xl--inline-small .card-text .h4 span,
  .card.card-xl--inline-small .card-text h5,
  .card.card-xl--inline-small .card-text .h5,
  .card.card-xl--inline-small .card-text h5 span,
  .card.card-xl--inline-small .card-text .h5 span,
  .card.card-xl--inline-small .card-text h6,
  .card.card-xl--inline-small .card-text .h6,
  .card.card-xl--inline-small .card-text h6 span,
  .card.card-xl--inline-small .card-text .h6 span {
    font-size: 1.125rem !important;
  }
  .card.card-xl--inline-small .card-description a span,
  .card.card-xl--inline-small .card-text a span {
    color: inherit !important;
  }
  .card.card-xl--inline-small .card-content-grid {
    display: grid;
    grid-template-columns: 5rem auto;
    grid-template-areas: "img title" "description description";
    column-gap: 1.5rem;
  }
  .card.card-xl--inline-small .card-content-grid .card-img {
    grid-area: img;
  }
  .card.card-xl--inline-small .card-content-grid .card-title {
    grid-area: title;
    align-self: center;
  }
  .card.card-xl--inline-small .card-content-grid .card-description {
    grid-area: description;
  }
  .card.card-xl--inline-small:hover .card-img {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
  }
}
.card--inline-lg {
  position: relative;
  align-items: flex-start;
  display: flex;
  width: 100%;
  overflow: visible;
  border-radius: 0;
  transition: box-shadow 0.2s ease;
}
.card--inline-lg .card-img {
  flex: 0 0 auto;
  align-self: flex-start;
  position: relative;
  z-index: 10;
  display: block;
  width: 8.0625rem;
  margin-right: 1.5rem;
  overflow: hidden;
  border-radius: 0.25rem;
  transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.card--inline-lg .card-img .img-wrapper {
  z-index: 1;
  position: relative;
  display: block;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card--inline-lg .card-img .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card--inline-lg .card-img .img-wrapper {
  display: block;
  padding-bottom: 88.4615384615%;
}
.card--inline-lg .card-img:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
}
.card--inline-lg .card-content {
  position: relative;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 0;
  display: flex;
  flex-direction: column;
}
.card--inline-lg .card-title {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #0A1F44;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-weight: 600;
  align-self: flex-start;
  transition: color 0.15s ease;
}
.card--inline-lg .card-title:hover {
  text-decoration: none;
  border-bottom: none;
  color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
}
.card--inline-lg .card-description h1, .card--inline-lg .card-description .h1, .card--inline-lg .card-description h2, .card--inline-lg .card-description .h2, .card--inline-lg .card-description h3, .card--inline-lg .card-description .h3, .card--inline-lg .card-description .swal-title, .card--inline-lg .card-description h4, .card--inline-lg .card-description .h4, .card--inline-lg .card-description h5, .card--inline-lg .card-description .h5, .card--inline-lg .card-description h6, .card--inline-lg .card-description .h6,
.card--inline-lg .card-text h1,
.card--inline-lg .card-text .h1,
.card--inline-lg .card-text h2,
.card--inline-lg .card-text .h2,
.card--inline-lg .card-text h3,
.card--inline-lg .card-text .h3,
.card--inline-lg .card-text .swal-title,
.card--inline-lg .card-text h4,
.card--inline-lg .card-text .h4,
.card--inline-lg .card-text h5,
.card--inline-lg .card-text .h5,
.card--inline-lg .card-text h6,
.card--inline-lg .card-text .h6 {
  margin-bottom: 0.5em;
}
.card--inline-lg .card-description p,
.card--inline-lg .card-text p {
  margin-bottom: 1.5rem;
}
.card--inline-lg .card-description p, .card--inline-lg .card-description span,
.card--inline-lg .card-text p,
.card--inline-lg .card-text span {
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
}
.card--inline-lg .card-description ol,
.card--inline-lg .card-text ol {
  padding-left: 1.5rem;
  counter-reset: item-number;
  list-style-type: none !important;
}
.card--inline-lg .card-description ol li,
.card--inline-lg .card-text ol li {
  counter-increment: line-number;
  position: relative !important;
  padding-left: 1.5rem !important;
  margin-bottom: 0.375rem !important;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  margin-top: 0 !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
}
.card--inline-lg .card-description ol li:before,
.card--inline-lg .card-text ol li:before {
  content: counter(line-number) ".";
  position: absolute;
  left: 0;
  font-family: "Open Sans", Helvetica, "sans-serif";
  color: #0A1F44;
}
.card--inline-lg .card-description ol li:last-of-type,
.card--inline-lg .card-text ol li:last-of-type {
  margin-bottom: 0 !important;
}
.card--inline-lg .card-description ul,
.card--inline-lg .card-text ul {
  list-style-type: disc !important;
  list-style-position: inside;
}
.card--inline-lg .card-description ul li,
.card--inline-lg .card-text ul li {
  position: relative !important;
  padding-left: 1.5rem !important;
  margin-bottom: 0.375rem !important;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  margin-top: 0 !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
  /*&:before {
      content: '';
      position: absolute;
      left: 0;
      top: .72em;
      display: block;
      width: .375rem;
      height: .375rem;
      border-radius: 50%;
      background-color: $dark;
  }*/
}
.card--inline-lg .card-description ul li:last-of-type,
.card--inline-lg .card-text ul li:last-of-type {
  margin-bottom: 0 !important;
}
.card--inline-lg .card-description img,
.card--inline-lg .card-text img {
  display: block;
  max-width: 100%;
}
.card--inline-lg .card-description img.note-float-left,
.card--inline-lg .card-text img.note-float-left {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.card--inline-lg .card-description img.note-float-right,
.card--inline-lg .card-text img.note-float-right {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.card--inline-lg .card-description .MsoNormal, .card--inline-lg .card-description .MsoNormal span,
.card--inline-lg .card-text .MsoNormal,
.card--inline-lg .card-text .MsoNormal span {
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-size: 1rem;
  line-height: 1.5;
}
.card--inline-lg .card-description p,
.card--inline-lg .card-text p {
  font-size: 0.875rem !important;
  margin-bottom: 0.5rem !important;
}
.card--inline-lg .card-description h1, .card--inline-lg .card-description .h1, .card--inline-lg .card-description h1 span, .card--inline-lg .card-description .h1 span, .card--inline-lg .card-description h2, .card--inline-lg .card-description .h2, .card--inline-lg .card-description h2 span, .card--inline-lg .card-description .h2 span, .card--inline-lg .card-description h3, .card--inline-lg .card-description .h3, .card--inline-lg .card-description .swal-title, .card--inline-lg .card-description h3 span, .card--inline-lg .card-description .h3 span, .card--inline-lg .card-description .swal-title span, .card--inline-lg .card-description h4, .card--inline-lg .card-description .h4, .card--inline-lg .card-description h4 span, .card--inline-lg .card-description .h4 span, .card--inline-lg .card-description h5, .card--inline-lg .card-description .h5, .card--inline-lg .card-description h5 span, .card--inline-lg .card-description .h5 span, .card--inline-lg .card-description h6, .card--inline-lg .card-description .h6, .card--inline-lg .card-description h6 span, .card--inline-lg .card-description .h6 span,
.card--inline-lg .card-text h1,
.card--inline-lg .card-text .h1,
.card--inline-lg .card-text h1 span,
.card--inline-lg .card-text .h1 span,
.card--inline-lg .card-text h2,
.card--inline-lg .card-text .h2,
.card--inline-lg .card-text h2 span,
.card--inline-lg .card-text .h2 span,
.card--inline-lg .card-text h3,
.card--inline-lg .card-text .h3,
.card--inline-lg .card-text .swal-title,
.card--inline-lg .card-text h3 span,
.card--inline-lg .card-text .h3 span,
.card--inline-lg .card-text .swal-title span,
.card--inline-lg .card-text h4,
.card--inline-lg .card-text .h4,
.card--inline-lg .card-text h4 span,
.card--inline-lg .card-text .h4 span,
.card--inline-lg .card-text h5,
.card--inline-lg .card-text .h5,
.card--inline-lg .card-text h5 span,
.card--inline-lg .card-text .h5 span,
.card--inline-lg .card-text h6,
.card--inline-lg .card-text .h6,
.card--inline-lg .card-text h6 span,
.card--inline-lg .card-text .h6 span {
  font-size: 1.125rem !important;
}
.card--inline-lg .card-description a span,
.card--inline-lg .card-text a span {
  color: inherit !important;
}
.card--inline-lg .card-content-grid {
  display: grid;
  grid-template-columns: 8.0625rem auto;
  grid-template-areas: "img title" "img description";
  column-gap: 1.5rem;
}
.card--inline-lg .card-content-grid .card-img {
  grid-area: img;
}
.card--inline-lg .card-content-grid .card-title {
  grid-area: title;
  align-self: center;
}
.card--inline-lg .card-content-grid .card-description {
  grid-area: description;
}
.card--inline-lg:hover .card-img {
  transform: scale(1.05);
  box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
}
.card.card-xxs--inline-lg {
  position: relative;
  align-items: flex-start;
  display: flex;
  width: 100%;
  overflow: visible;
  border-radius: 0;
  transition: box-shadow 0.2s ease;
}
.card.card-xxs--inline-lg .card-img {
  flex: 0 0 auto;
  align-self: flex-start;
  position: relative;
  z-index: 10;
  display: block;
  width: 8.0625rem;
  margin-right: 1.5rem;
  overflow: hidden;
  border-radius: 0.25rem;
  transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.card.card-xxs--inline-lg .card-img .img-wrapper {
  z-index: 1;
  position: relative;
  display: block;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card.card-xxs--inline-lg .card-img .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card.card-xxs--inline-lg .card-img .img-wrapper {
  display: block;
  padding-bottom: 88.4615384615%;
}
.card.card-xxs--inline-lg .card-img:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
}
.card.card-xxs--inline-lg .card-content {
  position: relative;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 0;
  display: flex;
  flex-direction: column;
}
.card.card-xxs--inline-lg .card-title {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #0A1F44;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-weight: 600;
  align-self: flex-start;
  transition: color 0.15s ease;
}
.card.card-xxs--inline-lg .card-title:hover {
  text-decoration: none;
  border-bottom: none;
  color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
}
.card.card-xxs--inline-lg .card-description h1, .card.card-xxs--inline-lg .card-description .h1, .card.card-xxs--inline-lg .card-description h2, .card.card-xxs--inline-lg .card-description .h2, .card.card-xxs--inline-lg .card-description h3, .card.card-xxs--inline-lg .card-description .h3, .card.card-xxs--inline-lg .card-description .swal-title, .card.card-xxs--inline-lg .card-description h4, .card.card-xxs--inline-lg .card-description .h4, .card.card-xxs--inline-lg .card-description h5, .card.card-xxs--inline-lg .card-description .h5, .card.card-xxs--inline-lg .card-description h6, .card.card-xxs--inline-lg .card-description .h6,
.card.card-xxs--inline-lg .card-text h1,
.card.card-xxs--inline-lg .card-text .h1,
.card.card-xxs--inline-lg .card-text h2,
.card.card-xxs--inline-lg .card-text .h2,
.card.card-xxs--inline-lg .card-text h3,
.card.card-xxs--inline-lg .card-text .h3,
.card.card-xxs--inline-lg .card-text .swal-title,
.card.card-xxs--inline-lg .card-text h4,
.card.card-xxs--inline-lg .card-text .h4,
.card.card-xxs--inline-lg .card-text h5,
.card.card-xxs--inline-lg .card-text .h5,
.card.card-xxs--inline-lg .card-text h6,
.card.card-xxs--inline-lg .card-text .h6 {
  margin-bottom: 0.5em;
}
.card.card-xxs--inline-lg .card-description p,
.card.card-xxs--inline-lg .card-text p {
  margin-bottom: 1.5rem;
}
.card.card-xxs--inline-lg .card-description p, .card.card-xxs--inline-lg .card-description span,
.card.card-xxs--inline-lg .card-text p,
.card.card-xxs--inline-lg .card-text span {
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
}
.card.card-xxs--inline-lg .card-description ol,
.card.card-xxs--inline-lg .card-text ol {
  padding-left: 1.5rem;
  counter-reset: item-number;
  list-style-type: none !important;
}
.card.card-xxs--inline-lg .card-description ol li,
.card.card-xxs--inline-lg .card-text ol li {
  counter-increment: line-number;
  position: relative !important;
  padding-left: 1.5rem !important;
  margin-bottom: 0.375rem !important;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  margin-top: 0 !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
}
.card.card-xxs--inline-lg .card-description ol li:before,
.card.card-xxs--inline-lg .card-text ol li:before {
  content: counter(line-number) ".";
  position: absolute;
  left: 0;
  font-family: "Open Sans", Helvetica, "sans-serif";
  color: #0A1F44;
}
.card.card-xxs--inline-lg .card-description ol li:last-of-type,
.card.card-xxs--inline-lg .card-text ol li:last-of-type {
  margin-bottom: 0 !important;
}
.card.card-xxs--inline-lg .card-description ul,
.card.card-xxs--inline-lg .card-text ul {
  list-style-type: disc !important;
  list-style-position: inside;
}
.card.card-xxs--inline-lg .card-description ul li,
.card.card-xxs--inline-lg .card-text ul li {
  position: relative !important;
  padding-left: 1.5rem !important;
  margin-bottom: 0.375rem !important;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  margin-top: 0 !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
  /*&:before {
      content: '';
      position: absolute;
      left: 0;
      top: .72em;
      display: block;
      width: .375rem;
      height: .375rem;
      border-radius: 50%;
      background-color: $dark;
  }*/
}
.card.card-xxs--inline-lg .card-description ul li:last-of-type,
.card.card-xxs--inline-lg .card-text ul li:last-of-type {
  margin-bottom: 0 !important;
}
.card.card-xxs--inline-lg .card-description img,
.card.card-xxs--inline-lg .card-text img {
  display: block;
  max-width: 100%;
}
.card.card-xxs--inline-lg .card-description img.note-float-left,
.card.card-xxs--inline-lg .card-text img.note-float-left {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.card.card-xxs--inline-lg .card-description img.note-float-right,
.card.card-xxs--inline-lg .card-text img.note-float-right {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.card.card-xxs--inline-lg .card-description .MsoNormal, .card.card-xxs--inline-lg .card-description .MsoNormal span,
.card.card-xxs--inline-lg .card-text .MsoNormal,
.card.card-xxs--inline-lg .card-text .MsoNormal span {
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-size: 1rem;
  line-height: 1.5;
}
.card.card-xxs--inline-lg .card-description p,
.card.card-xxs--inline-lg .card-text p {
  font-size: 0.875rem !important;
  margin-bottom: 0.5rem !important;
}
.card.card-xxs--inline-lg .card-description h1, .card.card-xxs--inline-lg .card-description .h1, .card.card-xxs--inline-lg .card-description h1 span, .card.card-xxs--inline-lg .card-description .h1 span, .card.card-xxs--inline-lg .card-description h2, .card.card-xxs--inline-lg .card-description .h2, .card.card-xxs--inline-lg .card-description h2 span, .card.card-xxs--inline-lg .card-description .h2 span, .card.card-xxs--inline-lg .card-description h3, .card.card-xxs--inline-lg .card-description .h3, .card.card-xxs--inline-lg .card-description .swal-title, .card.card-xxs--inline-lg .card-description h3 span, .card.card-xxs--inline-lg .card-description .h3 span, .card.card-xxs--inline-lg .card-description .swal-title span, .card.card-xxs--inline-lg .card-description h4, .card.card-xxs--inline-lg .card-description .h4, .card.card-xxs--inline-lg .card-description h4 span, .card.card-xxs--inline-lg .card-description .h4 span, .card.card-xxs--inline-lg .card-description h5, .card.card-xxs--inline-lg .card-description .h5, .card.card-xxs--inline-lg .card-description h5 span, .card.card-xxs--inline-lg .card-description .h5 span, .card.card-xxs--inline-lg .card-description h6, .card.card-xxs--inline-lg .card-description .h6, .card.card-xxs--inline-lg .card-description h6 span, .card.card-xxs--inline-lg .card-description .h6 span,
.card.card-xxs--inline-lg .card-text h1,
.card.card-xxs--inline-lg .card-text .h1,
.card.card-xxs--inline-lg .card-text h1 span,
.card.card-xxs--inline-lg .card-text .h1 span,
.card.card-xxs--inline-lg .card-text h2,
.card.card-xxs--inline-lg .card-text .h2,
.card.card-xxs--inline-lg .card-text h2 span,
.card.card-xxs--inline-lg .card-text .h2 span,
.card.card-xxs--inline-lg .card-text h3,
.card.card-xxs--inline-lg .card-text .h3,
.card.card-xxs--inline-lg .card-text .swal-title,
.card.card-xxs--inline-lg .card-text h3 span,
.card.card-xxs--inline-lg .card-text .h3 span,
.card.card-xxs--inline-lg .card-text .swal-title span,
.card.card-xxs--inline-lg .card-text h4,
.card.card-xxs--inline-lg .card-text .h4,
.card.card-xxs--inline-lg .card-text h4 span,
.card.card-xxs--inline-lg .card-text .h4 span,
.card.card-xxs--inline-lg .card-text h5,
.card.card-xxs--inline-lg .card-text .h5,
.card.card-xxs--inline-lg .card-text h5 span,
.card.card-xxs--inline-lg .card-text .h5 span,
.card.card-xxs--inline-lg .card-text h6,
.card.card-xxs--inline-lg .card-text .h6,
.card.card-xxs--inline-lg .card-text h6 span,
.card.card-xxs--inline-lg .card-text .h6 span {
  font-size: 1.125rem !important;
}
.card.card-xxs--inline-lg .card-description a span,
.card.card-xxs--inline-lg .card-text a span {
  color: inherit !important;
}
.card.card-xxs--inline-lg .card-content-grid {
  display: grid;
  grid-template-columns: 8.0625rem auto;
  grid-template-areas: "img title" "img description";
  column-gap: 1.5rem;
}
.card.card-xxs--inline-lg .card-content-grid .card-img {
  grid-area: img;
}
.card.card-xxs--inline-lg .card-content-grid .card-title {
  grid-area: title;
  align-self: center;
}
.card.card-xxs--inline-lg .card-content-grid .card-description {
  grid-area: description;
}
.card.card-xxs--inline-lg:hover .card-img {
  transform: scale(1.05);
  box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
}
@media (min-width: 320px) {
  .card.card-xs--inline-lg {
    position: relative;
    align-items: flex-start;
    display: flex;
    width: 100%;
    overflow: visible;
    border-radius: 0;
    transition: box-shadow 0.2s ease;
  }
  .card.card-xs--inline-lg .card-img {
    flex: 0 0 auto;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    display: block;
    width: 8.0625rem;
    margin-right: 1.5rem;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card.card-xs--inline-lg .card-img .img-wrapper {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .card.card-xs--inline-lg .card-img .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.card-xs--inline-lg .card-img .img-wrapper {
    display: block;
    padding-bottom: 88.4615384615%;
  }
  .card.card-xs--inline-lg .card-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .card.card-xs--inline-lg .card-content {
    position: relative;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0;
    display: flex;
    flex-direction: column;
  }
  .card.card-xs--inline-lg .card-title {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #0A1F44;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-weight: 600;
    align-self: flex-start;
    transition: color 0.15s ease;
  }
  .card.card-xs--inline-lg .card-title:hover {
    text-decoration: none;
    border-bottom: none;
    color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
  }
  .card.card-xs--inline-lg .card-description h1, .card.card-xs--inline-lg .card-description .h1, .card.card-xs--inline-lg .card-description h2, .card.card-xs--inline-lg .card-description .h2, .card.card-xs--inline-lg .card-description h3, .card.card-xs--inline-lg .card-description .h3, .card.card-xs--inline-lg .card-description .swal-title, .card.card-xs--inline-lg .card-description h4, .card.card-xs--inline-lg .card-description .h4, .card.card-xs--inline-lg .card-description h5, .card.card-xs--inline-lg .card-description .h5, .card.card-xs--inline-lg .card-description h6, .card.card-xs--inline-lg .card-description .h6,
  .card.card-xs--inline-lg .card-text h1,
  .card.card-xs--inline-lg .card-text .h1,
  .card.card-xs--inline-lg .card-text h2,
  .card.card-xs--inline-lg .card-text .h2,
  .card.card-xs--inline-lg .card-text h3,
  .card.card-xs--inline-lg .card-text .h3,
  .card.card-xs--inline-lg .card-text .swal-title,
  .card.card-xs--inline-lg .card-text h4,
  .card.card-xs--inline-lg .card-text .h4,
  .card.card-xs--inline-lg .card-text h5,
  .card.card-xs--inline-lg .card-text .h5,
  .card.card-xs--inline-lg .card-text h6,
  .card.card-xs--inline-lg .card-text .h6 {
    margin-bottom: 0.5em;
  }
  .card.card-xs--inline-lg .card-description p,
  .card.card-xs--inline-lg .card-text p {
    margin-bottom: 1.5rem;
  }
  .card.card-xs--inline-lg .card-description p, .card.card-xs--inline-lg .card-description span,
  .card.card-xs--inline-lg .card-text p,
  .card.card-xs--inline-lg .card-text span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-xs--inline-lg .card-description ol,
  .card.card-xs--inline-lg .card-text ol {
    padding-left: 1.5rem;
    counter-reset: item-number;
    list-style-type: none !important;
  }
  .card.card-xs--inline-lg .card-description ol li,
  .card.card-xs--inline-lg .card-text ol li {
    counter-increment: line-number;
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-xs--inline-lg .card-description ol li:before,
  .card.card-xs--inline-lg .card-text ol li:before {
    content: counter(line-number) ".";
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #0A1F44;
  }
  .card.card-xs--inline-lg .card-description ol li:last-of-type,
  .card.card-xs--inline-lg .card-text ol li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-xs--inline-lg .card-description ul,
  .card.card-xs--inline-lg .card-text ul {
    list-style-type: disc !important;
    list-style-position: inside;
  }
  .card.card-xs--inline-lg .card-description ul li,
  .card.card-xs--inline-lg .card-text ul li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: .72em;
        display: block;
        width: .375rem;
        height: .375rem;
        border-radius: 50%;
        background-color: $dark;
    }*/
  }
  .card.card-xs--inline-lg .card-description ul li:last-of-type,
  .card.card-xs--inline-lg .card-text ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-xs--inline-lg .card-description img,
  .card.card-xs--inline-lg .card-text img {
    display: block;
    max-width: 100%;
  }
  .card.card-xs--inline-lg .card-description img.note-float-left,
  .card.card-xs--inline-lg .card-text img.note-float-left {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-xs--inline-lg .card-description img.note-float-right,
  .card.card-xs--inline-lg .card-text img.note-float-right {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-xs--inline-lg .card-description .MsoNormal, .card.card-xs--inline-lg .card-description .MsoNormal span,
  .card.card-xs--inline-lg .card-text .MsoNormal,
  .card.card-xs--inline-lg .card-text .MsoNormal span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card-xs--inline-lg .card-description p,
  .card.card-xs--inline-lg .card-text p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-xs--inline-lg .card-description h1, .card.card-xs--inline-lg .card-description .h1, .card.card-xs--inline-lg .card-description h1 span, .card.card-xs--inline-lg .card-description .h1 span, .card.card-xs--inline-lg .card-description h2, .card.card-xs--inline-lg .card-description .h2, .card.card-xs--inline-lg .card-description h2 span, .card.card-xs--inline-lg .card-description .h2 span, .card.card-xs--inline-lg .card-description h3, .card.card-xs--inline-lg .card-description .h3, .card.card-xs--inline-lg .card-description .swal-title, .card.card-xs--inline-lg .card-description h3 span, .card.card-xs--inline-lg .card-description .h3 span, .card.card-xs--inline-lg .card-description .swal-title span, .card.card-xs--inline-lg .card-description h4, .card.card-xs--inline-lg .card-description .h4, .card.card-xs--inline-lg .card-description h4 span, .card.card-xs--inline-lg .card-description .h4 span, .card.card-xs--inline-lg .card-description h5, .card.card-xs--inline-lg .card-description .h5, .card.card-xs--inline-lg .card-description h5 span, .card.card-xs--inline-lg .card-description .h5 span, .card.card-xs--inline-lg .card-description h6, .card.card-xs--inline-lg .card-description .h6, .card.card-xs--inline-lg .card-description h6 span, .card.card-xs--inline-lg .card-description .h6 span,
  .card.card-xs--inline-lg .card-text h1,
  .card.card-xs--inline-lg .card-text .h1,
  .card.card-xs--inline-lg .card-text h1 span,
  .card.card-xs--inline-lg .card-text .h1 span,
  .card.card-xs--inline-lg .card-text h2,
  .card.card-xs--inline-lg .card-text .h2,
  .card.card-xs--inline-lg .card-text h2 span,
  .card.card-xs--inline-lg .card-text .h2 span,
  .card.card-xs--inline-lg .card-text h3,
  .card.card-xs--inline-lg .card-text .h3,
  .card.card-xs--inline-lg .card-text .swal-title,
  .card.card-xs--inline-lg .card-text h3 span,
  .card.card-xs--inline-lg .card-text .h3 span,
  .card.card-xs--inline-lg .card-text .swal-title span,
  .card.card-xs--inline-lg .card-text h4,
  .card.card-xs--inline-lg .card-text .h4,
  .card.card-xs--inline-lg .card-text h4 span,
  .card.card-xs--inline-lg .card-text .h4 span,
  .card.card-xs--inline-lg .card-text h5,
  .card.card-xs--inline-lg .card-text .h5,
  .card.card-xs--inline-lg .card-text h5 span,
  .card.card-xs--inline-lg .card-text .h5 span,
  .card.card-xs--inline-lg .card-text h6,
  .card.card-xs--inline-lg .card-text .h6,
  .card.card-xs--inline-lg .card-text h6 span,
  .card.card-xs--inline-lg .card-text .h6 span {
    font-size: 1.125rem !important;
  }
  .card.card-xs--inline-lg .card-description a span,
  .card.card-xs--inline-lg .card-text a span {
    color: inherit !important;
  }
  .card.card-xs--inline-lg .card-content-grid {
    display: grid;
    grid-template-columns: 8.0625rem auto;
    grid-template-areas: "img title" "img description";
    column-gap: 1.5rem;
  }
  .card.card-xs--inline-lg .card-content-grid .card-img {
    grid-area: img;
  }
  .card.card-xs--inline-lg .card-content-grid .card-title {
    grid-area: title;
    align-self: center;
  }
  .card.card-xs--inline-lg .card-content-grid .card-description {
    grid-area: description;
  }
  .card.card-xs--inline-lg:hover .card-img {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
  }
}
@media (min-width: 392px) {
  .card.card-sm--inline-lg {
    position: relative;
    align-items: flex-start;
    display: flex;
    width: 100%;
    overflow: visible;
    border-radius: 0;
    transition: box-shadow 0.2s ease;
  }
  .card.card-sm--inline-lg .card-img {
    flex: 0 0 auto;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    display: block;
    width: 8.0625rem;
    margin-right: 1.5rem;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card.card-sm--inline-lg .card-img .img-wrapper {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .card.card-sm--inline-lg .card-img .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.card-sm--inline-lg .card-img .img-wrapper {
    display: block;
    padding-bottom: 88.4615384615%;
  }
  .card.card-sm--inline-lg .card-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .card.card-sm--inline-lg .card-content {
    position: relative;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0;
    display: flex;
    flex-direction: column;
  }
  .card.card-sm--inline-lg .card-title {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #0A1F44;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-weight: 600;
    align-self: flex-start;
    transition: color 0.15s ease;
  }
  .card.card-sm--inline-lg .card-title:hover {
    text-decoration: none;
    border-bottom: none;
    color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
  }
  .card.card-sm--inline-lg .card-description h1, .card.card-sm--inline-lg .card-description .h1, .card.card-sm--inline-lg .card-description h2, .card.card-sm--inline-lg .card-description .h2, .card.card-sm--inline-lg .card-description h3, .card.card-sm--inline-lg .card-description .h3, .card.card-sm--inline-lg .card-description .swal-title, .card.card-sm--inline-lg .card-description h4, .card.card-sm--inline-lg .card-description .h4, .card.card-sm--inline-lg .card-description h5, .card.card-sm--inline-lg .card-description .h5, .card.card-sm--inline-lg .card-description h6, .card.card-sm--inline-lg .card-description .h6,
  .card.card-sm--inline-lg .card-text h1,
  .card.card-sm--inline-lg .card-text .h1,
  .card.card-sm--inline-lg .card-text h2,
  .card.card-sm--inline-lg .card-text .h2,
  .card.card-sm--inline-lg .card-text h3,
  .card.card-sm--inline-lg .card-text .h3,
  .card.card-sm--inline-lg .card-text .swal-title,
  .card.card-sm--inline-lg .card-text h4,
  .card.card-sm--inline-lg .card-text .h4,
  .card.card-sm--inline-lg .card-text h5,
  .card.card-sm--inline-lg .card-text .h5,
  .card.card-sm--inline-lg .card-text h6,
  .card.card-sm--inline-lg .card-text .h6 {
    margin-bottom: 0.5em;
  }
  .card.card-sm--inline-lg .card-description p,
  .card.card-sm--inline-lg .card-text p {
    margin-bottom: 1.5rem;
  }
  .card.card-sm--inline-lg .card-description p, .card.card-sm--inline-lg .card-description span,
  .card.card-sm--inline-lg .card-text p,
  .card.card-sm--inline-lg .card-text span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-sm--inline-lg .card-description ol,
  .card.card-sm--inline-lg .card-text ol {
    padding-left: 1.5rem;
    counter-reset: item-number;
    list-style-type: none !important;
  }
  .card.card-sm--inline-lg .card-description ol li,
  .card.card-sm--inline-lg .card-text ol li {
    counter-increment: line-number;
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-sm--inline-lg .card-description ol li:before,
  .card.card-sm--inline-lg .card-text ol li:before {
    content: counter(line-number) ".";
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #0A1F44;
  }
  .card.card-sm--inline-lg .card-description ol li:last-of-type,
  .card.card-sm--inline-lg .card-text ol li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-sm--inline-lg .card-description ul,
  .card.card-sm--inline-lg .card-text ul {
    list-style-type: disc !important;
    list-style-position: inside;
  }
  .card.card-sm--inline-lg .card-description ul li,
  .card.card-sm--inline-lg .card-text ul li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: .72em;
        display: block;
        width: .375rem;
        height: .375rem;
        border-radius: 50%;
        background-color: $dark;
    }*/
  }
  .card.card-sm--inline-lg .card-description ul li:last-of-type,
  .card.card-sm--inline-lg .card-text ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-sm--inline-lg .card-description img,
  .card.card-sm--inline-lg .card-text img {
    display: block;
    max-width: 100%;
  }
  .card.card-sm--inline-lg .card-description img.note-float-left,
  .card.card-sm--inline-lg .card-text img.note-float-left {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-sm--inline-lg .card-description img.note-float-right,
  .card.card-sm--inline-lg .card-text img.note-float-right {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-sm--inline-lg .card-description .MsoNormal, .card.card-sm--inline-lg .card-description .MsoNormal span,
  .card.card-sm--inline-lg .card-text .MsoNormal,
  .card.card-sm--inline-lg .card-text .MsoNormal span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card-sm--inline-lg .card-description p,
  .card.card-sm--inline-lg .card-text p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-sm--inline-lg .card-description h1, .card.card-sm--inline-lg .card-description .h1, .card.card-sm--inline-lg .card-description h1 span, .card.card-sm--inline-lg .card-description .h1 span, .card.card-sm--inline-lg .card-description h2, .card.card-sm--inline-lg .card-description .h2, .card.card-sm--inline-lg .card-description h2 span, .card.card-sm--inline-lg .card-description .h2 span, .card.card-sm--inline-lg .card-description h3, .card.card-sm--inline-lg .card-description .h3, .card.card-sm--inline-lg .card-description .swal-title, .card.card-sm--inline-lg .card-description h3 span, .card.card-sm--inline-lg .card-description .h3 span, .card.card-sm--inline-lg .card-description .swal-title span, .card.card-sm--inline-lg .card-description h4, .card.card-sm--inline-lg .card-description .h4, .card.card-sm--inline-lg .card-description h4 span, .card.card-sm--inline-lg .card-description .h4 span, .card.card-sm--inline-lg .card-description h5, .card.card-sm--inline-lg .card-description .h5, .card.card-sm--inline-lg .card-description h5 span, .card.card-sm--inline-lg .card-description .h5 span, .card.card-sm--inline-lg .card-description h6, .card.card-sm--inline-lg .card-description .h6, .card.card-sm--inline-lg .card-description h6 span, .card.card-sm--inline-lg .card-description .h6 span,
  .card.card-sm--inline-lg .card-text h1,
  .card.card-sm--inline-lg .card-text .h1,
  .card.card-sm--inline-lg .card-text h1 span,
  .card.card-sm--inline-lg .card-text .h1 span,
  .card.card-sm--inline-lg .card-text h2,
  .card.card-sm--inline-lg .card-text .h2,
  .card.card-sm--inline-lg .card-text h2 span,
  .card.card-sm--inline-lg .card-text .h2 span,
  .card.card-sm--inline-lg .card-text h3,
  .card.card-sm--inline-lg .card-text .h3,
  .card.card-sm--inline-lg .card-text .swal-title,
  .card.card-sm--inline-lg .card-text h3 span,
  .card.card-sm--inline-lg .card-text .h3 span,
  .card.card-sm--inline-lg .card-text .swal-title span,
  .card.card-sm--inline-lg .card-text h4,
  .card.card-sm--inline-lg .card-text .h4,
  .card.card-sm--inline-lg .card-text h4 span,
  .card.card-sm--inline-lg .card-text .h4 span,
  .card.card-sm--inline-lg .card-text h5,
  .card.card-sm--inline-lg .card-text .h5,
  .card.card-sm--inline-lg .card-text h5 span,
  .card.card-sm--inline-lg .card-text .h5 span,
  .card.card-sm--inline-lg .card-text h6,
  .card.card-sm--inline-lg .card-text .h6,
  .card.card-sm--inline-lg .card-text h6 span,
  .card.card-sm--inline-lg .card-text .h6 span {
    font-size: 1.125rem !important;
  }
  .card.card-sm--inline-lg .card-description a span,
  .card.card-sm--inline-lg .card-text a span {
    color: inherit !important;
  }
  .card.card-sm--inline-lg .card-content-grid {
    display: grid;
    grid-template-columns: 8.0625rem auto;
    grid-template-areas: "img title" "img description";
    column-gap: 1.5rem;
  }
  .card.card-sm--inline-lg .card-content-grid .card-img {
    grid-area: img;
  }
  .card.card-sm--inline-lg .card-content-grid .card-title {
    grid-area: title;
    align-self: center;
  }
  .card.card-sm--inline-lg .card-content-grid .card-description {
    grid-area: description;
  }
  .card.card-sm--inline-lg:hover .card-img {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
  }
}
@media (min-width: 512px) {
  .card.card-md--inline-lg {
    position: relative;
    align-items: flex-start;
    display: flex;
    width: 100%;
    overflow: visible;
    border-radius: 0;
    transition: box-shadow 0.2s ease;
  }
  .card.card-md--inline-lg .card-img {
    flex: 0 0 auto;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    display: block;
    width: 8.0625rem;
    margin-right: 1.5rem;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card.card-md--inline-lg .card-img .img-wrapper {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .card.card-md--inline-lg .card-img .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.card-md--inline-lg .card-img .img-wrapper {
    display: block;
    padding-bottom: 88.4615384615%;
  }
  .card.card-md--inline-lg .card-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .card.card-md--inline-lg .card-content {
    position: relative;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0;
    display: flex;
    flex-direction: column;
  }
  .card.card-md--inline-lg .card-title {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #0A1F44;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-weight: 600;
    align-self: flex-start;
    transition: color 0.15s ease;
  }
  .card.card-md--inline-lg .card-title:hover {
    text-decoration: none;
    border-bottom: none;
    color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
  }
  .card.card-md--inline-lg .card-description h1, .card.card-md--inline-lg .card-description .h1, .card.card-md--inline-lg .card-description h2, .card.card-md--inline-lg .card-description .h2, .card.card-md--inline-lg .card-description h3, .card.card-md--inline-lg .card-description .h3, .card.card-md--inline-lg .card-description .swal-title, .card.card-md--inline-lg .card-description h4, .card.card-md--inline-lg .card-description .h4, .card.card-md--inline-lg .card-description h5, .card.card-md--inline-lg .card-description .h5, .card.card-md--inline-lg .card-description h6, .card.card-md--inline-lg .card-description .h6,
  .card.card-md--inline-lg .card-text h1,
  .card.card-md--inline-lg .card-text .h1,
  .card.card-md--inline-lg .card-text h2,
  .card.card-md--inline-lg .card-text .h2,
  .card.card-md--inline-lg .card-text h3,
  .card.card-md--inline-lg .card-text .h3,
  .card.card-md--inline-lg .card-text .swal-title,
  .card.card-md--inline-lg .card-text h4,
  .card.card-md--inline-lg .card-text .h4,
  .card.card-md--inline-lg .card-text h5,
  .card.card-md--inline-lg .card-text .h5,
  .card.card-md--inline-lg .card-text h6,
  .card.card-md--inline-lg .card-text .h6 {
    margin-bottom: 0.5em;
  }
  .card.card-md--inline-lg .card-description p,
  .card.card-md--inline-lg .card-text p {
    margin-bottom: 1.5rem;
  }
  .card.card-md--inline-lg .card-description p, .card.card-md--inline-lg .card-description span,
  .card.card-md--inline-lg .card-text p,
  .card.card-md--inline-lg .card-text span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-md--inline-lg .card-description ol,
  .card.card-md--inline-lg .card-text ol {
    padding-left: 1.5rem;
    counter-reset: item-number;
    list-style-type: none !important;
  }
  .card.card-md--inline-lg .card-description ol li,
  .card.card-md--inline-lg .card-text ol li {
    counter-increment: line-number;
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-md--inline-lg .card-description ol li:before,
  .card.card-md--inline-lg .card-text ol li:before {
    content: counter(line-number) ".";
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #0A1F44;
  }
  .card.card-md--inline-lg .card-description ol li:last-of-type,
  .card.card-md--inline-lg .card-text ol li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-md--inline-lg .card-description ul,
  .card.card-md--inline-lg .card-text ul {
    list-style-type: disc !important;
    list-style-position: inside;
  }
  .card.card-md--inline-lg .card-description ul li,
  .card.card-md--inline-lg .card-text ul li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: .72em;
        display: block;
        width: .375rem;
        height: .375rem;
        border-radius: 50%;
        background-color: $dark;
    }*/
  }
  .card.card-md--inline-lg .card-description ul li:last-of-type,
  .card.card-md--inline-lg .card-text ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-md--inline-lg .card-description img,
  .card.card-md--inline-lg .card-text img {
    display: block;
    max-width: 100%;
  }
  .card.card-md--inline-lg .card-description img.note-float-left,
  .card.card-md--inline-lg .card-text img.note-float-left {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-md--inline-lg .card-description img.note-float-right,
  .card.card-md--inline-lg .card-text img.note-float-right {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-md--inline-lg .card-description .MsoNormal, .card.card-md--inline-lg .card-description .MsoNormal span,
  .card.card-md--inline-lg .card-text .MsoNormal,
  .card.card-md--inline-lg .card-text .MsoNormal span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card-md--inline-lg .card-description p,
  .card.card-md--inline-lg .card-text p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-md--inline-lg .card-description h1, .card.card-md--inline-lg .card-description .h1, .card.card-md--inline-lg .card-description h1 span, .card.card-md--inline-lg .card-description .h1 span, .card.card-md--inline-lg .card-description h2, .card.card-md--inline-lg .card-description .h2, .card.card-md--inline-lg .card-description h2 span, .card.card-md--inline-lg .card-description .h2 span, .card.card-md--inline-lg .card-description h3, .card.card-md--inline-lg .card-description .h3, .card.card-md--inline-lg .card-description .swal-title, .card.card-md--inline-lg .card-description h3 span, .card.card-md--inline-lg .card-description .h3 span, .card.card-md--inline-lg .card-description .swal-title span, .card.card-md--inline-lg .card-description h4, .card.card-md--inline-lg .card-description .h4, .card.card-md--inline-lg .card-description h4 span, .card.card-md--inline-lg .card-description .h4 span, .card.card-md--inline-lg .card-description h5, .card.card-md--inline-lg .card-description .h5, .card.card-md--inline-lg .card-description h5 span, .card.card-md--inline-lg .card-description .h5 span, .card.card-md--inline-lg .card-description h6, .card.card-md--inline-lg .card-description .h6, .card.card-md--inline-lg .card-description h6 span, .card.card-md--inline-lg .card-description .h6 span,
  .card.card-md--inline-lg .card-text h1,
  .card.card-md--inline-lg .card-text .h1,
  .card.card-md--inline-lg .card-text h1 span,
  .card.card-md--inline-lg .card-text .h1 span,
  .card.card-md--inline-lg .card-text h2,
  .card.card-md--inline-lg .card-text .h2,
  .card.card-md--inline-lg .card-text h2 span,
  .card.card-md--inline-lg .card-text .h2 span,
  .card.card-md--inline-lg .card-text h3,
  .card.card-md--inline-lg .card-text .h3,
  .card.card-md--inline-lg .card-text .swal-title,
  .card.card-md--inline-lg .card-text h3 span,
  .card.card-md--inline-lg .card-text .h3 span,
  .card.card-md--inline-lg .card-text .swal-title span,
  .card.card-md--inline-lg .card-text h4,
  .card.card-md--inline-lg .card-text .h4,
  .card.card-md--inline-lg .card-text h4 span,
  .card.card-md--inline-lg .card-text .h4 span,
  .card.card-md--inline-lg .card-text h5,
  .card.card-md--inline-lg .card-text .h5,
  .card.card-md--inline-lg .card-text h5 span,
  .card.card-md--inline-lg .card-text .h5 span,
  .card.card-md--inline-lg .card-text h6,
  .card.card-md--inline-lg .card-text .h6,
  .card.card-md--inline-lg .card-text h6 span,
  .card.card-md--inline-lg .card-text .h6 span {
    font-size: 1.125rem !important;
  }
  .card.card-md--inline-lg .card-description a span,
  .card.card-md--inline-lg .card-text a span {
    color: inherit !important;
  }
  .card.card-md--inline-lg .card-content-grid {
    display: grid;
    grid-template-columns: 8.0625rem auto;
    grid-template-areas: "img title" "img description";
    column-gap: 1.5rem;
  }
  .card.card-md--inline-lg .card-content-grid .card-img {
    grid-area: img;
  }
  .card.card-md--inline-lg .card-content-grid .card-title {
    grid-area: title;
    align-self: center;
  }
  .card.card-md--inline-lg .card-content-grid .card-description {
    grid-area: description;
  }
  .card.card-md--inline-lg:hover .card-img {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
  }
}
@media (min-width: 800px) {
  .card.card-lg--inline-lg {
    position: relative;
    align-items: flex-start;
    display: flex;
    width: 100%;
    overflow: visible;
    border-radius: 0;
    transition: box-shadow 0.2s ease;
  }
  .card.card-lg--inline-lg .card-img {
    flex: 0 0 auto;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    display: block;
    width: 8.0625rem;
    margin-right: 1.5rem;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card.card-lg--inline-lg .card-img .img-wrapper {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .card.card-lg--inline-lg .card-img .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.card-lg--inline-lg .card-img .img-wrapper {
    display: block;
    padding-bottom: 88.4615384615%;
  }
  .card.card-lg--inline-lg .card-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .card.card-lg--inline-lg .card-content {
    position: relative;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0;
    display: flex;
    flex-direction: column;
  }
  .card.card-lg--inline-lg .card-title {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #0A1F44;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-weight: 600;
    align-self: flex-start;
    transition: color 0.15s ease;
  }
  .card.card-lg--inline-lg .card-title:hover {
    text-decoration: none;
    border-bottom: none;
    color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
  }
  .card.card-lg--inline-lg .card-description h1, .card.card-lg--inline-lg .card-description .h1, .card.card-lg--inline-lg .card-description h2, .card.card-lg--inline-lg .card-description .h2, .card.card-lg--inline-lg .card-description h3, .card.card-lg--inline-lg .card-description .h3, .card.card-lg--inline-lg .card-description .swal-title, .card.card-lg--inline-lg .card-description h4, .card.card-lg--inline-lg .card-description .h4, .card.card-lg--inline-lg .card-description h5, .card.card-lg--inline-lg .card-description .h5, .card.card-lg--inline-lg .card-description h6, .card.card-lg--inline-lg .card-description .h6,
  .card.card-lg--inline-lg .card-text h1,
  .card.card-lg--inline-lg .card-text .h1,
  .card.card-lg--inline-lg .card-text h2,
  .card.card-lg--inline-lg .card-text .h2,
  .card.card-lg--inline-lg .card-text h3,
  .card.card-lg--inline-lg .card-text .h3,
  .card.card-lg--inline-lg .card-text .swal-title,
  .card.card-lg--inline-lg .card-text h4,
  .card.card-lg--inline-lg .card-text .h4,
  .card.card-lg--inline-lg .card-text h5,
  .card.card-lg--inline-lg .card-text .h5,
  .card.card-lg--inline-lg .card-text h6,
  .card.card-lg--inline-lg .card-text .h6 {
    margin-bottom: 0.5em;
  }
  .card.card-lg--inline-lg .card-description p,
  .card.card-lg--inline-lg .card-text p {
    margin-bottom: 1.5rem;
  }
  .card.card-lg--inline-lg .card-description p, .card.card-lg--inline-lg .card-description span,
  .card.card-lg--inline-lg .card-text p,
  .card.card-lg--inline-lg .card-text span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-lg--inline-lg .card-description ol,
  .card.card-lg--inline-lg .card-text ol {
    padding-left: 1.5rem;
    counter-reset: item-number;
    list-style-type: none !important;
  }
  .card.card-lg--inline-lg .card-description ol li,
  .card.card-lg--inline-lg .card-text ol li {
    counter-increment: line-number;
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-lg--inline-lg .card-description ol li:before,
  .card.card-lg--inline-lg .card-text ol li:before {
    content: counter(line-number) ".";
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #0A1F44;
  }
  .card.card-lg--inline-lg .card-description ol li:last-of-type,
  .card.card-lg--inline-lg .card-text ol li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-lg--inline-lg .card-description ul,
  .card.card-lg--inline-lg .card-text ul {
    list-style-type: disc !important;
    list-style-position: inside;
  }
  .card.card-lg--inline-lg .card-description ul li,
  .card.card-lg--inline-lg .card-text ul li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: .72em;
        display: block;
        width: .375rem;
        height: .375rem;
        border-radius: 50%;
        background-color: $dark;
    }*/
  }
  .card.card-lg--inline-lg .card-description ul li:last-of-type,
  .card.card-lg--inline-lg .card-text ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-lg--inline-lg .card-description img,
  .card.card-lg--inline-lg .card-text img {
    display: block;
    max-width: 100%;
  }
  .card.card-lg--inline-lg .card-description img.note-float-left,
  .card.card-lg--inline-lg .card-text img.note-float-left {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-lg--inline-lg .card-description img.note-float-right,
  .card.card-lg--inline-lg .card-text img.note-float-right {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-lg--inline-lg .card-description .MsoNormal, .card.card-lg--inline-lg .card-description .MsoNormal span,
  .card.card-lg--inline-lg .card-text .MsoNormal,
  .card.card-lg--inline-lg .card-text .MsoNormal span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card-lg--inline-lg .card-description p,
  .card.card-lg--inline-lg .card-text p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-lg--inline-lg .card-description h1, .card.card-lg--inline-lg .card-description .h1, .card.card-lg--inline-lg .card-description h1 span, .card.card-lg--inline-lg .card-description .h1 span, .card.card-lg--inline-lg .card-description h2, .card.card-lg--inline-lg .card-description .h2, .card.card-lg--inline-lg .card-description h2 span, .card.card-lg--inline-lg .card-description .h2 span, .card.card-lg--inline-lg .card-description h3, .card.card-lg--inline-lg .card-description .h3, .card.card-lg--inline-lg .card-description .swal-title, .card.card-lg--inline-lg .card-description h3 span, .card.card-lg--inline-lg .card-description .h3 span, .card.card-lg--inline-lg .card-description .swal-title span, .card.card-lg--inline-lg .card-description h4, .card.card-lg--inline-lg .card-description .h4, .card.card-lg--inline-lg .card-description h4 span, .card.card-lg--inline-lg .card-description .h4 span, .card.card-lg--inline-lg .card-description h5, .card.card-lg--inline-lg .card-description .h5, .card.card-lg--inline-lg .card-description h5 span, .card.card-lg--inline-lg .card-description .h5 span, .card.card-lg--inline-lg .card-description h6, .card.card-lg--inline-lg .card-description .h6, .card.card-lg--inline-lg .card-description h6 span, .card.card-lg--inline-lg .card-description .h6 span,
  .card.card-lg--inline-lg .card-text h1,
  .card.card-lg--inline-lg .card-text .h1,
  .card.card-lg--inline-lg .card-text h1 span,
  .card.card-lg--inline-lg .card-text .h1 span,
  .card.card-lg--inline-lg .card-text h2,
  .card.card-lg--inline-lg .card-text .h2,
  .card.card-lg--inline-lg .card-text h2 span,
  .card.card-lg--inline-lg .card-text .h2 span,
  .card.card-lg--inline-lg .card-text h3,
  .card.card-lg--inline-lg .card-text .h3,
  .card.card-lg--inline-lg .card-text .swal-title,
  .card.card-lg--inline-lg .card-text h3 span,
  .card.card-lg--inline-lg .card-text .h3 span,
  .card.card-lg--inline-lg .card-text .swal-title span,
  .card.card-lg--inline-lg .card-text h4,
  .card.card-lg--inline-lg .card-text .h4,
  .card.card-lg--inline-lg .card-text h4 span,
  .card.card-lg--inline-lg .card-text .h4 span,
  .card.card-lg--inline-lg .card-text h5,
  .card.card-lg--inline-lg .card-text .h5,
  .card.card-lg--inline-lg .card-text h5 span,
  .card.card-lg--inline-lg .card-text .h5 span,
  .card.card-lg--inline-lg .card-text h6,
  .card.card-lg--inline-lg .card-text .h6,
  .card.card-lg--inline-lg .card-text h6 span,
  .card.card-lg--inline-lg .card-text .h6 span {
    font-size: 1.125rem !important;
  }
  .card.card-lg--inline-lg .card-description a span,
  .card.card-lg--inline-lg .card-text a span {
    color: inherit !important;
  }
  .card.card-lg--inline-lg .card-content-grid {
    display: grid;
    grid-template-columns: 8.0625rem auto;
    grid-template-areas: "img title" "img description";
    column-gap: 1.5rem;
  }
  .card.card-lg--inline-lg .card-content-grid .card-img {
    grid-area: img;
  }
  .card.card-lg--inline-lg .card-content-grid .card-title {
    grid-area: title;
    align-self: center;
  }
  .card.card-lg--inline-lg .card-content-grid .card-description {
    grid-area: description;
  }
  .card.card-lg--inline-lg:hover .card-img {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
  }
}
@media (min-width: 1232px) {
  .card.card-xl--inline-lg {
    position: relative;
    align-items: flex-start;
    display: flex;
    width: 100%;
    overflow: visible;
    border-radius: 0;
    transition: box-shadow 0.2s ease;
  }
  .card.card-xl--inline-lg .card-img {
    flex: 0 0 auto;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    display: block;
    width: 8.0625rem;
    margin-right: 1.5rem;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card.card-xl--inline-lg .card-img .img-wrapper {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .card.card-xl--inline-lg .card-img .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.card-xl--inline-lg .card-img .img-wrapper {
    display: block;
    padding-bottom: 88.4615384615%;
  }
  .card.card-xl--inline-lg .card-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .card.card-xl--inline-lg .card-content {
    position: relative;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0;
    display: flex;
    flex-direction: column;
  }
  .card.card-xl--inline-lg .card-title {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #0A1F44;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-weight: 600;
    align-self: flex-start;
    transition: color 0.15s ease;
  }
  .card.card-xl--inline-lg .card-title:hover {
    text-decoration: none;
    border-bottom: none;
    color: rgb(3.137254902%, 9.7254901961%, 21.3333333333%);
  }
  .card.card-xl--inline-lg .card-description h1, .card.card-xl--inline-lg .card-description .h1, .card.card-xl--inline-lg .card-description h2, .card.card-xl--inline-lg .card-description .h2, .card.card-xl--inline-lg .card-description h3, .card.card-xl--inline-lg .card-description .h3, .card.card-xl--inline-lg .card-description .swal-title, .card.card-xl--inline-lg .card-description h4, .card.card-xl--inline-lg .card-description .h4, .card.card-xl--inline-lg .card-description h5, .card.card-xl--inline-lg .card-description .h5, .card.card-xl--inline-lg .card-description h6, .card.card-xl--inline-lg .card-description .h6,
  .card.card-xl--inline-lg .card-text h1,
  .card.card-xl--inline-lg .card-text .h1,
  .card.card-xl--inline-lg .card-text h2,
  .card.card-xl--inline-lg .card-text .h2,
  .card.card-xl--inline-lg .card-text h3,
  .card.card-xl--inline-lg .card-text .h3,
  .card.card-xl--inline-lg .card-text .swal-title,
  .card.card-xl--inline-lg .card-text h4,
  .card.card-xl--inline-lg .card-text .h4,
  .card.card-xl--inline-lg .card-text h5,
  .card.card-xl--inline-lg .card-text .h5,
  .card.card-xl--inline-lg .card-text h6,
  .card.card-xl--inline-lg .card-text .h6 {
    margin-bottom: 0.5em;
  }
  .card.card-xl--inline-lg .card-description p,
  .card.card-xl--inline-lg .card-text p {
    margin-bottom: 1.5rem;
  }
  .card.card-xl--inline-lg .card-description p, .card.card-xl--inline-lg .card-description span,
  .card.card-xl--inline-lg .card-text p,
  .card.card-xl--inline-lg .card-text span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-xl--inline-lg .card-description ol,
  .card.card-xl--inline-lg .card-text ol {
    padding-left: 1.5rem;
    counter-reset: item-number;
    list-style-type: none !important;
  }
  .card.card-xl--inline-lg .card-description ol li,
  .card.card-xl--inline-lg .card-text ol li {
    counter-increment: line-number;
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-xl--inline-lg .card-description ol li:before,
  .card.card-xl--inline-lg .card-text ol li:before {
    content: counter(line-number) ".";
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #0A1F44;
  }
  .card.card-xl--inline-lg .card-description ol li:last-of-type,
  .card.card-xl--inline-lg .card-text ol li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-xl--inline-lg .card-description ul,
  .card.card-xl--inline-lg .card-text ul {
    list-style-type: disc !important;
    list-style-position: inside;
  }
  .card.card-xl--inline-lg .card-description ul li,
  .card.card-xl--inline-lg .card-text ul li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: .72em;
        display: block;
        width: .375rem;
        height: .375rem;
        border-radius: 50%;
        background-color: $dark;
    }*/
  }
  .card.card-xl--inline-lg .card-description ul li:last-of-type,
  .card.card-xl--inline-lg .card-text ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-xl--inline-lg .card-description img,
  .card.card-xl--inline-lg .card-text img {
    display: block;
    max-width: 100%;
  }
  .card.card-xl--inline-lg .card-description img.note-float-left,
  .card.card-xl--inline-lg .card-text img.note-float-left {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-xl--inline-lg .card-description img.note-float-right,
  .card.card-xl--inline-lg .card-text img.note-float-right {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-xl--inline-lg .card-description .MsoNormal, .card.card-xl--inline-lg .card-description .MsoNormal span,
  .card.card-xl--inline-lg .card-text .MsoNormal,
  .card.card-xl--inline-lg .card-text .MsoNormal span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card-xl--inline-lg .card-description p,
  .card.card-xl--inline-lg .card-text p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-xl--inline-lg .card-description h1, .card.card-xl--inline-lg .card-description .h1, .card.card-xl--inline-lg .card-description h1 span, .card.card-xl--inline-lg .card-description .h1 span, .card.card-xl--inline-lg .card-description h2, .card.card-xl--inline-lg .card-description .h2, .card.card-xl--inline-lg .card-description h2 span, .card.card-xl--inline-lg .card-description .h2 span, .card.card-xl--inline-lg .card-description h3, .card.card-xl--inline-lg .card-description .h3, .card.card-xl--inline-lg .card-description .swal-title, .card.card-xl--inline-lg .card-description h3 span, .card.card-xl--inline-lg .card-description .h3 span, .card.card-xl--inline-lg .card-description .swal-title span, .card.card-xl--inline-lg .card-description h4, .card.card-xl--inline-lg .card-description .h4, .card.card-xl--inline-lg .card-description h4 span, .card.card-xl--inline-lg .card-description .h4 span, .card.card-xl--inline-lg .card-description h5, .card.card-xl--inline-lg .card-description .h5, .card.card-xl--inline-lg .card-description h5 span, .card.card-xl--inline-lg .card-description .h5 span, .card.card-xl--inline-lg .card-description h6, .card.card-xl--inline-lg .card-description .h6, .card.card-xl--inline-lg .card-description h6 span, .card.card-xl--inline-lg .card-description .h6 span,
  .card.card-xl--inline-lg .card-text h1,
  .card.card-xl--inline-lg .card-text .h1,
  .card.card-xl--inline-lg .card-text h1 span,
  .card.card-xl--inline-lg .card-text .h1 span,
  .card.card-xl--inline-lg .card-text h2,
  .card.card-xl--inline-lg .card-text .h2,
  .card.card-xl--inline-lg .card-text h2 span,
  .card.card-xl--inline-lg .card-text .h2 span,
  .card.card-xl--inline-lg .card-text h3,
  .card.card-xl--inline-lg .card-text .h3,
  .card.card-xl--inline-lg .card-text .swal-title,
  .card.card-xl--inline-lg .card-text h3 span,
  .card.card-xl--inline-lg .card-text .h3 span,
  .card.card-xl--inline-lg .card-text .swal-title span,
  .card.card-xl--inline-lg .card-text h4,
  .card.card-xl--inline-lg .card-text .h4,
  .card.card-xl--inline-lg .card-text h4 span,
  .card.card-xl--inline-lg .card-text .h4 span,
  .card.card-xl--inline-lg .card-text h5,
  .card.card-xl--inline-lg .card-text .h5,
  .card.card-xl--inline-lg .card-text h5 span,
  .card.card-xl--inline-lg .card-text .h5 span,
  .card.card-xl--inline-lg .card-text h6,
  .card.card-xl--inline-lg .card-text .h6,
  .card.card-xl--inline-lg .card-text h6 span,
  .card.card-xl--inline-lg .card-text .h6 span {
    font-size: 1.125rem !important;
  }
  .card.card-xl--inline-lg .card-description a span,
  .card.card-xl--inline-lg .card-text a span {
    color: inherit !important;
  }
  .card.card-xl--inline-lg .card-content-grid {
    display: grid;
    grid-template-columns: 8.0625rem auto;
    grid-template-areas: "img title" "img description";
    column-gap: 1.5rem;
  }
  .card.card-xl--inline-lg .card-content-grid .card-img {
    grid-area: img;
  }
  .card.card-xl--inline-lg .card-content-grid .card-title {
    grid-area: title;
    align-self: center;
  }
  .card.card-xl--inline-lg .card-content-grid .card-description {
    grid-area: description;
  }
  .card.card-xl--inline-lg:hover .card-img {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
  }
}
.card--big {
  position: relative;
  align-items: flex-start;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 0.25rem;
  transition: box-shadow 0.325s ease;
}
.card--big .card-img {
  flex: 0 0 auto;
  align-self: flex-start;
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  margin-right: 0;
  overflow: hidden;
  border-radius: 0.25rem;
  transition: box-shadow 0.325s ease, transform 0.325s cubic-bezier(0.4, 0, 0.2, 1);
}
.card--big .card-img .img-wrapper {
  z-index: 1;
  position: relative;
  display: block;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card--big .card-img .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card--big .card-img .img-wrapper {
  display: block;
  padding-bottom: 59.375%;
}
.card--big .card-img:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(64, 67, 70, 0.45);
}
.card--big .card-content {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.6875rem 2.1875rem;
  display: flex;
  flex-direction: column;
}
.card--big .card-title {
  font-size: 1.5rem;
  line-height: 1.333;
  color: #fff;
  font-family: "DM Sans", Helvetica, "sans-serif";
  font-weight: 800;
  align-self: flex-start;
  transition: color 0.15s ease;
}
.card--big .card-title:hover {
  text-decoration: none;
  border-bottom: none;
  color: #fff;
}
.card--big .card-description h1, .card--big .card-description .h1, .card--big .card-description h2, .card--big .card-description .h2, .card--big .card-description h3, .card--big .card-description .h3, .card--big .card-description .swal-title, .card--big .card-description h4, .card--big .card-description .h4, .card--big .card-description h5, .card--big .card-description .h5, .card--big .card-description h6, .card--big .card-description .h6,
.card--big .card-text h1,
.card--big .card-text .h1,
.card--big .card-text h2,
.card--big .card-text .h2,
.card--big .card-text h3,
.card--big .card-text .h3,
.card--big .card-text .swal-title,
.card--big .card-text h4,
.card--big .card-text .h4,
.card--big .card-text h5,
.card--big .card-text .h5,
.card--big .card-text h6,
.card--big .card-text .h6 {
  margin-bottom: 0.5em;
}
.card--big .card-description p,
.card--big .card-text p {
  margin-bottom: 1.5rem;
}
.card--big .card-description p, .card--big .card-description span,
.card--big .card-text p,
.card--big .card-text span {
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
}
.card--big .card-description ol,
.card--big .card-text ol {
  padding-left: 1.5rem;
  counter-reset: item-number;
  list-style-type: none !important;
}
.card--big .card-description ol li,
.card--big .card-text ol li {
  counter-increment: line-number;
  position: relative !important;
  padding-left: 1.5rem !important;
  margin-bottom: 0.375rem !important;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  margin-top: 0 !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
}
.card--big .card-description ol li:before,
.card--big .card-text ol li:before {
  content: counter(line-number) ".";
  position: absolute;
  left: 0;
  font-family: "Open Sans", Helvetica, "sans-serif";
  color: #0A1F44;
}
.card--big .card-description ol li:last-of-type,
.card--big .card-text ol li:last-of-type {
  margin-bottom: 0 !important;
}
.card--big .card-description ul,
.card--big .card-text ul {
  list-style-type: disc !important;
  list-style-position: inside;
}
.card--big .card-description ul li,
.card--big .card-text ul li {
  position: relative !important;
  padding-left: 1.5rem !important;
  margin-bottom: 0.375rem !important;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  margin-top: 0 !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
  /*&:before {
      content: '';
      position: absolute;
      left: 0;
      top: .72em;
      display: block;
      width: .375rem;
      height: .375rem;
      border-radius: 50%;
      background-color: $dark;
  }*/
}
.card--big .card-description ul li:last-of-type,
.card--big .card-text ul li:last-of-type {
  margin-bottom: 0 !important;
}
.card--big .card-description img,
.card--big .card-text img {
  display: block;
  max-width: 100%;
}
.card--big .card-description img.note-float-left,
.card--big .card-text img.note-float-left {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.card--big .card-description img.note-float-right,
.card--big .card-text img.note-float-right {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.card--big .card-description .MsoNormal, .card--big .card-description .MsoNormal span,
.card--big .card-text .MsoNormal,
.card--big .card-text .MsoNormal span {
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-size: 1rem;
  line-height: 1.5;
}
.card--big .card-description p,
.card--big .card-text p {
  font-size: 0.875rem !important;
  margin-bottom: 0.5rem !important;
}
.card--big .card-description h1, .card--big .card-description .h1, .card--big .card-description h1 span, .card--big .card-description .h1 span, .card--big .card-description h2, .card--big .card-description .h2, .card--big .card-description h2 span, .card--big .card-description .h2 span, .card--big .card-description h3, .card--big .card-description .h3, .card--big .card-description .swal-title, .card--big .card-description h3 span, .card--big .card-description .h3 span, .card--big .card-description .swal-title span, .card--big .card-description h4, .card--big .card-description .h4, .card--big .card-description h4 span, .card--big .card-description .h4 span, .card--big .card-description h5, .card--big .card-description .h5, .card--big .card-description h5 span, .card--big .card-description .h5 span, .card--big .card-description h6, .card--big .card-description .h6, .card--big .card-description h6 span, .card--big .card-description .h6 span,
.card--big .card-text h1,
.card--big .card-text .h1,
.card--big .card-text h1 span,
.card--big .card-text .h1 span,
.card--big .card-text h2,
.card--big .card-text .h2,
.card--big .card-text h2 span,
.card--big .card-text .h2 span,
.card--big .card-text h3,
.card--big .card-text .h3,
.card--big .card-text .swal-title,
.card--big .card-text h3 span,
.card--big .card-text .h3 span,
.card--big .card-text .swal-title span,
.card--big .card-text h4,
.card--big .card-text .h4,
.card--big .card-text h4 span,
.card--big .card-text .h4 span,
.card--big .card-text h5,
.card--big .card-text .h5,
.card--big .card-text h5 span,
.card--big .card-text .h5 span,
.card--big .card-text h6,
.card--big .card-text .h6,
.card--big .card-text h6 span,
.card--big .card-text .h6 span {
  font-size: 1.125rem !important;
}
.card--big .card-description a span,
.card--big .card-text a span {
  color: inherit !important;
}
.card--big .card-content-grid {
  display: grid;
  grid-template-columns: 100% auto;
  column-gap: 0;
}
.card--big .card-content-grid .card-img {
  grid-area: img;
}
.card--big .card-content-grid .card-title {
  grid-area: title;
  align-self: center;
}
.card--big .card-content-grid .card-description {
  grid-area: description;
}
.card--big .card-text {
  position: relative;
  overflow: hidden;
  height: 100px;
  transition: height 0.425s ease;
}
.card--big .card-text-inner {
  height: 100%;
  background: -webkit-linear-gradient(#fff, #fff 60%, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.425s ease;
}
.card--big .card-text-inner > p {
  font-size: 0.875rem !important;
  margin-bottom: 0.5rem !important;
}
.card--big .card-text .read-more {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.425s ease, opacity 0.425s ease;
}
.card--big .card-img:after {
  transition: background 0.425s ease;
}
.card--big:hover {
  box-shadow: 0 1rem 3rem rgba(0, 15, 29, 0.175);
}
.card--big:hover .card-text {
  height: 240px;
}
.card--big:hover .card-text-inner {
  background: -webkit-linear-gradient(#fff, #fff 70%, transparent 90%, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.card--big:hover .card-text .read-more {
  visibility: visible;
  opacity: 1;
}
.card--big:hover .card-img {
  transform: scale(1.07);
}
.card--big:hover .card-img:after {
  background: rgba(10.7696810067%, 11.2745098039%, 11.7793386011%, 0.45);
}
.card.card-xxs--big {
  position: relative;
  align-items: flex-start;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 0.25rem;
  transition: box-shadow 0.325s ease;
}
.card.card-xxs--big .card-img {
  flex: 0 0 auto;
  align-self: flex-start;
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  margin-right: 0;
  overflow: hidden;
  border-radius: 0.25rem;
  transition: box-shadow 0.325s ease, transform 0.325s cubic-bezier(0.4, 0, 0.2, 1);
}
.card.card-xxs--big .card-img .img-wrapper {
  z-index: 1;
  position: relative;
  display: block;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card.card-xxs--big .card-img .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card.card-xxs--big .card-img .img-wrapper {
  display: block;
  padding-bottom: 59.375%;
}
.card.card-xxs--big .card-img:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(64, 67, 70, 0.45);
}
.card.card-xxs--big .card-content {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.6875rem 2.1875rem;
  display: flex;
  flex-direction: column;
}
.card.card-xxs--big .card-title {
  font-size: 1.5rem;
  line-height: 1.333;
  color: #fff;
  font-family: "DM Sans", Helvetica, "sans-serif";
  font-weight: 800;
  align-self: flex-start;
  transition: color 0.15s ease;
}
.card.card-xxs--big .card-title:hover {
  text-decoration: none;
  border-bottom: none;
  color: #fff;
}
.card.card-xxs--big .card-description h1, .card.card-xxs--big .card-description .h1, .card.card-xxs--big .card-description h2, .card.card-xxs--big .card-description .h2, .card.card-xxs--big .card-description h3, .card.card-xxs--big .card-description .h3, .card.card-xxs--big .card-description .swal-title, .card.card-xxs--big .card-description h4, .card.card-xxs--big .card-description .h4, .card.card-xxs--big .card-description h5, .card.card-xxs--big .card-description .h5, .card.card-xxs--big .card-description h6, .card.card-xxs--big .card-description .h6,
.card.card-xxs--big .card-text h1,
.card.card-xxs--big .card-text .h1,
.card.card-xxs--big .card-text h2,
.card.card-xxs--big .card-text .h2,
.card.card-xxs--big .card-text h3,
.card.card-xxs--big .card-text .h3,
.card.card-xxs--big .card-text .swal-title,
.card.card-xxs--big .card-text h4,
.card.card-xxs--big .card-text .h4,
.card.card-xxs--big .card-text h5,
.card.card-xxs--big .card-text .h5,
.card.card-xxs--big .card-text h6,
.card.card-xxs--big .card-text .h6 {
  margin-bottom: 0.5em;
}
.card.card-xxs--big .card-description p,
.card.card-xxs--big .card-text p {
  margin-bottom: 1.5rem;
}
.card.card-xxs--big .card-description p, .card.card-xxs--big .card-description span,
.card.card-xxs--big .card-text p,
.card.card-xxs--big .card-text span {
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
}
.card.card-xxs--big .card-description ol,
.card.card-xxs--big .card-text ol {
  padding-left: 1.5rem;
  counter-reset: item-number;
  list-style-type: none !important;
}
.card.card-xxs--big .card-description ol li,
.card.card-xxs--big .card-text ol li {
  counter-increment: line-number;
  position: relative !important;
  padding-left: 1.5rem !important;
  margin-bottom: 0.375rem !important;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  margin-top: 0 !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
}
.card.card-xxs--big .card-description ol li:before,
.card.card-xxs--big .card-text ol li:before {
  content: counter(line-number) ".";
  position: absolute;
  left: 0;
  font-family: "Open Sans", Helvetica, "sans-serif";
  color: #0A1F44;
}
.card.card-xxs--big .card-description ol li:last-of-type,
.card.card-xxs--big .card-text ol li:last-of-type {
  margin-bottom: 0 !important;
}
.card.card-xxs--big .card-description ul,
.card.card-xxs--big .card-text ul {
  list-style-type: disc !important;
  list-style-position: inside;
}
.card.card-xxs--big .card-description ul li,
.card.card-xxs--big .card-text ul li {
  position: relative !important;
  padding-left: 1.5rem !important;
  margin-bottom: 0.375rem !important;
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  margin-top: 0 !important;
  line-height: 1.5 !important;
  color: #0A1F44 !important;
  /*&:before {
      content: '';
      position: absolute;
      left: 0;
      top: .72em;
      display: block;
      width: .375rem;
      height: .375rem;
      border-radius: 50%;
      background-color: $dark;
  }*/
}
.card.card-xxs--big .card-description ul li:last-of-type,
.card.card-xxs--big .card-text ul li:last-of-type {
  margin-bottom: 0 !important;
}
.card.card-xxs--big .card-description img,
.card.card-xxs--big .card-text img {
  display: block;
  max-width: 100%;
}
.card.card-xxs--big .card-description img.note-float-left,
.card.card-xxs--big .card-text img.note-float-left {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.card.card-xxs--big .card-description img.note-float-right,
.card.card-xxs--big .card-text img.note-float-right {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.card.card-xxs--big .card-description .MsoNormal, .card.card-xxs--big .card-description .MsoNormal span,
.card.card-xxs--big .card-text .MsoNormal,
.card.card-xxs--big .card-text .MsoNormal span {
  font-family: "Open Sans", Helvetica, "sans-serif";
  font-size: 1rem;
  line-height: 1.5;
}
.card.card-xxs--big .card-description p,
.card.card-xxs--big .card-text p {
  font-size: 0.875rem !important;
  margin-bottom: 0.5rem !important;
}
.card.card-xxs--big .card-description h1, .card.card-xxs--big .card-description .h1, .card.card-xxs--big .card-description h1 span, .card.card-xxs--big .card-description .h1 span, .card.card-xxs--big .card-description h2, .card.card-xxs--big .card-description .h2, .card.card-xxs--big .card-description h2 span, .card.card-xxs--big .card-description .h2 span, .card.card-xxs--big .card-description h3, .card.card-xxs--big .card-description .h3, .card.card-xxs--big .card-description .swal-title, .card.card-xxs--big .card-description h3 span, .card.card-xxs--big .card-description .h3 span, .card.card-xxs--big .card-description .swal-title span, .card.card-xxs--big .card-description h4, .card.card-xxs--big .card-description .h4, .card.card-xxs--big .card-description h4 span, .card.card-xxs--big .card-description .h4 span, .card.card-xxs--big .card-description h5, .card.card-xxs--big .card-description .h5, .card.card-xxs--big .card-description h5 span, .card.card-xxs--big .card-description .h5 span, .card.card-xxs--big .card-description h6, .card.card-xxs--big .card-description .h6, .card.card-xxs--big .card-description h6 span, .card.card-xxs--big .card-description .h6 span,
.card.card-xxs--big .card-text h1,
.card.card-xxs--big .card-text .h1,
.card.card-xxs--big .card-text h1 span,
.card.card-xxs--big .card-text .h1 span,
.card.card-xxs--big .card-text h2,
.card.card-xxs--big .card-text .h2,
.card.card-xxs--big .card-text h2 span,
.card.card-xxs--big .card-text .h2 span,
.card.card-xxs--big .card-text h3,
.card.card-xxs--big .card-text .h3,
.card.card-xxs--big .card-text .swal-title,
.card.card-xxs--big .card-text h3 span,
.card.card-xxs--big .card-text .h3 span,
.card.card-xxs--big .card-text .swal-title span,
.card.card-xxs--big .card-text h4,
.card.card-xxs--big .card-text .h4,
.card.card-xxs--big .card-text h4 span,
.card.card-xxs--big .card-text .h4 span,
.card.card-xxs--big .card-text h5,
.card.card-xxs--big .card-text .h5,
.card.card-xxs--big .card-text h5 span,
.card.card-xxs--big .card-text .h5 span,
.card.card-xxs--big .card-text h6,
.card.card-xxs--big .card-text .h6,
.card.card-xxs--big .card-text h6 span,
.card.card-xxs--big .card-text .h6 span {
  font-size: 1.125rem !important;
}
.card.card-xxs--big .card-description a span,
.card.card-xxs--big .card-text a span {
  color: inherit !important;
}
.card.card-xxs--big .card-content-grid {
  display: grid;
  grid-template-columns: 100% auto;
  column-gap: 0;
}
.card.card-xxs--big .card-content-grid .card-img {
  grid-area: img;
}
.card.card-xxs--big .card-content-grid .card-title {
  grid-area: title;
  align-self: center;
}
.card.card-xxs--big .card-content-grid .card-description {
  grid-area: description;
}
.card.card-xxs--big .card-text {
  position: relative;
  overflow: hidden;
  height: 100px;
  transition: height 0.425s ease;
}
.card.card-xxs--big .card-text-inner {
  height: 100%;
  background: -webkit-linear-gradient(#fff, #fff 60%, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.425s ease;
}
.card.card-xxs--big .card-text-inner > p {
  font-size: 0.875rem !important;
  margin-bottom: 0.5rem !important;
}
.card.card-xxs--big .card-text .read-more {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.425s ease, opacity 0.425s ease;
}
.card.card-xxs--big .card-img:after {
  transition: background 0.425s ease;
}
.card.card-xxs--big:hover {
  box-shadow: 0 1rem 3rem rgba(0, 15, 29, 0.175);
}
.card.card-xxs--big:hover .card-text {
  height: 240px;
}
.card.card-xxs--big:hover .card-text-inner {
  background: -webkit-linear-gradient(#fff, #fff 70%, transparent 90%, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.card.card-xxs--big:hover .card-text .read-more {
  visibility: visible;
  opacity: 1;
}
.card.card-xxs--big:hover .card-img {
  transform: scale(1.07);
}
.card.card-xxs--big:hover .card-img:after {
  background: rgba(10.7696810067%, 11.2745098039%, 11.7793386011%, 0.45);
}
@media (min-width: 320px) {
  .card.card-xs--big {
    position: relative;
    align-items: flex-start;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.325s ease;
  }
  .card.card-xs--big .card-img {
    flex: 0 0 auto;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    margin-right: 0;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.325s ease, transform 0.325s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card.card-xs--big .card-img .img-wrapper {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .card.card-xs--big .card-img .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.card-xs--big .card-img .img-wrapper {
    display: block;
    padding-bottom: 59.375%;
  }
  .card.card-xs--big .card-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(64, 67, 70, 0.45);
  }
  .card.card-xs--big .card-content {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.6875rem 2.1875rem;
    display: flex;
    flex-direction: column;
  }
  .card.card-xs--big .card-title {
    font-size: 1.5rem;
    line-height: 1.333;
    color: #fff;
    font-family: "DM Sans", Helvetica, "sans-serif";
    font-weight: 800;
    align-self: flex-start;
    transition: color 0.15s ease;
  }
  .card.card-xs--big .card-title:hover {
    text-decoration: none;
    border-bottom: none;
    color: #fff;
  }
  .card.card-xs--big .card-description h1, .card.card-xs--big .card-description .h1, .card.card-xs--big .card-description h2, .card.card-xs--big .card-description .h2, .card.card-xs--big .card-description h3, .card.card-xs--big .card-description .h3, .card.card-xs--big .card-description .swal-title, .card.card-xs--big .card-description h4, .card.card-xs--big .card-description .h4, .card.card-xs--big .card-description h5, .card.card-xs--big .card-description .h5, .card.card-xs--big .card-description h6, .card.card-xs--big .card-description .h6,
  .card.card-xs--big .card-text h1,
  .card.card-xs--big .card-text .h1,
  .card.card-xs--big .card-text h2,
  .card.card-xs--big .card-text .h2,
  .card.card-xs--big .card-text h3,
  .card.card-xs--big .card-text .h3,
  .card.card-xs--big .card-text .swal-title,
  .card.card-xs--big .card-text h4,
  .card.card-xs--big .card-text .h4,
  .card.card-xs--big .card-text h5,
  .card.card-xs--big .card-text .h5,
  .card.card-xs--big .card-text h6,
  .card.card-xs--big .card-text .h6 {
    margin-bottom: 0.5em;
  }
  .card.card-xs--big .card-description p,
  .card.card-xs--big .card-text p {
    margin-bottom: 1.5rem;
  }
  .card.card-xs--big .card-description p, .card.card-xs--big .card-description span,
  .card.card-xs--big .card-text p,
  .card.card-xs--big .card-text span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-xs--big .card-description ol,
  .card.card-xs--big .card-text ol {
    padding-left: 1.5rem;
    counter-reset: item-number;
    list-style-type: none !important;
  }
  .card.card-xs--big .card-description ol li,
  .card.card-xs--big .card-text ol li {
    counter-increment: line-number;
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-xs--big .card-description ol li:before,
  .card.card-xs--big .card-text ol li:before {
    content: counter(line-number) ".";
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #0A1F44;
  }
  .card.card-xs--big .card-description ol li:last-of-type,
  .card.card-xs--big .card-text ol li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-xs--big .card-description ul,
  .card.card-xs--big .card-text ul {
    list-style-type: disc !important;
    list-style-position: inside;
  }
  .card.card-xs--big .card-description ul li,
  .card.card-xs--big .card-text ul li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: .72em;
        display: block;
        width: .375rem;
        height: .375rem;
        border-radius: 50%;
        background-color: $dark;
    }*/
  }
  .card.card-xs--big .card-description ul li:last-of-type,
  .card.card-xs--big .card-text ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-xs--big .card-description img,
  .card.card-xs--big .card-text img {
    display: block;
    max-width: 100%;
  }
  .card.card-xs--big .card-description img.note-float-left,
  .card.card-xs--big .card-text img.note-float-left {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-xs--big .card-description img.note-float-right,
  .card.card-xs--big .card-text img.note-float-right {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-xs--big .card-description .MsoNormal, .card.card-xs--big .card-description .MsoNormal span,
  .card.card-xs--big .card-text .MsoNormal,
  .card.card-xs--big .card-text .MsoNormal span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card-xs--big .card-description p,
  .card.card-xs--big .card-text p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-xs--big .card-description h1, .card.card-xs--big .card-description .h1, .card.card-xs--big .card-description h1 span, .card.card-xs--big .card-description .h1 span, .card.card-xs--big .card-description h2, .card.card-xs--big .card-description .h2, .card.card-xs--big .card-description h2 span, .card.card-xs--big .card-description .h2 span, .card.card-xs--big .card-description h3, .card.card-xs--big .card-description .h3, .card.card-xs--big .card-description .swal-title, .card.card-xs--big .card-description h3 span, .card.card-xs--big .card-description .h3 span, .card.card-xs--big .card-description .swal-title span, .card.card-xs--big .card-description h4, .card.card-xs--big .card-description .h4, .card.card-xs--big .card-description h4 span, .card.card-xs--big .card-description .h4 span, .card.card-xs--big .card-description h5, .card.card-xs--big .card-description .h5, .card.card-xs--big .card-description h5 span, .card.card-xs--big .card-description .h5 span, .card.card-xs--big .card-description h6, .card.card-xs--big .card-description .h6, .card.card-xs--big .card-description h6 span, .card.card-xs--big .card-description .h6 span,
  .card.card-xs--big .card-text h1,
  .card.card-xs--big .card-text .h1,
  .card.card-xs--big .card-text h1 span,
  .card.card-xs--big .card-text .h1 span,
  .card.card-xs--big .card-text h2,
  .card.card-xs--big .card-text .h2,
  .card.card-xs--big .card-text h2 span,
  .card.card-xs--big .card-text .h2 span,
  .card.card-xs--big .card-text h3,
  .card.card-xs--big .card-text .h3,
  .card.card-xs--big .card-text .swal-title,
  .card.card-xs--big .card-text h3 span,
  .card.card-xs--big .card-text .h3 span,
  .card.card-xs--big .card-text .swal-title span,
  .card.card-xs--big .card-text h4,
  .card.card-xs--big .card-text .h4,
  .card.card-xs--big .card-text h4 span,
  .card.card-xs--big .card-text .h4 span,
  .card.card-xs--big .card-text h5,
  .card.card-xs--big .card-text .h5,
  .card.card-xs--big .card-text h5 span,
  .card.card-xs--big .card-text .h5 span,
  .card.card-xs--big .card-text h6,
  .card.card-xs--big .card-text .h6,
  .card.card-xs--big .card-text h6 span,
  .card.card-xs--big .card-text .h6 span {
    font-size: 1.125rem !important;
  }
  .card.card-xs--big .card-description a span,
  .card.card-xs--big .card-text a span {
    color: inherit !important;
  }
  .card.card-xs--big .card-content-grid {
    display: grid;
    grid-template-columns: 100% auto;
    column-gap: 0;
  }
  .card.card-xs--big .card-content-grid .card-img {
    grid-area: img;
  }
  .card.card-xs--big .card-content-grid .card-title {
    grid-area: title;
    align-self: center;
  }
  .card.card-xs--big .card-content-grid .card-description {
    grid-area: description;
  }
  .card.card-xs--big .card-text {
    position: relative;
    overflow: hidden;
    height: 100px;
    transition: height 0.425s ease;
  }
  .card.card-xs--big .card-text-inner {
    height: 100%;
    background: -webkit-linear-gradient(#fff, #fff 60%, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background 0.425s ease;
  }
  .card.card-xs--big .card-text-inner > p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-xs--big .card-text .read-more {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.425s ease, opacity 0.425s ease;
  }
  .card.card-xs--big .card-img:after {
    transition: background 0.425s ease;
  }
  .card.card-xs--big:hover {
    box-shadow: 0 1rem 3rem rgba(0, 15, 29, 0.175);
  }
  .card.card-xs--big:hover .card-text {
    height: 240px;
  }
  .card.card-xs--big:hover .card-text-inner {
    background: -webkit-linear-gradient(#fff, #fff 70%, transparent 90%, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .card.card-xs--big:hover .card-text .read-more {
    visibility: visible;
    opacity: 1;
  }
  .card.card-xs--big:hover .card-img {
    transform: scale(1.07);
  }
  .card.card-xs--big:hover .card-img:after {
    background: rgba(10.7696810067%, 11.2745098039%, 11.7793386011%, 0.45);
  }
}
@media (min-width: 392px) {
  .card.card-sm--big {
    position: relative;
    align-items: flex-start;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.325s ease;
  }
  .card.card-sm--big .card-img {
    flex: 0 0 auto;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    margin-right: 0;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.325s ease, transform 0.325s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card.card-sm--big .card-img .img-wrapper {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .card.card-sm--big .card-img .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.card-sm--big .card-img .img-wrapper {
    display: block;
    padding-bottom: 59.375%;
  }
  .card.card-sm--big .card-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(64, 67, 70, 0.45);
  }
  .card.card-sm--big .card-content {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.6875rem 2.1875rem;
    display: flex;
    flex-direction: column;
  }
  .card.card-sm--big .card-title {
    font-size: 1.5rem;
    line-height: 1.333;
    color: #fff;
    font-family: "DM Sans", Helvetica, "sans-serif";
    font-weight: 800;
    align-self: flex-start;
    transition: color 0.15s ease;
  }
  .card.card-sm--big .card-title:hover {
    text-decoration: none;
    border-bottom: none;
    color: #fff;
  }
  .card.card-sm--big .card-description h1, .card.card-sm--big .card-description .h1, .card.card-sm--big .card-description h2, .card.card-sm--big .card-description .h2, .card.card-sm--big .card-description h3, .card.card-sm--big .card-description .h3, .card.card-sm--big .card-description .swal-title, .card.card-sm--big .card-description h4, .card.card-sm--big .card-description .h4, .card.card-sm--big .card-description h5, .card.card-sm--big .card-description .h5, .card.card-sm--big .card-description h6, .card.card-sm--big .card-description .h6,
  .card.card-sm--big .card-text h1,
  .card.card-sm--big .card-text .h1,
  .card.card-sm--big .card-text h2,
  .card.card-sm--big .card-text .h2,
  .card.card-sm--big .card-text h3,
  .card.card-sm--big .card-text .h3,
  .card.card-sm--big .card-text .swal-title,
  .card.card-sm--big .card-text h4,
  .card.card-sm--big .card-text .h4,
  .card.card-sm--big .card-text h5,
  .card.card-sm--big .card-text .h5,
  .card.card-sm--big .card-text h6,
  .card.card-sm--big .card-text .h6 {
    margin-bottom: 0.5em;
  }
  .card.card-sm--big .card-description p,
  .card.card-sm--big .card-text p {
    margin-bottom: 1.5rem;
  }
  .card.card-sm--big .card-description p, .card.card-sm--big .card-description span,
  .card.card-sm--big .card-text p,
  .card.card-sm--big .card-text span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-sm--big .card-description ol,
  .card.card-sm--big .card-text ol {
    padding-left: 1.5rem;
    counter-reset: item-number;
    list-style-type: none !important;
  }
  .card.card-sm--big .card-description ol li,
  .card.card-sm--big .card-text ol li {
    counter-increment: line-number;
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-sm--big .card-description ol li:before,
  .card.card-sm--big .card-text ol li:before {
    content: counter(line-number) ".";
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #0A1F44;
  }
  .card.card-sm--big .card-description ol li:last-of-type,
  .card.card-sm--big .card-text ol li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-sm--big .card-description ul,
  .card.card-sm--big .card-text ul {
    list-style-type: disc !important;
    list-style-position: inside;
  }
  .card.card-sm--big .card-description ul li,
  .card.card-sm--big .card-text ul li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: .72em;
        display: block;
        width: .375rem;
        height: .375rem;
        border-radius: 50%;
        background-color: $dark;
    }*/
  }
  .card.card-sm--big .card-description ul li:last-of-type,
  .card.card-sm--big .card-text ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-sm--big .card-description img,
  .card.card-sm--big .card-text img {
    display: block;
    max-width: 100%;
  }
  .card.card-sm--big .card-description img.note-float-left,
  .card.card-sm--big .card-text img.note-float-left {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-sm--big .card-description img.note-float-right,
  .card.card-sm--big .card-text img.note-float-right {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-sm--big .card-description .MsoNormal, .card.card-sm--big .card-description .MsoNormal span,
  .card.card-sm--big .card-text .MsoNormal,
  .card.card-sm--big .card-text .MsoNormal span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card-sm--big .card-description p,
  .card.card-sm--big .card-text p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-sm--big .card-description h1, .card.card-sm--big .card-description .h1, .card.card-sm--big .card-description h1 span, .card.card-sm--big .card-description .h1 span, .card.card-sm--big .card-description h2, .card.card-sm--big .card-description .h2, .card.card-sm--big .card-description h2 span, .card.card-sm--big .card-description .h2 span, .card.card-sm--big .card-description h3, .card.card-sm--big .card-description .h3, .card.card-sm--big .card-description .swal-title, .card.card-sm--big .card-description h3 span, .card.card-sm--big .card-description .h3 span, .card.card-sm--big .card-description .swal-title span, .card.card-sm--big .card-description h4, .card.card-sm--big .card-description .h4, .card.card-sm--big .card-description h4 span, .card.card-sm--big .card-description .h4 span, .card.card-sm--big .card-description h5, .card.card-sm--big .card-description .h5, .card.card-sm--big .card-description h5 span, .card.card-sm--big .card-description .h5 span, .card.card-sm--big .card-description h6, .card.card-sm--big .card-description .h6, .card.card-sm--big .card-description h6 span, .card.card-sm--big .card-description .h6 span,
  .card.card-sm--big .card-text h1,
  .card.card-sm--big .card-text .h1,
  .card.card-sm--big .card-text h1 span,
  .card.card-sm--big .card-text .h1 span,
  .card.card-sm--big .card-text h2,
  .card.card-sm--big .card-text .h2,
  .card.card-sm--big .card-text h2 span,
  .card.card-sm--big .card-text .h2 span,
  .card.card-sm--big .card-text h3,
  .card.card-sm--big .card-text .h3,
  .card.card-sm--big .card-text .swal-title,
  .card.card-sm--big .card-text h3 span,
  .card.card-sm--big .card-text .h3 span,
  .card.card-sm--big .card-text .swal-title span,
  .card.card-sm--big .card-text h4,
  .card.card-sm--big .card-text .h4,
  .card.card-sm--big .card-text h4 span,
  .card.card-sm--big .card-text .h4 span,
  .card.card-sm--big .card-text h5,
  .card.card-sm--big .card-text .h5,
  .card.card-sm--big .card-text h5 span,
  .card.card-sm--big .card-text .h5 span,
  .card.card-sm--big .card-text h6,
  .card.card-sm--big .card-text .h6,
  .card.card-sm--big .card-text h6 span,
  .card.card-sm--big .card-text .h6 span {
    font-size: 1.125rem !important;
  }
  .card.card-sm--big .card-description a span,
  .card.card-sm--big .card-text a span {
    color: inherit !important;
  }
  .card.card-sm--big .card-content-grid {
    display: grid;
    grid-template-columns: 100% auto;
    column-gap: 0;
  }
  .card.card-sm--big .card-content-grid .card-img {
    grid-area: img;
  }
  .card.card-sm--big .card-content-grid .card-title {
    grid-area: title;
    align-self: center;
  }
  .card.card-sm--big .card-content-grid .card-description {
    grid-area: description;
  }
  .card.card-sm--big .card-text {
    position: relative;
    overflow: hidden;
    height: 100px;
    transition: height 0.425s ease;
  }
  .card.card-sm--big .card-text-inner {
    height: 100%;
    background: -webkit-linear-gradient(#fff, #fff 60%, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background 0.425s ease;
  }
  .card.card-sm--big .card-text-inner > p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-sm--big .card-text .read-more {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.425s ease, opacity 0.425s ease;
  }
  .card.card-sm--big .card-img:after {
    transition: background 0.425s ease;
  }
  .card.card-sm--big:hover {
    box-shadow: 0 1rem 3rem rgba(0, 15, 29, 0.175);
  }
  .card.card-sm--big:hover .card-text {
    height: 240px;
  }
  .card.card-sm--big:hover .card-text-inner {
    background: -webkit-linear-gradient(#fff, #fff 70%, transparent 90%, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .card.card-sm--big:hover .card-text .read-more {
    visibility: visible;
    opacity: 1;
  }
  .card.card-sm--big:hover .card-img {
    transform: scale(1.07);
  }
  .card.card-sm--big:hover .card-img:after {
    background: rgba(10.7696810067%, 11.2745098039%, 11.7793386011%, 0.45);
  }
}
@media (min-width: 512px) {
  .card.card-md--big {
    position: relative;
    align-items: flex-start;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.325s ease;
  }
  .card.card-md--big .card-img {
    flex: 0 0 auto;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    margin-right: 0;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.325s ease, transform 0.325s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card.card-md--big .card-img .img-wrapper {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .card.card-md--big .card-img .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.card-md--big .card-img .img-wrapper {
    display: block;
    padding-bottom: 59.375%;
  }
  .card.card-md--big .card-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(64, 67, 70, 0.45);
  }
  .card.card-md--big .card-content {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.6875rem 2.1875rem;
    display: flex;
    flex-direction: column;
  }
  .card.card-md--big .card-title {
    font-size: 1.5rem;
    line-height: 1.333;
    color: #fff;
    font-family: "DM Sans", Helvetica, "sans-serif";
    font-weight: 800;
    align-self: flex-start;
    transition: color 0.15s ease;
  }
  .card.card-md--big .card-title:hover {
    text-decoration: none;
    border-bottom: none;
    color: #fff;
  }
  .card.card-md--big .card-description h1, .card.card-md--big .card-description .h1, .card.card-md--big .card-description h2, .card.card-md--big .card-description .h2, .card.card-md--big .card-description h3, .card.card-md--big .card-description .h3, .card.card-md--big .card-description .swal-title, .card.card-md--big .card-description h4, .card.card-md--big .card-description .h4, .card.card-md--big .card-description h5, .card.card-md--big .card-description .h5, .card.card-md--big .card-description h6, .card.card-md--big .card-description .h6,
  .card.card-md--big .card-text h1,
  .card.card-md--big .card-text .h1,
  .card.card-md--big .card-text h2,
  .card.card-md--big .card-text .h2,
  .card.card-md--big .card-text h3,
  .card.card-md--big .card-text .h3,
  .card.card-md--big .card-text .swal-title,
  .card.card-md--big .card-text h4,
  .card.card-md--big .card-text .h4,
  .card.card-md--big .card-text h5,
  .card.card-md--big .card-text .h5,
  .card.card-md--big .card-text h6,
  .card.card-md--big .card-text .h6 {
    margin-bottom: 0.5em;
  }
  .card.card-md--big .card-description p,
  .card.card-md--big .card-text p {
    margin-bottom: 1.5rem;
  }
  .card.card-md--big .card-description p, .card.card-md--big .card-description span,
  .card.card-md--big .card-text p,
  .card.card-md--big .card-text span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-md--big .card-description ol,
  .card.card-md--big .card-text ol {
    padding-left: 1.5rem;
    counter-reset: item-number;
    list-style-type: none !important;
  }
  .card.card-md--big .card-description ol li,
  .card.card-md--big .card-text ol li {
    counter-increment: line-number;
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-md--big .card-description ol li:before,
  .card.card-md--big .card-text ol li:before {
    content: counter(line-number) ".";
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #0A1F44;
  }
  .card.card-md--big .card-description ol li:last-of-type,
  .card.card-md--big .card-text ol li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-md--big .card-description ul,
  .card.card-md--big .card-text ul {
    list-style-type: disc !important;
    list-style-position: inside;
  }
  .card.card-md--big .card-description ul li,
  .card.card-md--big .card-text ul li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: .72em;
        display: block;
        width: .375rem;
        height: .375rem;
        border-radius: 50%;
        background-color: $dark;
    }*/
  }
  .card.card-md--big .card-description ul li:last-of-type,
  .card.card-md--big .card-text ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-md--big .card-description img,
  .card.card-md--big .card-text img {
    display: block;
    max-width: 100%;
  }
  .card.card-md--big .card-description img.note-float-left,
  .card.card-md--big .card-text img.note-float-left {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-md--big .card-description img.note-float-right,
  .card.card-md--big .card-text img.note-float-right {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-md--big .card-description .MsoNormal, .card.card-md--big .card-description .MsoNormal span,
  .card.card-md--big .card-text .MsoNormal,
  .card.card-md--big .card-text .MsoNormal span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card-md--big .card-description p,
  .card.card-md--big .card-text p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-md--big .card-description h1, .card.card-md--big .card-description .h1, .card.card-md--big .card-description h1 span, .card.card-md--big .card-description .h1 span, .card.card-md--big .card-description h2, .card.card-md--big .card-description .h2, .card.card-md--big .card-description h2 span, .card.card-md--big .card-description .h2 span, .card.card-md--big .card-description h3, .card.card-md--big .card-description .h3, .card.card-md--big .card-description .swal-title, .card.card-md--big .card-description h3 span, .card.card-md--big .card-description .h3 span, .card.card-md--big .card-description .swal-title span, .card.card-md--big .card-description h4, .card.card-md--big .card-description .h4, .card.card-md--big .card-description h4 span, .card.card-md--big .card-description .h4 span, .card.card-md--big .card-description h5, .card.card-md--big .card-description .h5, .card.card-md--big .card-description h5 span, .card.card-md--big .card-description .h5 span, .card.card-md--big .card-description h6, .card.card-md--big .card-description .h6, .card.card-md--big .card-description h6 span, .card.card-md--big .card-description .h6 span,
  .card.card-md--big .card-text h1,
  .card.card-md--big .card-text .h1,
  .card.card-md--big .card-text h1 span,
  .card.card-md--big .card-text .h1 span,
  .card.card-md--big .card-text h2,
  .card.card-md--big .card-text .h2,
  .card.card-md--big .card-text h2 span,
  .card.card-md--big .card-text .h2 span,
  .card.card-md--big .card-text h3,
  .card.card-md--big .card-text .h3,
  .card.card-md--big .card-text .swal-title,
  .card.card-md--big .card-text h3 span,
  .card.card-md--big .card-text .h3 span,
  .card.card-md--big .card-text .swal-title span,
  .card.card-md--big .card-text h4,
  .card.card-md--big .card-text .h4,
  .card.card-md--big .card-text h4 span,
  .card.card-md--big .card-text .h4 span,
  .card.card-md--big .card-text h5,
  .card.card-md--big .card-text .h5,
  .card.card-md--big .card-text h5 span,
  .card.card-md--big .card-text .h5 span,
  .card.card-md--big .card-text h6,
  .card.card-md--big .card-text .h6,
  .card.card-md--big .card-text h6 span,
  .card.card-md--big .card-text .h6 span {
    font-size: 1.125rem !important;
  }
  .card.card-md--big .card-description a span,
  .card.card-md--big .card-text a span {
    color: inherit !important;
  }
  .card.card-md--big .card-content-grid {
    display: grid;
    grid-template-columns: 100% auto;
    column-gap: 0;
  }
  .card.card-md--big .card-content-grid .card-img {
    grid-area: img;
  }
  .card.card-md--big .card-content-grid .card-title {
    grid-area: title;
    align-self: center;
  }
  .card.card-md--big .card-content-grid .card-description {
    grid-area: description;
  }
  .card.card-md--big .card-text {
    position: relative;
    overflow: hidden;
    height: 100px;
    transition: height 0.425s ease;
  }
  .card.card-md--big .card-text-inner {
    height: 100%;
    background: -webkit-linear-gradient(#fff, #fff 60%, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background 0.425s ease;
  }
  .card.card-md--big .card-text-inner > p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-md--big .card-text .read-more {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.425s ease, opacity 0.425s ease;
  }
  .card.card-md--big .card-img:after {
    transition: background 0.425s ease;
  }
  .card.card-md--big:hover {
    box-shadow: 0 1rem 3rem rgba(0, 15, 29, 0.175);
  }
  .card.card-md--big:hover .card-text {
    height: 240px;
  }
  .card.card-md--big:hover .card-text-inner {
    background: -webkit-linear-gradient(#fff, #fff 70%, transparent 90%, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .card.card-md--big:hover .card-text .read-more {
    visibility: visible;
    opacity: 1;
  }
  .card.card-md--big:hover .card-img {
    transform: scale(1.07);
  }
  .card.card-md--big:hover .card-img:after {
    background: rgba(10.7696810067%, 11.2745098039%, 11.7793386011%, 0.45);
  }
}
@media (min-width: 800px) {
  .card.card-lg--big {
    position: relative;
    align-items: flex-start;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.325s ease;
  }
  .card.card-lg--big .card-img {
    flex: 0 0 auto;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    margin-right: 0;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.325s ease, transform 0.325s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card.card-lg--big .card-img .img-wrapper {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .card.card-lg--big .card-img .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.card-lg--big .card-img .img-wrapper {
    display: block;
    padding-bottom: 59.375%;
  }
  .card.card-lg--big .card-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(64, 67, 70, 0.45);
  }
  .card.card-lg--big .card-content {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.6875rem 2.1875rem;
    display: flex;
    flex-direction: column;
  }
  .card.card-lg--big .card-title {
    font-size: 1.5rem;
    line-height: 1.333;
    color: #fff;
    font-family: "DM Sans", Helvetica, "sans-serif";
    font-weight: 800;
    align-self: flex-start;
    transition: color 0.15s ease;
  }
  .card.card-lg--big .card-title:hover {
    text-decoration: none;
    border-bottom: none;
    color: #fff;
  }
  .card.card-lg--big .card-description h1, .card.card-lg--big .card-description .h1, .card.card-lg--big .card-description h2, .card.card-lg--big .card-description .h2, .card.card-lg--big .card-description h3, .card.card-lg--big .card-description .h3, .card.card-lg--big .card-description .swal-title, .card.card-lg--big .card-description h4, .card.card-lg--big .card-description .h4, .card.card-lg--big .card-description h5, .card.card-lg--big .card-description .h5, .card.card-lg--big .card-description h6, .card.card-lg--big .card-description .h6,
  .card.card-lg--big .card-text h1,
  .card.card-lg--big .card-text .h1,
  .card.card-lg--big .card-text h2,
  .card.card-lg--big .card-text .h2,
  .card.card-lg--big .card-text h3,
  .card.card-lg--big .card-text .h3,
  .card.card-lg--big .card-text .swal-title,
  .card.card-lg--big .card-text h4,
  .card.card-lg--big .card-text .h4,
  .card.card-lg--big .card-text h5,
  .card.card-lg--big .card-text .h5,
  .card.card-lg--big .card-text h6,
  .card.card-lg--big .card-text .h6 {
    margin-bottom: 0.5em;
  }
  .card.card-lg--big .card-description p,
  .card.card-lg--big .card-text p {
    margin-bottom: 1.5rem;
  }
  .card.card-lg--big .card-description p, .card.card-lg--big .card-description span,
  .card.card-lg--big .card-text p,
  .card.card-lg--big .card-text span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-lg--big .card-description ol,
  .card.card-lg--big .card-text ol {
    padding-left: 1.5rem;
    counter-reset: item-number;
    list-style-type: none !important;
  }
  .card.card-lg--big .card-description ol li,
  .card.card-lg--big .card-text ol li {
    counter-increment: line-number;
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-lg--big .card-description ol li:before,
  .card.card-lg--big .card-text ol li:before {
    content: counter(line-number) ".";
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #0A1F44;
  }
  .card.card-lg--big .card-description ol li:last-of-type,
  .card.card-lg--big .card-text ol li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-lg--big .card-description ul,
  .card.card-lg--big .card-text ul {
    list-style-type: disc !important;
    list-style-position: inside;
  }
  .card.card-lg--big .card-description ul li,
  .card.card-lg--big .card-text ul li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: .72em;
        display: block;
        width: .375rem;
        height: .375rem;
        border-radius: 50%;
        background-color: $dark;
    }*/
  }
  .card.card-lg--big .card-description ul li:last-of-type,
  .card.card-lg--big .card-text ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-lg--big .card-description img,
  .card.card-lg--big .card-text img {
    display: block;
    max-width: 100%;
  }
  .card.card-lg--big .card-description img.note-float-left,
  .card.card-lg--big .card-text img.note-float-left {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-lg--big .card-description img.note-float-right,
  .card.card-lg--big .card-text img.note-float-right {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-lg--big .card-description .MsoNormal, .card.card-lg--big .card-description .MsoNormal span,
  .card.card-lg--big .card-text .MsoNormal,
  .card.card-lg--big .card-text .MsoNormal span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card-lg--big .card-description p,
  .card.card-lg--big .card-text p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-lg--big .card-description h1, .card.card-lg--big .card-description .h1, .card.card-lg--big .card-description h1 span, .card.card-lg--big .card-description .h1 span, .card.card-lg--big .card-description h2, .card.card-lg--big .card-description .h2, .card.card-lg--big .card-description h2 span, .card.card-lg--big .card-description .h2 span, .card.card-lg--big .card-description h3, .card.card-lg--big .card-description .h3, .card.card-lg--big .card-description .swal-title, .card.card-lg--big .card-description h3 span, .card.card-lg--big .card-description .h3 span, .card.card-lg--big .card-description .swal-title span, .card.card-lg--big .card-description h4, .card.card-lg--big .card-description .h4, .card.card-lg--big .card-description h4 span, .card.card-lg--big .card-description .h4 span, .card.card-lg--big .card-description h5, .card.card-lg--big .card-description .h5, .card.card-lg--big .card-description h5 span, .card.card-lg--big .card-description .h5 span, .card.card-lg--big .card-description h6, .card.card-lg--big .card-description .h6, .card.card-lg--big .card-description h6 span, .card.card-lg--big .card-description .h6 span,
  .card.card-lg--big .card-text h1,
  .card.card-lg--big .card-text .h1,
  .card.card-lg--big .card-text h1 span,
  .card.card-lg--big .card-text .h1 span,
  .card.card-lg--big .card-text h2,
  .card.card-lg--big .card-text .h2,
  .card.card-lg--big .card-text h2 span,
  .card.card-lg--big .card-text .h2 span,
  .card.card-lg--big .card-text h3,
  .card.card-lg--big .card-text .h3,
  .card.card-lg--big .card-text .swal-title,
  .card.card-lg--big .card-text h3 span,
  .card.card-lg--big .card-text .h3 span,
  .card.card-lg--big .card-text .swal-title span,
  .card.card-lg--big .card-text h4,
  .card.card-lg--big .card-text .h4,
  .card.card-lg--big .card-text h4 span,
  .card.card-lg--big .card-text .h4 span,
  .card.card-lg--big .card-text h5,
  .card.card-lg--big .card-text .h5,
  .card.card-lg--big .card-text h5 span,
  .card.card-lg--big .card-text .h5 span,
  .card.card-lg--big .card-text h6,
  .card.card-lg--big .card-text .h6,
  .card.card-lg--big .card-text h6 span,
  .card.card-lg--big .card-text .h6 span {
    font-size: 1.125rem !important;
  }
  .card.card-lg--big .card-description a span,
  .card.card-lg--big .card-text a span {
    color: inherit !important;
  }
  .card.card-lg--big .card-content-grid {
    display: grid;
    grid-template-columns: 100% auto;
    column-gap: 0;
  }
  .card.card-lg--big .card-content-grid .card-img {
    grid-area: img;
  }
  .card.card-lg--big .card-content-grid .card-title {
    grid-area: title;
    align-self: center;
  }
  .card.card-lg--big .card-content-grid .card-description {
    grid-area: description;
  }
  .card.card-lg--big .card-text {
    position: relative;
    overflow: hidden;
    height: 100px;
    transition: height 0.425s ease;
  }
  .card.card-lg--big .card-text-inner {
    height: 100%;
    background: -webkit-linear-gradient(#fff, #fff 60%, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background 0.425s ease;
  }
  .card.card-lg--big .card-text-inner > p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-lg--big .card-text .read-more {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.425s ease, opacity 0.425s ease;
  }
  .card.card-lg--big .card-img:after {
    transition: background 0.425s ease;
  }
  .card.card-lg--big:hover {
    box-shadow: 0 1rem 3rem rgba(0, 15, 29, 0.175);
  }
  .card.card-lg--big:hover .card-text {
    height: 240px;
  }
  .card.card-lg--big:hover .card-text-inner {
    background: -webkit-linear-gradient(#fff, #fff 70%, transparent 90%, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .card.card-lg--big:hover .card-text .read-more {
    visibility: visible;
    opacity: 1;
  }
  .card.card-lg--big:hover .card-img {
    transform: scale(1.07);
  }
  .card.card-lg--big:hover .card-img:after {
    background: rgba(10.7696810067%, 11.2745098039%, 11.7793386011%, 0.45);
  }
}
@media (min-width: 1232px) {
  .card.card-xl--big {
    position: relative;
    align-items: flex-start;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.325s ease;
  }
  .card.card-xl--big .card-img {
    flex: 0 0 auto;
    align-self: flex-start;
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    margin-right: 0;
    overflow: hidden;
    border-radius: 0.25rem;
    transition: box-shadow 0.325s ease, transform 0.325s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card.card-xl--big .card-img .img-wrapper {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .card.card-xl--big .card-img .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.card-xl--big .card-img .img-wrapper {
    display: block;
    padding-bottom: 59.375%;
  }
  .card.card-xl--big .card-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(64, 67, 70, 0.45);
  }
  .card.card-xl--big .card-content {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.6875rem 2.1875rem;
    display: flex;
    flex-direction: column;
  }
  .card.card-xl--big .card-title {
    font-size: 1.5rem;
    line-height: 1.333;
    color: #fff;
    font-family: "DM Sans", Helvetica, "sans-serif";
    font-weight: 800;
    align-self: flex-start;
    transition: color 0.15s ease;
  }
  .card.card-xl--big .card-title:hover {
    text-decoration: none;
    border-bottom: none;
    color: #fff;
  }
  .card.card-xl--big .card-description h1, .card.card-xl--big .card-description .h1, .card.card-xl--big .card-description h2, .card.card-xl--big .card-description .h2, .card.card-xl--big .card-description h3, .card.card-xl--big .card-description .h3, .card.card-xl--big .card-description .swal-title, .card.card-xl--big .card-description h4, .card.card-xl--big .card-description .h4, .card.card-xl--big .card-description h5, .card.card-xl--big .card-description .h5, .card.card-xl--big .card-description h6, .card.card-xl--big .card-description .h6,
  .card.card-xl--big .card-text h1,
  .card.card-xl--big .card-text .h1,
  .card.card-xl--big .card-text h2,
  .card.card-xl--big .card-text .h2,
  .card.card-xl--big .card-text h3,
  .card.card-xl--big .card-text .h3,
  .card.card-xl--big .card-text .swal-title,
  .card.card-xl--big .card-text h4,
  .card.card-xl--big .card-text .h4,
  .card.card-xl--big .card-text h5,
  .card.card-xl--big .card-text .h5,
  .card.card-xl--big .card-text h6,
  .card.card-xl--big .card-text .h6 {
    margin-bottom: 0.5em;
  }
  .card.card-xl--big .card-description p,
  .card.card-xl--big .card-text p {
    margin-bottom: 1.5rem;
  }
  .card.card-xl--big .card-description p, .card.card-xl--big .card-description span,
  .card.card-xl--big .card-text p,
  .card.card-xl--big .card-text span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-xl--big .card-description ol,
  .card.card-xl--big .card-text ol {
    padding-left: 1.5rem;
    counter-reset: item-number;
    list-style-type: none !important;
  }
  .card.card-xl--big .card-description ol li,
  .card.card-xl--big .card-text ol li {
    counter-increment: line-number;
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
  }
  .card.card-xl--big .card-description ol li:before,
  .card.card-xl--big .card-text ol li:before {
    content: counter(line-number) ".";
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #0A1F44;
  }
  .card.card-xl--big .card-description ol li:last-of-type,
  .card.card-xl--big .card-text ol li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-xl--big .card-description ul,
  .card.card-xl--big .card-text ul {
    list-style-type: disc !important;
    list-style-position: inside;
  }
  .card.card-xl--big .card-description ul li,
  .card.card-xl--big .card-text ul li {
    position: relative !important;
    padding-left: 1.5rem !important;
    margin-bottom: 0.375rem !important;
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    margin-top: 0 !important;
    line-height: 1.5 !important;
    color: #0A1F44 !important;
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: .72em;
        display: block;
        width: .375rem;
        height: .375rem;
        border-radius: 50%;
        background-color: $dark;
    }*/
  }
  .card.card-xl--big .card-description ul li:last-of-type,
  .card.card-xl--big .card-text ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .card.card-xl--big .card-description img,
  .card.card-xl--big .card-text img {
    display: block;
    max-width: 100%;
  }
  .card.card-xl--big .card-description img.note-float-left,
  .card.card-xl--big .card-text img.note-float-left {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-xl--big .card-description img.note-float-right,
  .card.card-xl--big .card-text img.note-float-right {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .card.card-xl--big .card-description .MsoNormal, .card.card-xl--big .card-description .MsoNormal span,
  .card.card-xl--big .card-text .MsoNormal,
  .card.card-xl--big .card-text .MsoNormal span {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
  }
  .card.card-xl--big .card-description p,
  .card.card-xl--big .card-text p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-xl--big .card-description h1, .card.card-xl--big .card-description .h1, .card.card-xl--big .card-description h1 span, .card.card-xl--big .card-description .h1 span, .card.card-xl--big .card-description h2, .card.card-xl--big .card-description .h2, .card.card-xl--big .card-description h2 span, .card.card-xl--big .card-description .h2 span, .card.card-xl--big .card-description h3, .card.card-xl--big .card-description .h3, .card.card-xl--big .card-description .swal-title, .card.card-xl--big .card-description h3 span, .card.card-xl--big .card-description .h3 span, .card.card-xl--big .card-description .swal-title span, .card.card-xl--big .card-description h4, .card.card-xl--big .card-description .h4, .card.card-xl--big .card-description h4 span, .card.card-xl--big .card-description .h4 span, .card.card-xl--big .card-description h5, .card.card-xl--big .card-description .h5, .card.card-xl--big .card-description h5 span, .card.card-xl--big .card-description .h5 span, .card.card-xl--big .card-description h6, .card.card-xl--big .card-description .h6, .card.card-xl--big .card-description h6 span, .card.card-xl--big .card-description .h6 span,
  .card.card-xl--big .card-text h1,
  .card.card-xl--big .card-text .h1,
  .card.card-xl--big .card-text h1 span,
  .card.card-xl--big .card-text .h1 span,
  .card.card-xl--big .card-text h2,
  .card.card-xl--big .card-text .h2,
  .card.card-xl--big .card-text h2 span,
  .card.card-xl--big .card-text .h2 span,
  .card.card-xl--big .card-text h3,
  .card.card-xl--big .card-text .h3,
  .card.card-xl--big .card-text .swal-title,
  .card.card-xl--big .card-text h3 span,
  .card.card-xl--big .card-text .h3 span,
  .card.card-xl--big .card-text .swal-title span,
  .card.card-xl--big .card-text h4,
  .card.card-xl--big .card-text .h4,
  .card.card-xl--big .card-text h4 span,
  .card.card-xl--big .card-text .h4 span,
  .card.card-xl--big .card-text h5,
  .card.card-xl--big .card-text .h5,
  .card.card-xl--big .card-text h5 span,
  .card.card-xl--big .card-text .h5 span,
  .card.card-xl--big .card-text h6,
  .card.card-xl--big .card-text .h6,
  .card.card-xl--big .card-text h6 span,
  .card.card-xl--big .card-text .h6 span {
    font-size: 1.125rem !important;
  }
  .card.card-xl--big .card-description a span,
  .card.card-xl--big .card-text a span {
    color: inherit !important;
  }
  .card.card-xl--big .card-content-grid {
    display: grid;
    grid-template-columns: 100% auto;
    column-gap: 0;
  }
  .card.card-xl--big .card-content-grid .card-img {
    grid-area: img;
  }
  .card.card-xl--big .card-content-grid .card-title {
    grid-area: title;
    align-self: center;
  }
  .card.card-xl--big .card-content-grid .card-description {
    grid-area: description;
  }
  .card.card-xl--big .card-text {
    position: relative;
    overflow: hidden;
    height: 100px;
    transition: height 0.425s ease;
  }
  .card.card-xl--big .card-text-inner {
    height: 100%;
    background: -webkit-linear-gradient(#fff, #fff 60%, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background 0.425s ease;
  }
  .card.card-xl--big .card-text-inner > p {
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }
  .card.card-xl--big .card-text .read-more {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.425s ease, opacity 0.425s ease;
  }
  .card.card-xl--big .card-img:after {
    transition: background 0.425s ease;
  }
  .card.card-xl--big:hover {
    box-shadow: 0 1rem 3rem rgba(0, 15, 29, 0.175);
  }
  .card.card-xl--big:hover .card-text {
    height: 240px;
  }
  .card.card-xl--big:hover .card-text-inner {
    background: -webkit-linear-gradient(#fff, #fff 70%, transparent 90%, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .card.card-xl--big:hover .card-text .read-more {
    visibility: visible;
    opacity: 1;
  }
  .card.card-xl--big:hover .card-img {
    transform: scale(1.07);
  }
  .card.card-xl--big:hover .card-img:after {
    background: rgba(10.7696810067%, 11.2745098039%, 11.7793386011%, 0.45);
  }
}

.car-select {
  /*display: flex;
  flex-direction: column;*/
  box-shadow: 0 1rem 3rem rgba(0, 15, 29, 0.175);
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "menu" "body" "result" "error";
  border-radius: 0.5rem;
  overflow: hidden;
}
.car-select-menu {
  position: relative;
  z-index: 10;
  grid-area: menu;
  flex: 1 0 auto;
  width: 100%;
  background-color: #404346;
  color: #fff;
}
.car-select-menu-my-cars {
  flex: 1 1 auto;
  width: auto;
  padding: 1rem;
}
@media (min-width: 512px) {
  .car-select-menu-my-cars {
    padding: 1.25rem 2rem;
  }
}
.car-select-menu-title, .car-select-menu-toggle {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: 1.25rem 1.3rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.car-select-menu-title {
  white-space: nowrap;
}
@media (max-width: 511.98px) {
  .car-select-menu-title {
    padding-bottom: 0;
  }
}
@media (min-width: 1232px) {
  .car-select-menu-title {
    padding-right: 0;
  }
}
.car-select-menu-toggle {
  border-bottom: 1px solid #66696C;
}
.car-select-menu-toggle br {
  display: none;
}
.car-select-menu-toggle:hover {
  background-color: rgb(21.2771436933%, 22.2745098039%, 23.2718759145%);
}
@media (max-width: 511.98px) {
  .car-select-menu-toggle {
    width: 100%;
  }
}
@media (min-width: 512px) {
  .car-select-menu-toggle {
    border-bottom: none;
    border-right: 1px solid #66696C;
  }
}
@media (min-width: 1232px) {
  .car-select-menu-toggle br {
    display: block;
  }
}
@media (min-width: 512px) {
  .car-select-menu {
    display: flex;
    align-items: center;
  }
}
.car-select-result {
  position: relative;
  z-index: 10;
  grid-area: result;
  flex: 1 0 auto;
  width: 100%;
}
.car-select-body {
  position: relative;
  z-index: 10;
  grid-area: body;
  display: block;
  padding: 0.625rem 2rem 1.25rem;
  background: #404346;
  border-top: 1px solid #66696C;
  color: #fff;
}
.car-select-body-item label {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgb(85%, 85%, 85%);
}
.car-select-error {
  position: relative;
  z-index: 1;
  grid-area: error;
  background-color: rgba(255, 54, 37, 0.16);
  color: #FF3625;
}
.car-select--open {
  margin-right: -1rem;
  margin-left: -1rem;
}
.car-select--open .car-select-menu-toggle {
  display: none;
}
.car-select:not(.car-select--open) .car-select-menu-title,
.car-select:not(.car-select--open) .car-select-body {
  display: none;
}
@media (min-width: 1232px) {
  .car-select {
    /*flex-direction: row;

    &-menu {
        flex: 0 0 auto;
        width: 25rem;
    }
    &-result {
        flex: 1 1 auto;
        width: 1px;
    }*/
    grid-template-columns: 25rem auto;
    grid-template-areas: "menu result" "body body" "error error";
  }
  .car-select--open {
    grid-template-columns: 30rem auto;
  }
}

.row-car {
  display: flex;
  height: 5.5rem;
  padding: 1rem;
  color: #404346;
}
.row-car-pictures {
  position: relative;
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  width: 4.6875rem;
  margin-right: 1rem;
}
[class*=list] .row-car-pictures {
  width: 5rem;
}
.row-car-pictures img {
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  opacity: 0.15;
}
.row-car-pictures img.car {
  opacity: 0.15;
}
.row-car-pictures img.moto {
  opacity: 0.2;
}
.row-car-pictures img.body {
  opacity: 0.2;
}
.row-car-pictures img.engine {
  opacity: 0.25;
}
.row-car-pictures .car-select-loader {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
}
.row-car-text {
  flex: 1 1 auto;
  width: 1px;
  flex-wrap: wrap;
}
.row-car-text-name {
  display: block;
  padding-bottom: 0.25rem;
  margin-bottom: -0.25rem;
  align-items: baseline;
  color: #404346;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.row-car-text-name span {
  line-height: 1;
}
.row-car-text-brand {
  flex: 0 0 auto;
  font-weight: 800;
  font-size: 2.25rem;
  margin-right: 0.25rem;
}
.row-car-text-model, .row-car-text-power {
  flex: 0 1 auto;
  font-size: 1.5rem;
}
.row-car-text-info {
  display: block;
  flex: 1 0 100%;
  color: #66696C;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.row-car-garage {
  display: flex;
  width: 6rem;
  height: 5.5rem;
  margin: -1rem -1rem -1rem 1rem;
}
.row-car-garage .btn, .row-car-garage .swal-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
}
@media (max-width: 799.98px) {
  .row-car-pictures {
    display: none;
  }
}

.catalog-wrapper {
  position: relative;
  display: flex;
  width: 100%;
}
.catalog-toggle {
  display: flex;
  align-items: center;
  width: 100%;
}
.catalog-toggle > span {
  margin-right: 0.5rem;
}
.catalog-toggle > i {
  margin-left: auto;
  font-size: 1.25rem;
}
.catalog-content {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: 1fr;
  padding: 1px 0 0 1px;
}
@media (min-width: 320px) {
  .catalog-content.cols-xs-1 {
    grid-template-columns: repeat(1, 100%);
  }
}
@media (min-width: 392px) {
  .catalog-content.cols-sm-1 {
    grid-template-columns: repeat(1, 100%);
  }
}
@media (min-width: 512px) {
  .catalog-content.cols-md-1 {
    grid-template-columns: repeat(1, 100%);
  }
}
@media (min-width: 800px) {
  .catalog-content.cols-lg-1 {
    grid-template-columns: repeat(1, 100%);
  }
}
@media (min-width: 1232px) {
  .catalog-content.cols-xl-1 {
    grid-template-columns: repeat(1, 100%);
  }
}
.catalog-content.cols-xxl-1 {
  grid-template-columns: repeat(1, 100%);
}
@media (min-width: 320px) {
  .catalog-content.cols-xs-2 {
    grid-template-columns: repeat(2, 50%);
  }
}
@media (min-width: 392px) {
  .catalog-content.cols-sm-2 {
    grid-template-columns: repeat(2, 50%);
  }
}
@media (min-width: 512px) {
  .catalog-content.cols-md-2 {
    grid-template-columns: repeat(2, 50%);
  }
}
@media (min-width: 800px) {
  .catalog-content.cols-lg-2 {
    grid-template-columns: repeat(2, 50%);
  }
}
@media (min-width: 1232px) {
  .catalog-content.cols-xl-2 {
    grid-template-columns: repeat(2, 50%);
  }
}
.catalog-content.cols-xxl-2 {
  grid-template-columns: repeat(2, 50%);
}
@media (min-width: 320px) {
  .catalog-content.cols-xs-3 {
    grid-template-columns: repeat(3, 33.3333333333%);
  }
}
@media (min-width: 392px) {
  .catalog-content.cols-sm-3 {
    grid-template-columns: repeat(3, 33.3333333333%);
  }
}
@media (min-width: 512px) {
  .catalog-content.cols-md-3 {
    grid-template-columns: repeat(3, 33.3333333333%);
  }
}
@media (min-width: 800px) {
  .catalog-content.cols-lg-3 {
    grid-template-columns: repeat(3, 33.3333333333%);
  }
}
@media (min-width: 1232px) {
  .catalog-content.cols-xl-3 {
    grid-template-columns: repeat(3, 33.3333333333%);
  }
}
.catalog-content.cols-xxl-3 {
  grid-template-columns: repeat(3, 33.3333333333%);
}
@media (min-width: 320px) {
  .catalog-content.cols-xs-4 {
    grid-template-columns: repeat(4, 25%);
  }
}
@media (min-width: 392px) {
  .catalog-content.cols-sm-4 {
    grid-template-columns: repeat(4, 25%);
  }
}
@media (min-width: 512px) {
  .catalog-content.cols-md-4 {
    grid-template-columns: repeat(4, 25%);
  }
}
@media (min-width: 800px) {
  .catalog-content.cols-lg-4 {
    grid-template-columns: repeat(4, 25%);
  }
}
@media (min-width: 1232px) {
  .catalog-content.cols-xl-4 {
    grid-template-columns: repeat(4, 25%);
  }
}
.catalog-content.cols-xxl-4 {
  grid-template-columns: repeat(4, 25%);
}
@media (min-width: 320px) {
  .catalog-content.cols-xs-5 {
    grid-template-columns: repeat(5, 20%);
  }
}
@media (min-width: 392px) {
  .catalog-content.cols-sm-5 {
    grid-template-columns: repeat(5, 20%);
  }
}
@media (min-width: 512px) {
  .catalog-content.cols-md-5 {
    grid-template-columns: repeat(5, 20%);
  }
}
@media (min-width: 800px) {
  .catalog-content.cols-lg-5 {
    grid-template-columns: repeat(5, 20%);
  }
}
@media (min-width: 1232px) {
  .catalog-content.cols-xl-5 {
    grid-template-columns: repeat(5, 20%);
  }
}
.catalog-content.cols-xxl-5 {
  grid-template-columns: repeat(5, 20%);
}
@media (min-width: 320px) {
  .catalog-content.cols-xs-6 {
    grid-template-columns: repeat(6, 16.6666666667%);
  }
}
@media (min-width: 392px) {
  .catalog-content.cols-sm-6 {
    grid-template-columns: repeat(6, 16.6666666667%);
  }
}
@media (min-width: 512px) {
  .catalog-content.cols-md-6 {
    grid-template-columns: repeat(6, 16.6666666667%);
  }
}
@media (min-width: 800px) {
  .catalog-content.cols-lg-6 {
    grid-template-columns: repeat(6, 16.6666666667%);
  }
}
@media (min-width: 1232px) {
  .catalog-content.cols-xl-6 {
    grid-template-columns: repeat(6, 16.6666666667%);
  }
}
.catalog-content.cols-xxl-6 {
  grid-template-columns: repeat(6, 16.6666666667%);
}
@media (min-width: 320px) {
  .catalog-content.cols-xs-7 {
    grid-template-columns: repeat(7, 14.2857142857%);
  }
}
@media (min-width: 392px) {
  .catalog-content.cols-sm-7 {
    grid-template-columns: repeat(7, 14.2857142857%);
  }
}
@media (min-width: 512px) {
  .catalog-content.cols-md-7 {
    grid-template-columns: repeat(7, 14.2857142857%);
  }
}
@media (min-width: 800px) {
  .catalog-content.cols-lg-7 {
    grid-template-columns: repeat(7, 14.2857142857%);
  }
}
@media (min-width: 1232px) {
  .catalog-content.cols-xl-7 {
    grid-template-columns: repeat(7, 14.2857142857%);
  }
}
.catalog-content.cols-xxl-7 {
  grid-template-columns: repeat(7, 14.2857142857%);
}
@media (min-width: 320px) {
  .catalog-content.cols-xs-8 {
    grid-template-columns: repeat(8, 12.5%);
  }
}
@media (min-width: 392px) {
  .catalog-content.cols-sm-8 {
    grid-template-columns: repeat(8, 12.5%);
  }
}
@media (min-width: 512px) {
  .catalog-content.cols-md-8 {
    grid-template-columns: repeat(8, 12.5%);
  }
}
@media (min-width: 800px) {
  .catalog-content.cols-lg-8 {
    grid-template-columns: repeat(8, 12.5%);
  }
}
@media (min-width: 1232px) {
  .catalog-content.cols-xl-8 {
    grid-template-columns: repeat(8, 12.5%);
  }
}
.catalog-content.cols-xxl-8 {
  grid-template-columns: repeat(8, 12.5%);
}
.catalog-item {
  grid-template: "item";
  position: relative;
  z-index: 10;
  display: flex;
  flex: 1 0 auto;
  border: 1px solid #E8E8E8;
  margin: -1px 0 0 -1px;
}
.catalog-item:hover {
  z-index: 20;
}
.catalog-menu-header--sticky {
  position: sticky !important;
  top: 5.5rem;
  z-index: 200;
  box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
}
@media (min-width: 800px) {
  .catalog-wrapper .catalog {
    order: 10;
    flex: 0 0 18rem;
  }
  .catalog-wrapper .search {
    order: 20;
    flex: 1 1 auto;
  }
  .catalog-toggle {
    padding: 0.75rem 1.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 1rem;
    font-weight: 600;
  }
  .catalog-wrapper .search .input-inners-inner--icon, .catalog-wrapper .search .input-inners-inner--clear {
    font-size: 1.25rem;
    width: 4rem;
  }
  .catalog-wrapper .search .form-control, .catalog-wrapper .search .counter-input {
    padding: 0.75rem 1.5rem 0.75rem 3.6rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 1rem;
  }
  .catalog-menu {
    position: relative;
  }
  .catalog-menu-body {
    margin: 0 !important;
    position: relative !important;
    transform: none !important;
    box-shadow: none !important;
    display: block !important;
    width: auto !important;
    padding: 0.75rem 1.25rem !important;
    background-color: #F8F8F8;
    border: 1px solid #E8E8E8;
    border-right-width: 0;
    border-radius: 0.5rem 0 0 0.5rem;
    will-change: height;
    transition: height 0.35s ease;
    overflow: hidden;
    top: 0;
  }
}
@media (max-width: 799.98px) {
  .catalog-menu {
    position: fixed;
    z-index: 1020;
    top: 70px;
    bottom: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 70px);
    overflow: auto;
    transition: opacity ease-in-out 0.325s, transform ease-in-out 0.325s;
    background-color: rgba(255, 255, 255, 0.94);
  }
  @supports (-webkit-backdrop-filter: blur(24px)) or (backdrop-filter: blur(24px)) {
    .catalog-menu {
      -webkit-backdrop-filter: saturate(180%) blur(24px);
      backdrop-filter: saturate(180%) blur(24px);
      background-color: rgba(255, 255, 255, 0.72);
    }
  }
  .catalog-menu-body {
    padding: 1.5rem 1rem;
  }
  body:not(.navbar-floating) .catalog-menu {
    padding-top: 40px;
  }
  .catalog:not(.open) .catalog-menu {
    transform: translateX(100%);
  }
}

[data-bs-toggle=collapse].collapsed .collapse-expanded {
  display: none;
}
[data-bs-toggle=collapse]:not(.collapsed) .collapse-collapsed {
  display: none;
}

.dropdown-menu {
  box-shadow: 0 0.5rem 1rem rgba(0, 15, 29, 0.15);
  overflow: hidden;
}
.dropdown-menu.inner {
  position: relative;
}
.dropdown-i + .dropdown-i, .dropdown-i + .dropdown-item, .dropdown-i + .dropdown-item-text, .dropdown-item + .dropdown-i, .dropdown-item + .dropdown-item, .dropdown-item + .dropdown-item-text, .dropdown-item-text + .dropdown-i, .dropdown-item-text + .dropdown-item, .dropdown-item-text + .dropdown-item-text {
  border-top: 1px solid #F8F8F8;
}
.dropdown-menu-dark .dropdown-i + .dropdown-i, .dropdown-menu-dark .dropdown-i + .dropdown-item, .dropdown-menu-dark .dropdown-i + .dropdown-item-text, .dropdown-menu-dark .dropdown-item + .dropdown-i, .dropdown-menu-dark .dropdown-item + .dropdown-item, .dropdown-menu-dark .dropdown-item + .dropdown-item-text, .dropdown-menu-dark .dropdown-item-text + .dropdown-i, .dropdown-menu-dark .dropdown-item-text + .dropdown-item, .dropdown-menu-dark .dropdown-item-text + .dropdown-item-text {
  border-top: 1px solid #25282B;
}
.footer {
  position: relative;
  color: #66696C;
}
.footer-menu {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.footer-menu p {
  line-height: 1.5rem;
}
.footer-menu ul li {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.footer-menu ul li a {
  font-size: 1rem;
  line-height: 1.5;
  color: #E8E8E8;
}
.footer-menu ul li a:hover {
  color: #a0a3a6;
  text-decoration: none;
}
.footer-menu .footer-category {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: #66696C;
}
.footer-menu .footer-category:hover {
  color: #80878E;
  text-decoration: none;
}
.footer-copyright {
  font-size: 0.75em;
}
.footer-copyright a {
  color: #66696C;
}
.footer-copyright a:hover {
  color: #80878E;
}
.footer-copyright a svg path[fill] {
  fill: currentColor;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a.underline {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
a.underline:hover {
  text-decoration: none;
}
a.hover-underline {
  text-decoration: none;
}
a.hover-underline:hover {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
a.hover-underline-light {
  position: relative;
  text-decoration: none;
}
a.hover-underline-light:hover {
  text-decoration: none;
}
a.hover-underline-light:hover:after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  right: 0;
  left: 0;
  border-bottom: 1px solid currentColor;
  opacity: 0.25;
}

.loader {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
.loader-icon {
  color: currentColor;
}
.loader--block {
  background-color: rgba(255, 255, 255, 0.75);
  color: rgba(10, 31, 68, 0.75);
}
.loader--block .loader-icon {
  font-size: 2rem;
}
.loader.show {
  display: flex;
}

.modal-backdrop {
  background: rgba(10, 31, 68, 0.45);
  transition: opacity 0.15s linear;
}
@supports (-webkit-backdrop-filter: blur(24px)) or (backdrop-filter: blur(24px)) {
  .modal-backdrop {
    background-color: rgba(10, 31, 68, 0.45);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  }
}
.modal-backdrop.removing {
  opacity: 0;
  transition: none;
}
.modal-backdrop + .modal-backdrop {
  opacity: 1;
  transition: none;
}
.modal-content {
  box-shadow: 0 1rem 3rem rgba(0, 15, 29, 0.175);
  margin: 25px;
  transform: scale(0.9);
  transition: transform 0.325s ease-in-out;
  background: #fff;
}
.modal.fade.show .modal-content {
  transform: none;
}
.modal-open {
  overflow-y: auto;
}
.modal .form-control, .modal .counter-input,
.modal .form-select {
  background-color: rgba(0, 0, 0, 0.05);
}
.modal .input-inners, .modal .counter {
  background-color: rgba(0, 0, 0, 0.05);
}
.modal .input-inners .form-control, .modal .counter .form-control, .modal .input-inners .counter-input, .modal .counter .counter-input,
.modal .input-inners .form-select,
.modal .counter .form-select {
  background-color: transparent;
}
@media (min-width: 512px) {
  .modal-header {
    padding: 2rem;
  }
  .modal-body {
    padding: 2rem;
  }
  .modal-footer {
    padding: 1.5rem 2rem 2rem;
  }
}

.nav-buttons {
  display: flex;
  margin: 0 -0.125rem;
  border-radius: 0.5rem;
  background-color: #F8F8F8;
}
.nav-buttons-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.375rem;
  height: 2.375rem;
  margin: 0.125rem;
  background-color: transparent;
  border: none;
  border-radius: 0.3125rem;
  font-size: 1rem;
  font-weight: 600;
  color: rgb(44.8571428571%, 46.1764705882%, 47.4957983193%);
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.nav-buttons-item:hover:not(.disabled):not(:disabled), .nav-buttons-item:active, .nav-buttons-item:focus, .nav-buttons-item.active {
  color: #000F1D;
}
.nav-buttons-item.active {
  background-color: #fff;
  box-shadow: 0 0.3125rem 0.5rem rgba(0, 15, 29, 0.08);
}
.nav-buttons-item.disabled {
  color: #a0a3a6;
  cursor: default;
}

.nav-panel {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border: 2px solid #F8F8F8;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}
.nav-panel--with-toggler {
  padding-right: 3rem;
}
.nav-panel-item {
  flex: 0 1 auto;
  max-width: 50%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-panel-item.d-none + .nav-panel-item:not(.d-none) {
  max-width: 100%;
}
.nav-panel-menu-toggle {
  border: none;
  padding: 0.75rem 1rem;
  margin: -0.75rem -1rem -0.75rem auto;
}
.nav-panel-title {
  color: #0A1F44;
  font-weight: 600;
}
.nav-panel-item:not(.d-none) + .nav-panel-title:before {
  content: "/";
  color: #D4D4D4;
  font-weight: 400;
  margin: 0 0.325rem;
}
.nav-panel-toggle {
  position: absolute;
  top: -2px;
  right: -2px;
  height: 3.125rem;
  padding: 0 1rem;
}
.nav-panel--dark {
  background-color: #000F1D;
  border-color: #000F1D;
}
@supports (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px)) {
  .nav-panel--dark {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(0, 15, 29, 0.72);
    border-color: transparent;
  }
  .nav-panel--dark .nav-panel-title,
  .nav-panel--dark a.nav-panel-item {
    color: #fff;
  }
}

.nav-pills {
  padding: 0.25rem;
  border-radius: 0.5rem;
  background-color: #F8F8F8;
}
.nav-pills .nav-item {
  padding: 0 1rem;
}
.nav-pills .nav-item:first-child {
  padding-left: 0;
}
.nav-pills .nav-item:last-child {
  padding-right: 0;
}
.nav-pills .nav-link {
  font-weight: 500;
}
.nav-pills .nav-link:hover {
  color: #404346;
}
.nav-pills .nav-link {
  margin: 0.25rem 0.25rem;
  padding: 0.25rem 1rem;
  color: #66696C;
  background: transparent;
  box-shadow: none;
  transition: margin 0.15s ease-out, padding 0.15s ease-out, color 0.15s ease-out, background 0.15s ease-out, box-shadow 0.15s ease-out;
}
.nav-pills .nav-link.active {
  margin: 0;
  padding: 0.5rem 1.25rem;
  color: #000F1D;
  background-color: #fff;
  box-shadow: 0 0.3125rem 0.5rem rgba(0, 0, 0, 0.08);
}
.nav-pills--column {
  flex-direction: column;
  width: 100%;
}
.nav-pills--column .nav-item {
  flex: 1 0 auto;
  padding: 0.25rem 0;
}
.nav-pills--column .nav-item:first-child {
  padding-top: 0;
}
.nav-pills--column .nav-item:last-child {
  padding-bottom: 0;
}
.nav-pills.nav-justified .nav-item {
  display: flex;
}
.nav-pills.nav-justified .nav-item .nav-link {
  flex: 1 0 auto;
}
.nav-pills-xxs--column {
  flex-direction: column;
  width: 100%;
}
.nav-pills-xxs--column .nav-item {
  flex: 1 0 auto;
  padding: 0.25rem 0;
}
.nav-pills-xxs--column .nav-item:first-child {
  padding-top: 0;
}
.nav-pills-xxs--column .nav-item:last-child {
  padding-bottom: 0;
}
@media (max-width: 319.98px) {
  .nav-pills-xs--column {
    flex-direction: column;
    width: 100%;
  }
  .nav-pills-xs--column .nav-item {
    flex: 1 0 auto;
    padding: 0.25rem 0;
  }
  .nav-pills-xs--column .nav-item:first-child {
    padding-top: 0;
  }
  .nav-pills-xs--column .nav-item:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 391.98px) {
  .nav-pills-sm--column {
    flex-direction: column;
    width: 100%;
  }
  .nav-pills-sm--column .nav-item {
    flex: 1 0 auto;
    padding: 0.25rem 0;
  }
  .nav-pills-sm--column .nav-item:first-child {
    padding-top: 0;
  }
  .nav-pills-sm--column .nav-item:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 511.98px) {
  .nav-pills-md--column {
    flex-direction: column;
    width: 100%;
  }
  .nav-pills-md--column .nav-item {
    flex: 1 0 auto;
    padding: 0.25rem 0;
  }
  .nav-pills-md--column .nav-item:first-child {
    padding-top: 0;
  }
  .nav-pills-md--column .nav-item:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 799.98px) {
  .nav-pills-lg--column {
    flex-direction: column;
    width: 100%;
  }
  .nav-pills-lg--column .nav-item {
    flex: 1 0 auto;
    padding: 0.25rem 0;
  }
  .nav-pills-lg--column .nav-item:first-child {
    padding-top: 0;
  }
  .nav-pills-lg--column .nav-item:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 1231.98px) {
  .nav-pills-xl--column {
    flex-direction: column;
    width: 100%;
  }
  .nav-pills-xl--column .nav-item {
    flex: 1 0 auto;
    padding: 0.25rem 0;
  }
  .nav-pills-xl--column .nav-item:first-child {
    padding-top: 0;
  }
  .nav-pills-xl--column .nav-item:last-child {
    padding-bottom: 0;
  }
}
.nav-pills--primary {
  background-color: rgba(31, 86, 242, 0.08);
}
.nav-pills--primary .nav-link.active {
  background-color: #1f56f2;
  box-shadow: 0 0.3125rem 0.5rem rgba(0, 0, 0, 0.08), 0 0.25rem 0.5rem rgba(31, 86, 242, 0.12);
}
.nav-pills--primary .nav-link.active:hover, .nav-pills--primary .nav-link.active:active, .nav-pills--primary .nav-link.active:focus {
  background-color: rgb(4.9947877885%, 26.1265822785%, 86.0640357409%);
}
.nav-pills--light-primary {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #F8F8F8;
}
.nav-pills--light-primary .nav-link.active {
  background-color: #1f56f2;
  box-shadow: 0 0.3125rem 0.5rem rgba(0, 0, 0, 0.08), 0 0.25rem 0.5rem rgba(31, 86, 242, 0.12);
}
.nav-pills--light-primary .nav-link.active:hover, .nav-pills--light-primary .nav-link.active:active, .nav-pills--light-primary .nav-link.active:focus {
  background-color: rgb(5.3239017126%, 27.8481012658%, 91.7349218168%);
}

.news {
  display: flex;
}
.news .news-item {
  flex: 1 1 0;
}
.news .news-item--main {
  flex: 0 0 auto;
  width: 40rem;
}
.news .news-item-xxs--main {
  flex: 0 0 auto;
  width: 40rem;
}
@media (min-width: 320px) {
  .news .news-item-xs--main {
    flex: 0 0 auto;
    width: 40rem;
  }
}
@media (min-width: 392px) {
  .news .news-item-sm--main {
    flex: 0 0 auto;
    width: 40rem;
  }
}
@media (min-width: 512px) {
  .news .news-item-md--main {
    flex: 0 0 auto;
    width: 40rem;
  }
}
@media (min-width: 800px) {
  .news .news-item-lg--main {
    flex: 0 0 auto;
    width: 40rem;
  }
}
@media (min-width: 1232px) {
  .news .news-item-xl--main {
    flex: 0 0 auto;
    width: 40rem;
  }
}
.news .news-items-list {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news .news-items-list .news-item {
  flex: 0 0 auto;
}

.pagination {
  display: flex;
  margin: 0 -0.125rem;
  border-radius: 0.5rem;
  background-color: #F8F8F8;
}
.pagination-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.375rem;
  height: 2.375rem;
  margin: 0.125rem;
  background-color: transparent;
  border: none;
  border-radius: 0.3125rem;
  font-size: 1rem;
  font-weight: 600;
  color: rgb(44.8571428571%, 46.1764705882%, 47.4957983193%);
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.pagination-item:hover:not(.disabled):not(:disabled), .pagination-item:active, .pagination-item:focus, .pagination-item.active {
  color: #000F1D;
}
.pagination-item.active {
  background-color: #fff;
  box-shadow: 0 0.3125rem 0.5rem rgba(0, 15, 29, 0.08);
}
.pagination-item.disabled {
  color: #a0a3a6;
  cursor: default;
}

.placeholder-circle, .placeholder-circle-900, .placeholder-circle-800, .placeholder-circle-700, .placeholder-circle-600, .placeholder-circle-500, .placeholder-circle-400, .placeholder-circle-300, .placeholder-circle-200, .placeholder-circle-100, .placeholder-text, .placeholder-text-900, .placeholder-text-800, .placeholder-text-700, .placeholder-text-600, .placeholder-text-500, .placeholder-text-400, .placeholder-text-300, .placeholder-text-200, .placeholder-text-100 {
  background-color: rgba(0, 15, 29, 0.08);
  border-radius: 50rem;
}
.placeholder-circle, .placeholder-circle-900, .placeholder-circle-800, .placeholder-circle-700, .placeholder-circle-600, .placeholder-circle-500, .placeholder-circle-400, .placeholder-circle-300, .placeholder-circle-200, .placeholder-circle-100 {
  height: auto;
  width: auto;
}
.placeholder-text, .placeholder-text-900, .placeholder-text-800, .placeholder-text-700, .placeholder-text-600, .placeholder-text-500, .placeholder-text-400, .placeholder-text-300, .placeholder-text-200, .placeholder-text-100 {
  display: inline-block;
  height: 1em;
}
.placeholder-circle, .placeholder-circle-900, .placeholder-circle-800, .placeholder-circle-700, .placeholder-circle-600, .placeholder-circle-500, .placeholder-circle-400, .placeholder-circle-300, .placeholder-circle-200, .placeholder-circle-100, .placeholder-text, .placeholder-text-900, .placeholder-text-800, .placeholder-text-700, .placeholder-text-600, .placeholder-text-500, .placeholder-text-400, .placeholder-text-300, .placeholder-text-200, .placeholder-text-100 {
  position: relative;
  overflow: hidden;
}
.placeholder-circle:after, .placeholder-circle-900:after, .placeholder-circle-800:after, .placeholder-circle-700:after, .placeholder-circle-600:after, .placeholder-circle-500:after, .placeholder-circle-400:after, .placeholder-circle-300:after, .placeholder-circle-200:after, .placeholder-circle-100:after, .placeholder-text:after, .placeholder-text-900:after, .placeholder-text-800:after, .placeholder-text-700:after, .placeholder-text-600:after, .placeholder-text-500:after, .placeholder-text-400:after, .placeholder-text-300:after, .placeholder-text-200:after, .placeholder-text-100:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  opacity: 0.6;
  animation: shine 1.5s infinite;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}
.placeholder-text-100 {
  background-color: #F8F8F8;
}
.placeholder-circle-100 {
  background-color: #F8F8F8;
}
.placeholder-text-200 {
  background-color: #E8E8E8;
}
.placeholder-circle-200 {
  background-color: #E8E8E8;
}
.placeholder-text-300 {
  background-color: #D4D4D4;
}
.placeholder-circle-300 {
  background-color: #D4D4D4;
}
.placeholder-text-400 {
  background-color: #a0a3a6;
}
.placeholder-circle-400 {
  background-color: #a0a3a6;
}
.placeholder-text-500 {
  background-color: #80878E;
}
.placeholder-circle-500 {
  background-color: #80878E;
}
.placeholder-text-600 {
  background-color: #66696C;
}
.placeholder-circle-600 {
  background-color: #66696C;
}
.placeholder-text-700 {
  background-color: #404346;
}
.placeholder-circle-700 {
  background-color: #404346;
}
.placeholder-text-800 {
  background-color: #25282B;
}
.placeholder-circle-800 {
  background-color: #25282B;
}
.placeholder-text-900 {
  background-color: #191C1F;
}
.placeholder-circle-900 {
  background-color: #191C1F;
}

@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.preview {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  z-index: 100;
}
.preview::-webkit-scrollbar {
  width: 1.375rem;
  margin: 0.75rem 1rem 0.75rem 0;
}
.preview::-webkit-scrollbar, .preview::-webkit-scrollbar-track {
  background: none;
  background-color: transparent;
  box-shadow: none;
  border-width: 0;
}
.preview::-webkit-scrollbar-button {
  display: none;
}
.preview::-webkit-scrollbar-thumb {
  width: 0.375rem;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1.375rem;
  border: 0.5rem solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  background-color: #E8E8E8;
}
.preview-item + .preview-item {
  margin-top: 0.75rem;
}
.preview-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 2px solid transparent;
  border-radius: 0.3125rem;
}
.preview-btn img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.preview-btn.active {
  border-color: #1f56f2;
}

.price {
  display: flex;
  align-items: baseline;
}
.price-value {
  font-size: 1em;
}
.price--old {
  font-size: 0.875rem;
  line-height: 1.125rem;
  height: 1.125rem;
  text-decoration: line-through;
  color: #80878E;
}
.price--old .price-currency {
  font-size: 1em;
  margin-left: 0.25em;
}
.price--current {
  font-size: 1.5rem;
  line-height: 1.3125rem;
  height: 1.3125rem;
  color: inherit;
  font-weight: 500;
}
.price--current .price-currency {
  font-size: 1rem;
  margin-left: 0.25em;
}
.price--new {
  font-size: 1.5rem;
  line-height: 1.3125rem;
  height: 1.3125rem;
  font-weight: 500;
}
.price--new .price-currency {
  font-size: 1rem;
  margin-left: 0.25em;
}
.price--old + .price--new {
  margin-top: 0.125rem;
}

.price-block {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  background-color: rgba(31, 86, 242, 0.08);
  border-radius: 0.5rem;
}
.price-block .price {
  padding: 0 0.5rem;
}

.properties-item {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.714em;
}
.properties-item > a:first-child:last-child {
  display: flex;
  justify-content: space-between;
  margin: -0.5rem -1rem;
  padding: 0.5rem 1rem;
}
.properties-item-label {
  flex: 0 1 auto;
  color: #66696C;
}
.properties-item-value {
  flex: 0 0 auto;
  display: block;
  width: 50%;
}
.properties--striped .properties-item + .properties--striped .properties-item {
  margin-top: -1px;
}
.properties--striped .properties-item:not(:first-child) {
  border-top-width: 0;
}
.properties--striped .properties-item:not(:last-child) {
  border-bottom-width: 0;
}
.properties--striped .properties-item:nth-child(even) {
  background-color: #F8F8F8;
}
.properties--bordered .properties-item {
  border: 1px solid #E8E8E8;
}
.properties--bordered .properties-item:first-child {
  border-top-right-radius: 0.3125rem;
  border-top-left-radius: 0.3125rem;
}
.properties--bordered .properties-item:last-child {
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
.properties--bordered .properties-item + .properties-item {
  margin-top: -1px;
}
.properties--divided .properties-item {
  padding-right: 0;
  padding-left: 0;
}
.properties--divided .properties-item + .properties-item {
  border-top: 1px solid #E8E8E8;
}
.properties--space-between .properties-item-value {
  width: auto;
}

.rating {
  display: flex;
  position: relative;
  width: 78px;
  height: 14px;
  background: url('data:image/svg+xml;utf8,<svg version="1.1" width="14" height="14" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.481 19.481" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 19.481 19.481"> <path fill="%23D4D4D4" d="m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z"/> </svg> ') 0 0 no-repeat, url('data:image/svg+xml;utf8,<svg version="1.1" width="14" height="14" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.481 19.481" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 19.481 19.481"> <path fill="%23D4D4D4" d="m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z"/> </svg> ') 16px 0 no-repeat, url('data:image/svg+xml;utf8,<svg version="1.1" width="14" height="14" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.481 19.481" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 19.481 19.481"> <path fill="%23D4D4D4" d="m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z"/> </svg> ') 32px 0 no-repeat, url('data:image/svg+xml;utf8,<svg version="1.1" width="14" height="14" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.481 19.481" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 19.481 19.481"> <path fill="%23D4D4D4" d="m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z"/> </svg> ') 48px 0 no-repeat, url('data:image/svg+xml;utf8,<svg version="1.1" width="14" height="14" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.481 19.481" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 19.481 19.481"> <path fill="%23D4D4D4" d="m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z"/> </svg> ') 64px 0 no-repeat;
}
.rating-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg version="1.1" width="14" height="14" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.481 19.481" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 19.481 19.481"> <path fill="%23ffd34b" d="m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z"/> </svg> ') 0 0 no-repeat, url('data:image/svg+xml;utf8,<svg version="1.1" width="14" height="14" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.481 19.481" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 19.481 19.481"> <path fill="%23ffd34b" d="m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z"/> </svg> ') 16px 0 no-repeat, url('data:image/svg+xml;utf8,<svg version="1.1" width="14" height="14" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.481 19.481" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 19.481 19.481"> <path fill="%23ffd34b" d="m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z"/> </svg> ') 32px 0 no-repeat, url('data:image/svg+xml;utf8,<svg version="1.1" width="14" height="14" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.481 19.481" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 19.481 19.481"> <path fill="%23ffd34b" d="m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z"/> </svg> ') 48px 0 no-repeat, url('data:image/svg+xml;utf8,<svg version="1.1" width="14" height="14" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.481 19.481" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 19.481 19.481"> <path fill="%23ffd34b" d="m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z"/> </svg> ') 64px 0 no-repeat;
}

.section, .article {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.section-header, .article-header {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.section-header + .section-content, .article-header + .section-content, .section-header + .article-content, .article-header + .article-content {
  margin-top: 2.5rem;
}
.section-title, .article-title {
  font-size: 2rem;
  font-weight: 500;
}
.section-subtitle {
  line-height: 1.6;
  font-size: 1.25rem;
  font-weight: 400;
  color: #404346;
}
.section-title + .section-subtitle, .article-title + .section-subtitle {
  margin-top: 1.25rem;
}

.section-scroll-y {
  position: relative;
  z-index: 10;
  overflow-x: auto;
}
.section-scroll-y__body {
  min-width: 100%;
  width: min-content;
}
@media (max-width: 1231.98px) {
  .container .section-scroll-y {
    margin-right: calc((-100vw + 1232px) / 2 - 1rem);
    margin-left: calc((-100vw + 1232px) / 2 - 1rem);
  }
  .section-scroll-y__body {
    padding-right: calc((100vw - 1232px) / 2 + 1rem);
    padding-left: calc((100vw - 1232px) / 2 + 1rem);
  }
}
@media (max-width: 799.98px) {
  .container .section-scroll-y {
    margin-right: calc((-100vw + 800px) / 2 - 1rem);
    margin-left: calc((-100vw + 800px) / 2 - 1rem);
  }
  .section-scroll-y__body {
    padding-right: calc((100vw - 800px) / 2 + 1rem);
    padding-left: calc((100vw - 800px) / 2 + 1rem);
  }
}
@media (max-width: 511.98px) {
  .container .section-scroll-y {
    margin-right: calc((-100vw + 512px) / 2 - 1rem);
    margin-left: calc((-100vw + 512px) / 2 - 1rem);
  }
  .section-scroll-y__body {
    padding-right: calc((100vw - 512px) / 2 + 1rem);
    padding-left: calc((100vw - 512px) / 2 + 1rem);
  }
}
@media (max-width: 391.98px) {
  .container .section-scroll-y {
    margin-right: calc((-100vw + 392px) / 2 - 1rem);
    margin-left: calc((-100vw + 392px) / 2 - 1rem);
  }
  .section-scroll-y__body {
    padding-right: calc((100vw - 392px) / 2 + 1rem);
    padding-left: calc((100vw - 392px) / 2 + 1rem);
  }
}
@media (max-width: 319.98px) {
  .container .section-scroll-y {
    margin-right: calc((-100vw + 320px) / 2 - 1rem);
    margin-left: calc((-100vw + 320px) / 2 - 1rem);
  }
  .section-scroll-y__body {
    padding-right: calc((100vw - 320px) / 2 + 1rem);
    padding-left: calc((100vw - 320px) / 2 + 1rem);
  }
}
.container .section-scroll-y {
  margin-right: calc((-100vw + ) / 2 - 1rem);
  margin-left: calc((-100vw + ) / 2 - 1rem);
}
.section-scroll-y__body {
  padding-right: calc((100vw - ) / 2 + 1rem);
  padding-left: calc((100vw - ) / 2 + 1rem);
}
.section-scroll-y--till-xxs {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1rem;
  overflow-x: initial;
}
.section-scroll-y--till-xxs .section-scroll-y__body {
  padding-right: 0;
  padding-left: 0;
}
.container .section-scroll-y--till-xxs {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 320px) {
  .section-scroll-y--till-xxs {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    overflow-x: initial;
  }
  .section-scroll-y--till-xxs .section-scroll-y__body {
    padding-right: 0;
    padding-left: 0;
  }
  .container .section-scroll-y--till-xxs {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 392px) {
  .section-scroll-y--till-xxs {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 392px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    overflow-x: initial;
  }
  .section-scroll-y--till-xxs .section-scroll-y__body {
    padding-right: 0;
    padding-left: 0;
  }
  .container .section-scroll-y--till-xxs {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 512px) {
  .section-scroll-y--till-xxs {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 512px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    overflow-x: initial;
  }
  .section-scroll-y--till-xxs .section-scroll-y__body {
    padding-right: 0;
    padding-left: 0;
  }
  .container .section-scroll-y--till-xxs {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 800px) {
  .section-scroll-y--till-xxs {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    overflow-x: initial;
  }
  .section-scroll-y--till-xxs .section-scroll-y__body {
    padding-right: 0;
    padding-left: 0;
  }
  .container .section-scroll-y--till-xxs {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1232px) {
  .section-scroll-y--till-xxs {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 1232px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    overflow-x: initial;
  }
  .section-scroll-y--till-xxs .section-scroll-y__body {
    padding-right: 0;
    padding-left: 0;
  }
  .container .section-scroll-y--till-xxs {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 320px) and (min-width: 320px) {
  .section-scroll-y--till-xs {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    overflow-x: initial;
  }
  .section-scroll-y--till-xs .section-scroll-y__body {
    padding-right: 0;
    padding-left: 0;
  }
  .container .section-scroll-y--till-xs {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 320px) and (min-width: 392px) {
  .section-scroll-y--till-xs {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 392px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    overflow-x: initial;
  }
  .section-scroll-y--till-xs .section-scroll-y__body {
    padding-right: 0;
    padding-left: 0;
  }
  .container .section-scroll-y--till-xs {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 320px) and (min-width: 512px) {
  .section-scroll-y--till-xs {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 512px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    overflow-x: initial;
  }
  .section-scroll-y--till-xs .section-scroll-y__body {
    padding-right: 0;
    padding-left: 0;
  }
  .container .section-scroll-y--till-xs {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 320px) and (min-width: 800px) {
  .section-scroll-y--till-xs {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    overflow-x: initial;
  }
  .section-scroll-y--till-xs .section-scroll-y__body {
    padding-right: 0;
    padding-left: 0;
  }
  .container .section-scroll-y--till-xs {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 320px) and (min-width: 1232px) {
  .section-scroll-y--till-xs {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 1232px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    overflow-x: initial;
  }
  .section-scroll-y--till-xs .section-scroll-y__body {
    padding-right: 0;
    padding-left: 0;
  }
  .container .section-scroll-y--till-xs {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 392px) and (min-width: 392px) {
  .section-scroll-y--till-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 392px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    overflow-x: initial;
  }
  .section-scroll-y--till-sm .section-scroll-y__body {
    padding-right: 0;
    padding-left: 0;
  }
  .container .section-scroll-y--till-sm {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 392px) and (min-width: 512px) {
  .section-scroll-y--till-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 512px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    overflow-x: initial;
  }
  .section-scroll-y--till-sm .section-scroll-y__body {
    padding-right: 0;
    padding-left: 0;
  }
  .container .section-scroll-y--till-sm {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 392px) and (min-width: 800px) {
  .section-scroll-y--till-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    overflow-x: initial;
  }
  .section-scroll-y--till-sm .section-scroll-y__body {
    padding-right: 0;
    padding-left: 0;
  }
  .container .section-scroll-y--till-sm {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 392px) and (min-width: 1232px) {
  .section-scroll-y--till-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 1232px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    overflow-x: initial;
  }
  .section-scroll-y--till-sm .section-scroll-y__body {
    padding-right: 0;
    padding-left: 0;
  }
  .container .section-scroll-y--till-sm {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 512px) and (min-width: 512px) {
  .section-scroll-y--till-md {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 512px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    overflow-x: initial;
  }
  .section-scroll-y--till-md .section-scroll-y__body {
    padding-right: 0;
    padding-left: 0;
  }
  .container .section-scroll-y--till-md {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 512px) and (min-width: 800px) {
  .section-scroll-y--till-md {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    overflow-x: initial;
  }
  .section-scroll-y--till-md .section-scroll-y__body {
    padding-right: 0;
    padding-left: 0;
  }
  .container .section-scroll-y--till-md {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 512px) and (min-width: 1232px) {
  .section-scroll-y--till-md {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 1232px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    overflow-x: initial;
  }
  .section-scroll-y--till-md .section-scroll-y__body {
    padding-right: 0;
    padding-left: 0;
  }
  .container .section-scroll-y--till-md {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  .section-scroll-y--till-lg {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    overflow-x: initial;
  }
  .section-scroll-y--till-lg .section-scroll-y__body {
    padding-right: 0;
    padding-left: 0;
  }
  .container .section-scroll-y--till-lg {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 800px) and (min-width: 1232px) {
  .section-scroll-y--till-lg {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 1232px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    overflow-x: initial;
  }
  .section-scroll-y--till-lg .section-scroll-y__body {
    padding-right: 0;
    padding-left: 0;
  }
  .container .section-scroll-y--till-lg {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1232px) and (min-width: 1232px) {
  .section-scroll-y--till-xl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 1232px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    overflow-x: initial;
  }
  .section-scroll-y--till-xl .section-scroll-y__body {
    padding-right: 0;
    padding-left: 0;
  }
  .container .section-scroll-y--till-xl {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

.swal-overlay {
  background-color: transparent;
}
.swal-modal {
  width: 24.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 1rem 3rem rgba(0, 15, 29, 0.175);
  background: rgba(255, 255, 255, 0.98);
}
@supports (-webkit-backdrop-filter: blur(24px)) or (backdrop-filter: blur(16px)) {
  .swal-modal {
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }
}
.swal-icon, .swal-icon:first-child {
  margin: 3rem auto 2rem;
}
.swal-icon--error {
  border-color: rgba(255, 54, 37, 0.65);
}
.swal-icon--error__line {
  background-color: #ff3625;
  animation: none;
}
.swal-icon--success {
  border-color: rgba(31, 86, 242, 0.45);
}
.swal-icon--success__line {
  background-color: #1f56f2;
}
.swal-icon--success__ring {
  border-color: rgba(31, 86, 242, 0.45);
}
.swal-icon--success:before, .swal-icon--success:after, .swal-icon--success__hide-corners {
  background: transparent;
}
.swal-icon--info {
  border-color: rgba(31, 86, 242, 0.4);
}
.swal-icon--info:before, .swal-icon--info:after {
  background-color: rgba(31, 86, 242, 0.8);
}
.swal-title {
  padding: 0 2rem;
  color: rgba(0, 15, 29, 0.9);
}
.swal-title, .swal-title:not(:last-child) {
  margin-bottom: 0;
}
.swal-content, .swal-text {
  font-size: 0.875rem;
  line-height: 1.714em;
  margin-top: 0.5rem;
  padding: 0 2rem;
  color: rgba(0, 15, 29, 0.75);
}
.swal-footer {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 2rem 2rem;
}
.swal-button {
  width: 100%;
}
.swal-button-container {
  margin: 0.25rem 0;
}
.swal-button--danger:not(.btn-text):not(:disabled):not(.disabled) {
  color: #FF3625;
}

.text-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.text-divider:before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.4;
}
.text-divider span {
  position: relative;
  z-index: 10;
  padding: 0 0.5rem;
  background-color: #fff;
}
.text-divider {
  flex-direction: row;
  width: 100%;
  height: auto;
}
.text-divider:before {
  top: 50%;
  right: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  height: auto;
  border-top: 1px solid currentColor;
  border-left: none;
}
.text-divider--vertical {
  flex-direction: column;
  width: auto;
  height: 100%;
}
.text-divider--vertical:before {
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  width: auto;
  height: 100%;
  border-top: none;
  border-left: 1px solid currentColor;
}
.text-divider--horizontal {
  flex-direction: row;
  width: 100%;
  height: auto;
}
.text-divider--horizontal:before {
  top: 50%;
  right: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  height: auto;
  border-top: 1px solid currentColor;
  border-left: none;
}
.text-divider-xxs--vertical {
  flex-direction: column;
  width: auto;
  height: 100%;
}
.text-divider-xxs--vertical:before {
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  width: auto;
  height: 100%;
  border-top: none;
  border-left: 1px solid currentColor;
}
@media (min-width: 320px) {
  .text-divider-xs--vertical {
    flex-direction: column;
    width: auto;
    height: 100%;
  }
  .text-divider-xs--vertical:before {
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    width: auto;
    height: 100%;
    border-top: none;
    border-left: 1px solid currentColor;
  }
}
@media (min-width: 392px) {
  .text-divider-sm--vertical {
    flex-direction: column;
    width: auto;
    height: 100%;
  }
  .text-divider-sm--vertical:before {
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    width: auto;
    height: 100%;
    border-top: none;
    border-left: 1px solid currentColor;
  }
}
@media (min-width: 512px) {
  .text-divider-md--vertical {
    flex-direction: column;
    width: auto;
    height: 100%;
  }
  .text-divider-md--vertical:before {
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    width: auto;
    height: 100%;
    border-top: none;
    border-left: 1px solid currentColor;
  }
}
@media (min-width: 800px) {
  .text-divider-lg--vertical {
    flex-direction: column;
    width: auto;
    height: 100%;
  }
  .text-divider-lg--vertical:before {
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    width: auto;
    height: 100%;
    border-top: none;
    border-left: 1px solid currentColor;
  }
}
@media (min-width: 1232px) {
  .text-divider-xl--vertical {
    flex-direction: column;
    width: auto;
    height: 100%;
  }
  .text-divider-xl--vertical:before {
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    width: auto;
    height: 100%;
    border-top: none;
    border-left: 1px solid currentColor;
  }
}
.text-divider-xxs--horizontal {
  flex-direction: row;
  width: 100%;
  height: auto;
}
.text-divider-xxs--horizontal:before {
  top: 50%;
  right: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  height: auto;
  border-top: 1px solid currentColor;
  border-left: none;
}
@media (min-width: 320px) {
  .text-divider-xs--horizontal {
    flex-direction: row;
    width: 100%;
    height: auto;
  }
  .text-divider-xs--horizontal:before {
    top: 50%;
    right: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    height: auto;
    border-top: 1px solid currentColor;
    border-left: none;
  }
}
@media (min-width: 392px) {
  .text-divider-sm--horizontal {
    flex-direction: row;
    width: 100%;
    height: auto;
  }
  .text-divider-sm--horizontal:before {
    top: 50%;
    right: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    height: auto;
    border-top: 1px solid currentColor;
    border-left: none;
  }
}
@media (min-width: 512px) {
  .text-divider-md--horizontal {
    flex-direction: row;
    width: 100%;
    height: auto;
  }
  .text-divider-md--horizontal:before {
    top: 50%;
    right: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    height: auto;
    border-top: 1px solid currentColor;
    border-left: none;
  }
}
@media (min-width: 800px) {
  .text-divider-lg--horizontal {
    flex-direction: row;
    width: 100%;
    height: auto;
  }
  .text-divider-lg--horizontal:before {
    top: 50%;
    right: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    height: auto;
    border-top: 1px solid currentColor;
    border-left: none;
  }
}
@media (min-width: 1232px) {
  .text-divider-xl--horizontal {
    flex-direction: row;
    width: 100%;
    height: auto;
  }
  .text-divider-xl--horizontal:before {
    top: 50%;
    right: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    height: auto;
    border-top: 1px solid currentColor;
    border-left: none;
  }
}

.table-striped {
  border-collapse: separate;
  border-spacing: 0;
}
.table-striped th, .table-striped td {
  white-space: nowrap;
}
.table-striped th:first-child, .table-striped td:first-child {
  border-left: 1px solid #E8E8E8;
}
.table-striped th:last-child, .table-striped td:last-child {
  border-right: 1px solid #E8E8E8;
}
.table-striped th a, .table-striped td a {
  font-weight: 500;
}
.table-striped > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped thead tr th {
  border-top-width: 1px;
  border-bottom-width: 0;
  border-color: #E8E8E8;
  background-color: #E8E8E8;
  color: #80878E;
  font-weight: 600;
  font-size: 1.125rem;
}
.table-striped thead tr th:first-child {
  border-top-left-radius: 0.5rem;
}
.table-striped thead tr th:last-child {
  border-top-right-radius: 0.5rem;
}
.table-striped tbody tr:first-child td {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  border-top-width: 1px;
}
.table-striped tbody tr:last-child td {
  border-bottom-width: 1px;
}
.table-striped tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0.5rem;
}
.table-striped tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0.5rem;
}
.table-striped thead + tbody tr:first-child td {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-width: 0;
}

.tile {
  position: relative;
  display: flex;
  min-height: 8.5rem;
  border-radius: 0.5rem;
  padding: 1.5rem 1.25rem;
}
.tile__img {
  position: relative;
  display: block;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tile__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tile__img {
  position: relative;
}
.tile__img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(2.1266968326%, 6.592760181%, 14.4615384615%, 0.8);
}
.tile__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.3125rem;
  z-index: 10;
}
.tile__title {
  position: relative;
  z-index: 20;
  align-self: center;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 800;
  color: #fff;
  text-align: center;
}

[data-bs-toggle=tooltip] *,
[data-bs-original-title] * {
  pointer-events: none !important;
}

.tooltip, .tooltip * {
  pointer-events: none !important;
}

.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled), .btn-primary.swal-button:not(.btn-text):not(:disabled):not(.disabled), .btn.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled), .swal-button.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):hover,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):focus,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):active {
  color: #fff !important;
}

.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled), .btn-primary.swal-button:not(.btn-text):not(:disabled):not(.disabled), .btn.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled), .swal-button.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):hover,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):focus,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):active {
  color: #fff !important;
}

:root {
  --zg-bg: #f5f7fc;
  --zg-surface: #ffffff;
  --zg-border: #dbe4fb;
  --zg-text: #0c1c48;
  --zg-muted: #5e6d91;
  --zg-primary: #1f56f2;
  --zg-success: #0f9f58;
  --zg-danger: #e54a4a;
}

body {
  background: var(--zg-bg);
  color: var(--zg-text);
}

.zg-main {
  overflow: hidden;
}

.zg-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 50;
  /*background: rgba(255, 255, 255, 0.95);*/
  backdrop-filter: blur(6px);
  border-bottom: 0;
}

.zg-nav-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.zg-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--zg-text);
}

.zg-logo-mark-img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.zg-logo-mark {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: var(--zg-primary);
  color: #fff;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.zg-logo-text {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
}

.zg-menu {
  display: flex;
  align-items: center;
  gap: 18px;
}

.zg-menu a {
  text-decoration: none;
  color: var(--zg-text);
  font-weight: 600;
  font-size: 15px;
}

/* Resources dropdown */
.zg-nav-dropdown {
  position: relative;
  padding-bottom: 4px;
}

.zg-nav-dropdown-toggle {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  font-size: 15px;
  color: var(--zg-text);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.zg-nav-dropdown-caret {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.2s ease;
}

.zg-nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 30;
  min-width: 180px;
  padding: 8px;
  display: grid;
  gap: 2px;
  border: 1px solid var(--zg-border, #dbe4fb);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(12, 28, 72, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.zg-nav-dropdown-menu a {
  text-decoration: none;
  color: var(--zg-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px 12px;
  border-radius: 8px;
  white-space: nowrap;
}

.zg-nav-dropdown-menu a:hover {
  background: #eff3ff;
  color: var(--zg-primary, #1f56f2);
}

.zg-nav-dropdown:hover .zg-nav-dropdown-menu,
.zg-nav-dropdown:focus-within .zg-nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.zg-nav-dropdown:hover .zg-nav-dropdown-caret,
.zg-nav-dropdown:focus-within .zg-nav-dropdown-caret {
  transform: rotate(225deg) translateY(1px);
}

/* Active menu item — underline space always reserved (no jump on home) */
.zg-menu > a {
  position: relative;
  padding-bottom: 6px;
}

.zg-menu > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 2px;
  background: transparent;
}

.zg-menu > a.is-active {
  color: var(--zg-primary, #1f56f2);
}

.zg-menu > a.is-active::after {
  background: var(--zg-primary, #1f56f2);
}

.zg-nav-dropdown-toggle {
  position: relative;
  padding-bottom: 6px;
}

.zg-nav-dropdown-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 14px; /* room for caret */
  bottom: 0;
  height: 2px;
  border-radius: 2px;
  background: transparent;
}

.zg-nav-dropdown-toggle.is-active,
.zg-nav-dropdown.is-active .zg-nav-dropdown-toggle {
  color: var(--zg-primary, #1f56f2);
}

.zg-nav-dropdown-toggle.is-active::after,
.zg-nav-dropdown.is-active .zg-nav-dropdown-toggle::after {
  background: var(--zg-primary, #1f56f2);
}

.zg-nav-dropdown-menu a.is-active {
  background: #eff3ff;
  color: var(--zg-primary, #1f56f2);
}

.zg-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.zg-burger {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
}

.zg-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--zg-text);
  margin: 4px 0;
}

.zg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 8px;
  min-height: 42px;
  padding: 0 18px;
  font-weight: 700;
  font-size: 15px;
}

.zg-btn--primary {
  background: var(--zg-primary);
  color: #fff;
}

.zg-btn--ghost {
  border-color: var(--zg-border);
  background: #fff;
  color: var(--zg-text);
}

.zg-btn--full {
  width: 100%;
}

.zg-link,
.zg-lang {
  text-decoration: none;
  color: var(--zg-text);
  font-weight: 600;
}

.zg-lang {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.zg-lang-dropdown {
  position: relative;
}

.zg-lang-toggle {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font: inherit;
}

.zg-lang-icon {
  width: 14px;
  height: 14px;
  display: block;
  flex-shrink: 0;
  color: var(--zg-text);
  stroke: currentColor;
  fill: none;
  stroke-width: 1.3;
}

.zg-lang-caret {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.2s ease;
}

.zg-lang-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 25;
  min-width: 94px;
  padding: 8px;
  display: grid;
  gap: 2px;
  border: 1px solid var(--zg-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(12, 28, 72, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.zg-lang-menu a {
  text-decoration: none;
  color: var(--zg-text);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 8px;
}

.zg-lang-menu a:hover,
.zg-lang-menu a.is-active {
  background: #eff3ff;
  color: var(--zg-primary);
}

.zg-lang-dropdown:hover .zg-lang-menu,
.zg-lang-dropdown:focus-within .zg-lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.zg-lang-dropdown:hover .zg-lang-caret,
.zg-lang-dropdown:focus-within .zg-lang-caret {
  transform: rotate(225deg) translateY(1px);
}

.zg-content {
  min-width: 0;
}

.zg-hero-top {
  padding: 18px 0 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.zg-hero-slider {
  position: relative;
  display: grid;
  align-items: stretch;
}

.zg-hero-slide {
  grid-area: 1/1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  /* pure crossfade — no vertical shift */
  transform: none;
  transition: opacity 0.55s ease, visibility 0s linear 0.55s;
}

.zg-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
  transform: none;
  transition: opacity 0.55s ease, visibility 0s linear 0s;
}

.zg-hero-nav {
  --zg-hero-nav-size: 56px;
  position: absolute;
  top: 50%;
  z-index: 4;
  width: var(--zg-hero-nav-size);
  height: var(--zg-hero-nav-size);
  border: 0;
  border-radius: 999px;
  background: rgba(9, 18, 42, 0.08);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity 0.25s ease, background-color 0.25s ease;
}

.zg-hero-nav span {
  font-size: calc(var(--zg-hero-nav-size) * 0.5);
  line-height: 1;
  font-weight: 700;
}

.zg-hero-nav--prev {
  left: 10px;
}

.zg-hero-nav--next {
  right: 10px;
}

.zg-hero-slider:hover .zg-hero-nav,
.zg-hero-slider:focus-within .zg-hero-nav {
  opacity: 1;
  pointer-events: auto;
}

.zg-hero-nav:hover,
.zg-hero-nav:focus-visible {
  background: rgba(9, 18, 42, 0.16);
}

.zg-hero-nav:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.75);
  outline-offset: 1px;
}

@media (prefers-reduced-motion: reduce) {
  .zg-hero-slide,
  .zg-hero-slide.is-active,
  .zg-hero-nav,
  .zg-slider-dots button {
    transition: none;
  }
}
.zg-hero-grid {
  position: relative;
  isolation: isolate;
  display: grid;
  height: auto;
  border-radius: 18px;
  overflow: hidden;
}

.zg-hero-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.93) 30%, rgba(255, 255, 255, 0.66) 48%, rgba(255, 255, 255, 0.2) 64%, rgba(255, 255, 255, 0) 76%);
}

.zg-hero-copy {
  grid-area: 1/1;
  position: relative;
  z-index: 2;
  width: 52%;
  max-width: 700px;
  padding: 36px 40px 34px;
}

.zg-step {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  color: var(--zg-muted);
  background: #eef2ff;
  border-radius: 999px;
  padding: 7px 12px;
}

.zg-title {
  margin: 18px 0 14px;
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  max-width: 580px;
  min-height: 82.8px;
}

.zg-title span {
  color: var(--zg-primary);
}

.zg-subtitle {
  color: var(--zg-muted);
  max-width: 540px;
  font-size: 17px;
  line-height: 1.4;
  min-height: 47.6px;
}

.zg-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.zg-list li {
  margin: 0 0 9px;
  color: var(--zg-text);
  font-size: 17px;
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.zg-list li span {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: #1f56f2;
  box-shadow: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-top: 1px;
}

.zg-cta {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.zg-note {
  margin: 14px 0 0;
  font-size: 14px;
  color: var(--zg-muted);
  font-weight: 600;
}

.zg-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin-top: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
}

.zg-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center right;
}

.zg-slider-dots {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.zg-slider-dots button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #d6e2ff;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: width 0.2s ease, background-color 0.2s ease;
}

.zg-slider-dots button.is-active {
  width: 20px;
  background: var(--zg-primary);
}

.zg-slider-dots button:focus-visible {
  outline: 2px solid rgba(31, 86, 242, 0.45);
  outline-offset: 2px;
}

.zg-benefits {
  margin-top: 16px;
  border: 1px solid var(--zg-border);
  border-radius: 18px;
  background: var(--zg-surface);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 12px 14px;
}

.zg-benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
}

.zg-benefit-icon {
  --zg-benefit-scale: 1.60;
  width: calc(45px * var(--zg-benefit-scale));
  height: calc(45px * var(--zg-benefit-scale));
  border-radius: 999px;
  --zg-benefit-sprite-width: 56px;
  background-image: url("/dist/images/features.png");
  background-repeat: no-repeat;
  background-size: calc(var(--zg-benefit-sprite-width) * var(--zg-benefit-scale)) auto;
  background-position: calc(var(--zg-benefit-sprite-x) * var(--zg-benefit-scale)) calc(var(--zg-benefit-sprite-y) * var(--zg-benefit-scale));
  background-color: transparent;
  border: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  display: block;
  flex-shrink: 0;
}

.zg-benefit-icon--eu {
  --zg-benefit-sprite-x: -6px;
  --zg-benefit-sprite-y: -7px;
}

.zg-benefit-icon--de {
  --zg-benefit-sprite-x: -5px;
  --zg-benefit-sprite-y: -83px;
}

.zg-benefit-icon--shield {
  --zg-benefit-sprite-x: -5px;
  --zg-benefit-sprite-y: -157px;
}

.zg-benefit-icon--cloud {
  --zg-benefit-sprite-x: -5px;
  --zg-benefit-sprite-y: -234px;
}

.zg-benefit-icon--gift {
  --zg-benefit-sprite-x: -5px;
  --zg-benefit-sprite-y: -308px;
}

.zg-benefit-item p {
  margin: 0;
  font-weight: 600;
  line-height: 1.35;
  font-size: 14px;
}

.zg-block {
  margin-top: 70px;
}

.zg-block--plain {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.zg-h2 {
  font-size: 28px;
  line-height: 1.15;
  margin: 0 0 16px;
  letter-spacing: -0.01em;
  font-weight: 800;
}

.zg-h2--center {
  text-align: center;
}

.zg-muted {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--zg-muted);
}

.zg-why-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 26px;
  align-items: stretch;
}

.zg-why-intro {
  display: flex;
}

.zg-map {
  margin-top: 0;
  flex: 1 1 auto;
  height: 100%;
  position: relative;
  border: 0;
  border-radius: 24px;
  background: white;
  padding: 0;
  overflow: hidden;
}

.zg-map::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.84) 34%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 72%);
}

.zg-map img {
  position: relative;
  z-index: 0;
  width: calc(90% + 80px);
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: translate(20px, 115px);
  display: block;
}

.zg-map-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: min(100%, 520px);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.zg-map-copy .zg-h2 {
  max-width: 21ch;
  font-size: 30px;
  line-height: 1.12;
}

.zg-map-copy .zg-muted {
  max-width: 43ch;
  margin-bottom: 18px;
}

.zg-why-content {
  display: grid;
  gap: 22px;
}

.zg-compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 14px;
  align-items: stretch; /* equal card heights */
}

.zg-compare-arrow {
  width: 40px;
  height: 40px;
  align-self: center;
  border-radius: 999px;
  background: #edf3ff;
  border: 1px solid #d3e0ff;
  color: var(--zg-primary);
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(31, 86, 242, 0.12);
}

.zg-compare-card {
  border: 1px solid #d4dff8;
  border-radius: 16px;
  padding: 16px 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(17, 44, 112, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.zg-compare-card.is-good {
  border-color: #b8e5ca;
  background: #effaf3;
}

.zg-compare-card h3, .zg-compare-card .h3, .zg-compare-card .swal-title {
  margin: 0 0 10px;
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
}

.zg-compare-card h3::before, .zg-compare-card .h3::before, .zg-compare-card .swal-title::before {
  content: "✖";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  background: #fff0f0;
  border: 1px solid #ffd4d4;
  color: var(--zg-danger);
}

.zg-compare-card.is-good h3::before, .zg-compare-card.is-good .h3::before, .zg-compare-card.is-good .swal-title::before {
  content: "✓";
  background: #17b26a;
  border-color: #17b26a;
  color: #fff;
}

.zg-compare-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}

.zg-compare-card li {
  margin: 0 0 8px;
  padding-left: 26px;
  position: relative;
  font-size: 13px;
  line-height: 1.4;
  color: var(--zg-muted);
}

.zg-compare-card li:last-child {
  margin-bottom: 0;
}

.zg-compare-card li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 900;
}

.zg-compare-card ul.is-bad li::before {
  content: "✖";
  color: var(--zg-danger);
}

.zg-compare-card ul.is-good li::before {
  content: "✓";
  color: var(--zg-success);
}

.zg-how {
  margin-top: 16px;
}

.zg-steps {
  counter-reset: zg-step-index;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  overflow: visible;
}

.zg-steps article {
  counter-increment: zg-step-index;
  position: relative;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  column-gap: 8px;
  row-gap: 2px;
  align-items: start;
  border: 1px solid #d5e1fb;
  border-radius: 14px;
  min-height: 0;
  padding: 12px 14px 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(17, 44, 112, 0.04);
  overflow: visible;
}

.zg-steps article::before {
  content: counter(zg-step-index);
  position: absolute;
  top: 10px;
  left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2a62fb 0%, #1f56f2 100%);
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 14px rgba(31, 86, 242, 0.22);
  z-index: 3;
}

.zg-steps article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid #d3e0ff;
  background: #edf3ff;
  color: var(--zg-primary);
  display: grid;
  place-items: center;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(31, 86, 242, 0.1);
  z-index: 5;
  pointer-events: none;
}

.zg-steps span {
  width: 80px;
  height: 100px;
  position: relative;
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  justify-self: start;
  margin-top: 4px;
  z-index: 1;
  border-radius: 0;
  background-image: var(--zg-step-icon);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  color: transparent;
  font-size: 0;
  line-height: 0;
  display: block;
  pointer-events: none;
}

.zg-step-icon {
  --zg-step-icon: url('/dist/images/pdf_blue.png');
}

.zg-step-icon--pdf {
  --zg-step-icon: url('/dist/images/pdf_blue.png');
}

.zg-step-icon--xml {
  --zg-step-icon: url('/dist/images/xml_blue.png');
}

.zg-step-icon--zugferd {
  --zg-step-icon: url('/dist/images/zugferd_blue.png');
}

.zg-steps h3, .zg-steps .h3, .zg-steps .swal-title {
  margin: 0 0 4px;
  padding-left: 34px;
  min-height: 0;
  grid-column: 1/-1;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  position: relative;
  z-index: 2;
}

.zg-steps p {
  margin: 0;
  grid-column: 2;
  color: var(--zg-muted);
  font-size: 13px;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}

.zg-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.zg-feature-grid article {
  border: 1px solid var(--zg-border);
  border-radius: 16px;
  padding: 18px 12px 16px;
  text-align: center;
  min-height: 188px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  background: #fff;
}

.zg-feature-grid article h3, .zg-feature-grid article .h3, .zg-feature-grid article .swal-title {
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.zg-feature-grid article p {
  margin: 0;
  color: var(--zg-muted);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
}

.zg-feature-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --zg-feature-ico-scale: 0.4;
  width: calc(274px * var(--zg-feature-ico-scale));
  height: calc(274px * var(--zg-feature-ico-scale));
  border-radius: 999px;
  margin: 0 auto;
  background-image: url("/dist/images/icons.jpg");
  background-repeat: no-repeat;
  background-size: calc(1918px * var(--zg-feature-ico-scale)) calc(274px * var(--zg-feature-ico-scale));
  background-position: calc(var(--zg-feature-ico-x) * var(--zg-feature-ico-scale)) 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  flex-shrink: 0;
}

.zg-feature-ico--cert {
  --zg-feature-ico-x: 0px;
}

.zg-feature-ico--doc {
  --zg-feature-ico-x: -274px;
}

.zg-feature-ico--cloud {
  --zg-feature-ico-x: -548px;
}

.zg-feature-ico--folder {
  --zg-feature-ico-x: -822px;
}

.zg-feature-ico--api {
  --zg-feature-ico-x: -1096px;
}

.zg-feature-ico--team {
  --zg-feature-ico-x: -1370px;
}

.zg-trusted-brands {
  margin-top: 70px;
}

.zg-trusted-brands__title {
  margin: 0 0 12px;
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.zg-trusted-brands__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--zg-border);
  border-radius: 14px;
  background: #fff;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  overflow: hidden;
}

.zg-trusted-brands__list li {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.zg-trusted-brands__list li + li {
  border-left: 1px solid #e9eefb;
}

.zg-trusted-brands__logo {
  display: block;
  --zg-trusted-scale-mult: 1;
  width: calc(var(--zg-trusted-w) * var(--zg-trusted-scale) * var(--zg-trusted-scale-mult));
  height: calc(var(--zg-trusted-h) * var(--zg-trusted-scale) * var(--zg-trusted-scale-mult));
  max-width: 100%;
  max-height: 60px;
  background-image: url("/dist/images/trusted_companies.png");
  background-repeat: no-repeat;
  background-size: calc(2049px * var(--zg-trusted-scale) * var(--zg-trusted-scale-mult)) calc(184px * var(--zg-trusted-scale) * var(--zg-trusted-scale-mult));
  background-position: calc(var(--zg-trusted-x) * var(--zg-trusted-scale) * var(--zg-trusted-scale-mult)) calc(var(--zg-trusted-y) * var(--zg-trusted-scale) * var(--zg-trusted-scale-mult));
}

.zg-trusted-brands__logo--kpmg {
  --zg-trusted-w: 220px;
  --zg-trusted-h: 87px;
  --zg-trusted-x: -6px;
  --zg-trusted-y: -55px;
  --zg-trusted-scale: 0.5;
}

.zg-trusted-brands__logo--datev {
  --zg-trusted-w: 233px;
  --zg-trusted-h: 54px;
  --zg-trusted-x: -340px;
  --zg-trusted-y: -81px;
  --zg-trusted-scale: 0.5;
}

.zg-trusted-brands__logo--pwc {
  --zg-trusted-w: 191px;
  --zg-trusted-h: 145px;
  --zg-trusted-x: -678px;
  --zg-trusted-y: -16px;
  --zg-trusted-scale: 0.38;
}

.zg-trusted-brands__logo--deloitte {
  --zg-trusted-w: 260px;
  --zg-trusted-h: 63px;
  --zg-trusted-x: -976px;
  --zg-trusted-y: -85px;
  --zg-trusted-scale: 0.5;
}

.zg-trusted-brands__logo--bdo {
  --zg-trusted-w: 166px;
  --zg-trusted-h: 63px;
  --zg-trusted-x: -1337px;
  --zg-trusted-y: -85px;
  --zg-trusted-scale: 0.55;
}

.zg-trusted-brands__logo--ey {
  --zg-trusted-w: 113px;
  --zg-trusted-h: 113px;
  --zg-trusted-x: -1613px;
  --zg-trusted-y: -34px;
  --zg-trusted-scale: 0.53;
}

.zg-trusted-brands__logo--acconsis {
  --zg-trusted-w: 237px;
  --zg-trusted-h: 35px;
  --zg-trusted-x: -1801px;
  --zg-trusted-y: -97px;
  --zg-trusted-scale: 0.58;
}

.zg-trusted {
  margin-top: 14px;
  border: 1px solid var(--zg-border);
  border-radius: 12px;
  overflow: hidden;
}

.zg-trusted img {
  display: block;
  width: 100%;
  height: auto;
}

.zg-pricing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.zg-pricing-card {
  position: relative;
  border: 1px solid var(--zg-border);
  border-radius: 16px;
  background: #fff;
  padding: 18px 18px 16px;
  min-height: 286px;
  display: flex;
  flex-direction: column;
}

.zg-pricing-card--popular {
  border-color: #a5bcff;
  box-shadow: 0 12px 32px rgba(31, 86, 242, 0.15);
}

.zg-pricing-card--custom {
  padding-top: 20px;
}

.zg-pricing-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
}

.zg-pricing-card h3, .zg-pricing-card .h3, .zg-pricing-card .swal-title {
  margin: 0;
  font-size: 31px;
  line-height: 1.1;
}

.zg-pricing-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: #1f56f2;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.zg-price {
  margin: 0 0 10px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}

.zg-price small, .zg-price .small {
  font-size: 15px;
  color: var(--zg-muted);
  font-weight: 600;
}

.zg-pricing-card__limit {
  margin: 0 0 10px;
  color: var(--zg-muted);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}

.zg-pricing-card__cols {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px;
  align-items: start;
  column-gap: 12px;
  margin-bottom: 10px;
}

.zg-pricing-card__main {
  min-width: 0;
}

.zg-pricing-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.zg-pricing-card__features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.zg-pricing-card__features li {
  position: relative;
  margin: 0;
  padding-left: 20px;
  color: var(--zg-text);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}

.zg-pricing-card__features li::before {
  content: "✔";
  position: absolute;
  top: 0;
  left: 0;
  color: #17b26a;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
}

.zg-pricing-card .zg-btn {
  margin-top: auto; /* desktop: align buttons to card bottom */
  min-height: 44px;
  border-radius: 10px;
  font-size: 15px;
}

.zg-pricing-card .zg-btn--ghost {
  border-color: #d5def6;
  color: #2b53e2;
}

.zg-pricing-card__icon {
  position: relative;
  display: block;
}

.zg-pricing-card__icon--pro {
  width: 92px;
  height: 72px;
  margin: 0 0 8px auto;
  background: url("/dist/images/most_popular.png") center/contain no-repeat;
}

.zg-pricing-card__media .zg-pricing-card__icon--pro {
  margin: 0;
}

.zg-pricing-card__icon--support {
  --zg-pricing-icon-scale: 0.4;
  width: calc(274px * var(--zg-pricing-icon-scale));
  height: calc(274px * var(--zg-pricing-icon-scale));
  margin: 0 auto 14px;
  background-image: url("/dist/images/icons.jpg");
  background-repeat: no-repeat;
  background-size: calc(1918px * var(--zg-pricing-icon-scale)) calc(274px * var(--zg-pricing-icon-scale));
  background-position: calc(-1644px * var(--zg-pricing-icon-scale)) 0;
}

.zg-pricing-card__custom-copy {
  margin: 10px 0 14px;
  color: var(--zg-muted);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
  max-width: 230px;
}

.zg-pricing-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}

.zg-link-arrow {
  color: var(--zg-primary);
  text-decoration: none;
  font-weight: 700;
}

.zg-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(0, 1fr);
  gap: 14px;
}

.zg-faq {
  border: 1px solid var(--zg-border);
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
}

.zg-faq__title {
  margin: 0;
  padding: 14px 18px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

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

.zg-faq details {
  margin: 0;
  border-top: 1px solid #e9eefb;
}

.zg-faq details:nth-child(odd) {
  border-right: 1px solid #e9eefb;
}

.zg-faq summary {
  min-height: 48px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  list-style: none;
}

.zg-faq summary::marker,
.zg-faq summary::-webkit-details-marker {
  display: none;
}

.zg-faq summary::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -2px;
  border-right: 2px solid #35539c;
  border-bottom: 2px solid #35539c;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.zg-faq details[open] summary::after {
  transform: rotate(225deg);
  margin-top: 2px;
}

.zg-faq p {
  margin: 0;
  padding: 0 18px 14px;
  color: var(--zg-muted);
  font-size: 15px;
  line-height: 1.45;
}

.zg-help {
  border: 1px solid var(--zg-border);
  border-radius: 16px;
  padding: 16px 18px;
  background: #fdfdfd;
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: start;
}

.zg-help__icon {
  width: 163px;
  max-width: 40%;
  height: auto;
  display: block;
}

.zg-help__copy h3, .zg-help__copy .h3, .zg-help__copy .swal-title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.zg-help__copy p {
  margin: 0 0 12px;
  color: var(--zg-muted);
}

.zg-help .zg-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.zg-footer {
  padding: 20px 0 24px;
}

.zg-footer-inner {
  border-radius: 16px;
  background: linear-gradient(135deg, #020f4a 0%, #03196b 55%, #052487 100%);
  box-shadow: 0 20px 40px rgba(2, 15, 74, 0.24);
  padding: 34px 36px 18px;
  color: rgba(223, 232, 255, 0.85);
}

.zg-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr)) minmax(0, 1.2fr);
  gap: 20px;
}

.zg-footer .zg-logo {
  color: #ffffff;
  margin-bottom: 14px;
}

.zg-footer .zg-logo-text {
  font-size: 26px;
}

.zg-footer-brand p {
  margin: 0 0 14px;
  max-width: 280px;
  color: rgba(218, 228, 255, 0.82);
  font-size: 13px;
  line-height: 1.45;
}

.zg-footer-social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.zg-footer-social a {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(220, 230, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.zg-footer-column h4, .zg-footer-column .h4,
.zg-footer-cta h4,
.zg-footer-cta .h4 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.zg-footer-column a {
  display: block;
  text-decoration: none;
  color: rgba(222, 232, 255, 0.8);
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

.zg-footer-column a:hover,
.zg-footer-lang a:hover {
  color: #ffffff;
}

.zg-footer-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.zg-footer-cta p {
  margin: 0 0 12px;
  color: rgba(222, 232, 255, 0.82);
  max-width: 200px;
  font-size: 13px;
  line-height: 1.4;
}

.zg-footer-cta .zg-btn {
  width: 100%;
  max-width: 220px;
  min-height: 46px;
  border-radius: 10px;
}

.zg-footer-bottom {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(220, 230, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.zg-footer-bottom span {
  color: rgba(222, 232, 255, 0.7);
  font-size: 13px;
}

.zg-footer-lang {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.zg-footer-lang-icon {
  color: rgba(222, 232, 255, 0.72);
  font-size: 14px;
  line-height: 1;
}

.zg-footer-lang a {
  color: rgba(222, 232, 255, 0.72);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 12px;
}

.zg-footer-lang a.is-active {
  color: #ffffff;
}

.zg-rail {
  position: sticky;
  top: 92px;
  border: 1px solid var(--zg-border);
  border-radius: 14px;
  padding: 14px;
  background: var(--zg-surface);
}

.zg-rail h3, .zg-rail .h3, .zg-rail .swal-title {
  margin: 0 0 12px;
  font-size: 22px;
}

.zg-rail-block {
  border: 1px solid var(--zg-border);
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 10px;
}

.zg-rail-block h4, .zg-rail-block .h4 {
  margin: 0 0 10px;
  font-size: 18px;
}

.zg-rail-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.zg-rail-stats div {
  border: 1px solid var(--zg-border);
  border-radius: 8px;
  padding: 8px;
  text-align: center;
}

.zg-rail-stats b {
  display: block;
  font-size: 23px;
}

.zg-rail-stats span {
  display: block;
  font-size: 12px;
  color: var(--zg-muted);
}

.zg-form-lines span {
  display: block;
  border: 1px solid var(--zg-border);
  border-radius: 8px;
  padding: 8px 10px;
  margin-bottom: 8px;
  color: var(--zg-muted);
}

.zg-dropzone {
  border: 2px dashed var(--zg-border);
  border-radius: 8px;
  padding: 18px 10px;
  text-align: center;
  color: var(--zg-muted);
  font-weight: 600;
}

.zg-check,
.zg-docs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.zg-check li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 6px;
}

.zg-check li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--zg-success);
  position: absolute;
  left: 0;
  top: 7px;
}

.zg-docs li {
  border-bottom: 1px solid var(--zg-border);
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 13px;
}

.zg-docs li:last-child {
  border-bottom: 0;
}

.zg-docs b {
  color: var(--zg-success);
}

.zg-docs li:last-child b {
  color: var(--zg-danger);
}

.zg-rail code {
  display: block;
  border: 1px solid var(--zg-border);
  border-radius: 8px;
  padding: 6px 8px;
  margin-bottom: 6px;
  background: #f8faff;
  color: var(--zg-primary);
  font-size: 12px;
}

.btn-outline-primary {
  color: var(--zg-primary) !important;
  border-color: var(--zg-primary) !important;
  background-color: transparent !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  color: #ffffff !important;
  background-color: var(--zg-primary) !important;
  border-color: var(--zg-primary) !important;
}

@media (max-width: 1599px) {
  .zg-title {
    font-size: 34px;
    min-height: 78.2px;
  }
  .zg-subtitle {
    font-size: 16px;
    min-height: 44.8px;
  }
  .zg-h2 {
    font-size: 26px;
  }
  .zg-feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .zg-benefits {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
  }
}
@media (max-width: 1279px) {
  .zg-hero-top {
    padding: 16px 0 12px;
  }
  .zg-hero-grid {
    height: auto;
  }
  .zg-hero-grid::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 38%, rgba(255, 255, 255, 0.6) 58%, rgba(255, 255, 255, 0.16) 76%, rgba(255, 255, 255, 0) 88%);
  }
  .zg-hero-copy {
    width: 58%;
    padding: 30px 28px 26px;
  }
  .zg-hero-media {
    max-width: none;
    margin: 0;
  }
  .zg-hero-nav {
    opacity: 1;
    pointer-events: auto;
    --zg-hero-nav-size: 48px;
  }
  .zg-title {
    font-size: 30px;
    min-height: 69px;
  }
  .zg-subtitle {
    font-size: 15px;
    min-height: 42px;
  }
  .zg-why-layout {
    grid-template-columns: 1fr;
  }
  .zg-why-intro {
    display: block;
  }
  .zg-map {
    height: auto;
  }
  .zg-map-copy {
    width: 76%;
    padding: 34px 30px;
  }
  .zg-map img {
    width: calc(100% + 72px);
    transform: translate(100px, 56px);
  }
  .zg-compare-card {
    padding: 14px 16px;
  }
  .zg-compare-card h3, .zg-compare-card .h3, .zg-compare-card .swal-title {
    padding-left: 28px;
    font-size: 16px;
  }
  .zg-compare-card li {
    padding-left: 24px;
    font-size: 12px;
  }
  .zg-steps article {
    grid-template-columns: 80px minmax(0, 1fr);
    column-gap: 8px;
    min-height: 0;
    padding: 12px 12px 12px;
  }
  .zg-steps article::before {
    width: 22px;
    height: 22px;
    font-size: 11px;
  }
  .zg-steps article:not(:last-child)::after {
    right: -14px;
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
  .zg-steps span {
    width: 72px;
    height: 90px;
    margin-left: 0;
  }
  .zg-steps h3, .zg-steps .h3, .zg-steps .swal-title {
    padding-left: 32px;
    font-size: 14px;
  }
  .zg-steps p {
    font-size: 12px;
  }
  .zg-pricing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .zg-pricing-card {
    min-height: 268px;
  }
  .zg-pricing-card h3, .zg-pricing-card .h3, .zg-pricing-card .swal-title {
    font-size: 28px;
  }
  .zg-price {
    font-size: 40px;
  }
  .zg-pricing-card__custom-copy {
    max-width: none;
  }
  .zg-footer-inner {
    padding: 28px 24px 16px;
  }
  .zg-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
  .zg-footer-brand {
    grid-column: span 2;
  }
}
@media (max-width: 991px) {
  .zg-burger {
    display: block;
    margin-left: auto;
    order: 5;
  }
  .zg-nav-inner {
    flex-wrap: wrap;
  }
  .zg-menu {
    display: none;
    position: static;
    order: 10;
    width: 100%;
    background: #fff;
    border-bottom: 0;
    padding: 8px 12px 12px;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    margin-top: 0;
  }
  .zg-menu.is-open {
    display: flex;
  }
  /* Lang + auth: hidden in bar, shown under burger menu when open */
  .zg-actions {
    display: none;
    order: 11;
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 12px 12px 16px;
    border-top: 1px solid var(--zg-border);
    border-bottom: 1px solid var(--zg-border);
  }
  .zg-nav-inner:has(.zg-menu.is-open) .zg-actions {
    display: flex;
  }
  /* Menu item spacing in burger */
  .zg-menu > a,
  .zg-menu .zg-nav-dropdown-toggle {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 4px;
    font-size: 16px;
    line-height: 1.3;
    min-height: 44px;
    box-sizing: border-box;
  }
  .zg-menu .zg-nav-dropdown {
    width: 100%;
    padding-bottom: 0;
  }
  .zg-menu .zg-nav-dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    box-shadow: none;
    border: 0;
    min-width: 0;
    padding: 0 0 4px 12px;
    display: none;
    background: transparent;
  }
  .zg-menu .zg-nav-dropdown:hover .zg-nav-dropdown-menu,
  .zg-menu .zg-nav-dropdown:focus-within .zg-nav-dropdown-menu {
    display: grid;
  }
  .zg-menu .zg-nav-dropdown-menu a {
    padding: 10px 12px;
    font-size: 15px;
  }
  .zg-actions .zg-lang-dropdown {
    width: 100%;
    position: relative;
  }
  .zg-actions .zg-lang-toggle {
    width: 100%;
    justify-content: flex-start;
    padding: 10px 4px;
    font-size: 15px;
    font-weight: 600;
    min-height: 44px;
  }
  /* Lang dropdown — restore popup (works on real mobile) */
  .zg-actions .zg-lang-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    z-index: 40;
    min-width: 120px;
    padding: 8px;
    display: grid;
    gap: 2px;
    border: 1px solid var(--zg-border);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(12, 28, 72, 0.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }
  .zg-actions .zg-lang-dropdown:hover .zg-lang-menu,
  .zg-actions .zg-lang-dropdown:focus-within .zg-lang-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .zg-actions .zg-lang-menu a {
    padding: 10px 12px;
    font-size: 14px;
  }
  .zg-actions .zg-btn,
  .zg-actions .zg-link {
    width: 100%;
    justify-content: center;
    min-height: 44px;
    margin-top: 4px;
  }
  .zg-actions .zg-btn--ghost,
  .zg-actions .zg-btn--primary {
    width: 100%;
  }
  .zg-logo-text {
    font-size: 24px;
  }
  .zg-hero-grid {
    height: auto;
  }
  .zg-hero-grid::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.91) 52%, rgba(255, 255, 255, 0.6) 74%, rgba(255, 255, 255, 0.12) 100%);
  }
  .zg-hero-copy {
    width: 78%;
    padding: 26px 24px 24px;
  }
  .zg-title {
    font-size: 28px;
    min-height: 64.4px;
  }
  .zg-hero-nav {
    display: none !important;
  }
  .zg-subtitle {
    font-size: 15px;
    min-height: 42px;
  }
  .zg-h2 {
    font-size: 24px;
  }
  .zg-map {
    border-radius: 20px;
  }
  .zg-map img {
    width: calc(100% + 64px);
    transform: translate(48px, 36px);
  }
  .zg-map-copy {
    width: 80%;
    padding: 28px 24px;
  }
  .zg-map::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 52%, rgba(255, 255, 255, 0.62) 68%, rgba(255, 255, 255, 0.14) 100%);
  }
  .zg-compare-card {
    padding: 14px;
  }
  .zg-compare-card h3, .zg-compare-card .h3, .zg-compare-card .swal-title {
    font-size: 15px;
    white-space: normal; /* allow wrap on tablet if needed */
  }
  .zg-compare-card li {
    font-size: 12px;
  }
  .zg-steps article {
    grid-template-columns: 72px minmax(0, 1fr);
    column-gap: 8px;
    min-height: 0;
    padding: 12px;
  }
  .zg-steps article:not(:last-child)::after {
    display: none;
  }
  .zg-steps span {
    width: 64px;
    height: 80px;
    margin-left: 0;
  }
  .zg-steps h3, .zg-steps .h3, .zg-steps .swal-title {
    padding-left: 30px;
    font-size: 14px;
  }
  .zg-steps p {
    font-size: 12px;
  }
  .zg-list li {
    font-size: 16px;
  }
  .zg-benefits {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    padding: 10px 12px;
  }
  .zg-benefit-item {
    gap: 8px;
    min-height: 54px;
  }
  .zg-benefit-icon {
    --zg-benefit-scale: 1.2;
  }
  .zg-benefit-item p {
    font-size: 13px;
    line-height: 1.25;
  }
  .zg-compare,
  .zg-steps,
  .zg-faq-layout {
    grid-template-columns: 1fr;
  }
  .zg-compare-arrow {
    margin: 0 auto;
    transform: rotate(90deg);
  }
  .zg-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .zg-trusted-brands__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .zg-trusted-brands__list li {
    min-height: 64px;
  }
  .zg-trusted-brands__logo {
    --zg-trusted-scale-mult: 0.9;
  }
  .zg-trusted-brands__list li:nth-child(5) {
    border-left: 0;
  }
  .zg-faq__title {
    font-size: 20px;
  }
  .zg-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .zg-footer-brand,
  .zg-footer-cta {
    grid-column: 1/-1;
  }
  .zg-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .zg-hero-top {
    padding: 10px 0 8px;
  }
  .zg-hero-grid {
    height: auto;
  }
  .zg-hero-grid::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.92) 60%, rgba(255, 255, 255, 0.66) 84%, rgba(255, 255, 255, 0.28) 100%);
  }
  .zg-hero-copy {
    width: 100%;
    padding: 22px 18px 20px;
  }
  .zg-hero-media img {
    object-position: 62% center;
  }
  .zg-title {
    font-size: 26px;
    min-height: 59.8px;
  }
  .zg-hero-nav {
    display: none !important;
  }
  .zg-h2 {
    font-size: 22px;
  }
  .zg-map {
    border-radius: 18px;
  }
  .zg-map img {
    width: 100%;
    transform: translate(40px, 9px);
  }
  .zg-map-copy {
    width: 100%;
    padding: 22px 16px;
  }
  .zg-map-copy .zg-h2 {
    max-width: 21ch;
    font-size: 18px;
    line-height: 1.12;
  }
  .zg-map::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.92) 52%, rgba(255, 255, 255, 0.62) 76%, rgba(255, 255, 255, 0) 100%);
  }
  .zg-compare-arrow {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
  .zg-compare-card {
    padding: 14px 12px;
    border-radius: 14px;
  }
  .zg-compare-card h3, .zg-compare-card .h3, .zg-compare-card .swal-title {
    font-size: 15px;
    padding-left: 28px;
    white-space: normal;
  }
  .zg-compare-card h3::before, .zg-compare-card .h3::before, .zg-compare-card .swal-title::before {
    width: 18px;
    height: 18px;
    font-size: 11px;
  }
  .zg-compare-card li {
    margin-bottom: 8px;
    padding-left: 24px;
    font-size: 12px;
  }
  .zg-compare-card li::before {
    font-size: 14px;
  }
  .zg-steps article {
    border-radius: 12px;
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 8px;
    min-height: 0;
    padding: 12px;
  }
  .zg-steps article::before {
    width: 22px;
    height: 22px;
    font-size: 11px;
  }
  .zg-steps span {
    width: 56px;
    height: 72px;
    margin-left: 0;
  }
  .zg-steps h3, .zg-steps .h3, .zg-steps .swal-title {
    font-size: 14px;
    padding-left: 30px;
  }
  .zg-steps p {
    font-size: 12px;
  }
  .zg-cta {
    flex-direction: column;
  }
  .zg-cta .zg-btn {
    width: 100%;
  }
  .zg-benefits,
  .zg-feature-grid,
  .zg-pricing {
    grid-template-columns: 1fr;
  }
  .zg-pricing-card {
    min-height: 0;
    padding: 18px 16px 16px;
  }
  .zg-pricing-card .zg-btn {
    margin-top: 18px;
  }
  .zg-pricing-card h3, .zg-pricing-card .h3, .zg-pricing-card .swal-title {
    font-size: 30px;
  }
  .zg-price {
    font-size: 42px;
  }
  .zg-pricing-card__icon--pro {
    margin-bottom: 10px;
  }
  .zg-pricing-card__cols {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  .zg-pricing-card__media {
    justify-content: flex-start;
  }
  .zg-trusted-brands__title {
    font-size: 18px;
  }
  .zg-trusted-brands__list {
    grid-template-columns: 1fr;
  }
  .zg-trusted-brands__list li {
    min-height: 58px;
  }
  .zg-trusted-brands__logo {
    --zg-trusted-scale-mult: 0.8;
  }
  .zg-trusted-brands__list li + li {
    border-left: 0;
    border-top: 1px solid #e9eefb;
  }
  .zg-trusted-brands__list li:nth-child(5) {
    border-top: 1px solid #e9eefb;
  }
  .zg-faq__title {
    font-size: 18px;
    padding: 12px 14px;
  }
  .zg-faq__questions {
    grid-template-columns: 1fr;
  }
  .zg-faq details:nth-child(odd) {
    border-right: 0;
  }
  .zg-faq summary {
    min-height: 44px;
    padding: 10px 14px;
    font-size: 13px;
  }
  .zg-faq p {
    padding: 0 16px 12px;
    font-size: 14px;
  }
  .zg-help {
    padding: 14px;
    gap: 12px;
  }
  .zg-help__icon {
    width: 92px;
    max-width: 35%;
  }
  .zg-help__copy h3, .zg-help__copy .h3, .zg-help__copy .swal-title {
    font-size: 21px;
  }
  .zg-footer {
    padding: 18px 0;
  }
  .zg-footer-inner {
    border-radius: 14px;
    padding: 22px 16px 14px;
  }
  .zg-footer-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .zg-footer-brand,
  .zg-footer-cta {
    grid-column: auto;
  }
  .zg-footer .zg-logo-text {
    font-size: 22px;
  }
  .zg-footer-column h4, .zg-footer-column .h4,
  .zg-footer-cta h4,
  .zg-footer-cta .h4 {
    font-size: 14px;
  }
  .zg-footer-cta .zg-btn {
    max-width: none;
  }
}
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled), .btn-primary.swal-button:not(.btn-text):not(:disabled):not(.disabled), .btn.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled), .swal-button.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):hover,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):focus,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):active {
  color: #fff !important;
}

/* ============================================================
   ZUGFeRD Product page – Bootstrap only
   No Metronic dependencies
   ============================================================ */
/* ─── Hero ─── */
.zg-product-hero {
  padding: 48px 0 56px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-product-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #e8efff;
  color: var(--zg-primary, #1f56f2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zg-product-title {
  margin: 0 0 16px;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--zg-text, #0c1c48);
  letter-spacing: -0.02em;
}

.zg-product-lead {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--zg-muted, #5e6d91);
  max-width: 42ch;
}

.zg-product-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}

.zg-btn-primary {
  height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  background: var(--zg-primary, #1f56f2);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.zg-btn-primary:hover,
.zg-btn-primary:focus {
  background: #1746d4;
  color: #fff;
  box-shadow: 0 6px 18px rgba(31, 86, 242, 0.28);
}

.zg-btn-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--zg-primary, #1f56f2);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.zg-btn-link:hover {
  color: #1746d4;
  text-decoration: underline;
}

/* Hero visual: invoice + XML + badge */
.zg-product-visual {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  padding: 12px 0 24px;
}

.zg-product-invoice {
  width: 220px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(17, 44, 112, 0.1);
  border: 1px solid #e4ebf8;
  padding: 18px 16px 16px;
  position: relative;
  z-index: 2;
}

.zg-product-invoice-head {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--zg-primary, #1f56f2);
  margin-bottom: 14px;
}

.zg-product-invoice-meta {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.zg-product-invoice-meta span {
  display: block;
  height: 8px;
  border-radius: 4px;
  background: #e8eefb;
}

.zg-product-invoice-meta span:first-child {
  width: 55%;
}

.zg-product-invoice-meta span:last-child {
  width: 40%;
}

.zg-product-invoice-table {
  font-size: 11px;
}

.zg-product-invoice-row {
  display: grid;
  grid-template-columns: 1.4fr 0.5fr 0.7fr 0.7fr;
  gap: 6px;
  margin-bottom: 8px;
  align-items: center;
}

.zg-product-invoice-row.is-head {
  color: #8b9bb8;
  font-weight: 600;
  margin-bottom: 10px;
}

.zg-product-invoice-row:not(.is-head) span {
  display: block;
  height: 7px;
  border-radius: 3px;
  background: #e8eefb;
}

.zg-product-invoice-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #e8eefb;
  font-size: 12px;
  color: var(--zg-text, #0c1c48);
}

.zg-product-xml {
  width: 260px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(17, 44, 112, 0.1);
  border: 1px solid #e4ebf8;
  padding: 16px 14px;
  position: relative;
  z-index: 1;
  margin-top: 28px;
}

.zg-product-xml-head {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--zg-primary, #1f56f2);
  margin-bottom: 12px;
}

.zg-product-xml-code {
  margin: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  line-height: 1.45;
  color: #6b7a99;
  white-space: pre-wrap;
  word-break: break-all;
}

.zg-product-badge-card {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 110px;
  height: 128px;
  background: linear-gradient(160deg, #2a62fb 0%, #1f56f2 100%);
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(31, 86, 242, 0.35);
  color: #fff;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  z-index: 3;
  transform: rotate(4deg);
}

.zg-product-badge-card-title {
  font-size: 14px;
  font-weight: 800;
}

.zg-product-badge-card-sub {
  font-size: 11px;
  opacity: 0.9;
  margin-top: 2px;
}

.zg-product-badge-card-check {
  margin-top: auto;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 700;
}

/* ─── Features ─── */
.zg-product-features {
  padding: 24px 0 56px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-product-section-title {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 800;
  color: var(--zg-text, #0c1c48);
  line-height: 1.2;
}

.zg-product-section-sub {
  margin: 0 auto;
  max-width: 48ch;
  font-size: 15px;
  line-height: 1.5;
  color: var(--zg-muted, #5e6d91);
}

.zg-feature-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 16px;
  padding: 20px 16px 18px;
  box-shadow: 0 8px 22px rgba(17, 44, 112, 0.04);
}

.zg-feature-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #eef3ff;
  color: var(--zg-primary, #1f56f2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.zg-feature-card-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.zg-feature-card h3, .zg-feature-card .h3, .zg-feature-card .swal-title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--zg-text, #0c1c48);
  line-height: 1.25;
}

.zg-feature-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--zg-muted, #5e6d91);
}

/* 7 equal columns on xl */
@media (min-width: 1200px) {
  .zg-product-features .col-xl {
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
  }
}
/* ─── Why ZUGFeRD ─── */
.zg-product-why {
  padding: 16px 0 72px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-product-why .zg-product-section-title {
  margin-bottom: 12px;
}

.zg-product-why .zg-product-section-sub {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

.zg-compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.zg-compare-box {
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 16px;
  padding: 18px 16px;
  box-shadow: 0 8px 22px rgba(17, 44, 112, 0.04);
}

.zg-compare-box.is-good {
  border-color: #c5e8d6;
  background: #f4fbf7;
}

.zg-compare-box-title {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 700;
  color: var(--zg-text, #0c1c48);
}

.zg-compare-list li {
  position: relative;
  padding-left: 24px;
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--zg-text, #0c1c48);
}

.zg-compare-list li:last-child {
  margin-bottom: 0;
}

.zg-compare-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.zg-compare-list.is-bad li::before {
  content: "✖";
  color: #c5cddd;
}

.zg-compare-list.is-good li::before {
  content: "✔";
  color: #0f9f58;
}

/* Why visual */
.zg-why-visual {
  position: relative;
  min-height: 200px;
}

.zg-why-invoice {
  width: 140px;
  height: 170px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(17, 44, 112, 0.1);
  border: 1px solid #e4ebf8;
  padding: 14px 12px;
  transform: rotate(-3deg);
}

.zg-why-invoice-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #8b9bb8;
  margin-bottom: 12px;
}

.zg-why-invoice-lines span {
  display: block;
  height: 7px;
  border-radius: 3px;
  background: #e8eefb;
  margin-bottom: 8px;
}

.zg-why-invoice-lines span:nth-child(1) {
  width: 70%;
}

.zg-why-invoice-lines span:nth-child(2) {
  width: 90%;
}

.zg-why-invoice-lines span:nth-child(3) {
  width: 55%;
}

.zg-why-invoice-lines span:nth-child(4) {
  width: 80%;
}

.zg-why-badge {
  position: absolute;
  right: 8px;
  bottom: 10px;
  width: 108px;
  height: 120px;
  background: linear-gradient(160deg, #2a62fb 0%, #1f56f2 100%);
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(31, 86, 242, 0.32);
  color: #fff;
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  transform: rotate(5deg);
}

.zg-why-badge-title {
  font-size: 13px;
  font-weight: 800;
}

.zg-why-badge-sub {
  font-size: 11px;
  opacity: 0.9;
  margin-top: 2px;
}

.zg-why-badge-check {
  margin-top: auto;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
}

/* ─── Responsive ─── */
@media (max-width: 1199.98px) {
  .zg-product-visual {
    min-height: 300px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .zg-product-xml {
    width: 240px;
  }
}
@media (max-width: 991.98px) {
  .zg-product-hero {
    padding: 32px 0 40px;
  }
  .zg-product-visual {
    justify-content: center;
  }
  .zg-product-features {
    padding-bottom: 40px;
  }
  .zg-product-why {
    padding-bottom: 48px;
  }
  .zg-product-why .zg-product-section-title,
  .zg-product-why .zg-product-section-sub {
    text-align: center !important;
  }
  .zg-product-why .zg-product-section-sub {
    margin-left: auto;
    margin-right: auto;
    max-width: 48ch;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767.98px) {
  .zg-product-invoice {
    width: 180px;
  }
  .zg-product-xml {
    width: 100%;
    max-width: 280px;
    margin-top: 12px;
  }
  .zg-product-badge-card {
    right: 0;
    bottom: 0;
    width: 96px;
    height: 110px;
  }
  .zg-compare-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .zg-product-title {
    font-size: 26px;
  }
  .zg-feature-card {
    padding: 16px 14px;
  }
}
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled), .btn-primary.swal-button:not(.btn-text):not(:disabled):not(.disabled), .btn.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled), .swal-button.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):hover,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):focus,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):active {
  color: #fff !important;
}

/* ============================================================
   ZUGFeRD About / Contact page – Bootstrap only
   ============================================================ */
.zg-btn-primary {
  height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  background: var(--zg-primary, #1f56f2);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.zg-btn-primary:hover,
.zg-btn-primary:focus {
  background: #1746d4;
  color: #fff;
  box-shadow: 0 6px 18px rgba(31, 86, 242, 0.28);
}

.zg-btn-outline-primary {
  height: 48px;
  padding: 0 20px;
  border: 1.5px solid var(--zg-primary, #1f56f2);
  border-radius: 12px;
  background: #fff;
  color: var(--zg-primary, #1f56f2);
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.zg-btn-outline-primary:hover {
  background: #eef3ff;
  color: #1746d4;
}

/* ─── Hero ─── */
.zg-about-hero {
  padding: 48px 0 40px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-about-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #e8efff;
  color: var(--zg-primary, #1f56f2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zg-about-title {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--zg-text, #0c1c48);
  letter-spacing: -0.02em;
}

.zg-about-lead {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--zg-muted, #5e6d91);
  max-width: 46ch;
}

.zg-about-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.zg-about-section-title {
  margin: 0 0 28px;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 800;
  color: var(--zg-text, #0c1c48);
}

/* Hero visual */
.zg-about-hero-visual {
  position: relative;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zg-about-orbit {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1.5px dashed #cdd9f5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.zg-about-chip {
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(17, 44, 112, 0.1);
  padding: 14px 16px;
  z-index: 2;
  position: relative;
}

.zg-about-chip strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: var(--zg-text, #0c1c48);
}

.zg-about-chip span {
  display: block;
  font-size: 12px;
  color: var(--zg-muted, #5e6d91);
  margin-top: 2px;
}

.zg-about-chip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 8px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 8px;
}

.zg-about-chip-icon.is-pdf {
  background: #fff0f0;
  color: #d64545;
}

.zg-about-chip-icon.is-xml {
  background: #eef3ff;
  color: var(--zg-primary, #1f56f2);
  font-family: ui-monospace, monospace;
}

.zg-about-chip--pdf {
  position: absolute;
  left: 6%;
  top: 22%;
  transform: rotate(-6deg);
}

.zg-about-chip--xml {
  position: absolute;
  right: 6%;
  bottom: 18%;
  transform: rotate(5deg);
}

.zg-about-chip--main {
  background: linear-gradient(160deg, #2a62fb, #1f56f2);
  border: 0;
  color: #fff;
  min-width: 130px;
  padding: 18px 16px;
  box-shadow: 0 16px 36px rgba(31, 86, 242, 0.35);
}

.zg-about-chip--main strong,
.zg-about-chip--main span {
  color: #fff;
}

.zg-about-chip--main span {
  opacity: 0.9;
}

.zg-about-chip-check {
  margin-top: 12px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 700;
}

/* ─── Values ─── */
.zg-about-values {
  padding: 8px 0 40px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-about-value {
  height: 100%;
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 8px 22px rgba(17, 44, 112, 0.04);
  text-align: center;
}

.zg-about-value-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  border-radius: 14px;
  background: #eef3ff;
  color: var(--zg-primary, #1f56f2);
  display: grid;
  place-items: center;
}

.zg-about-value-icon svg {
  width: 22px;
  height: 22px;
}

.zg-about-value h2, .zg-about-value .h2 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 800;
  color: var(--zg-text, #0c1c48);
}

.zg-about-value p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--zg-muted, #5e6d91);
}

/* ─── Journey ─── */
.zg-about-journey {
  padding: 16px 0 48px;
  background: var(--zg-bg, #f5f7fc);
  overflow: visible;
}

.zg-about-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  overflow: visible;
}

.zg-about-timeline-line {
  position: absolute;
  top: 28px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: linear-gradient(90deg, #c5d4f5, #1f56f2, #c5d4f5);
  z-index: 0;
}

.zg-about-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 4px 8px 0;
  min-width: 0;
}

.zg-about-step-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid #d0ddff;
  color: var(--zg-primary, #1f56f2);
  display: grid;
  place-items: center;
  box-shadow: 0 6px 16px rgba(17, 44, 112, 0.06);
}

.zg-about-step-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.zg-about-step-year {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: var(--zg-primary, #1f56f2);
  margin-bottom: 6px;
}

.zg-about-step h3, .zg-about-step .h3, .zg-about-step .swal-title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: var(--zg-text, #0c1c48);
}

.zg-about-step p {
  margin: 0 auto;
  max-width: 26ch;
  font-size: 13px;
  line-height: 1.45;
  color: var(--zg-muted, #5e6d91);
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* ─── Stats ─── */
.zg-about-stats {
  padding: 8px 0 40px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-about-stat {
  height: 100%;
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 16px;
  padding: 20px 16px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(17, 44, 112, 0.04);
}

.zg-about-stat-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  border-radius: 12px;
  background: #e8efff;
  color: var(--zg-primary, #1f56f2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.zg-about-stat-icon svg {
  width: 22px;
  height: 22px;
  display: block;
  stroke: currentColor;
}

.zg-about-stat strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: var(--zg-text, #0c1c48);
  margin-bottom: 4px;
}

.zg-about-stat span {
  font-size: 12px;
}

/* ─── Contact form ─── */
.zg-about-contact {
  padding: 8px 0 40px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-about-contact-card {
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 18px;
  padding: 28px 28px 24px;
  box-shadow: 0 8px 24px rgba(17, 44, 112, 0.05);
  max-width: 760px;
}

.zg-about-contact-title {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 800;
  color: var(--zg-text, #0c1c48);
}

.zg-about-contact-lead {
  margin: 0 0 22px;
  font-size: 14px;
  color: var(--zg-muted, #5e6d91);
}

.zg-about-label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--zg-text, #0c1c48);
}

.zg-about-input,
.zg-about-textarea {
  width: 100%;
  border: 1px solid #d8e4ff;
  border-radius: 12px;
  background: #fff;
  padding: 0 14px;
  font-size: 14px;
  color: var(--zg-text, #0c1c48);
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.zg-about-input {
  height: 46px;
}

.zg-about-textarea {
  padding: 12px 14px;
  resize: vertical;
  min-height: 120px;
}

.zg-about-input:focus,
.zg-about-textarea:focus {
  border-color: var(--zg-primary, #1f56f2);
  box-shadow: 0 0 0 3px rgba(31, 86, 242, 0.12);
}

.zg-about-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--zg-text, #0c1c48);
  cursor: pointer;
}

.zg-about-check input {
  width: 16px;
  height: 16px;
  accent-color: var(--zg-primary, #1f56f2);
}

.zg-about-captcha {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #e4ebf8;
  border-radius: 10px;
  background: #fafbff;
  font-size: 13px;
  color: var(--zg-muted, #5e6d91);
  margin-bottom: 6px;
}

.zg-about-captcha-box {
  width: 22px;
  height: 22px;
  border: 1.5px solid #c5cddd;
  border-radius: 4px;
  background: #fff;
}

.zg-about-captcha-note {
  margin: 0;
  font-size: 11px;
  color: #8b9bb8;
}

/* ─── Bottom CTA ─── */
.zg-about-bottom-cta {
  padding: 8px 0 64px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-about-cta-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 18px;
  padding: 24px 28px;
  box-shadow: 0 8px 24px rgba(17, 44, 112, 0.05);
}

.zg-about-cta-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #eef3ff;
  color: var(--zg-primary, #1f56f2);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.zg-about-cta-icon svg {
  width: 22px;
  height: 22px;
}

.zg-about-cta-text {
  flex: 1 1 220px;
}

.zg-about-cta-text h2, .zg-about-cta-text .h2 {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 800;
  color: var(--zg-text, #0c1c48);
}

.zg-about-cta-text p {
  margin: 0;
  font-size: 14px;
  color: var(--zg-muted, #5e6d91);
}

.zg-about-cta-actions {
  margin-left: auto;
}

/* ─── Responsive ─── */
@media (max-width: 991.98px) {
  .zg-about-hero {
    padding: 32px 0 28px;
  }
  .zg-about-timeline {
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
  }
  .zg-about-timeline-line {
    display: none;
  }
  .zg-about-cta-actions {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .zg-about-title {
    font-size: 26px;
  }
  .zg-about-timeline {
    grid-template-columns: 1fr;
  }
  .zg-about-contact-card {
    padding: 20px 16px;
  }
  .zg-about-hero-visual {
    min-height: 220px;
  }
}
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled), .btn-primary.swal-button:not(.btn-text):not(:disabled):not(.disabled), .btn.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled), .swal-button.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):hover,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):focus,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):active {
  color: #fff !important;
}

/* ============================================================
   ZUGFeRD Auth pages (sign up / login) – Bootstrap only
   No Metronic dependencies
   ============================================================ */
.zg-auth {
  padding: 40px 0 64px;
  background: var(--zg-bg, #f5f7fc);
  min-height: calc(100vh - 200px);
}

/* Same width system as footer: container-fluid.container-md */
.zg-auth-card {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(17, 44, 112, 0.08);
  overflow: hidden;
  border: 1px solid var(--zg-border, #dbe4fb);
}

/* ─── Form side ─── */
.zg-auth-form {
  padding: 48px 48px 48px 52px;
}

.zg-auth-form.zg-auth-state {
  max-width: 520px;
  margin: 0 auto;
  padding: 56px 40px;
}

.zg-auth-title {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 700;
  color: var(--zg-text, #0c1c48);
  line-height: 1.2;
}

.zg-auth-subtitle {
  margin: 0 0 28px;
  font-size: 15px;
  color: var(--zg-muted, #5e6d91);
  line-height: 1.45;
}

/* Inputs with icons */
.zg-input-wrap {
  position: relative;
}

.zg-input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #8b9bb8;
  display: flex;
  pointer-events: none;
  z-index: 2;
}

.zg-input {
  height: 48px;
  padding-left: 44px !important;
  border: 1px solid #d8e0f0;
  border-radius: 12px;
  font-size: 15px;
  color: var(--zg-text, #0c1c48);
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.zg-input::placeholder {
  color: #9aabc8;
}

.zg-input:focus {
  border-color: var(--zg-primary, #1f56f2);
  box-shadow: 0 0 0 3px rgba(31, 86, 242, 0.12);
  outline: none;
}

.zg-input-toggle {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #8b9bb8;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}

.zg-input-toggle:hover {
  color: var(--zg-text, #0c1c48);
}

/* Checkbox */
.zg-auth-terms {
  font-size: 14px;
  color: var(--zg-muted, #5e6d91);
  line-height: 1.4;
}

.zg-auth-terms a {
  color: var(--zg-primary, #1f56f2);
  text-decoration: none;
  font-weight: 600;
}

.zg-auth-terms a:hover {
  text-decoration: underline;
}

.form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 0.15em;
  border-radius: 5px;
  border-color: #c5d0e8;
}

.form-check-input:checked {
  background-color: var(--zg-primary, #1f56f2);
  border-color: var(--zg-primary, #1f56f2);
}

/* Primary button */
.zg-btn-primary {
  height: 48px;
  border: 0;
  border-radius: 12px;
  background: var(--zg-primary, #1f56f2);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.zg-btn-primary:hover,
.zg-btn-primary:focus {
  background: #1746d4;
  color: #fff;
  box-shadow: 0 6px 18px rgba(31, 86, 242, 0.28);
}

/* Divider "or" */
.zg-auth-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0;
  color: #a0aec8;
  font-size: 13px;
}

.zg-auth-divider::before,
.zg-auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e4eaf6;
}

/* Switch to login */
.zg-auth-switch {
  font-size: 14px;
  color: var(--zg-muted, #5e6d91);
}

.zg-auth-switch a {
  color: var(--zg-primary, #1f56f2);
  font-weight: 600;
  text-decoration: none;
}

.zg-auth-switch a:hover {
  text-decoration: underline;
}

/* ─── Promo side ─── */
.zg-auth-promo {
  height: 100%;
  min-height: 560px;
  padding: 48px 48px 40px;
  background: linear-gradient(160deg, #eef3ff 0%, #f5f8ff 45%, #e8efff 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.zg-auth-promo-title {
  margin: 0 0 28px;
  font-size: 26px;
  font-weight: 700;
  color: var(--zg-text, #0c1c48);
  line-height: 1.25;
}

.zg-auth-features {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
  position: relative;
  z-index: 2;
}

.zg-auth-features li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.zg-auth-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d8e4ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--zg-primary, #1f56f2);
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(31, 86, 242, 0.08);
}

.zg-auth-feature-icon svg {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}

.zg-auth-features strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--zg-text, #0c1c48);
  margin-bottom: 2px;
}

/* only description text, NOT the icon span */
.zg-auth-features li > div > span {
  display: block;
  font-size: 13px;
  color: var(--zg-muted, #5e6d91);
  line-height: 1.4;
}

/* Decorative visual */
.zg-auth-visual {
  margin-top: auto;
  position: relative;
  height: 180px;
  z-index: 1;
}

.zg-auth-invoice {
  position: absolute;
  right: 100px;
  bottom: 10px;
  width: 150px;
  height: 190px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(17, 44, 112, 0.12);
  padding: 16px 14px;
  transform: rotate(-4deg);
}

.zg-auth-invoice-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #8b9bb8;
  margin-bottom: 14px;
}

.zg-auth-invoice-lines span {
  display: block;
  height: 8px;
  border-radius: 4px;
  background: #e8eefb;
  margin-bottom: 10px;
}

.zg-auth-invoice-lines span:nth-child(1) {
  width: 70%;
}

.zg-auth-invoice-lines span:nth-child(2) {
  width: 90%;
}

.zg-auth-invoice-lines span:nth-child(3) {
  width: 55%;
}

.zg-auth-invoice-lines span:nth-child(4) {
  width: 80%;
}

.zg-auth-badge {
  position: absolute;
  right: 12px;
  bottom: 28px;
  width: 120px;
  height: 140px;
  background: linear-gradient(160deg, #2a62fb 0%, #1f56f2 100%);
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(31, 86, 242, 0.35);
  color: #fff;
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  transform: rotate(6deg);
}

.zg-auth-badge-title {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.zg-auth-badge-sub {
  font-size: 12px;
  opacity: 0.9;
  margin-top: 2px;
}

.zg-auth-badge-check {
  margin-top: auto;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 700;
}

/* ─── Responsive ─── */
@media (max-width: 991.98px) {
  .zg-auth {
    padding: 24px 0 48px;
  }
  .zg-auth-form {
    padding: 36px 28px;
  }
  .zg-auth-title {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .zg-auth-form {
    padding: 28px 20px;
  }
  .zg-auth-card {
    border-radius: 16px;
  }
}
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled), .btn-primary.swal-button:not(.btn-text):not(:disabled):not(.disabled), .btn.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled), .swal-button.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):hover,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):focus,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):active {
  color: #fff !important;
}

/* ============================================================
   ZUGFeRD Documentation page – Bootstrap only
   ============================================================ */
.zg-btn-primary {
  height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  background: var(--zg-primary, #1f56f2);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.zg-btn-primary:hover,
.zg-btn-primary:focus {
  background: #1746d4;
  color: #fff;
  box-shadow: 0 6px 18px rgba(31, 86, 242, 0.28);
}

.zg-btn-outline {
  height: 48px;
  padding: 0 20px;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  border-radius: 12px;
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.zg-btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: #fff;
}

/* ─── Hero ─── */
.zg-docs-hero {
  padding: 48px 0 40px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-docs-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #e8efff;
  color: var(--zg-primary, #1f56f2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zg-docs-title {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--zg-text, #0c1c48);
  letter-spacing: -0.02em;
}

.zg-docs-lead {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--zg-muted, #5e6d91);
  max-width: 42ch;
}

.zg-docs-search {
  position: relative;
  max-width: 420px;
}

.zg-docs-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #8b9bb8;
  pointer-events: none;
}

.zg-docs-search-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.zg-docs-search-input {
  width: 100%;
  height: 48px;
  border: 1px solid #d8e4ff;
  border-radius: 12px;
  background: #fff;
  padding: 0 16px 0 42px;
  font-size: 14px;
  color: var(--zg-text, #0c1c48);
  box-shadow: 0 4px 14px rgba(17, 44, 112, 0.04);
  outline: none;
}

.zg-docs-search-input::placeholder {
  color: #8b9bb8;
}

.zg-docs-search-input:focus {
  border-color: var(--zg-primary, #1f56f2);
  box-shadow: 0 0 0 3px rgba(31, 86, 242, 0.12);
}

/* Hero visual */
.zg-docs-hero-visual {
  position: relative;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.zg-docs-visual-invoice {
  width: 140px;
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(17, 44, 112, 0.1);
  padding: 14px 12px;
  position: relative;
  z-index: 2;
  transform: rotate(-3deg);
}

.zg-docs-visual-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #8b9bb8;
  margin-bottom: 10px;
}

.zg-docs-visual-lines span {
  display: block;
  height: 7px;
  border-radius: 3px;
  background: #e8eefb;
  margin-bottom: 8px;
}

.zg-docs-visual-lines span:nth-child(1) {
  width: 75%;
}

.zg-docs-visual-lines span:nth-child(2) {
  width: 90%;
}

.zg-docs-visual-lines span:nth-child(3) {
  width: 55%;
}

.zg-docs-visual-pdf {
  margin-top: 10px;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 6px;
  background: #fff0f0;
  color: #d64545;
  font-size: 10px;
  font-weight: 800;
}

.zg-docs-visual-xml {
  width: 180px;
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(17, 44, 112, 0.1);
  padding: 12px;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.zg-docs-visual-xml-head {
  font-size: 11px;
  font-weight: 700;
  color: var(--zg-primary, #1f56f2);
  margin-bottom: 8px;
}

.zg-docs-visual-xml-code {
  margin: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  line-height: 1.4;
  color: #6b7a99;
  white-space: pre-wrap;
  word-break: break-all;
}

.zg-docs-visual-badge {
  position: absolute;
  right: 8%;
  bottom: 10px;
  width: 110px;
  height: 128px;
  background: linear-gradient(160deg, #2a62fb, #1f56f2);
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(31, 86, 242, 0.35);
  color: #fff;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  z-index: 3;
  transform: rotate(5deg);
}

.zg-docs-visual-badge-title {
  font-size: 14px;
  font-weight: 800;
}

.zg-docs-visual-badge-sub {
  font-size: 11px;
  opacity: 0.9;
  margin-top: 2px;
}

.zg-docs-visual-badge-check {
  margin-top: auto;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 700;
}

/* ─── Main grid ─── */
.zg-docs-main {
  padding: 8px 0 40px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-docs-section-title {
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 800;
  color: var(--zg-text, #0c1c48);
}

.zg-docs-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 16px;
  padding: 18px 16px 16px;
  box-shadow: 0 8px 22px rgba(17, 44, 112, 0.04);
  display: flex;
  flex-direction: column;
}

.zg-docs-card-icons {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  margin-bottom: 12px;
}

.zg-docs-chip {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 8px;
  border-radius: 6px;
  background: #fff0f0;
  color: #d64545;
  font-size: 11px;
  font-weight: 800;
}

.zg-docs-chip.is-xml {
  background: #eef3ff;
  color: var(--zg-primary, #1f56f2);
}

.zg-docs-flag {
  font-size: 22px;
  line-height: 1;
}

.zg-docs-eu {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #eef3ff;
  color: var(--zg-primary, #1f56f2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.zg-docs-eu svg {
  width: 18px;
  height: 18px;
}

.zg-docs-code-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 8px;
  border-radius: 8px;
  background: #eef3ff;
  color: var(--zg-primary, #1f56f2);
  font-size: 12px;
  font-weight: 800;
  font-family: ui-monospace, monospace;
}

.zg-docs-tag {
  display: inline-flex;
  height: 22px;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: #eef3ff;
  color: var(--zg-primary, #1f56f2);
  font-size: 10px;
  font-weight: 700;
}

.zg-docs-tag.is-mid {
  background: #e8f0ff;
}

.zg-docs-tag.is-hi {
  background: #dce8ff;
}

.zg-docs-shield {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #e8f8ef;
  color: #0f9f58;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.zg-docs-shield svg {
  width: 16px;
  height: 16px;
}

.zg-docs-horse {
  font-size: 22px;
  line-height: 1;
}

.zg-docs-ok {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #e8f8ef;
  color: #0f9f58;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.zg-docs-card-title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--zg-text, #0c1c48);
  line-height: 1.3;
}

.zg-docs-card-desc {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--zg-muted, #5e6d91);
  flex: 1;
}

.zg-docs-more {
  font-size: 13px;
  font-weight: 600;
  color: var(--zg-primary, #1f56f2);
  text-decoration: none;
}

.zg-docs-more:hover {
  text-decoration: underline;
  color: #1746d4;
}

/* Aside */
.zg-docs-aside {
  display: grid;
  gap: 16px;
}

.zg-docs-aside-card {
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 16px;
  padding: 18px 16px;
  box-shadow: 0 8px 22px rgba(17, 44, 112, 0.04);
}

.zg-docs-aside-title {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 800;
  color: var(--zg-text, #0c1c48);
}

.zg-docs-quick {
  display: grid;
  gap: 4px;
}

.zg-docs-quick a {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 8px;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
}

.zg-docs-quick a:hover {
  background: #f5f8ff;
}

.zg-docs-quick-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #f0f4ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}

.zg-docs-quick strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--zg-text, #0c1c48);
  line-height: 1.25;
}

.zg-docs-quick small, .zg-docs-quick .small {
  display: block;
  font-size: 11px;
  color: var(--zg-muted, #5e6d91);
  line-height: 1.3;
  margin-top: 1px;
}

.zg-docs-help {
  background: #f0f5ff;
  border: 1px solid #d0ddff;
  border-radius: 16px;
  padding: 18px 16px;
}

.zg-docs-help-title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 800;
  color: var(--zg-text, #0c1c48);
}

.zg-docs-help-text {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--zg-muted, #5e6d91);
}

/* ─── Popular guides ─── */
.zg-docs-popular {
  padding: 8px 0 40px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-docs-view-all {
  font-size: 13px;
  font-weight: 600;
  color: var(--zg-primary, #1f56f2);
  text-decoration: none;
  white-space: nowrap;
}

.zg-docs-view-all:hover {
  text-decoration: underline;
}

.zg-docs-guide {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 14px;
  padding: 14px 12px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 6px 18px rgba(17, 44, 112, 0.04);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.zg-docs-guide:hover {
  border-color: #c5d4f5;
  box-shadow: 0 8px 22px rgba(17, 44, 112, 0.08);
}

.zg-docs-guide-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
}

.zg-docs-guide-icon.is-green {
  background: #e8f8ef;
  color: #0f9f58;
  font-size: 18px;
}

.zg-docs-guide-icon.is-pdf {
  background: #fff0f0;
  color: #d64545;
}

.zg-docs-guide-icon.is-check {
  background: #e8f8ef;
  color: #0f9f58;
}

.zg-docs-guide-icon.is-code {
  background: #eef3ff;
  color: var(--zg-primary, #1f56f2);
  font-family: ui-monospace, monospace;
}

.zg-docs-guide-icon.is-list {
  background: #eef3ff;
  color: var(--zg-primary, #1f56f2);
  font-size: 16px;
}

.zg-docs-guide-body {
  flex: 1;
  min-width: 0;
}

.zg-docs-guide-body strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--zg-text, #0c1c48);
  line-height: 1.25;
  margin-bottom: 2px;
}

.zg-docs-guide-body small, .zg-docs-guide-body .small {
  display: block;
  font-size: 11px;
  color: var(--zg-muted, #5e6d91);
  line-height: 1.3;
}

.zg-docs-guide-arrow {
  color: var(--zg-primary, #1f56f2);
  font-weight: 700;
  flex-shrink: 0;
}

/* ─── Articles ─── */
.zg-docs-articles {
  padding: 8px 0 40px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-docs-article {
  height: 100%;
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(17, 44, 112, 0.04);
  display: flex;
  flex-direction: column;
}

.zg-docs-article-cover {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #1f56f2, #3b7bff);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}

.zg-docs-article-cover.is-cards {
  background: linear-gradient(135deg, #eef3ff, #dce8ff);
}

.zg-docs-article-cover.is-horse {
  background: linear-gradient(135deg, #e8f8ef, #d4f0e2);
}

.zg-docs-article-mini {
  display: inline-flex;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff;
  color: var(--zg-primary, #1f56f2);
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 6px 16px rgba(17, 44, 112, 0.1);
  transform: rotate(-4deg);
}

.zg-docs-article-mini.is-alt {
  background: var(--zg-primary, #1f56f2);
  color: #fff;
  transform: rotate(5deg);
}

.zg-docs-article-horse {
  font-size: 42px;
  line-height: 1;
}

.zg-docs-article-ok {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #0f9f58;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 16px rgba(15, 159, 88, 0.3);
}

.zg-docs-article-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.zg-docs-article-date {
  font-size: 12px;
  color: var(--zg-muted, #5e6d91);
  margin-bottom: 6px;
}

.zg-docs-article-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--zg-text, #0c1c48);
  line-height: 1.3;
}

.zg-docs-article-desc {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--zg-muted, #5e6d91);
  flex: 1;
}

/* ─── Bottom CTA ─── */
.zg-docs-bottom-cta {
  padding: 8px 0 64px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-docs-cta-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 28px;
  background: linear-gradient(120deg, #1f56f2 0%, #2a62fb 55%, #3b7bff 100%);
  border-radius: 20px;
  padding: 28px 32px;
  color: #fff;
  box-shadow: 0 16px 40px rgba(31, 86, 242, 0.28);
}

.zg-docs-cta-banner-icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.zg-docs-cta-banner-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.zg-docs-cta-banner-text {
  flex: 1 1 220px;
}

.zg-docs-cta-banner-text h2, .zg-docs-cta-banner-text .h2 {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
}

.zg-docs-cta-banner-text p {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.4;
}

.zg-docs-cta-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: auto;
}

/* ─── Responsive ─── */
@media (max-width: 991.98px) {
  .zg-docs-hero {
    padding: 32px 0 28px;
  }
  .zg-docs-cta-banner-actions {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .zg-docs-hero-visual {
    min-height: 220px;
  }
  .zg-docs-visual-xml {
    width: 150px;
  }
  .zg-docs-visual-badge {
    width: 96px;
    height: 112px;
    right: 0;
  }
  .zg-docs-cta-banner {
    padding: 22px 20px;
  }
}
@media (max-width: 575.98px) {
  .zg-docs-title {
    font-size: 26px;
  }
}
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled), .btn-primary.swal-button:not(.btn-text):not(:disabled):not(.disabled), .btn.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled), .swal-button.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):hover,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):focus,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):active {
  color: #fff !important;
}

/* ============================================================
   ZUGFeRD FAQ page – Bootstrap only
   ============================================================ */
.zg-btn-primary {
  height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  background: var(--zg-primary, #1f56f2);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.zg-btn-primary:hover,
.zg-btn-primary:focus {
  background: #1746d4;
  color: #fff;
  box-shadow: 0 6px 18px rgba(31, 86, 242, 0.28);
}

.zg-btn-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--zg-primary, #1f56f2);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.zg-btn-link:hover {
  color: #1746d4;
  text-decoration: underline;
}

/* ─── Hero ─── */
.zg-faq-hero {
  padding: 48px 0 36px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-faq-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #e8efff;
  color: var(--zg-primary, #1f56f2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zg-faq-title {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--zg-text, #0c1c48);
  letter-spacing: -0.02em;
}

.zg-faq-lead {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--zg-muted, #5e6d91);
  max-width: 42ch;
}

.zg-faq-search {
  position: relative;
  max-width: 400px;
}

.zg-faq-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #8b9bb8;
  pointer-events: none;
}

.zg-faq-search-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.zg-faq-search-input {
  width: 100%;
  height: 48px;
  border: 1px solid #d8e4ff;
  border-radius: 12px;
  background: #fff;
  padding: 0 16px 0 42px;
  font-size: 14px;
  color: var(--zg-text, #0c1c48);
  box-shadow: 0 4px 14px rgba(17, 44, 112, 0.04);
  outline: none;
}

.zg-faq-search-input::placeholder {
  color: #8b9bb8;
}

.zg-faq-search-input:focus {
  border-color: var(--zg-primary, #1f56f2);
  box-shadow: 0 0 0 3px rgba(31, 86, 242, 0.12);
}

/* Hero visual */
.zg-faq-hero-visual {
  position: relative;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zg-faq-orbit {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 1.5px dashed #cdd9f5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.zg-faq-mini {
  position: absolute;
  width: 120px;
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 10px 24px rgba(17, 44, 112, 0.08);
  z-index: 2;
}

.zg-faq-mini strong {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: var(--zg-text, #0c1c48);
  margin-bottom: 8px;
}

.zg-faq-mini span {
  display: block;
  height: 6px;
  border-radius: 3px;
  background: #e8eefb;
  margin-bottom: 6px;
}

.zg-faq-mini span:last-child {
  width: 60%;
  margin-bottom: 0;
}

.zg-faq-mini--1 {
  top: 18%;
  left: 8%;
  transform: rotate(-4deg);
}

.zg-faq-mini--2 {
  bottom: 22%;
  left: 12%;
  transform: rotate(3deg);
}

.zg-faq-qmark {
  width: 88px;
  height: 88px;
  border-radius: 999px;
  background: linear-gradient(160deg, #2a62fb, #1f56f2);
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  display: grid;
  place-items: center;
  box-shadow: 0 16px 36px rgba(31, 86, 242, 0.35);
  z-index: 3;
  position: relative;
}

.zg-faq-pdf {
  position: absolute;
  right: 6%;
  top: 28%;
  width: 120px;
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 14px;
  padding: 14px 12px;
  box-shadow: 0 14px 32px rgba(17, 44, 112, 0.1);
  z-index: 2;
  transform: rotate(4deg);
}

.zg-faq-pdf-label {
  font-size: 11px;
  font-weight: 800;
  color: var(--zg-primary, #1f56f2);
  margin-bottom: 10px;
}

.zg-faq-pdf-lines span {
  display: block;
  height: 7px;
  border-radius: 3px;
  background: #e8eefb;
  margin-bottom: 7px;
}

.zg-faq-pdf-lines span:nth-child(1) {
  width: 80%;
}

.zg-faq-pdf-lines span:nth-child(2) {
  width: 95%;
}

.zg-faq-pdf-lines span:nth-child(3) {
  width: 55%;
}

.zg-faq-pdf-chip {
  display: inline-block;
  margin-top: 6px;
  padding: 3px 8px;
  border-radius: 6px;
  background: #eef3ff;
  color: var(--zg-primary, #1f56f2);
  font-size: 10px;
  font-weight: 800;
}

.zg-faq-pdf-check {
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #0f9f58;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 12px rgba(15, 159, 88, 0.3);
}

/* ─── Main ─── */
.zg-faq-main {
  padding: 8px 0 40px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-faq-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.zg-faq-filter {
  height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #e4ebf8;
  background: #fff;
  color: var(--zg-text, #0c1c48);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.zg-faq-filter:hover {
  border-color: #c5d4f5;
  color: var(--zg-primary, #1f56f2);
}

.zg-faq-filter.is-active {
  background: var(--zg-primary, #1f56f2);
  border-color: var(--zg-primary, #1f56f2);
  color: #fff;
}

/* Accordion */
.zg-faq-list {
  display: grid;
  gap: 10px;
}

.zg-faq-item {
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(17, 44, 112, 0.04);
  overflow: hidden;
}

.zg-faq-item[hidden] {
  display: none !important;
}

.zg-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  font-size: 15px;
  font-weight: 700;
  color: var(--zg-text, #0c1c48);
}

.zg-faq-item summary::-webkit-details-marker {
  display: none;
}

.zg-faq-item-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #eef3ff;
  color: var(--zg-primary, #1f56f2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
}

.zg-faq-item-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.zg-faq-item-icon--code {
  font-size: 11px;
  font-weight: 800;
  font-family: ui-monospace, monospace;
}

.zg-faq-item-q {
  flex: 1;
  min-width: 0;
  line-height: 1.35;
}

.zg-faq-item-toggle {
  width: 22px;
  height: 22px;
  position: relative;
  flex-shrink: 0;
  color: #8b9bb8;
}

.zg-faq-item-toggle::before,
.zg-faq-item-toggle::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.zg-faq-item-toggle::before {
  width: 12px;
  height: 2px;
}

.zg-faq-item-toggle::after {
  width: 2px;
  height: 12px;
  transition: opacity 0.15s ease;
}

.zg-faq-item[open] .zg-faq-item-toggle::after {
  opacity: 0;
}

.zg-faq-item[open] summary {
  color: var(--zg-primary, #1f56f2);
}

.zg-faq-item-a {
  padding: 0 18px 18px 66px;
}

.zg-faq-item-a p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--zg-muted, #5e6d91);
}

.zg-faq-item-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--zg-primary, #1f56f2);
  text-decoration: none;
}

.zg-faq-item-link:hover {
  text-decoration: underline;
}

/* Aside */
.zg-faq-aside {
  display: grid;
  gap: 16px;
}

.zg-faq-help {
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 16px;
  padding: 22px 18px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(17, 44, 112, 0.04);
}

.zg-faq-help-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  border-radius: 14px;
  background: #eef3ff;
  color: var(--zg-primary, #1f56f2);
  display: grid;
  place-items: center;
}

.zg-faq-help-icon svg {
  width: 24px;
  height: 24px;
}

.zg-faq-help-title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 800;
  color: var(--zg-text, #0c1c48);
}

.zg-faq-help-text {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--zg-muted, #5e6d91);
}

.zg-faq-help-note {
  margin: 10px 0 0;
  font-size: 11px;
  color: #8b9bb8;
}

.zg-faq-aside-card {
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 16px;
  padding: 18px 16px;
  box-shadow: 0 8px 22px rgba(17, 44, 112, 0.04);
}

.zg-faq-aside-title {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 800;
  color: var(--zg-text, #0c1c48);
}

.zg-faq-cats {
  display: grid;
  gap: 2px;
  margin-bottom: 10px;
}

.zg-faq-cats a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--zg-text, #0c1c48);
  font-size: 13px;
  font-weight: 600;
}

.zg-faq-cats a:hover {
  background: #f5f8ff;
}

.zg-faq-cat-count {
  font-size: 12px;
  font-weight: 700;
  color: #8b9bb8;
  background: #f0f3fa;
  border-radius: 999px;
  min-width: 28px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
}

.zg-faq-view-all {
  font-size: 13px;
  font-weight: 600;
  color: var(--zg-primary, #1f56f2);
  text-decoration: none;
}

.zg-faq-view-all:hover {
  text-decoration: underline;
}

.zg-faq-compliant {
  background: #f0f5ff;
  border: 1px solid #d0ddff;
  border-radius: 16px;
  padding: 20px 16px;
  text-align: center;
}

.zg-faq-compliant-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  border-radius: 12px;
  background: #fff;
  color: var(--zg-primary, #1f56f2);
  display: grid;
  place-items: center;
  box-shadow: 0 4px 12px rgba(31, 86, 242, 0.1);
}

.zg-faq-compliant-icon svg {
  width: 22px;
  height: 22px;
}

.zg-faq-compliant strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: var(--zg-text, #0c1c48);
  margin-bottom: 6px;
}

.zg-faq-compliant p {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--zg-muted, #5e6d91);
}

/* ─── Bottom CTA ─── */
.zg-faq-bottom-cta {
  padding: 8px 0 64px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-faq-cta-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 18px;
  padding: 24px 28px;
  box-shadow: 0 8px 24px rgba(17, 44, 112, 0.05);
}

.zg-faq-cta-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #eef3ff;
  color: var(--zg-primary, #1f56f2);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.zg-faq-cta-icon svg {
  width: 22px;
  height: 22px;
}

.zg-faq-cta-text {
  flex: 1 1 220px;
}

.zg-faq-cta-text h2, .zg-faq-cta-text .h2 {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 800;
  color: var(--zg-text, #0c1c48);
}

.zg-faq-cta-text p {
  margin: 0;
  font-size: 14px;
  color: var(--zg-muted, #5e6d91);
}

.zg-faq-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  margin-left: auto;
}

/* ─── Responsive ─── */
@media (max-width: 991.98px) {
  .zg-faq-hero {
    padding: 32px 0 24px;
  }
  .zg-faq-item-a {
    padding-left: 18px;
  }
  .zg-faq-cta-actions {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .zg-faq-title {
    font-size: 26px;
  }
  .zg-faq-hero-visual {
    min-height: 220px;
  }
  .zg-faq-mini {
    width: 100px;
  }
  .zg-faq-qmark {
    width: 72px;
    height: 72px;
    font-size: 34px;
  }
}
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled), .btn-primary.swal-button:not(.btn-text):not(:disabled):not(.disabled), .btn.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled), .swal-button.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):hover,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):focus,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):active {
  color: #fff !important;
}

/* ============================================================
   ZUGFeRD How it works page – Bootstrap only
   ============================================================ */
.zg-btn-primary {
  height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  background: var(--zg-primary, #1f56f2);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.zg-btn-primary:hover,
.zg-btn-primary:focus {
  background: #1746d4;
  color: #fff;
  box-shadow: 0 6px 18px rgba(31, 86, 242, 0.28);
}

.zg-btn-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--zg-primary, #1f56f2);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.zg-btn-link:hover {
  color: #1746d4;
  text-decoration: underline;
}

.zg-btn-outline {
  height: 48px;
  padding: 0 20px;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  border-radius: 12px;
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.zg-btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: #fff;
}

/* ─── Hero ─── */
.zg-hiw-hero {
  padding: 48px 0 56px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-hiw-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #e8efff;
  color: var(--zg-primary, #1f56f2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zg-hiw-title {
  margin: 0 0 16px;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  line-height: 1.12;
  color: var(--zg-text, #0c1c48);
  letter-spacing: -0.02em;
}

.zg-hiw-lead {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--zg-muted, #5e6d91);
  max-width: 42ch;
}

.zg-hiw-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}

.zg-hiw-section-title {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 800;
  color: var(--zg-text, #0c1c48);
  line-height: 1.2;
}

.zg-hiw-section-sub {
  margin: 0 auto;
  max-width: 48ch;
  font-size: 15px;
  line-height: 1.5;
  color: var(--zg-muted, #5e6d91);
}

/* Hero visual flow */
.zg-hiw-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 300px;
  flex-wrap: wrap;
}

.zg-hiw-flow-steps {
  display: grid;
  gap: 10px;
}

.zg-hiw-flow-card {
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: 0 6px 18px rgba(17, 44, 112, 0.05);
  min-width: 160px;
}

.zg-hiw-flow-card strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--zg-text, #0c1c48);
  margin-bottom: 2px;
}

.zg-hiw-flow-card span {
  display: block;
  font-size: 11px;
  color: var(--zg-muted, #5e6d91);
  line-height: 1.35;
}

.zg-hiw-flow-arrow {
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #c5d4f5, #1f56f2);
  position: relative;
  flex-shrink: 0;
}

.zg-hiw-flow-arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: #1f56f2;
}

.zg-hiw-flow-z {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: linear-gradient(160deg, #2a62fb, #1f56f2);
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 28px rgba(31, 86, 242, 0.35);
  flex-shrink: 0;
}

.zg-hiw-flow-result {
  position: relative;
  width: 180px;
  min-height: 200px;
}

.zg-hiw-result-invoice {
  width: 120px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e4ebf8;
  box-shadow: 0 12px 28px rgba(17, 44, 112, 0.1);
  padding: 14px 12px;
  transform: rotate(-3deg);
}

.zg-hiw-result-invoice-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #8b9bb8;
  margin-bottom: 10px;
}

.zg-hiw-result-invoice-lines span {
  display: block;
  height: 7px;
  border-radius: 3px;
  background: #e8eefb;
  margin-bottom: 8px;
}

.zg-hiw-result-invoice-lines span:nth-child(1) {
  width: 75%;
}

.zg-hiw-result-invoice-lines span:nth-child(2) {
  width: 90%;
}

.zg-hiw-result-invoice-lines span:nth-child(3) {
  width: 55%;
}

.zg-hiw-result-badge {
  position: absolute;
  right: 0;
  top: 24px;
  width: 100px;
  height: 116px;
  background: linear-gradient(160deg, #2a62fb, #1f56f2);
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(31, 86, 242, 0.32);
  color: #fff;
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  transform: rotate(5deg);
}

.zg-hiw-result-badge-title {
  font-size: 13px;
  font-weight: 800;
}

.zg-hiw-result-badge-sub {
  font-size: 11px;
  opacity: 0.9;
  margin-top: 2px;
}

.zg-hiw-result-badge-check {
  margin-top: auto;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
}

.zg-hiw-result-ok {
  position: absolute;
  left: 8px;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid #c5e8d6;
  border-radius: 999px;
  padding: 6px 12px 6px 8px;
  font-size: 12px;
  font-weight: 600;
  color: #0f9f58;
  box-shadow: 0 6px 16px rgba(17, 44, 112, 0.06);
}

.zg-hiw-result-ok-icon {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #e8f8ef;
  display: grid;
  place-items: center;
  font-size: 11px;
}

/* ─── 3 steps ─── */
.zg-hiw-steps {
  padding: 16px 0 48px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-hiw-step-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 18px;
  padding: 22px 18px 18px;
  box-shadow: 0 8px 22px rgba(17, 44, 112, 0.04);
}

.zg-hiw-step-num {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2a62fb, #1f56f2);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  box-shadow: 0 6px 14px rgba(31, 86, 242, 0.25);
}

.zg-hiw-step-card h3, .zg-hiw-step-card .h3, .zg-hiw-step-card .swal-title {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 700;
  color: var(--zg-text, #0c1c48);
}

.zg-hiw-step-card > p {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--zg-muted, #5e6d91);
}

.zg-hiw-step-mock {
  background: #f7f9ff;
  border: 1px solid #e4ebf8;
  border-radius: 14px;
  padding: 14px;
  min-height: 200px;
}

.zg-hiw-mock-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 13px;
  color: var(--zg-text, #0c1c48);
}

.zg-hiw-mock-logo {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: var(--zg-primary, #1f56f2);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.zg-hiw-mock-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}

.zg-hiw-mock-tabs span {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  color: var(--zg-muted, #5e6d91);
  background: #fff;
  border: 1px solid #e4ebf8;
}

.zg-hiw-mock-tabs span.is-active {
  background: #e8efff;
  color: var(--zg-primary, #1f56f2);
  border-color: #d0ddff;
  font-weight: 600;
}

.zg-hiw-mock-drop {
  background: #fff;
  border: 1.5px dashed #c5d4f5;
  border-radius: 12px;
  padding: 20px 12px;
  text-align: center;
  font-size: 12px;
  color: var(--zg-muted, #5e6d91);
}

.zg-hiw-mock-cloud {
  display: inline-flex;
  color: var(--zg-primary, #1f56f2);
  margin-bottom: 6px;
}

.zg-hiw-mock-cloud svg {
  width: 28px;
  height: 28px;
}

.zg-hiw-mock-drop small, .zg-hiw-mock-drop .small {
  display: block;
  margin: 6px 0 2px;
  font-size: 11px;
  color: #a0aec8;
}

.zg-hiw-mock-drop em {
  font-style: normal;
  font-weight: 600;
  color: var(--zg-primary, #1f56f2);
  font-size: 12px;
}

.zg-hiw-mock-xml-head {
  font-size: 12px;
  font-weight: 700;
  color: var(--zg-primary, #1f56f2);
  margin-bottom: 10px;
}

.zg-hiw-mock-xml-code {
  margin: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  line-height: 1.45;
  color: #6b7a99;
  white-space: pre-wrap;
  word-break: break-all;
}

.zg-hiw-step-mock--ready {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
}

.zg-hiw-mock-ready-icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #e8f8ef;
  color: #0f9f58;
  font-size: 22px;
  font-weight: 700;
  display: grid;
  place-items: center;
  margin-bottom: 6px;
}

.zg-hiw-step-mock--ready strong {
  font-size: 14px;
  color: var(--zg-text, #0c1c48);
}

.zg-hiw-step-mock--ready > span {
  font-size: 12px;
  color: var(--zg-muted, #5e6d91);
  margin-bottom: 10px;
}

.zg-hiw-mock-ready-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.zg-hiw-mock-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 16px;
  border-radius: 10px;
  background: var(--zg-primary, #1f56f2);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  max-width: 180px;
}

.zg-hiw-mock-link {
  font-size: 12px;
  font-weight: 600;
  color: var(--zg-primary, #1f56f2);
}

/* ─── Trust row ─── */
.zg-hiw-trust {
  padding: 8px 0 40px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-hiw-trust-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 16px;
  padding: 18px 16px;
  box-shadow: 0 8px 22px rgba(17, 44, 112, 0.04);
}

.zg-hiw-trust-item {
  display: flex;
  gap: 10px;
  align-items: center;
}

.zg-hiw-trust-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #eef3ff;
  color: var(--zg-primary, #1f56f2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.zg-hiw-trust-icon svg {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
}

.zg-hiw-trust-item strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--zg-text, #0c1c48);
  margin-bottom: 2px;
}

/* only description – do NOT target .zg-hiw-trust-icon */
.zg-hiw-trust-item > div > span {
  display: block;
  font-size: 12px;
  line-height: 1.35;
  color: var(--zg-muted, #5e6d91);
}

/* ─── Tech / pipeline ─── */
.zg-hiw-tech {
  padding: 24px 0 48px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-hiw-tech .zg-hiw-section-title {
  margin-bottom: 10px;
}

.zg-hiw-tech .zg-hiw-section-sub {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

.zg-hiw-tech-list {
  display: grid;
  gap: 10px;
}

.zg-hiw-tech-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.4;
  color: var(--zg-text, #0c1c48);
}

.zg-hiw-tech-check {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #e8f8ef;
  color: #0f9f58;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
}

.zg-hiw-pipeline {
  display: flex;
  align-items: stretch;
  gap: 12px;
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 18px;
  padding: 20px 16px;
  box-shadow: 0 12px 32px rgba(17, 44, 112, 0.06);
}

.zg-hiw-pipe-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.zg-hiw-pipe-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8b9bb8;
  margin-bottom: 4px;
}

.zg-hiw-pipe-card {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f7f9ff;
  border: 1px solid #e4ebf8;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--zg-text, #0c1c48);
}

.zg-hiw-pipe-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e4ebf8;
  color: var(--zg-primary, #1f56f2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.zg-hiw-pipe-icon svg {
  width: 14px;
  height: 14px;
}

.zg-hiw-pipe-arrows {
  display: flex;
  align-items: center;
  color: var(--zg-primary, #1f56f2);
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
  padding-top: 22px;
}

.zg-hiw-pipe-col--engine {
  flex: 1.15;
}

.zg-hiw-pipe-engine {
  background: #f0f5ff;
  border: 1px solid #d0ddff;
  border-radius: 12px;
  padding: 12px;
  display: grid;
  gap: 8px;
  flex: 1;
}

.zg-hiw-pipe-engine-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--zg-text, #0c1c48);
}

.zg-hiw-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--zg-primary, #1f56f2);
  flex-shrink: 0;
}

.zg-hiw-pipe-output {
  flex: 1;
  background: linear-gradient(160deg, #2a62fb, #1f56f2);
  border-radius: 14px;
  color: #fff;
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 28px rgba(31, 86, 242, 0.28);
}

.zg-hiw-pipe-output-title {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.zg-hiw-pipe-output-check {
  margin-top: auto;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 700;
}

/* ─── Bottom CTA ─── */
.zg-hiw-bottom-cta {
  padding: 8px 0 64px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-hiw-cta-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 28px;
  background: linear-gradient(120deg, #1f56f2 0%, #2a62fb 55%, #3b7bff 100%);
  border-radius: 20px;
  padding: 28px 32px;
  color: #fff;
  box-shadow: 0 16px 40px rgba(31, 86, 242, 0.28);
}

.zg-hiw-cta-banner-icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.zg-hiw-cta-banner-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.zg-hiw-cta-banner-text {
  flex: 1 1 220px;
}

.zg-hiw-cta-banner-text h2, .zg-hiw-cta-banner-text .h2 {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
}

.zg-hiw-cta-banner-text p {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.4;
}

.zg-hiw-cta-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: auto;
}

/* ─── Responsive ─── */
@media (max-width: 1199.98px) {
  .zg-hiw-trust-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .zg-hiw-hero {
    padding: 32px 0 40px;
  }
  .zg-hiw-tech .zg-hiw-section-title,
  .zg-hiw-tech .zg-hiw-section-sub {
    text-align: center !important;
  }
  .zg-hiw-tech .zg-hiw-section-sub {
    margin-left: auto;
    margin-right: auto;
    max-width: 48ch;
  }
  .zg-hiw-tech-list {
    max-width: 480px;
    margin: 0 auto;
  }
  .zg-hiw-pipeline {
    flex-direction: column;
  }
  .zg-hiw-pipe-arrows {
    padding-top: 0;
    justify-content: center;
    transform: rotate(90deg);
  }
  .zg-hiw-cta-banner-actions {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .zg-hiw-trust-row {
    grid-template-columns: 1fr 1fr;
  }
  .zg-hiw-hero-visual {
    gap: 16px;
  }
  .zg-hiw-flow-arrow {
    display: none;
  }
  .zg-hiw-cta-banner {
    padding: 22px 20px;
  }
}
@media (max-width: 575.98px) {
  .zg-hiw-title {
    font-size: 26px;
  }
  .zg-hiw-trust-row {
    grid-template-columns: 1fr;
  }
}
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled), .btn-primary.swal-button:not(.btn-text):not(:disabled):not(.disabled), .btn.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled), .swal-button.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):hover,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):focus,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):active {
  color: #fff !important;
}

/* ============================================================
   ZUGFeRD News page – Bootstrap only
   ============================================================ */
.zg-btn-primary {
  height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  background: var(--zg-primary, #1f56f2);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.zg-btn-primary:hover,
.zg-btn-primary:focus {
  background: #1746d4;
  color: #fff;
  box-shadow: 0 6px 18px rgba(31, 86, 242, 0.28);
}

/* ─── Hero ─── */
.zg-news-hero {
  padding: 48px 0 36px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-news-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #e8efff;
  color: var(--zg-primary, #1f56f2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zg-news-title {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--zg-text, #0c1c48);
  letter-spacing: -0.02em;
}

.zg-news-lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: var(--zg-muted, #5e6d91);
  max-width: 46ch;
}

.zg-news-hero-visual {
  position: relative;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zg-news-orbit {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1.5px dashed #cdd9f5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.zg-news-visual-card {
  width: 140px;
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(17, 44, 112, 0.1);
  padding: 16px 14px;
  position: relative;
  z-index: 2;
  transform: rotate(-3deg);
}

.zg-news-visual-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--zg-primary, #1f56f2);
  margin-bottom: 12px;
}

.zg-news-visual-lines span {
  display: block;
  height: 8px;
  border-radius: 4px;
  background: #e8eefb;
  margin-bottom: 8px;
}

.zg-news-visual-lines span:nth-child(1) {
  width: 80%;
}

.zg-news-visual-lines span:nth-child(2) {
  width: 95%;
}

.zg-news-visual-lines span:nth-child(3) {
  width: 60%;
}

.zg-news-megaphone {
  position: absolute;
  right: 18%;
  top: 18%;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: linear-gradient(160deg, #2a62fb, #1f56f2);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 28px rgba(31, 86, 242, 0.35);
  z-index: 3;
  transform: rotate(8deg);
}

.zg-news-megaphone svg {
  width: 26px;
  height: 26px;
  display: block;
}

/* ─── Main ─── */
.zg-news-main {
  padding: 8px 0 64px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-news-list {
  display: grid;
  gap: 14px;
}

.zg-news-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 8px 22px rgba(17, 44, 112, 0.04);
  align-items: stretch;
}

.zg-news-thumb {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.15;
  text-align: center;
  min-height: 100px;
  background: linear-gradient(145deg, #1f56f2, #3b7bff);
}

.zg-news-thumb svg {
  width: 28px;
  height: 28px;
  display: block;
}

.zg-news-thumb.is-eu {
  background: linear-gradient(145deg, #1a3a8f, #1f56f2);
}

.zg-news-thumb.is-fr {
  background: linear-gradient(145deg, #1f56f2, #4a7dff);
}

.zg-news-thumb.is-dash {
  background: linear-gradient(145deg, #0f2a6b, #1f56f2);
}

.zg-news-thumb.is-shield {
  background: linear-gradient(145deg, #0c3d8c, #2563eb);
}

.zg-news-thumb.is-api {
  background: linear-gradient(145deg, #123a9c, #2a62fb);
  font-size: 20px;
}

.zg-news-thumb.is-lock {
  background: linear-gradient(145deg, #0f2f7a, #1f56f2);
}

.zg-news-thumb.is-pdf {
  background: linear-gradient(145deg, #1a3a8f, #2a62fb);
}

.zg-news-thumb-flag {
  font-size: 22px;
  line-height: 1;
}

.zg-news-thumb-pdf {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 12px;
  font-weight: 800;
}

.zg-news-item-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.zg-news-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.zg-news-meta time {
  font-size: 12px;
  color: var(--zg-muted, #5e6d91);
}

.zg-news-new {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  background: #e8efff;
  color: var(--zg-primary, #1f56f2);
  font-size: 11px;
  font-weight: 700;
}

.zg-news-item-title {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.zg-news-item-title a {
  color: var(--zg-text, #0c1c48);
  text-decoration: none;
}

.zg-news-item-title a:hover {
  color: var(--zg-primary, #1f56f2);
}

.zg-news-item-excerpt {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--zg-muted, #5e6d91);
  flex: 1;
}

.zg-news-more {
  font-size: 13px;
  font-weight: 600;
  color: var(--zg-primary, #1f56f2);
  text-decoration: none;
}

.zg-news-more:hover {
  text-decoration: underline;
  color: #1746d4;
}

/* Pagination */
.zg-news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 28px;
}

.zg-news-pagination a,
.zg-news-pagination-dots {
  min-width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: var(--zg-text, #0c1c48);
  background: #fff;
  border: 1px solid #e4ebf8;
}

.zg-news-pagination a:hover {
  border-color: #c5d4f5;
  color: var(--zg-primary, #1f56f2);
}

.zg-news-pagination a.is-active {
  background: var(--zg-primary, #1f56f2);
  border-color: var(--zg-primary, #1f56f2);
  color: #fff;
}

.zg-news-pagination-dots {
  border: 0;
  background: transparent;
  color: var(--zg-muted, #5e6d91);
}

.zg-news-pagination-next {
  font-size: 18px;
}

/* Aside */
.zg-news-aside {
  display: grid;
  gap: 16px;
}

.zg-news-aside-card {
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 16px;
  padding: 18px 16px;
  box-shadow: 0 8px 22px rgba(17, 44, 112, 0.04);
}

.zg-news-aside-title {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 800;
  color: var(--zg-text, #0c1c48);
}

.zg-news-cats {
  display: grid;
  gap: 2px;
}

.zg-news-cats a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--zg-text, #0c1c48);
  font-size: 13px;
  font-weight: 600;
}

.zg-news-cats a:hover {
  background: #f5f8ff;
}

.zg-news-cats a.is-active {
  background: #eef3ff;
  color: var(--zg-primary, #1f56f2);
}

.zg-news-cat-count {
  font-size: 12px;
  font-weight: 700;
  color: #8b9bb8;
  background: #f0f3fa;
  border-radius: 999px;
  min-width: 28px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
}

.zg-news-cats a.is-active .zg-news-cat-count {
  background: #dce8ff;
  color: var(--zg-primary, #1f56f2);
}

.zg-news-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.zg-news-tags a {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef3ff;
  color: var(--zg-primary, #1f56f2);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.zg-news-tags a:hover {
  background: #dce8ff;
}

/* Subscribe */
.zg-news-subscribe {
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 16px;
  padding: 22px 18px;
  box-shadow: 0 8px 22px rgba(17, 44, 112, 0.04);
  text-align: center;
}

.zg-news-subscribe-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  border-radius: 14px;
  background: #eef3ff;
  color: var(--zg-primary, #1f56f2);
  display: grid;
  place-items: center;
}

.zg-news-subscribe-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.zg-news-subscribe-title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 800;
  color: var(--zg-text, #0c1c48);
}

.zg-news-subscribe-text {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--zg-muted, #5e6d91);
}

.zg-news-subscribe-form {
  display: grid;
  gap: 10px;
}

.zg-news-subscribe-input {
  width: 100%;
  height: 46px;
  border: 1px solid #d8e4ff;
  border-radius: 12px;
  padding: 0 14px;
  font-size: 14px;
  color: var(--zg-text, #0c1c48);
  outline: none;
  background: #fff;
}

.zg-news-subscribe-input:focus {
  border-color: var(--zg-primary, #1f56f2);
  box-shadow: 0 0 0 3px rgba(31, 86, 242, 0.12);
}

.zg-news-subscribe-note {
  margin: 12px 0 0;
  font-size: 11px;
  color: #8b9bb8;
}

/* ─── Responsive ─── */
@media (max-width: 991.98px) {
  .zg-news-hero {
    padding: 32px 0 24px;
  }
}
@media (max-width: 575.98px) {
  .zg-news-item {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }
  .zg-news-thumb {
    min-height: 88px;
    font-size: 12px;
  }
  .zg-news-item-title {
    font-size: 15px;
  }
  .zg-news-title {
    font-size: 26px;
  }
}
/* ============================================================
   Full article page
   ============================================================ */
.zg-article {
  padding: 24px 0 64px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-article-bc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 13px;
  color: var(--zg-muted, #5e6d91);
}

.zg-article-bc a {
  color: var(--zg-muted, #5e6d91);
  text-decoration: none;
  font-weight: 600;
}

.zg-article-bc a:hover {
  color: var(--zg-primary, #1f56f2);
}

.zg-article-bc-sep {
  color: #c5cddd;
}

.zg-article-bc-current {
  color: var(--zg-text, #0c1c48);
  font-weight: 600;
  max-width: 40ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zg-article-main {
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 18px;
  padding: 28px 28px 24px;
  box-shadow: 0 8px 24px rgba(17, 44, 112, 0.05);
}

.zg-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.zg-article-meta time {
  font-size: 13px;
  color: var(--zg-muted, #5e6d91);
}

.zg-article-cat {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef3ff;
  color: var(--zg-primary, #1f56f2);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.zg-article-cat:hover {
  background: #dce8ff;
}

.zg-article-title {
  margin: 0 0 10px;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--zg-text, #0c1c48);
  letter-spacing: -0.02em;
}

.zg-article-lead {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--zg-muted, #5e6d91);
}

.zg-article-byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eef2fb;
}

.zg-article-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.zg-article-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  object-fit: cover;
  background: #e8eefb;
}

.zg-article-author-name {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--zg-text, #0c1c48);
}

.zg-article-author-role {
  display: block;
  font-size: 12px;
  color: var(--zg-muted, #5e6d91);
}

.zg-article-share {
  display: flex;
  align-items: center;
  gap: 8px;
}

.zg-article-share-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--zg-muted, #5e6d91);
  margin-right: 2px;
}

.zg-article-share-btn {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid #e4ebf8;
  background: #fff;
  color: var(--zg-text, #0c1c48);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
}

.zg-article-share-btn:hover {
  border-color: #c5d4f5;
  color: var(--zg-primary, #1f56f2);
  background: #f5f8ff;
}

/* Cover illustration */
.zg-article-cover {
  margin-bottom: 28px;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, #0f2a6b 0%, #1f56f2 55%, #3b7bff 100%);
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.zg-article-cover-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.zg-article-cover-eu {
  color: #fff;
  text-align: center;
  position: relative;
}

.zg-article-cover-stars {
  display: block;
  font-size: 8px;
  letter-spacing: 2px;
  opacity: 0.85;
  margin-bottom: 6px;
}

.zg-article-cover-eu strong {
  display: block;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.05;
}

.zg-article-cover-year {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 12px;
  font-weight: 700;
}

.zg-article-cover-doc {
  width: 100px;
  height: 120px;
  background: #fff;
  border-radius: 12px;
  padding: 14px 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  position: relative;
}

.zg-article-cover-doc span {
  display: block;
  height: 8px;
  border-radius: 4px;
  background: #e8eefb;
  margin-bottom: 8px;
}

.zg-article-cover-doc span:nth-child(1) {
  width: 70%;
}

.zg-article-cover-doc span:nth-child(2) {
  width: 90%;
}

.zg-article-cover-doc span:nth-child(3) {
  width: 55%;
}

.zg-article-cover-checks {
  margin-top: 14px;
  color: #0f9f58;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
}

.zg-article-cover-badge {
  position: absolute;
  right: -8px;
  top: -12px;
  background: #fff;
  color: var(--zg-primary, #1f56f2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 6px 12px;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.zg-article-cover-shield {
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #0f9f58;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 16px rgba(15, 159, 88, 0.35);
}

/* Content */
.zg-article-content {
  font-size: 15px;
  line-height: 1.65;
  color: var(--zg-text, #0c1c48);
}

.zg-article-content p {
  margin: 0 0 16px;
}

.zg-article-content h2, .zg-article-content .h2 {
  margin: 28px 0 12px;
  font-size: 20px;
  font-weight: 800;
  color: var(--zg-text, #0c1c48);
  line-height: 1.25;
}

.zg-article-points {
  display: grid;
  gap: 14px;
  margin: 0 0 20px;
  padding: 0;
}

.zg-article-points li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.zg-article-point-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #eef3ff;
  color: var(--zg-primary, #1f56f2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.zg-article-point-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.zg-article-points strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
  color: var(--zg-text, #0c1c48);
}

.zg-article-points span {
  font-size: 13px;
}

.zg-article-callout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  margin: 24px 0 8px;
  padding: 18px 18px;
  border-radius: 14px;
  background: #f0f5ff;
  border: 1px solid #d0ddff;
}

.zg-article-callout-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--zg-primary, #1f56f2);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  font-style: italic;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.zg-article-callout-body {
  flex: 1 1 200px;
}

.zg-article-callout-body strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--zg-text, #0c1c48);
  margin-bottom: 2px;
}

.zg-article-callout-body p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: var(--zg-muted, #5e6d91);
}

/* Prev / next */
.zg-article-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #eef2fb;
}

.zg-article-nav-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #e4ebf8;
  text-decoration: none;
  background: #fafbff;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.zg-article-nav-item:hover {
  border-color: #c5d4f5;
  background: #f5f8ff;
}

.zg-article-nav-item.is-next {
  text-align: right;
}

.zg-article-nav-dir {
  font-size: 12px;
  font-weight: 600;
  color: var(--zg-primary, #1f56f2);
}

.zg-article-nav-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--zg-text, #0c1c48);
  line-height: 1.3;
}

/* Latest in sidebar */
.zg-article-latest {
  display: grid;
  gap: 12px;
}

.zg-article-latest a {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
}

.zg-article-latest a:hover strong {
  color: var(--zg-primary, #1f56f2);
}

.zg-article-latest-thumb {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1f56f2, #3b7bff);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.zg-article-latest-thumb.is-fr {
  font-size: 18px;
}

.zg-article-latest-thumb.is-dash {
  font-size: 16px;
}

.zg-article-latest time {
  display: block;
  font-size: 11px;
  color: var(--zg-muted, #5e6d91);
  margin-bottom: 2px;
}

.zg-article-latest strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--zg-text, #0c1c48);
  line-height: 1.3;
}

@media (max-width: 767.98px) {
  .zg-article-main {
    padding: 20px 16px;
  }
  .zg-article-nav {
    grid-template-columns: 1fr;
  }
  .zg-article-nav-item.is-next {
    text-align: left;
  }
  .zg-article-cover {
    min-height: 180px;
    padding: 20px;
  }
  .zg-article-cover-eu strong {
    font-size: 28px;
  }
}
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled), .btn-primary.swal-button:not(.btn-text):not(:disabled):not(.disabled), .btn.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled), .swal-button.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):hover,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):focus,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):active {
  color: #fff !important;
}

/* ============================================================
   ZUGFeRD Pricing page – Bootstrap only
   ============================================================ */
.zg-btn-primary {
  height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  background: var(--zg-primary, #1f56f2);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.zg-btn-primary:hover,
.zg-btn-primary:focus {
  background: #1746d4;
  color: #fff;
  box-shadow: 0 6px 18px rgba(31, 86, 242, 0.28);
}

.zg-btn-outline-primary {
  height: 48px;
  padding: 0 20px;
  border: 1.5px solid var(--zg-primary, #1f56f2);
  border-radius: 12px;
  background: #fff;
  color: var(--zg-primary, #1f56f2);
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.zg-btn-outline-primary:hover {
  background: #eef3ff;
  color: #1746d4;
}

/* ─── Hero ─── */
.zg-price-hero {
  padding: 48px 0 28px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-price-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #e8efff;
  color: var(--zg-primary, #1f56f2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zg-price-title {
  margin: 0 auto 12px;
  max-width: 18ch;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--zg-text, #0c1c48);
  letter-spacing: -0.02em;
}

.zg-price-lead {
  margin: 0 auto 28px;
  max-width: 48ch;
  font-size: 16px;
  line-height: 1.5;
  color: var(--zg-muted, #5e6d91);
}

.zg-price-section-title {
  margin: 0 0 28px;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 800;
  color: var(--zg-text, #0c1c48);
  line-height: 1.2;
}

/* Billing toggle */
.zg-price-toggle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.zg-price-toggle-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--zg-muted, #5e6d91);
  cursor: pointer;
  user-select: none;
}

.zg-price-toggle-label.is-active {
  color: var(--zg-text, #0c1c48);
}

.zg-price-switch {
  position: relative;
  width: 48px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: #d0ddff;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s ease;
}

.zg-price-switch.is-yearly {
  background: var(--zg-primary, #1f56f2);
}

.zg-price-switch-knob {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(17, 44, 112, 0.15);
  transition: transform 0.2s ease;
}

.zg-price-switch.is-yearly .zg-price-switch-knob {
  transform: translateX(20px);
}

.zg-price-save {
  font-size: 12px;
  font-weight: 700;
  color: #0f9f58;
  background: #e8f8ef;
  border-radius: 999px;
  padding: 4px 10px;
}

/* ─── Plan cards ─── */
.zg-price-plans {
  padding: 8px 0 40px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-price-card {
  position: relative;
  height: 100%;
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 18px;
  padding: 24px 20px 20px;
  box-shadow: 0 8px 24px rgba(17, 44, 112, 0.05);
  display: flex;
  flex-direction: column;
}

.zg-price-card.is-popular {
  border-color: #1f56f2;
  box-shadow: 0 12px 36px rgba(31, 86, 242, 0.14);
  padding-top: 36px;
}

.zg-price-popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--zg-primary, #1f56f2);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 999px;
  white-space: nowrap;
}

.zg-price-card-name {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 800;
  color: var(--zg-text, #0c1c48);
}

.zg-price-card-desc {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--zg-muted, #5e6d91);
  min-height: 2.8em;
}

.zg-price-card-price {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: 4px;
}

.zg-price-amount {
  font-size: 36px;
  font-weight: 800;
  color: var(--zg-text, #0c1c48);
  letter-spacing: -0.02em;
  line-height: 1;
}

.zg-price-amount--custom {
  font-size: 32px;
}

.zg-price-period {
  font-size: 14px;
  font-weight: 600;
  color: var(--zg-muted, #5e6d91);
}

.zg-price-billed {
  margin: 0 0 18px;
  font-size: 12px;
  color: var(--zg-muted, #5e6d91);
}

.zg-price-card-btn {
  margin-bottom: 20px;
}

.zg-price-features {
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  gap: 8px;
  flex: 1;
}

.zg-price-features li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.4;
  color: var(--zg-text, #0c1c48);
}

.zg-price-check {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #e8f8ef;
  color: #0f9f58;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 1px;
}

.zg-price-see-all {
  font-size: 13px;
  font-weight: 600;
  color: var(--zg-primary, #1f56f2);
  text-decoration: none;
}

.zg-price-see-all:hover {
  text-decoration: underline;
  color: #1746d4;
}

.zg-price-note {
  margin: 28px 0 0;
  font-size: 13px;
  color: var(--zg-muted, #5e6d91);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.zg-price-note-icon {
  width: 20px;
  height: 20px;
  color: var(--zg-primary, #1f56f2);
  display: inline-flex;
}

.zg-price-note-icon svg {
  width: 20px;
  height: 20px;
}

/* ─── Compare table ─── */
.zg-price-compare {
  padding: 24px 0 48px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-price-table-wrap {
  overflow-x: auto;
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(17, 44, 112, 0.05);
}

.zg-price-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.zg-price-table th,
.zg-price-table td {
  padding: 14px 16px;
  text-align: center;
  border-bottom: 1px solid #eef2fb;
  font-size: 13px;
  color: var(--zg-text, #0c1c48);
}

.zg-price-table th:first-child,
.zg-price-table td:first-child {
  text-align: left;
  font-weight: 600;
  min-width: 180px;
}

.zg-price-table thead th {
  background: #f7f9ff;
  border-bottom: 1px solid #e4ebf8;
  vertical-align: bottom;
}

.zg-price-th-name {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--zg-text, #0c1c48);
  margin-bottom: 4px;
}

.zg-price-th-price {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: var(--zg-text, #0c1c48);
}

.zg-price-th-price span {
  font-size: 12px;
  font-weight: 600;
  color: var(--zg-muted, #5e6d91);
}

.zg-price-table tbody tr:last-child td {
  border-bottom: 0;
}

.zg-price-yes {
  display: inline-flex;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #e8efff;
  color: var(--zg-primary, #1f56f2);
  font-size: 12px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}

.zg-price-no {
  color: #c5cddd;
  font-size: 16px;
}

/* ─── Trusted ─── */
.zg-price-trusted {
  padding: 8px 0 40px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-price-trusted-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0 8px 22px rgba(17, 44, 112, 0.04);
}

.zg-price-trusted-text {
  display: flex;
  align-items: center;
  gap: 12px;
}

.zg-price-trusted-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #eef3ff;
  color: var(--zg-primary, #1f56f2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.zg-price-trusted-icon svg {
  width: 20px;
  height: 20px;
}

.zg-price-trusted-text strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--zg-text, #0c1c48);
}

.zg-price-trusted-text span {
  font-size: 13px;
}

.zg-price-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
}

.zg-price-logo {
  font-size: 15px;
  font-weight: 700;
  color: #8b9bb8;
  letter-spacing: 0.02em;
  text-transform: lowercase;
}

.zg-price-logo:first-child {
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ─── FAQ ─── */
.zg-price-faq {
  padding: 16px 0 64px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-price-faq-item {
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 14px;
  padding: 0;
  box-shadow: 0 6px 18px rgba(17, 44, 112, 0.04);
  height: 100%;
}

.zg-price-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 700;
  color: var(--zg-text, #0c1c48);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.zg-price-faq-item summary::-webkit-details-marker {
  display: none;
}

.zg-price-faq-item summary::after {
  content: "▾";
  font-size: 12px;
  color: var(--zg-muted, #5e6d91);
  transition: transform 0.15s ease;
}

.zg-price-faq-item[open] summary::after {
  transform: rotate(180deg);
}

.zg-price-faq-answer {
  padding: 0 18px 16px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--zg-muted, #5e6d91);
}

.zg-price-faq-all {
  min-width: 160px;
}

/* ─── Responsive ─── */
@media (max-width: 1199.98px) {
  .zg-price-card-desc {
    min-height: 0;
  }
}
@media (max-width: 767.98px) {
  .zg-price-hero {
    padding: 32px 0 20px;
  }
  .zg-price-title {
    max-width: none;
  }
  .zg-price-trusted-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .zg-price-amount {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .zg-price-title {
    font-size: 26px;
  }
}
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled), .btn-primary.swal-button:not(.btn-text):not(:disabled):not(.disabled), .btn.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled), .swal-button.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):hover,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):focus,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):active {
  color: #fff !important;
}

/* ============================================================
   ZUGFeRD Solutions page – Bootstrap only
   No Metronic dependencies
   ============================================================ */
/* Shared bits (safe if product/auth CSS also loaded) */
.zg-btn-primary {
  height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  background: var(--zg-primary, #1f56f2);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.zg-btn-primary:hover,
.zg-btn-primary:focus {
  background: #1746d4;
  color: #fff;
  box-shadow: 0 6px 18px rgba(31, 86, 242, 0.28);
}

.zg-btn-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--zg-primary, #1f56f2);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.zg-btn-link:hover {
  color: #1746d4;
  text-decoration: underline;
}

.zg-btn-outline {
  height: 48px;
  padding: 0 20px;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  border-radius: 12px;
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.zg-btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: #fff;
}

/* ─── Hero ─── */
.zg-sol-hero {
  padding: 48px 0 56px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-sol-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #e8efff;
  color: var(--zg-primary, #1f56f2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zg-sol-title {
  margin: 0 0 16px;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--zg-text, #0c1c48);
  letter-spacing: -0.02em;
}

.zg-sol-lead {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--zg-muted, #5e6d91);
  max-width: 48ch;
}

.zg-sol-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}

.zg-sol-section-title {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 800;
  color: var(--zg-text, #0c1c48);
  line-height: 1.2;
}

.zg-sol-section-sub {
  margin: 0 auto;
  max-width: 48ch;
  font-size: 15px;
  line-height: 1.5;
  color: var(--zg-muted, #5e6d91);
}

/* Hero visual */
.zg-sol-hero-visual {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  padding: 24px;
}

.zg-sol-orbit {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1.5px dashed #cdd9f5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

.zg-sol-orbit-icon {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d8e4ff;
  box-shadow: 0 6px 16px rgba(17, 44, 112, 0.08);
  color: var(--zg-primary, #1f56f2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.zg-sol-orbit-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.zg-sol-orbit-icon--1 {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.zg-sol-orbit-icon--2 {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}

.zg-sol-orbit-icon--3 {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.zg-sol-orbit-icon--4 {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.zg-sol-hero .col-lg-6 {
  overflow: visible;
}

.zg-sol-hero-invoice {
  width: 150px;
  height: 180px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(17, 44, 112, 0.12);
  border: 1px solid #e4ebf8;
  padding: 16px 14px;
  position: relative;
  z-index: 2;
  transform: rotate(-4deg);
  margin-right: -50px;
}

.zg-sol-hero-invoice-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #8b9bb8;
  margin-bottom: 14px;
}

.zg-sol-hero-invoice-lines span {
  display: block;
  height: 8px;
  border-radius: 4px;
  background: #e8eefb;
  margin-bottom: 10px;
}

.zg-sol-hero-invoice-lines span:nth-child(1) {
  width: 70%;
}

.zg-sol-hero-invoice-lines span:nth-child(2) {
  width: 90%;
}

.zg-sol-hero-invoice-lines span:nth-child(3) {
  width: 55%;
}

.zg-sol-hero-invoice-lines span:nth-child(4) {
  width: 80%;
}

.zg-sol-hero-badge {
  margin-top: 100px;
  width: 120px;
  height: 140px;
  background: linear-gradient(160deg, #2a62fb 0%, #1f56f2 100%);
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(31, 86, 242, 0.35);
  color: #fff;
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
  transform: rotate(6deg);
}

.zg-sol-hero-badge-title {
  font-size: 15px;
  font-weight: 800;
}

.zg-sol-hero-badge-sub {
  font-size: 12px;
  opacity: 0.9;
  margin-top: 2px;
}

.zg-sol-hero-badge-check {
  margin-top: auto;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 700;
}

/* ─── Industries ─── */
.zg-sol-industries {
  padding: 16px 0 56px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-sol-industry-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 16px;
  padding: 22px 18px 18px;
  box-shadow: 0 8px 22px rgba(17, 44, 112, 0.04);
  display: flex;
  flex-direction: column;
}

.zg-sol-industry-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #eef3ff;
  color: var(--zg-primary, #1f56f2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.zg-sol-industry-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.zg-sol-industry-card h3, .zg-sol-industry-card .h3, .zg-sol-industry-card .swal-title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--zg-text, #0c1c48);
  line-height: 1.25;
}

.zg-sol-industry-card p {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--zg-muted, #5e6d91);
  flex: 1;
}

.zg-sol-more {
  font-size: 13px;
  font-weight: 600;
  color: var(--zg-primary, #1f56f2);
  text-decoration: none;
}

.zg-sol-more:hover {
  text-decoration: underline;
  color: #1746d4;
}

@media (min-width: 1200px) {
  .zg-sol-industries .col-xl {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/* ─── Platform ─── */
.zg-sol-platform {
  padding: 24px 0 56px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-sol-platform .zg-sol-section-title {
  margin-bottom: 10px;
}

.zg-sol-platform .zg-sol-section-sub {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

.zg-sol-checklist {
  display: grid;
  gap: 16px;
}

.zg-sol-checklist li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.zg-sol-check {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #e8f8ef;
  color: #0f9f58;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  line-height: 1;
}

.zg-sol-checklist strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--zg-text, #0c1c48);
  margin-bottom: 2px;
}

/* only description text – do NOT target .zg-sol-check */
.zg-sol-checklist li > div > span {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  color: var(--zg-muted, #5e6d91);
}

/* Dashboard mock */
.zg-sol-dashboard {
  display: grid;
  grid-template-columns: 180px 1fr;
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(17, 44, 112, 0.08);
  overflow: hidden;
  min-height: 320px;
}

.zg-sol-dash-sidebar {
  background: #f7f9ff;
  border-right: 1px solid #e4ebf8;
  padding: 18px 14px;
}

.zg-sol-dash-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--zg-text, #0c1c48);
  margin-bottom: 18px;
}

.zg-sol-dash-logo-mark {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: var(--zg-primary, #1f56f2);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.zg-sol-dash-nav {
  display: grid;
  gap: 4px;
}

.zg-sol-dash-nav span {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 12px;
  color: var(--zg-muted, #5e6d91);
}

.zg-sol-dash-nav span.is-active {
  background: #e8efff;
  color: var(--zg-primary, #1f56f2);
  font-weight: 600;
}

.zg-sol-dash-main {
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
}

.zg-sol-dash-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.zg-sol-dash-header strong {
  font-size: 15px;
  color: var(--zg-text, #0c1c48);
}

.zg-sol-dash-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.zg-sol-dash-tabs span {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  color: var(--zg-muted, #5e6d91);
  background: #f0f3fa;
}

.zg-sol-dash-tabs span.is-active {
  background: #e8efff;
  color: var(--zg-primary, #1f56f2);
  font-weight: 600;
}

.zg-sol-dash-table {
  flex: 1;
}

.zg-sol-dash-row {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.7fr 0.9fr;
  gap: 8px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #eef2fb;
  font-size: 12px;
  color: var(--zg-text, #0c1c48);
}

.zg-sol-dash-row.is-head {
  color: #8b9bb8;
  font-weight: 600;
  padding-top: 0;
  border-bottom-color: #e4ebf8;
}

.zg-sol-dash-doc {
  display: block;
  height: 8px;
  width: 70%;
  border-radius: 4px;
  background: #e8eefb;
}

.zg-sol-status {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
}

.zg-sol-status.is-valid {
  background: #e8f8ef;
  color: #0f9f58;
}

.zg-sol-status.is-warn {
  background: #fff6e5;
  color: #c47d00;
}

.zg-sol-dash-footer {
  margin-top: 12px;
  text-align: right;
}

.zg-sol-dash-link {
  font-size: 12px;
  font-weight: 600;
  color: var(--zg-primary, #1f56f2);
}

/* ─── Why choose ─── */
.zg-sol-why {
  padding: 16px 0 48px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-sol-why-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 16px;
  padding: 20px 16px 18px;
  box-shadow: 0 8px 22px rgba(17, 44, 112, 0.04);
  text-align: center;
}

.zg-sol-why-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #eef3ff;
  color: var(--zg-primary, #1f56f2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.zg-sol-why-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.zg-sol-why-card h3, .zg-sol-why-card .h3, .zg-sol-why-card .swal-title {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  color: var(--zg-text, #0c1c48);
  line-height: 1.25;
}

.zg-sol-why-card p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.4;
  color: var(--zg-muted, #5e6d91);
}

@media (min-width: 1200px) {
  .zg-sol-why .col-xl {
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
  }
}
/* ─── Bottom CTA ─── */
.zg-sol-bottom-cta {
  padding: 8px 0 64px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-sol-cta-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 28px;
  background: linear-gradient(120deg, #1f56f2 0%, #2a62fb 55%, #3b7bff 100%);
  border-radius: 20px;
  padding: 28px 32px;
  color: #fff;
  box-shadow: 0 16px 40px rgba(31, 86, 242, 0.28);
}

.zg-sol-cta-banner-icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.zg-sol-cta-banner-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.zg-sol-cta-banner-text {
  flex: 1 1 220px;
}

.zg-sol-cta-banner-text h2, .zg-sol-cta-banner-text .h2 {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
}

.zg-sol-cta-banner-text p {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.4;
}

.zg-sol-cta-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: auto;
}

/* ─── Responsive ─── */
@media (max-width: 991.98px) {
  .zg-sol-hero {
    padding: 32px 0 40px;
  }
  .zg-sol-platform .zg-sol-section-title,
  .zg-sol-platform .zg-sol-section-sub {
    text-align: center !important;
  }
  .zg-sol-platform .zg-sol-section-sub {
    margin-left: auto;
    margin-right: auto;
    max-width: 48ch;
  }
  .zg-sol-checklist {
    max-width: 480px;
    margin: 0 auto 8px;
  }
  .zg-sol-dashboard {
    grid-template-columns: 1fr;
  }
  .zg-sol-dash-sidebar {
    border-right: 0;
    border-bottom: 1px solid #e4ebf8;
  }
  .zg-sol-dash-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
  .zg-sol-cta-banner-actions {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .zg-sol-orbit {
    width: 220px;
    height: 220px;
  }
  .zg-sol-hero-invoice {
    width: 120px;
    height: 150px;
    margin-right: 24px;
  }
  .zg-sol-hero-badge {
    width: 100px;
    height: 118px;
  }
  .zg-sol-dash-row {
    grid-template-columns: 1.2fr 0.7fr 0.7fr;
  }
  .zg-sol-dash-row span:last-child {
    display: none;
  }
  .zg-sol-cta-banner {
    padding: 22px 20px;
  }
}
@media (max-width: 575.98px) {
  .zg-sol-title {
    font-size: 26px;
  }
  .zg-sol-hero-visual {
    min-height: 260px;
  }
}
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled), .btn-primary.swal-button:not(.btn-text):not(:disabled):not(.disabled), .btn.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled), .swal-button.dropdown-item.dropdown-item-primary:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):hover,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):focus,
.btn.btn-primary:not(.btn-text):not(:disabled):not(.disabled):active {
  color: #fff !important;
}

/* Static pages – Privacy, Terms, Imprint */
.zg-static {
  padding: 40px 0 64px;
  background: var(--zg-bg, #f5f7fc);
}

.zg-static-card {
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e4ebf8;
  border-radius: 18px;
  padding: 36px 40px;
  box-shadow: 0 8px 24px rgba(17, 44, 112, 0.05);
}

.zg-static-header {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eef2fb;
}

.zg-static-title {
  margin: 0 0 8px;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--zg-text, #0c1c48);
  letter-spacing: -0.02em;
}

.zg-static-date {
  margin: 0;
  font-size: 13px;
  color: var(--zg-muted, #5e6d91);
}

/* HTML from DB */
.zg-static-content {
  font-size: 15px;
  line-height: 1.65;
  color: var(--zg-text, #0c1c48);
}

.zg-static-content > *:first-child {
  margin-top: 0;
}

.zg-static-content > *:last-child {
  margin-bottom: 0;
}

.zg-static-content p {
  margin: 0 0 16px;
  color: var(--zg-muted, #5e6d91);
}

.zg-static-content h2, .zg-static-content .h2,
.zg-static-content h3,
.zg-static-content .h3,
.zg-static-content .swal-title {
  margin: 28px 0 10px;
  font-weight: 800;
  color: var(--zg-text, #0c1c48);
  line-height: 1.3;
}

.zg-static-content h2, .zg-static-content .h2 {
  font-size: 18px;
}

.zg-static-content h3, .zg-static-content .h3, .zg-static-content .swal-title {
  font-size: 16px;
}

.zg-static-content ul,
.zg-static-content ol {
  margin: 0 0 16px;
  padding-left: 1.35em;
  color: var(--zg-muted, #5e6d91);
}

.zg-static-content li {
  margin-bottom: 6px;
}

.zg-static-content a {
  color: var(--zg-primary, #1f56f2);
  font-weight: 600;
  text-decoration: none;
}

.zg-static-content a:hover {
  text-decoration: underline;
}

/* Email / contact box (если в HTML из БД обернёшь в .zg-static-email) */
.zg-static-content .zg-static-email,
.zg-static-content a[href^="mailto:"] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #f5f8ff;
  border: 1px solid #e4ebf8;
  color: var(--zg-primary, #1f56f2);
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .zg-static {
    padding: 24px 0 48px;
  }
  .zg-static-card {
    padding: 22px 16px;
    border-radius: 14px;
  }
}

/*# sourceMappingURL=style.bundle.css.map*/