@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&amp;display=swap");

.swiper-grid-jobobx {
  width: 100%;
}

.swiper-grid-jobobx .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

details {
  display: block;
}

[hidden],
template {
  display: none;
}

/*!
 * Bootstrap v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg,
      hsla(0, 0%, 100%, 0.15),
      hsla(0, 0%, 100%, 0));
}

*,
:after,
:before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}



p {
  font-family: Plus Jakarta Sans, sans-serif !important;
  font-size: 14px !important;
  line-height: 30px !important;
}


body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {

  .h1,
  h1 {
    font-size: 2.5rem;
  }
}

.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {

  .h2,
  h2 {
    font-size: 2rem;
  }
}

.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {

  .h3,
  h3 {
    font-size: 1.75rem;
  }
}

.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {

  .h4,
  h4 {
    font-size: 1.5rem;
  }
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-bs-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  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: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  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: #212529;
  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;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend+* {
  clear: left;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-inline,
.list-unstyled {
  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: #6c757d;
}

.blockquote-footer:before {
  content: "— ";
}

.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  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,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    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;
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.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;
  }

  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.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;
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.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;
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.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;
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.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;
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.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-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table> :not(caption)>*>* {
  padding: 0.5rem;
  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;
}

.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: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.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;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }

  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  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.25rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: 0;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: calc(3.5rem + 2px);
  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 {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
  padding-right: 3rem;
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation> :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  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: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
  display: block;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input~.valid-feedback {
  margin-left: 0.5em;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
  display: block;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input~.invalid-feedback {
  margin-left: 0.5em;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.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;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.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(49, 132, 253, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.25rem hsla(208, 6%, 54%, 0.5);
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem hsla(208, 6%, 54%, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:focus+.btn-success,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.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(60, 153, 110, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:focus+.btn-info,
.btn-info:focus,
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.btn-check:focus+.btn-info,
.btn-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.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: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:focus+.btn-warning,
.btn-warning:focus,
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.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: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:focus+.btn-danger,
.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.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(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus+.btn-light,
.btn-light:focus,
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
  box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus,
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.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(66, 70, 73, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem hsla(208, 7%, 46%, 0.5);
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem hsla(208, 7%, 46%, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:hover {
  color: #000;
  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:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active: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: #000;
  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:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active: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: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  color: #0d6efd;
}

.btn-link:hover {
  color: #0a58ca;
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.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;
  }
}

.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.dropup .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
}

.dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropend .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropend .dropdown-toggle:after {
  vertical-align: 0;
}

.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
}

.dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}

.dropstart .dropdown-toggle:before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropstart .dropdown-toggle:before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n + 3),
.btn-group> :not(.btn-check)+.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split:before {
  margin-right: 0;
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%;
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.55);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.55);
  border-color: hsla(0, 0%, 100%, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
}

.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-bottom: -0.5rem;
  border-bottom: 0;
}

.card-header-pills,
.card-header-tabs {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group>.card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-header,
  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow-anchor: 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,
    border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button.collapsed {
  border-bottom-width: 0;
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
}

.accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}

.accordion-button:after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button:after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 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: #6c757d;
  content: var(--bs-breadcrumb-divider, "../../../index.html");
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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;
  border-color: #dee2e6;
}

.page-link:focus,
.page-link:hover {
  color: #0a58ca;
  background-color: #e9ecef;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.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.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.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.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-success .alert-link {
  color: #0c4128;
}

.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: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress {
  height: 1rem;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress,
.progress-bar {
  display: flex;
  overflow: hidden;
}

.progress-bar {
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg,
      hsla(0, 0%, 100%, 0.15) 25%,
      transparent 0,
      transparent 50%,
      hsla(0, 0%, 100%, 0.15) 0,
      hsla(0, 0%, 100%, 0.15) 75%,
      transparent 0,
      transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.list-group-item+.list-group-item {
  border-top-width: 0;
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.toast:not(.showing):not(.show) {
  opacity: 0;
}

.toast.hide {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container> :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  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: translateY(-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: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@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;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.popover .popover-arrow:after,
.popover .popover-arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow,
.bs-popover-top>.popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow:before,
.bs-popover-top>.popover-arrow:before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow:after,
.bs-popover-top>.popover-arrow:after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow,
.bs-popover-end>.popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow:before,
.bs-popover-end>.popover-arrow:before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow:after,
.bs-popover-end>.popover-arrow:after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow:before,
.bs-popover-bottom>.popover-arrow:before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow:after,
.bs-popover-bottom>.popover-arrow:after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow,
.bs-popover-start>.popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow:before,
.bs-popover-start>.popover-arrow:before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow:after,
.bs-popover-start>.popover-arrow:after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.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: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.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: #0d6efd;
}

.link-primary:focus,
.link-primary:hover {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}

.link-secondary:focus,
.link-secondary:hover {
  color: #565e64;
}

.link-success {
  color: #198754;
}

.link-success:focus,
.link-success:hover {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}

.link-info:focus,
.link-info:hover {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}

.link-warning:focus,
.link-warning:hover {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}

.link-danger:focus,
.link-danger:hover {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}

.link-light:focus,
.link-light:hover {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}

.link-dark:focus,
.link-dark:hover {
  color: #1a1e21;
}

.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 {
  top: 0;
}

.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  bottom: 0;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    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 {
  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-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-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-last {
  order: 6 !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;
}

.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;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}

.text-reset {
  color: inherit !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;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body,
.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !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-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
}

.rounded-end,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}

.rounded-bottom,
.rounded-end {
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom,
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-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-last {
    order: 6 !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;
  }

  .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-last {
    order: 6 !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;
  }

  .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-last {
    order: 6 !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;
  }

  .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-last {
    order: 6 !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;
  }

  .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-last {
    order: 6 !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;
  }

  .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: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

@font-face {
  font-family: uicons-regular-rounded;
  src: url(../media/uicons-regular-rounded.1b50296b.eot#iefix) format("embedded-opentype"),
    url(../media/uicons-regular-rounded.866b86e7.woff2) format("woff2"),
    url(../media/uicons-regular-rounded.e5cc8a31.woff) format("woff");
}

i[class^="fi-rr-"],
span[class^="fi-rr-"] {
  line-height: 0 !important;
}

i[class*=" fi-rr-"]:before,
i[class^="fi-rr-"]:before,
span[class*="fi-rr-"]:before,
span[class^="fi-rr-"]:before {
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: 400 !important;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fi-rr-add:before {
  content: "\f101";
}

.fi-rr-address-book:before {
  content: "\f102";
}

.fi-rr-alarm-clock:before {
  content: "\f103";
}

.fi-rr-align-center:before {
  content: "\f104";
}

.fi-rr-align-justify:before {
  content: "\f105";
}

.fi-rr-align-left:before {
  content: "\f106";
}

.fi-rr-align-right:before {
  content: "\f107";
}

.fi-rr-ambulance:before {
  content: "\f108";
}

.fi-rr-angle-double-left:before {
  content: "\f109";
}

.fi-rr-angle-double-right:before {
  content: "\f10a";
}

.fi-rr-angle-double-small-left:before {
  content: "\f10b";
}

.fi-rr-angle-double-small-right:before {
  content: "\f10c";
}

.fi-rr-angle-down:before {
  content: "\f10d";
}

.fi-rr-angle-left:before {
  content: "\f10e";
}

.fi-rr-angle-right:before {
  content: "\f10f";
}

.fi-rr-angle-small-down:before {
  content: "\f110";
}

.fi-rr-angle-small-left:before {
  content: "\f111";
}

.fi-rr-angle-small-right:before {
  content: "\f112";
}

.fi-rr-angle-small-up:before {
  content: "\f113";
}

.fi-rr-angle-up:before {
  content: "\f114";
}

.fi-rr-apple:before {
  content: "\f115";
}

.fi-rr-apps-add:before {
  content: "\f116";
}

.fi-rr-apps-delete:before {
  content: "\f117";
}

.fi-rr-apps-sort:before {
  content: "\f118";
}

.fi-rr-apps:before {
  content: "\f119";
}

.fi-rr-archive:before {
  content: "\f11a";
}

.fi-rr-arrow-down:before {
  content: "\f11b";
}

.fi-rr-arrow-from-bottom:before {
  content: "\f11c";
}

.fi-rr-arrow-left:before {
  content: "\f11d";
}

.fi-rr-arrow-right:before {
  content: "\f11e";
}

.fi-rr-arrow-small-down:before {
  content: "\f11f";
}

.fi-rr-arrow-small-left:before {
  content: "\f120";
}

.fi-rr-arrow-small-right:before {
  content: "\f121";
}

.fi-rr-arrow-small-up:before {
  content: "\f122";
}

.fi-rr-arrow-up:before {
  content: "\f123";
}

.fi-rr-asterik:before {
  content: "\f124";
}

.fi-rr-at:before {
  content: "\f125";
}

.fi-rr-backpack:before {
  content: "\f126";
}

.fi-rr-badge:before {
  content: "\f127";
}

.fi-rr-balloons:before {
  content: "\f128";
}

.fi-rr-ban:before {
  content: "\f129";
}

.fi-rr-band-aid:before {
  content: "\f12a";
}

.fi-rr-bank:before {
  content: "\f12b";
}

.fi-rr-barber-shop:before {
  content: "\f12c";
}

.fi-rr-baseball:before {
  content: "\f12d";
}

.fi-rr-basketball:before {
  content: "\f12e";
}

.fi-rr-bed:before {
  content: "\f12f";
}

.fi-rr-beer:before {
  content: "\f130";
}

.fi-rr-bell-ring:before {
  content: "\f131";
}

.fi-rr-bell-school:before {
  content: "\f132";
}

.fi-rr-bell:before {
  content: "\f133";
}

.fi-rr-bike:before {
  content: "\f134";
}

.fi-rr-billiard:before {
  content: "\f135";
}

.fi-rr-bold:before {
  content: "\f136";
}

.fi-rr-book-alt:before {
  content: "\f137";
}

.fi-rr-book:before {
  content: "\f138";
}

.fi-rr-bookmark:before {
  content: "\f139";
}

.fi-rr-bowling:before {
  content: "\f13a";
}

.fi-rr-box-alt:before {
  content: "\f13b";
}

.fi-rr-box:before {
  content: "\f13c";
}

.fi-rr-bread-slice:before {
  content: "\f13d";
}

.fi-rr-briefcase:before {
  content: "\f13e";
}

.fi-rr-broom:before {
  content: "\f13f";
}

.fi-rr-browser:before {
  content: "\f140";
}

.fi-rr-brush:before {
  content: "\f141";
}

.fi-rr-bug:before {
  content: "\f142";
}

.fi-rr-building:before {
  content: "\f143";
}

.fi-rr-bulb:before {
  content: "\f144";
}

.fi-rr-butterfly:before {
  content: "\f145";
}

.fi-rr-cake-birthday:before {
  content: "\f146";
}

.fi-rr-cake-wedding:before {
  content: "\f147";
}

.fi-rr-calculator:before {
  content: "\f148";
}

.fi-rr-calendar:before {
  content: "\f149";
}

.fi-rr-call-history:before {
  content: "\f14a";
}

.fi-rr-call-incoming:before {
  content: "\f14b";
}

.fi-rr-call-missed:before {
  content: "\f14c";
}

.fi-rr-call-outgoing:before {
  content: "\f14d";
}

.fi-rr-camera:before {
  content: "\f14e";
}

.fi-rr-camping:before {
  content: "\f14f";
}

.fi-rr-car:before {
  content: "\f150";
}

.fi-rr-caret-down:before {
  content: "\f151";
}

.fi-rr-caret-left:before {
  content: "\f152";
}

.fi-rr-caret-right:before {
  content: "\f153";
}

.fi-rr-caret-up:before {
  content: "\f154";
}

.fi-rr-carrot:before {
  content: "\f155";
}

.fi-rr-chart-connected:before {
  content: "\f156";
}

.fi-rr-chart-histogram:before {
  content: "\f157";
}

.fi-rr-chart-network:before {
  content: "\f158";
}

.fi-rr-chart-pie-alt:before {
  content: "\f159";
}

.fi-rr-chart-pie:before {
  content: "\f15a";
}

.fi-rr-chart-pyramid:before {
  content: "\f15b";
}

.fi-rr-chart-set-theory:before {
  content: "\f15c";
}

.fi-rr-chart-tree:before {
  content: "\f15d";
}

.fi-rr-chat-arrow-down:before {
  content: "\f15e";
}

.fi-rr-chat-arrow-grow:before {
  content: "\f15f";
}

.fi-rr-check:before {
  content: "\f160";
}

.fi-rr-checkbox:before {
  content: "\f161";
}

.fi-rr-cheese:before {
  content: "\f162";
}

.fi-rr-chess-piece:before {
  content: "\f163";
}

.fi-rr-child-head:before {
  content: "\f164";
}

.fi-rr-circle-small:before {
  content: "\f165";
}

.fi-rr-circle:before {
  content: "\f166";
}

.fi-rr-clip:before {
  content: "\f167";
}

.fi-rr-clock:before {
  content: "\f168";
}

.fi-rr-cloud-check:before {
  content: "\f169";
}

.fi-rr-cloud-disabled:before {
  content: "\f16a";
}

.fi-rr-cloud-download:before {
  content: "\f16b";
}

.fi-rr-cloud-share:before {
  content: "\f16c";
}

.fi-rr-cloud-upload:before {
  content: "\f16d";
}

.fi-rr-cloud:before {
  content: "\f16e";
}

.fi-rr-clouds:before {
  content: "\f16f";
}

.fi-rr-cocktail:before {
  content: "\f170";
}

.fi-rr-coffee:before {
  content: "\f171";
}

.fi-rr-comment-alt:before {
  content: "\f172";
}

.fi-rr-comment-check:before {
  content: "\f173";
}

.fi-rr-comment-heart:before {
  content: "\f174";
}

.fi-rr-comment-info:before {
  content: "\f175";
}

.fi-rr-comment-user:before {
  content: "\f176";
}

.fi-rr-comment:before {
  content: "\f177";
}

.fi-rr-comments:before {
  content: "\f178";
}

.fi-rr-compress-alt:before {
  content: "\f179";
}

.fi-rr-compress:before {
  content: "\f17a";
}

.fi-rr-computer:before {
  content: "\f17b";
}

.fi-rr-confetti:before {
  content: "\f17c";
}

.fi-rr-cookie:before {
  content: "\f17d";
}

.fi-rr-copy-alt:before {
  content: "\f17e";
}

.fi-rr-copy:before {
  content: "\f17f";
}

.fi-rr-copyright:before {
  content: "\f180";
}

.fi-rr-cow:before {
  content: "\f181";
}

.fi-rr-cream:before {
  content: "\f182";
}

.fi-rr-credit-card:before {
  content: "\f183";
}

.fi-rr-croissant:before {
  content: "\f184";
}

.fi-rr-cross-circle:before {
  content: "\f185";
}

.fi-rr-cross-small:before {
  content: "\f186";
}

.fi-rr-cross:before {
  content: "\f187";
}

.fi-rr-crown:before {
  content: "\f188";
}

.fi-rr-cube:before {
  content: "\f189";
}

.fi-rr-cupcake:before {
  content: "\f18a";
}

.fi-rr-cursor-finger:before {
  content: "\f18b";
}

.fi-rr-cursor-plus:before {
  content: "\f18c";
}

.fi-rr-cursor-text-alt:before {
  content: "\f18d";
}

.fi-rr-cursor-text:before {
  content: "\f18e";
}

.fi-rr-cursor:before {
  content: "\f18f";
}

.fi-rr-dart:before {
  content: "\f190";
}

.fi-rr-dashboard:before {
  content: "\f191";
}

.fi-rr-data-transfer:before {
  content: "\f192";
}

.fi-rr-database:before {
  content: "\f193";
}

.fi-rr-delete:before {
  content: "\f194";
}

.fi-rr-diamond:before {
  content: "\f195";
}

.fi-rr-dice:before {
  content: "\f196";
}

.fi-rr-diploma:before {
  content: "\f197";
}

.fi-rr-disco-ball:before {
  content: "\f198";
}

.fi-rr-disk:before {
  content: "\f199";
}

.fi-rr-doctor:before {
  content: "\f19a";
}

.fi-rr-document-signed:before {
  content: "\f19b";
}

.fi-rr-document:before {
  content: "\f19c";
}

.fi-rr-dollar:before {
  content: "\f19d";
}

.fi-rr-download:before {
  content: "\f19e";
}

.fi-rr-drink-alt:before {
  content: "\f19f";
}

.fi-rr-drumstick:before {
  content: "\f1a0";
}

.fi-rr-duplicate:before {
  content: "\f1a1";
}

.fi-rr-e-learning:before {
  content: "\f1a2";
}

.fi-rr-earnings:before {
  content: "\f1a3";
}

.fi-rr-edit-alt:before {
  content: "\f1a4";
}

.fi-rr-edit:before {
  content: "\f1a5";
}

.fi-rr-envelope-ban:before {
  content: "\f1a6";
}

.fi-rr-envelope-download:before {
  content: "\f1a7";
}

.fi-rr-envelope-marker:before {
  content: "\f1a8";
}

.fi-rr-envelope-open:before {
  content: "\f1a9";
}

.fi-rr-envelope-plus:before {
  content: "\f1aa";
}

.fi-rr-envelope:before {
  content: "\f1ab";
}

.fi-rr-euro:before {
  content: "\f1ac";
}

.fi-rr-exclamation:before {
  content: "\f1ad";
}

.fi-rr-expand:before {
  content: "\f1ae";
}

.fi-rr-eye-crossed:before {
  content: "\f1af";
}

.fi-rr-eye-dropper:before {
  content: "\f1b0";
}

.fi-rr-eye:before {
  content: "\f1b1";
}

.fi-rr-feather:before {
  content: "\f1b2";
}

.fi-rr-ferris-wheel:before {
  content: "\f1b3";
}

.fi-rr-file-add:before {
  content: "\f1b4";
}

.fi-rr-file-ai:before {
  content: "\f1b5";
}

.fi-rr-file-check:before {
  content: "\f1b6";
}

.fi-rr-file-delete:before {
  content: "\f1b7";
}

.fi-rr-file-eps:before {
  content: "\f1b8";
}

.fi-rr-file-gif:before {
  content: "\f1b9";
}

.fi-rr-file-music:before {
  content: "\f1ba";
}

.fi-rr-file-psd:before {
  content: "\f1bb";
}

.fi-rr-file:before {
  content: "\f1bc";
}

.fi-rr-fill:before {
  content: "\f1bd";
}

.fi-rr-film:before {
  content: "\f1be";
}

.fi-rr-filter:before {
  content: "\f1bf";
}

.fi-rr-fingerprint:before {
  content: "\f1c0";
}

.fi-rr-fish:before {
  content: "\f1c1";
}

.fi-rr-flag:before {
  content: "\f1c2";
}

.fi-rr-flame:before {
  content: "\f1c3";
}

.fi-rr-flip-horizontal:before {
  content: "\f1c4";
}

.fi-rr-flower-bouquet:before {
  content: "\f1c5";
}

.fi-rr-flower-tulip:before {
  content: "\f1c6";
}

.fi-rr-flower:before {
  content: "\f1c7";
}

.fi-rr-folder-add:before {
  content: "\f1c8";
}

.fi-rr-folder:before {
  content: "\f1c9";
}

.fi-rr-following:before {
  content: "\f1ca";
}

.fi-rr-football:before {
  content: "\f1cb";
}

.fi-rr-form:before {
  content: "\f1cc";
}

.fi-rr-forward:before {
  content: "\f1cd";
}

.fi-rr-fox:before {
  content: "\f1ce";
}

.fi-rr-frown:before {
  content: "\f1cf";
}

.fi-rr-ftp:before {
  content: "\f1d0";
}

.fi-rr-gallery:before {
  content: "\f1d1";
}

.fi-rr-gamepad:before {
  content: "\f1d2";
}

.fi-rr-gas-pump:before {
  content: "\f1d3";
}

.fi-rr-gem:before {
  content: "\f1d4";
}

.fi-rr-gift:before {
  content: "\f1d5";
}

.fi-rr-glass-cheers:before {
  content: "\f1d6";
}

.fi-rr-glasses:before {
  content: "\f1d7";
}

.fi-rr-globe-alt:before {
  content: "\f1d8";
}

.fi-rr-globe:before {
  content: "\f1d9";
}

.fi-rr-golf:before {
  content: "\f1da";
}

.fi-rr-graduation-cap:before {
  content: "\f1db";
}

.fi-rr-graphic-tablet:before {
  content: "\f1dc";
}

.fi-rr-grid-alt:before {
  content: "\f1dd";
}

.fi-rr-grid:before {
  content: "\f1de";
}

.fi-rr-guitar:before {
  content: "\f1df";
}

.fi-rr-gym:before {
  content: "\f1e0";
}

.fi-rr-hamburger:before {
  content: "\f1e1";
}

.fi-rr-hand-holding-heart:before {
  content: "\f1e2";
}

.fi-rr-hastag:before {
  content: "\f1e3";
}

.fi-rr-hat-birthday:before {
  content: "\f1e4";
}

.fi-rr-head-side-thinking:before {
  content: "\f1e5";
}

.fi-rr-headphones:before {
  content: "\f1e6";
}

.fi-rr-headset:before {
  content: "\f1e7";
}

.fi-rr-heart-arrow:before {
  content: "\f1e8";
}

.fi-rr-heart:before {
  content: "\f1e9";
}

.fi-rr-home-location-alt:before {
  content: "\f1ea";
}

.fi-rr-home-location:before {
  content: "\f1eb";
}

.fi-rr-home:before {
  content: "\f1ec";
}

.fi-rr-hourglass-end:before {
  content: "\f1ed";
}

.fi-rr-hourglass:before {
  content: "\f1ee";
}

.fi-rr-ice-cream:before {
  content: "\f1ef";
}

.fi-rr-ice-skate:before {
  content: "\f1f0";
}

.fi-rr-id-badge:before {
  content: "\f1f1";
}

.fi-rr-inbox:before {
  content: "\f1f2";
}

.fi-rr-incognito:before {
  content: "\f1f3";
}

.fi-rr-indent:before {
  content: "\f1f4";
}

.fi-rr-infinity:before {
  content: "\f1f5";
}

.fi-rr-info:before {
  content: "\f1f6";
}

.fi-rr-interactive:before {
  content: "\f1f7";
}

.fi-rr-interlining:before {
  content: "\f1f8";
}

.fi-rr-interrogation:before {
  content: "\f1f9";
}

.fi-rr-italic:before {
  content: "\f1fa";
}

.fi-rr-jpg:before {
  content: "\f1fb";
}

.fi-rr-key:before {
  content: "\f1fc";
}

.fi-rr-keyboard:before {
  content: "\f1fd";
}

.fi-rr-kite:before {
  content: "\f1fe";
}

.fi-rr-label:before {
  content: "\f1ff";
}

.fi-rr-laptop:before {
  content: "\f200";
}

.fi-rr-lasso:before {
  content: "\f201";
}

.fi-rr-laugh:before {
  content: "\f202";
}

.fi-rr-layers:before {
  content: "\f203";
}

.fi-rr-layout-fluid:before {
  content: "\f204";
}

.fi-rr-leaf:before {
  content: "\f205";
}

.fi-rr-letter-case:before {
  content: "\f206";
}

.fi-rr-life-ring:before {
  content: "\f207";
}

.fi-rr-line-width:before {
  content: "\f208";
}

.fi-rr-link:before {
  content: "\f209";
}

.fi-rr-lipstick:before {
  content: "\f20a";
}

.fi-rr-list-check:before {
  content: "\f20b";
}

.fi-rr-list:before {
  content: "\f20c";
}

.fi-rr-location-alt:before {
  content: "\f20d";
}

.fi-rr-lock-alt:before {
  content: "\f20e";
}

.fi-rr-lock:before {
  content: "\f20f";
}

.fi-rr-luggage-rolling:before {
  content: "\f210";
}

.fi-rr-magic-wand:before {
  content: "\f211";
}

.fi-rr-makeup-brush:before {
  content: "\f212";
}

.fi-rr-man-head:before {
  content: "\f213";
}

.fi-rr-map-marker-cross:before {
  content: "\f214";
}

.fi-rr-map-marker-home:before {
  content: "\f215";
}

.fi-rr-map-marker-minus:before {
  content: "\f216";
}

.fi-rr-map-marker-plus:before {
  content: "\f217";
}

.fi-rr-map-marker:before {
  content: "\f218";
}

.fi-rr-map:before {
  content: "\f219";
}

.fi-rr-marker-time:before {
  content: "\f21a";
}

.fi-rr-marker:before {
  content: "\f21b";
}

.fi-rr-mars-double:before {
  content: "\f21c";
}

.fi-rr-mars:before {
  content: "\f21d";
}

.fi-rr-mask-carnival:before {
  content: "\f21e";
}

.fi-rr-medicine:before {
  content: "\f21f";
}

.fi-rr-megaphone:before {
  content: "\f220";
}

.fi-rr-meh:before {
  content: "\f221";
}

.fi-rr-menu-burger:before {
  content: "\f222";
}

.fi-rr-menu-dots-vertical:before {
  content: "\f223";
}

.fi-rr-menu-dots:before {
  content: "\f224";
}

.fi-rr-microphone-alt:before {
  content: "\f225";
}

.fi-rr-microphone:before {
  content: "\f226";
}

.fi-rr-minus-small:before {
  content: "\f227";
}

.fi-rr-minus:before {
  content: "\f228";
}

.fi-rr-mobile:before {
  content: "\f229";
}

.fi-rr-mode-landscape:before {
  content: "\f22a";
}

.fi-rr-mode-portrait:before {
  content: "\f22b";
}

.fi-rr-money:before {
  content: "\f22c";
}

.fi-rr-moon:before {
  content: "\f22d";
}

.fi-rr-mountains:before {
  content: "\f22e";
}

.fi-rr-mouse:before {
  content: "\f22f";
}

.fi-rr-mug-alt:before {
  content: "\f230";
}

.fi-rr-music-alt:before {
  content: "\f231";
}

.fi-rr-music:before {
  content: "\f232";
}

.fi-rr-navigation:before {
  content: "\f233";
}

.fi-rr-network-cloud:before {
  content: "\f234";
}

.fi-rr-network:before {
  content: "\f235";
}

.fi-rr-notebook:before {
  content: "\f236";
}

.fi-rr-opacity:before {
  content: "\f237";
}

.fi-rr-package:before {
  content: "\f238";
}

.fi-rr-paint-brush:before {
  content: "\f239";
}

.fi-rr-palette:before {
  content: "\f23a";
}

.fi-rr-paper-plane:before {
  content: "\f23b";
}

.fi-rr-password:before {
  content: "\f23c";
}

.fi-rr-pause:before {
  content: "\f23d";
}

.fi-rr-paw:before {
  content: "\f23e";
}

.fi-rr-pencil:before {
  content: "\f23f";
}

.fi-rr-pharmacy:before {
  content: "\f240";
}

.fi-rr-phone-call:before {
  content: "\f241";
}

.fi-rr-phone-cross:before {
  content: "\f242";
}

.fi-rr-phone-pause:before {
  content: "\f243";
}

.fi-rr-phone-slash:before {
  content: "\f244";
}

.fi-rr-physics:before {
  content: "\f245";
}

.fi-rr-picture:before {
  content: "\f246";
}

.fi-rr-ping-pong:before {
  content: "\f247";
}

.fi-rr-pizza-slice:before {
  content: "\f248";
}

.fi-rr-plane:before {
  content: "\f249";
}

.fi-rr-play-alt:before {
  content: "\f24a";
}

.fi-rr-play:before {
  content: "\f24b";
}

.fi-rr-playing-cards:before {
  content: "\f24c";
}

.fi-rr-plus-small:before {
  content: "\f24d";
}

.fi-rr-plus:before {
  content: "\f24e";
}

.fi-rr-poker-chip:before {
  content: "\f24f";
}

.fi-rr-portrait:before {
  content: "\f250";
}

.fi-rr-pound:before {
  content: "\f251";
}

.fi-rr-power:before {
  content: "\f252";
}

.fi-rr-presentation:before {
  content: "\f253";
}

.fi-rr-print:before {
  content: "\f254";
}

.fi-rr-protractor:before {
  content: "\f255";
}

.fi-rr-pulse:before {
  content: "\f256";
}

.fi-rr-pyramid:before {
  content: "\f257";
}

.fi-rr-quote-right:before {
  content: "\f258";
}

.fi-rr-rainbow:before {
  content: "\f259";
}

.fi-rr-raindrops:before {
  content: "\f25a";
}

.fi-rr-rec:before {
  content: "\f25b";
}

.fi-rr-receipt:before {
  content: "\f25c";
}

.fi-rr-record-vinyl:before {
  content: "\f25d";
}

.fi-rr-rectabgle-vertical:before {
  content: "\f25e";
}

.fi-rr-rectangle-horizontal:before {
  content: "\f25f";
}

.fi-rr-rectangle-panoramic:before {
  content: "\f260";
}

.fi-rr-recycle:before {
  content: "\f261";
}

.fi-rr-redo-alt:before {
  content: "\f262";
}

.fi-rr-redo:before {
  content: "\f263";
}

.fi-rr-reflect:before {
  content: "\f264";
}

.fi-rr-refresh:before {
  content: "\f265";
}

.fi-rr-resize:before {
  content: "\f266";
}

.fi-rr-resources:before {
  content: "\f267";
}

.fi-rr-rewind:before {
  content: "\f268";
}

.fi-rr-rhombus:before {
  content: "\f269";
}

.fi-rr-rings-wedding:before {
  content: "\f26a";
}

.fi-rr-road:before {
  content: "\f26b";
}

.fi-rr-rocket:before {
  content: "\f26c";
}

.fi-rr-room-service:before {
  content: "\f26d";
}

.fi-rr-rotate-right:before {
  content: "\f26e";
}

.fi-rr-rugby:before {
  content: "\f26f";
}

.fi-rr-sad:before {
  content: "\f270";
}

.fi-rr-salad:before {
  content: "\f271";
}

.fi-rr-scale:before {
  content: "\f272";
}

.fi-rr-school-bus:before {
  content: "\f273";
}

.fi-rr-school:before {
  content: "\f274";
}

.fi-rr-scissors:before {
  content: "\f275";
}

.fi-rr-screen:before {
  content: "\f276";
}

.fi-rr-search-alt:before {
  content: "\f277";
}

.fi-rr-search-heart:before {
  content: "\f278";
}

.fi-rr-search:before {
  content: "\f279";
}

.fi-rr-settings-sliders:before {
  content: "\f27a";
}

.fi-rr-settings:before {
  content: "\f27b";
}

.fi-rr-share:before {
  content: "\f27c";
}

.fi-rr-shield-check:before {
  content: "\f27d";
}

.fi-rr-shield-exclamation:before {
  content: "\f27e";
}

.fi-rr-shield-interrogation:before {
  content: "\f27f";
}

.fi-rr-shield-plus:before {
  content: "\f280";
}

.fi-rr-shield:before {
  content: "\f281";
}

.fi-rr-ship-side:before {
  content: "\f282";
}

.fi-rr-ship:before {
  content: "\f283";
}

.fi-rr-shop:before {
  content: "\f284";
}

.fi-rr-shopping-bag-add:before {
  content: "\f285";
}

.fi-rr-shopping-bag:before {
  content: "\f286";
}

.fi-rr-shopping-cart-add:before {
  content: "\f287";
}

.fi-rr-shopping-cart-check:before {
  content: "\f288";
}

.fi-rr-shopping-cart:before {
  content: "\f289";
}

.fi-rr-shuffle:before {
  content: "\f28a";
}

.fi-rr-sign-in-alt:before {
  content: "\f28b";
}

.fi-rr-sign-in:before {
  content: "\f28c";
}

.fi-rr-sign-out-alt:before {
  content: "\f28d";
}

.fi-rr-sign-out:before {
  content: "\f28e";
}

.fi-rr-signal-alt-1:before {
  content: "\f28f";
}

.fi-rr-signal-alt-2:before {
  content: "\f290";
}

.fi-rr-signal-alt:before {
  content: "\f291";
}

.fi-rr-skateboard:before {
  content: "\f292";
}

.fi-rr-smartphone:before {
  content: "\f293";
}

.fi-rr-smile-wink:before {
  content: "\f294";
}

.fi-rr-smile:before {
  content: "\f295";
}

.fi-rr-snowflake:before {
  content: "\f296";
}

.fi-rr-soap:before {
  content: "\f297";
}

.fi-rr-soup:before {
  content: "\f298";
}

.fi-rr-spa:before {
  content: "\f299";
}

.fi-rr-speaker:before {
  content: "\f29a";
}

.fi-rr-sphere:before {
  content: "\f29b";
}

.fi-rr-spinner-alt:before {
  content: "\f29c";
}

.fi-rr-spinner:before {
  content: "\f29d";
}

.fi-rr-square-root:before {
  content: "\f29e";
}

.fi-rr-square:before {
  content: "\f29f";
}

.fi-rr-star-octogram:before {
  content: "\f2a0";
}

.fi-rr-star:before {
  content: "\f2a1";
}

.fi-rr-stats:before {
  content: "\f2a2";
}

.fi-rr-stethoscope:before {
  content: "\f2a3";
}

.fi-rr-sticker:before {
  content: "\f2a4";
}

.fi-rr-stop:before {
  content: "\f2a5";
}

.fi-rr-stopwatch:before {
  content: "\f2a6";
}

.fi-rr-subtitles:before {
  content: "\f2a7";
}

.fi-rr-sun:before {
  content: "\f2a8";
}

.fi-rr-sunrise:before {
  content: "\f2a9";
}

.fi-rr-surfing:before {
  content: "\f2aa";
}

.fi-rr-sword:before {
  content: "\f2ab";
}

.fi-rr-syringe:before {
  content: "\f2ac";
}

.fi-rr-tablet:before {
  content: "\f2ad";
}

.fi-rr-target:before {
  content: "\f2ae";
}

.fi-rr-taxi:before {
  content: "\f2af";
}

.fi-rr-tennis:before {
  content: "\f2b0";
}

.fi-rr-terrace:before {
  content: "\f2b1";
}

.fi-rr-test-tube:before {
  content: "\f2b2";
}

.fi-rr-test:before {
  content: "\f2b3";
}

.fi-rr-text-check:before {
  content: "\f2b4";
}

.fi-rr-text:before {
  content: "\f2b5";
}

.fi-rr-thermometer-half:before {
  content: "\f2b6";
}

.fi-rr-thumbs-down:before {
  content: "\f2b7";
}

.fi-rr-thumbs-up:before {
  content: "\f2b8";
}

.fi-rr-thumbtack:before {
  content: "\f2b9";
}

.fi-rr-ticket:before {
  content: "\f2ba";
}

.fi-rr-time-add:before {
  content: "\f2bb";
}

.fi-rr-time-check:before {
  content: "\f2bc";
}

.fi-rr-time-delete:before {
  content: "\f2bd";
}

.fi-rr-time-fast:before {
  content: "\f2be";
}

.fi-rr-time-forward-sixty:before {
  content: "\f2bf";
}

.fi-rr-time-forward-ten:before {
  content: "\f2c0";
}

.fi-rr-time-forward:before {
  content: "\f2c1";
}

.fi-rr-time-half-past:before {
  content: "\f2c2";
}

.fi-rr-time-oclock:before {
  content: "\f2c3";
}

.fi-rr-time-past:before {
  content: "\f2c4";
}

.fi-rr-time-quarter-past:before {
  content: "\f2c5";
}

.fi-rr-time-quarter-to:before {
  content: "\f2c6";
}

.fi-rr-time-twenty-four:before {
  content: "\f2c7";
}

.fi-rr-tool-crop:before {
  content: "\f2c8";
}

.fi-rr-tool-marquee:before {
  content: "\f2c9";
}

.fi-rr-tooth:before {
  content: "\f2ca";
}

.fi-rr-tornado:before {
  content: "\f2cb";
}

.fi-rr-train-side:before {
  content: "\f2cc";
}

.fi-rr-train:before {
  content: "\f2cd";
}

.fi-rr-transform:before {
  content: "\f2ce";
}

.fi-rr-trash:before {
  content: "\f2cf";
}

.fi-rr-treatment:before {
  content: "\f2d0";
}

.fi-rr-tree-christmas:before {
  content: "\f2d1";
}

.fi-rr-tree:before {
  content: "\f2d2";
}

.fi-rr-triangle:before {
  content: "\f2d3";
}

.fi-rr-trophy:before {
  content: "\f2d4";
}

.fi-rr-truck-side:before {
  content: "\f2d5";
}

.fi-rr-umbrella:before {
  content: "\f2d6";
}

.fi-rr-underline:before {
  content: "\f2d7";
}

.fi-rr-undo-alt:before {
  content: "\f2d8";
}

.fi-rr-undo:before {
  content: "\f2d9";
}

.fi-rr-unlock:before {
  content: "\f2da";
}

.fi-rr-upload:before {
  content: "\f2db";
}

.fi-rr-usb-pendrive:before {
  content: "\f2dc";
}

.fi-rr-user-add:before {
  content: "\f2dd";
}

.fi-rr-user-delete:before {
  content: "\f2de";
}

.fi-rr-user-remove:before {
  content: "\f2df";
}

.fi-rr-user-time:before {
  content: "\f2e0";
}

.fi-rr-user:before {
  content: "\f2e1";
}

.fi-rr-utensils:before {
  content: "\f2e2";
}

.fi-rr-vector-alt:before {
  content: "\f2e3";
}

.fi-rr-vector:before {
  content: "\f2e4";
}

.fi-rr-venus-double:before {
  content: "\f2e5";
}

.fi-rr-venus-mars:before {
  content: "\f2e6";
}

.fi-rr-venus:before {
  content: "\f2e7";
}

.fi-rr-video-camera:before {
  content: "\f2e8";
}

.fi-rr-volleyball:before {
  content: "\f2e9";
}

.fi-rr-volume:before {
  content: "\f2ea";
}

.fi-rr-wheelchair:before {
  content: "\f2eb";
}

.fi-rr-wifi-alt:before {
  content: "\f2ec";
}

.fi-rr-wind:before {
  content: "\f2ed";
}

.fi-rr-woman-head:before {
  content: "\f2ee";
}

.fi-rr-world:before {
  content: "\f2ef";
}

.fi-rr-yen:before {
  content: "\f2f0";
}

.fi-rr-zoom-in:before {
  content: "\f2f1";
}

.fi-rr-zoom-out:before {
  content: "\f2f2";
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: normal;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  transition: opacity 0.3s;
  transform: translateZ(0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top: 4px solid transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*! Magnific Popup - v1.1.0 - 2016-02-20
* http://dimsemenov.com/plugins/magnific-popup/
* Copyright (c) 2016 Dmitry Semenov; */
.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-bg,
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.mfp-wrap {
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  top: 50%;
  margin: -55px 0 0;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure,
img.mfp-img {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: $color-heading;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-height: 300px),
screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1f2938;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #bbb transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #e5e5e5;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #bbb;
  border-width: 0 5px 6px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #e5e5e5;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f8faff;
  color: #05264e;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container,
.select2-dropdown,
.select2-results,
.select2-search {
  transition: none !important;
}

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.ps__rail-x {
  height: 15px;
  bottom: 0;
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  position: absolute;
}

.ps__rail-y {
  width: 15px;
  right: 0;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps__thumb-x {
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  bottom: 2px;
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  position: absolute;
}

.ps__thumb-y {
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  right: 2px;
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
  background-color: #999;
  width: 11px;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media (-ms-high-contrast: none),
screen and (-ms-high-contrast: active) {
  .ps {
    overflow: auto !important;
  }
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2021 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  animation-delay: 3s;
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  animation-delay: 4s;
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  animation-delay: 5s;
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce),
print {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*="Out"] {
    opacity: 0;
  }
}

@keyframes bounce {

  0%,
  20%,
  53%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {

  0%,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.animate__flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scaleX(1);
  }
}

.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}

@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    transform: scaleX(1);
  }
}

.animate__rubberBand {
  animation-name: rubberBand;
}

@keyframes shakeX {

  0%,
  to {
    transform: translateZ(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.animate__shakeX {
  animation-name: shakeX;
}

@keyframes shakeY {

  0%,
  to {
    transform: translateZ(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(0, 10px, 0);
  }
}

.animate__shakeY {
  animation-name: shakeY;
}


.benefits-wrapper {
  margin: 30px auto 0 auto;
  max-width: 1200px;
  padding: 0 15px
}

.benefits-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%
}

.benefits-block .benefits-col {
  flex: 0 0 20%;
  width: 20%;
  text-align: center
}

.benefits-block img {
  text-align: center;
  margin-bottom: 25px;
  max-width: 76px;
  height: auto
}

.benefits-block h5 {
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 20px 0
}

.benefits-block p {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 18px 0
}

@media(max-width: 768px) {
  .benefits-block {
    flex-wrap: wrap
  }

  .benefits-block .benefits-col {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 40px
  }
}

.benefits-btn {
  display: table;
  margin: 40px auto 0 auto
}

.curam-benefits-header {
  padding-top: 130px
}

.curam-benefits-header-content {
  background-color: #72bfb1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px
}

.curam-benefits-header h2 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  max-width: 760px;
  margin: 0
}

.benefits-faqs {
  display: block;
  font-family: 'Manrope', sans-serif
}

.benefits-faqs h2 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 50px auto
}

.benefits-faqs h4 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 20px 0
}

.benefits-faqs h6 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 20px 0
}

.benefits-faqs p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 18px 0
}

.benefits-faqs-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 20px 20px
}

.benefits-info-row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}

.benefits-info-col-6 {
  flex: 0 0 50%;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.benefits-info ul {
  list-style-type: disc;
  padding-left: 0;
  margin-left: 18px;
  margin-top: 0;
  margin-bottom: 0
}

.benefits-info ul li {
  margin: 0;
  margin-top: 10px;
  font-size: 17px;
  line-height: 20px;
  color: #3b465c;
  font-weight: 500;
  line-height: 1.4
}

.benefits-info-row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.as_log {
  background: #3c65f5;
  margin-top: 50px;
  margin-bottom: 50px;
}


.content ul li {
  list-style: disc;
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}


.sdd p {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 11px;
  text-align: justify;
  width: 90%;
}


.why-curam-difference-content {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  color: #424242;
  padding-bottom: 30px;
}

.difference-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.difference-content-lt {
  font-size: 19px;
  font-weight: 300;
  color: #424242;
  width: 100px;
}

.difference-content-rt {
  background: #04c;
  width: 380px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px 0 0 0;
  -webkit-border-radius: 35px 0 0 0;
  -moz-border-radius: 35px 0 0 0;
  -ms-border-radius: 35px 0 0 0;
  -o-border-radius: 35px 0 0 0;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}


.benefits-info-col-12 {
  flex: 0 0 100%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px
}

.benefits-info-col-8 {
  flex: 0 0 75%;
  width: 575%;
  padding-left: 15px;
  padding-right: 15px
}

.benefits-info-col-6 {
  flex: 0 0 50%;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px
}

.benefits-info-col-4 {
  flex: 0 0 25%;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px
}

.benefits-info ul li {
  margin: 0;
  margin-top: 10px;
  font-size: 17px;
  line-height: 20px;
  color: #3b465c;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}


.range-slider {
  padding: 0px 50px 0px 0;
  margin: 0px 0 0 0;
  position: relative;
}

.range-slider input[type="range"] {
  background: linear-gradient(to bottom, transparent, transparent, #badcff);
  width: 100%;
  height: 25px;
  border-radius: 5px;
  outline: none;
  border-bottom: 4px solid #74b9ff;
  -webkit-appearance: none;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
  background: #0984e3;
  width: 23px;
  height: 23px;
  cursor: pointer;
  border-radius: 20px;
  transition: all 0.15s ease-in-out 0s;
  -webkit-appearance: none;
  appearance: none;
  clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0% 65%, 0 0);
}

.range-slider input[type="range"]::-webkit-slider-thumb:hover,
.range-slider input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 8px -3px #000 inset;
}

.range-slider input[type="range"]::-moz-range-thumb {
  background: #0984e3;
  width: 23px;
  height: 23px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  transition: all 0.15s ease-in-out 0s;
  clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0% 65%, 0 0);
}

.range-slider input[type="range"]::-moz-range-thumb:hover,
.range-slider input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 0 8px -3px #000 inset;
}

.range-slider .range-value {
  color: #0984e3;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  width: 40px;
  padding: 7px 0;
  border-radius: 12px;
  box-shadow: 0 0 0 5px #0984e3;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

::-moz-range-track {
  background: transparent;
  border: 0;
}














@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    transform: scaleX(1);
  }
}

.animate__tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: translateZ(0);
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }

  to {
    transform: translateZ(0);
  }
}

.animate__wobble {
  animation-name: wobble;
}

@keyframes jello {

  0%,
  11.1%,
  to {
    transform: translateZ(0);
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.animate__jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

  70% {
    transform: scale(1);
  }
}

.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}

@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInDown {
  animation-name: backInDown;
}

@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInLeft {
  animation-name: backInLeft;
}

@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInRight {
  animation-name: backInRight;
}

@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInUp {
  animation-name: backInUp;
}

@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutDown {
  animation-name: backOutDown;
}

@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutLeft {
  animation-name: backOutLeft;
}

@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutRight {
  animation-name: backOutRight;
}

@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutUp {
  animation-name: backOutUp;
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

.animate__bounceIn {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}

@keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    transform: translateZ(0);
  }
}

.animate__bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translateZ(0);
  }
}

.animate__bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translateZ(0);
  }
}

.animate__bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    transform: translateZ(0);
  }
}

.animate__bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.animate__bounceOut {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

.animate__bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

.animate__bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

.animate__bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate__fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}

@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}

@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}

@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.animate__fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.animate__fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.animate__fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.animate__fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}

.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}

@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}

.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}

@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}

.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}

@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}

.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}

@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}

.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotateY(-5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.animate__flipOutX {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.animate__flipOutY {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
  }

  to {
    transform: translateZ(0);
  }
}

.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(5deg);
  }

  to {
    transform: translateZ(0);
  }
}

.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}

@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }

  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}

@keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}

@keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}

@keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}

@keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}

@keyframes rotateOut {
  0% {
    opacity: 1;
  }

  to {
    transform: rotate(200deg);
    opacity: 0;
  }
}

.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }

  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}

.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}

@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }

  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }

  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}

@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }

  to {
    transform: rotate(90deg);
    opacity: 0;
  }
}

.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}

@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate(80deg);
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    transform: rotate(60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.animate__hinge {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.animate__jackInTheBox {
  animation-name: jackInTheBox;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

.animate__rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.animate__zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.animate__zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}

.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}

.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

.animate__slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

.animate__slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

.animate__slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

.animate__slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.animate__slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.animate__slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.animate__slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.animate__slideOutUp {
  animation-name: slideOutUp;
}

@import url(https://fonts.bunny.net/css?family=plus-jakarta-sans:400,500,600,700,800);

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

main {
  display: block;
  clear: both;
}

thead {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

button,
input,
select,
textarea {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
}

.custom-select:focus,
:focus,
[contenteditable].form-control:focus,
[type="email"].form-control:focus,
[type="password"].form-control:focus,
[type="tel"].form-control:focus,
[type="text"].form-control:focus,
button:focus,
input.form-control:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
select:focus,
textarea.form-control:focus,
textarea:focus {
  box-shadow: none !important;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.dropdown-sort .dropdown-toggle:focus {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.dropdown-sort .dropdown-toggle {
  box-shadow: none;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  margin-left: 5px;
}

.dropdown-sort .dropdown-toggle span {
  display: inline-block;
  margin-top: 2px;
}

a {
  color: #05264e;
}

a :hover,
a:hover {
  color: #3c65f5;
}

li.hr span {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 20px 0;
  display: block;
}

p {
  color: #4f5e64;
}

::selection {
  background: #05264e;
  color: #fff;
}

::-moz-selection {
  background: #05264e;
  color: #fff;
}

::placeholder {
  color: #a0abb8;
  opacity: 1;
}

:-ms-input-placeholder,
::-webkit-input-placeholder {
  color: #a0abb8;
  opacity: 1;
}

.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section {
  float: left;
  width: 100%;
}

.f-right {
  float: right;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.bg-img {
  background-position: 50%;
  background-size: cover;
}

.position-relative {
  position: relative;
}

.height-100vh {
  height: 100vh !important;
}

.custom-select:focus,
:focus,
[contenteditable].form-control:focus,
[type="email"].form-control:focus,
[type="password"].form-control:focus,
[type="tel"].form-control:focus,
[type="text"].form-control:focus,
button:focus,
input.form-control:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
select:focus,
textarea.form-control:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none;
}

.border-radius {
  border-radius: 4px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-15 {
  border-radius: 15px;
}

.border-radius-20 {
  border-radius: 20px;
}

.hover-up,
.hover-up:hover {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-up:hover {
  transform: translateY(-3px);
}

.none-shadow {
  box-shadow: none !important;
}

.form-control {
  border: 1px solid #e0e6f7;
  border-radius: 4px;
  background-color: #fff;
  padding: 11px 15px 13px;
  width: 100%;
  color: #a0abb8;
}

.form-control::placeholder {
  color: #a0abb8;
}

.form-group {
  position: relative;
}

.form-group i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 18px;
  color: #a0abb8;
}

.filter-block .form-group i {
  right: 15px;
}

.form-icons {
  padding-left: 41px;
}

.text-white {
  color: #fff;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1350px;
  }
}

strong {
  font-weight: 700;
}

a {
  text-decoration: none;
}

:hover {
  transition-duration: 0.2s;
}

.section-box {
  display: inline-block;
  width: 100%;
  overflow: visible;
}

.text-shadow {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.img-responsive {
  max-width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #4f5e64;
  line-height: 26px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
}

.select2-search.select2-search--dropdown {
  padding: 0;
  margin-bottom: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: thin solid #e0e6f6;
  border-radius: 4px;
  height: 40px;
  padding-left: 15px;
}

.select2-dropdown {
  border-color: #fff;
  box-shadow: 0 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.select2-container--open .select2-dropdown--below {
  border: thin solid #ececec;
  padding: 15px;
  margin-top: 10px;
  border-radius: 4px;
  min-width: 200px;
}

.select-style .select2-selection--single .select2-selection__rendered {
  color: #a0abb8;
}

.select-style .select2 {
  border: 1px solid #e0e6f7;
  border-radius: 4px;
  padding: 10px 20px;
  display: inline-block;
  width: 100% !important;
}

.select-style .select2 .select2-selection__arrow {
  background: url(/_next/static/media/arrow-down.ef4ec87b.svg) no-repeat right 10px center;
  top: 11px;
  width: 26px;
  opacity: 0.5;
}

.select-style .select2 .select2-selection__arrow b {
  display: none !important;
}

.select-style-icon .select2 {
  padding-left: 33px;
}

.dropdown {
  position: relative;
}

.dropdown .dropdown-menu.show {
  border: thin solid #b4c0e0;
  box-shadow: 0 10px 20px -5px rgba(10, 42, 105, 0.06);
  background-color: #fff;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}

.dropdown .dropdown-menu.show .dropdown-item {
  padding: 10px 20px;
  color: #4f5e64;
  font-size: 14px;
}

.dropdown .dropdown-menu.show .dropdown-item.active,
.dropdown .dropdown-menu.show .dropdown-item:active {
  text-decoration: none;
  background-color: #eff2fb;
}

.dropdown.dropdown-sort .dropdown-menu.show {
  border-radius: 10px;
  margin-top: 20px;
}

h1 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 71px;
  color: #05264e;
}

h2 {
  font-size: 36px;
  line-height: 45px;
}

h2,
h3 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #05264e;
}

h3 {
  font-size: 28px;
  line-height: 35px;
}

h4 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #05264e;
}

h5 {
  font-size: 20px;
}

h5,
h6 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  color: #05264e;
}

h6 {
  font-size: 16px;
}

.font-lg,
.font-md,
.font-sm,
.font-xs,
.font-xxs {
  font-family: Plus Jakarta Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.font-lg {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

.font-md {
  font-size: 16px !important;
  line-height: 24px !important;
}

.font-sm {
  font-weight: 500;
  font-size: 14px !important;
  line-height: 22px !important;
}

.font-xs {
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 18px !important;
}

.font-xxs {
  font-size: 10px !important;
  line-height: 16px;
}

.font-bold {
  font-weight: 700;
}

.font-regular {
  font-weight: 400;
}

.color-text-paragraph {
  color: #4f5e64;
}

.color-text-paragraph-2 {
  color: #35353f;
}

.color-text-mutted {
  color: #a0abb8;
}

.color-white {
  color: #fff !important;
}

.color-orange {
  color: #f58a3c !important;
}

.text-14 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}

.text-32 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 800;
}

.text-52 {
  font-size: 52px;
  line-height: 66px;
  font-weight: 800;
  color: #05264e;
}

.text-42 {
  font-size: 42px;
  line-height: 53px;
  font-weight: 700;
  color: #05264e;
}

.color-green {
  color: #85ff83;
}

.color-brand-1 {
  color: #05264e !important;
}

.color-brand-2 {
  color: #3c65f5;
}

.op-70 {
  opacity: 0.7;
}

.f-18 {
  font-size: 18px;
}

.box-related-job {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #e0e6f7;
  margin-top: 30px;
}

.social-share-link {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: 50%;
  margin: 0 2px;
}

.share-facebook {
  background-image: url(/_next/static/media/facebook.463f89c8.svg);
}

.share-twitter {
  background-image: url(/_next/static/media/twitter.9d364ed0.svg);
}

.share-instagram {
  background-image: url(/_next/static/media/instagram.087f80b9.svg);
}

.share-linkedin {
  background-image: url(/_next/static/media/linkedin.af43c562.svg);
}

.box-progress-bar .progress {
  height: 6px;
  position: relative;
  overflow: visible;
  border-radius: 5px;
  background-color: #e0e6f7;
}

.box-progress-bar .progress .bg-paragraph-2 {
  overflow: visible;
  border-radius: 10px;
  position: relative;
  background-color: #66789c !important;
}

.box-progress-bar .progress .bg-paragraph-2 span {
  position: absolute;
  top: -25px;
  right: -14px;
  color: #66789c;
  font-size: 12px;
  line-height: 18px;
}

.box-progress-bar .progress .bg-paragraph-2:before {
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #66789c;
  position: absolute;
  top: -5px;
  right: -5px;
}

.box-progress-bar .progress .bg-brand-2 {
  overflow: visible;
  border-radius: 10px;
  position: relative;
  background-color: #3c65f5 !important;
}

.box-progress-bar .progress .bg-brand-2 span {
  position: absolute;
  top: -25px;
  right: -14px;
  color: #66789c;
  font-size: 12px;
  line-height: 18px;
}

.box-progress-bar .progress .bg-brand-2:before {
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #3c65f5;
  position: absolute;
  top: -5px;
  right: -5px;
}

iframe {
  width: 100%;
}

.bg-green {
  background-color: #3aab67 !important;
}

.bg-orange {
  background-color: #f58a3c !important;
}

.bg-pink {
  background-color: #d159e4 !important;
}

.bg-9 {
  background-color: #eff7ff !important;
}

.bg-14 {
  background-color: #d8f1ff !important;
}

.bg-15 {
  background-color: #f4f7ff !important;
}

.box-nav-tabs a.btn {
  padding-left: 35px;
  background-position: 16px;
}

a,
button,
h4,
img,
input,
span {
  transition: all 0.3s ease 0s;
}

@keyframes slideleft {
  10% {
    opacity: 0;
    transform: scale(0);
    right: 0;
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }

  90% {
    opacity: 0;
    transform: scale(0);
    right: 100%;
  }
}

@keyframes spinner {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }

  50% {
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }

  to {
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(151, 119, 250, 0.8);
  }

  to {
    box-shadow: 0 0 0 5px transparent;
  }
}

@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 63, 72, 0.1);
  }

  to {
    box-shadow: 0 0 0 20px transparent;
  }
}

@keyframes jump {
  0% {
    transform: translate3d(0, 20%, 0);
  }

  to {
    transform: translateZ(0);
  }
}

.jump {
  transform-origin: 0;
  animation: jump 0.5s linear infinite alternate;
}

body {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

.display-1,
.display-2,
.font-heading,
.heading-lg,
.heading-sm-1,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #05264e;
}

.btn {
  font-family: Plus Jakarta Sans, sans-serif;
  border-radius: 8px;
  padding: 13px 25px;
  font-size: 14px;
  line-height: 1;
  transition: 0.2s;
}

.btn.btn-default {
  color: #fff;
  background-color: #3c65f5;
  line-height: 26px;
  padding: 10px 25px !important;
}

.btn.btn-default:hover {
  background-color: #05264e;
  transform: translateY(-2px);
  transition: 0.2s;
}

.btn-grey {
  padding: 17px 20px;
  gap: 10px;
  background: #e0e6f7;
  border-radius: 8px;
  color: #3c65f5;
  font-size: 14px;
  line-height: 14px;
}

.question-list {
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  row-gap: 40px;
}

.question-list li {
  list-style: none;
  font-size: 16px;
  line-height: 22.4px;
  color: #0e0e0e;
  position: relative;
  padding-left: 36px;
}


.question-list li::before {
  content: counter(list-item);
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  border: 1px solid #494fc9;
  background: #fff;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 630;
  color: #494fc9;
  position: absolute;
  left: 0;
}

.question-list li span {
  font-size: 22px;
  line-height: 30.8px;
  letter-spacing: .264px;
  font-weight: bold;
  color: #0b0b0b;
  display: block;
  margin-bottom: 8px;
}


.br-wizard {
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.br-wizard .wizard-progress {
  background-color: var(--background-alternative);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  grid-template-rows: none;
  min-height: 164px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: var(--spacing-scale-7x);
  width: 100%;
}

.br-wizard .wizard-progress .wizard-progress-btn-change {
  background-color: transparent;
  border: 0;
  box-shadow: none !important;
  color: var(--interactive);
  font-size: var(--font-size-scale-up-01, 16.8px);
  line-height: 19px;
  max-height: 90px;
  padding-bottom: 0;
  padding-top: var(--spacing-scale-2x);
  position: relative;
  text-indent: 0;
  transition-delay: 0s;
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: linear;
}

.br-wizard .wizard-progress .wizard-progress-btn-change[disabled] {
  color: rgba(var(--interactive-rgb), var(--disabled));
  opacity: 1;
}

.br-wizard .wizard-progress .wizard-progress-btn-change[disabled]::before {
  opacity: var(--disabled);
}

.br-wizard .wizard-progress .wizard-progress-btn-change:focus {
  outline: none;
}

.br-wizard .wizard-progress .wizard-progress-btn-change.focus-visible:not([disabled]):not(.disabled)::before,
.br-wizard .wizard-progress .wizard-progress-btn-change:focus-visible:not([disabled]):not(.disabled)::before {
  outline-color: var(--focus-color);
  outline-offset: var(--focus-offset);
  outline-style: var(--focus-style);
  outline-width: var(--focus-width);
}

.br-wizard .wizard-progress .wizard-progress-btn-change:hover:not([disabled])::before {
  background-image: linear-gradient(rgba(var(--interactive-rgb), var(--hover)), rgba(var(--interactive-rgb), var(--hover)));
}

.br-wizard .wizard-progress .wizard-progress-btn-change:active:not([disabled])::before {
  background-image: linear-gradient(rgba(var(--interactive-rgb), var(--pressed)), rgba(var(--interactive-rgb), var(--pressed)));
}

.br-wizard .wizard-progress .wizard-progress-btn-change::before {
  background-color: #a0aeff;
  border: 2px solid var(--interactive);
  border-radius: 50%;
  box-sizing: border-box;
  color: var(--interactive);
  content: attr(step) !important;
  display: block;
  font-size: var(--font-size-scale-up-02, 20.16px);
  font-weight: var(--font-weight-semi-bold, 600);
  height: 36px;
  left: 50%;
  line-height: 29px;
  margin-top: -13px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  width: 36px;
  z-index: 3;
}

.br-wizard .wizard-progress .wizard-progress-btn-change::after {
  background-color: var(--color-primary-lighten-01, #2670e8) !important;
  content: "";
  display: block;
  height: 1px;
  left: calc(-50% + 17px);
  position: absolute;
  top: 5px;
  transition-delay: 0s;
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: linear;
  width: calc(100% - 34px);
  z-index: 1;
}

.br-wizard .wizard-progress .wizard-progress-btn-change:first-child::after {
  display: none;
}

.br-wizard .wizard-progress .wizard-progress-btn-change[active] {
  color: var(--active);
  font-weight: var(--font-weight-semi-bold, 600);
}

.br-wizard .wizard-progress .wizard-progress-btn-change[active]::after {
  background-color: var(--active);
  height: 1px;
}

.br-wizard .wizard-progress .wizard-progress-btn-change[active]::before {
  background-color: var(--active);
  border: 2px solid var(--background);
  color: var(--background);
  font-weight: var(--font-weight-bold, 700);
}

.br-wizard .wizard-form {
  height: calc(100% - 164px);
  position: relative;
}

.br-wizard .wizard-form .wizard-panel {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  left: 1%;
  margin-bottom: var(--spacing-scale-4x);
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
}

.br-wizard .wizard-form .wizard-panel[active] {
  height: 100%;
  left: 0 !important;
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: linear;
  visibility: visible;
}

.br-wizard .wizard-form .wizard-panel .wizard-panel-content {
  border-top: 1px solid var(--color-secondary-04, #ccc);
  flex-grow: 1;
  height: auto;
  max-height: calc(100% - 74px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: var(--spacing-scale-base) var(--spacing-scale-2x);
  padding-top: 20px;
}

.br-wizard .wizard-form .wizard-panel .wizard-panel-content> :last-child {
  margin-bottom: 220px;
}

.br-wizard .wizard-form .wizard-panel .wizard-panel-btn {
  align-self: flex-end;
  background-color: var(--background-alternative);
  border-top: 1px solid var(--color-secondary-04, #ccc);
  height: fit-content;
  margin-top: 1px;
  padding: var(--spacing-scale-2x) 1.5%;
  width: 100%;
}

.br-wizard .wizard-form .wizard-panel .wizard-btn-next,
.br-wizard .wizard-form .wizard-panel .wizard-btn,
.br-wizard .wizard-form .wizard-panel .wizard-btn-prev {
  float: right;
  margin-left: 10px;
}

.br-wizard .wizard-form .wizard-panel .wizard-btn-canc {
  float: left;
}

.br-wizard[vertical] .wizard-progress {
  float: left;
  grid-template-columns: 1fr;
  height: 100%;
  max-width: 260px;
  overflow-x: hidden;
  padding-top: 0;
  position: relative;
  text-align: right;
}

.br-wizard[vertical] .wizard-progress .wizard-progress-btn-change {
  height: 100%;
  line-height: 100%;
  max-height: 100%;
  padding-bottom: 0;
  padding-right: 70px;
  padding-top: 0;
  text-align: right;
}

.br-wizard[vertical] .wizard-progress .wizard-progress-btn-change::before {
  left: calc(100% - 32px);
  line-height: 26px;
  margin-top: calc(var(--spacing-scale-2x) * -1);
  position: absolute;
  text-align: center;
  top: 50%;
}

.br-wizard[vertical] .wizard-progress .wizard-progress-btn-change::after {
  height: calc(100% - 34px);
  left: calc(100% - 33px);
  position: absolute;
  top: calc(-50% + 18px);
  width: 1px;
}

.br-wizard[vertical] .wizard-progress .wizard-progress-btn-change[active]::after {
  width: 1px;
}

.br-wizard[vertical][scroll] .wizard-progress {
  overflow-x: hidden;
  overflow-y: auto;
}

.br-wizard[vertical][scroll] .wizard-progress .wizard-progress-btn-change {
  min-height: 100px;
}

.br-wizard[vertical] .wizard-form {
  float: left;
  height: 100%;
  width: calc(100% - 260px);
}

.br-wizard[vertical] .wizard-form .wizard-panel .wizard-panel-content {
  border-top: 0;
}

@media (max-width: 991px) {
  .br-wizard .wizard-progress {
    max-height: 100px;
    min-height: 100px;
    overflow-y: hidden;
    padding-top: var(--spacing-scale-3x);
    position: relative;
    transition-delay: 0s;
    transition-duration: 0.25s;
    transition-property: all;
    transition-timing-function: linear;
  }

  .br-wizard .wizard-progress .wizard-progress-btn-change .info {
    font-size: var(--font-size-scale-down-02, 9.716px);
    line-height: 1em;
    text-align: center;
  }

  .br-wizard .wizard-progress::after {
    background-color: transparent;
    bottom: 2px;
    color: var(--interactive);
    content: "\f7a4";
    display: block;
    font-family: "Font Awesome 5 Free", sans-serif;
    font-size: var(--switch-icon-size);
    font-weight: var(--font-weight-black);
    height: 1em;
    left: 50%;
    margin-left: -0.5em;
    position: absolute;
    top: unset;
    transition-delay: 0s;
    transition-duration: 0.25s;
    transition-property: all;
    transition-timing-function: linear;
    width: auto;
  }

  .br-wizard .wizard-form {
    height: calc(100% - 100px);
  }

  .br-wizard .wizard-form .wizard-panel {
    border-top: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    max-height: 100%;
  }

  .br-wizard .wizard-form .wizard-panel .wizard-panel-content {
    height: auto;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: var(--spacing-scale-half) var(--spacing-scale-base);
    transition-delay: 0s;
    transition-duration: 0.25s;
    transition-property: all;
    transition-timing-function: linear;
  }

  .br-wizard .wizard-form .wizard-panel .wizard-panel-content::-webkit-scrollbar {
    width: var(--spacing-scale-half);
  }

  .br-wizard .wizard-form .wizard-panel .wizard-panel-content::-webkit-scrollbar-track {
    background: var(--color-secondary-02);
    background: var(--background-alternative);
    border-radius: var(--spacing-scale-half);
  }

  .br-wizard .wizard-form .wizard-panel .wizard-panel-content::-webkit-scrollbar-thumb {
    background: var(--color-secondary-04);
    border-radius: var(--spacing-scale-half);
  }

  .br-wizard .wizard-form .wizard-panel .wizard-panel-btn {
    align-items: flex-end;
    background-color: var(--background-alternative);
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
    justify-content: center;
    padding: 0 !important;
    position: absolute;
    width: calc(100% - var(--spacing-scale-half));
  }

  .br-wizard .wizard-form .wizard-panel .wizard-panel-btn .br-button {
    float: none;
    margin: var(--spacing-scale-base) 5%;
    width: 90%;
  }

  .br-wizard .wizard-form .wizard-panel .wizard-panel-btn .wizard-btn-next,
  .br-wizard .wizard-form .wizard-panel .wizard-panel-btn .wizard-btn {
    order: 1;
  }

  .br-wizard[collapsed] .wizard-progress {
    max-height: 64px;
    min-height: 64px;
    overflow-y: hidden;
    padding-bottom: var(--spacing-scale-3x);
    padding-top: var(--spacing-scale-3x);
  }

  .br-wizard[collapsed] .wizard-progress::after {
    margin-top: var(--spacing-scale-4xh);
  }

  .br-wizard[collapsed] .wizard-progress .wizard-progress-btn-change {
    padding-bottom: var(--spacing-scale-base);
  }

  .br-wizard[collapsed] .wizard-progress .wizard-progress-btn-change .info {
    display: none;
  }

  .br-wizard[collapsed] .wizard-form {
    height: calc(100% - 64px);
  }

  .br-wizard[collapsed] .wizard-form .wizard-panel .wizard-panel-content {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .br-wizard[vertical] .wizard-progress {
    max-height: 100%;
    max-width: 110px;
  }

  .br-wizard[vertical] .wizard-progress::after {
    height: 1em;
    left: unset;
    margin-top: -0.5em;
    right: 2px;
    top: 50%;
    transform: rotate(-90deg);
    width: 1em;
  }

  .br-wizard[vertical] .wizard-progress .wizard-progress-btn-change {
    line-height: 18px;
    padding-right: var(--spacing-scale-7x);
  }

  .br-wizard[vertical] .wizard-progress .wizard-progress-btn-change .info {
    line-height: 1.6em;
    margin-top: -0.5em;
    position: absolute;
    right: 54px;
  }

  .br-wizard[vertical] .wizard-form {
    height: 100%;
    max-width: calc(100% - 110px);
    min-width: calc(100% - 110px);
    transition-delay: 0s;
    transition-duration: 0.25s;
    transition-property: all;
    transition-timing-function: linear;
  }

  .br-wizard[vertical] .wizard-form .wizard-panel {
    height: 100%;
    max-height: 100%;
  }

  .br-wizard[vertical][collapsed] .wizard-progress {
    max-width: 60px;
    padding-bottom: 0;
    padding-top: 0;
  }

  .br-wizard[vertical][collapsed] .wizard-progress .wizard-progress-btn-change {
    padding-right: 0;
  }

  .br-wizard[vertical][collapsed] .wizard-progress .wizard-progress-btn-change .info {
    display: none;
  }

  .br-wizard[vertical][collapsed] .wizard-form {
    max-width: calc(100% - 60px);
    min-width: calc(100% - 60px);
  }
}

.wizard-sample-1 {
  height: 700px !important;
}

.br-wizard .wizard-form .wizard-panel .wizard-panel-content> :last-child {
  margin-bottom: 100px !important;
}

.br-wizard .wizard-form .wizard-panel .wizard-panel-btn {
  align-self: flex-end;
  background-color: var(--background-alternative);
  border-top: 1px solid var(--border-color);
  height: fit-content;
  margin-top: 1px;
  padding: 8px !important;
  width: 100%;
}

.divider__or {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 630;
  font-size: 15px;
  letter-spacing: .014em;
  line-height: 1.4;
  color: #8a8b9f;
  padding-top: 20px;
  padding-bottom: 20px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 90999999999999;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.br-wizard .wizard-form .wizard-panel .wizard-panel-content> :last-child {
  margin-bottom: 0px !important;
}

.disabledbtn {
  background: #a2a5e4 !important;
  pointer-events: none
}

.radiobtn .radio-label {
  border-radius: 12px;
  gap: 0
}

.radiobtn .radio-label p {
  color: #676779;
  display: flex;
  gap: 12px;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 10px;
}



.radiobtn label>input[type=radio]:hover+*::before {
  border: 1px solid #a2a5e4;
  box-shadow: 0 0 0 1px #d7d8f3
}

.radiobtn label>input[type=radio]:focus+*::before {
  border: 1px solid #a2a5e4;
  outline: 2px solid rgba(23, 25, 74, .05)
}

.radiobtn label>input[type=radio]:disabled+*::before {
  background-color: #e0e1e6
}

.radiobtn label>input[type=radio]:checked+*::before {
  border-color: #494fc9
}

.radiobtn label>input[type=radio]:checked:hover+*::before {
  border-color: #2b2f8f
}

.radiobtn label>input[type=radio]:checked:focus+*::before {
  box-shadow: 0 0 0 4px #d7d8f3;
  outline: 4px solid #d7d8f3
}

.radiobtn label>input[type=radio]:checked:disabled+*::before {
  opacity: .5
}



.conditional-experience-section {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 20px 0;
  gap: 24px
}

.conditional-experience-section .answer-item {
  display: flex;
  cursor: pointer
}

.conditional-experience-section .answer-item input[type=checkbox] {
  height: 0;
  line-height: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  width: 0
}

.conditional-experience-section .answer-item input:hover+label {
  border: 1px solid #a2a5e4;
  font-weight: 690
}

.conditional-experience-section .answer-item input:checked+label {
  background: #f5f5fb;
  box-shadow: 0 1px 2px rgba(23, 25, 74, .05);
  border: 1px solid #a2a5e4
}

.conditional-experience-section .answer-item input:checked+label span {
  color: #494fc9;
  font-weight: 690
}

.conditional-experience-section .answer-item input:checked+label .minus-icon {
  display: block
}

.conditional-experience-section .answer-item input:checked+label .plus-icon {
  display: none
}

.conditional-experience-section .answer-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 15px 12px;
  background: #fff;
  border: 1px solid #e0e1e6;
  box-shadow: 0 1px 2px rgba(23, 25, 74, .05);
  border-radius: 12px
}

.conditional-experience-section .answer-item label svg,
.conditional-experience-section .answer-item label img.icon {
  width: 12px;
  height: 12px
}

.conditional-experience-section .answer-item label .minus-icon {
  display: none
}

.conditional-experience-section .answer-item label span {
  color: #676779;
  white-space: nowrap
}

.conditional-experience-section .answer-item .other-experience {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 15px 12px;
  background: #fff;
  border: 1px solid #e0e1e6;
  box-shadow: 0 1px 2px rgba(23, 25, 74, .05);
  border-radius: 12px
}

.conditional-experience-section .answer-item .other-experience svg {
  width: 10px;
  height: 10px
}

.conditional-experience-section .answer-item .other-experience input {
  width: auto;
  visibility: visible;
  border: 0;
  font-size: 15px;
  letter-spacing: .014em;
  line-height: 1.4;
  font-weight: 520;
  color: #676779;
  font-family: "Manrope"
}

.conditional-experience-section .answer-item .other-experience input::-moz-placeholder {
  color: #676779;
  font-weight: 520;
  font-family: "Manrope"
}

.conditional-experience-section .answer-item .other-experience input::placeholder {
  color: #676779;
  font-weight: 520;
  font-family: "Manrope"
}


.as_p p {
  color: #05264e;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
}

.badge-text__main {
  display: flex;
  align-items: center;
  padding: 4px 12px;
  gap: 12px;
  background: #f5f5fb;
  border-radius: 12px;
  width: -moz-fit-content;
  width: fit-content
}

.badge-text__main .badge-text {
  font-weight: 630;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .012em;
  color: #676779
}

.badge-text__main .badge-text span {
  color: #35353f
}

.badge-text__main.content-area-banner-details__text-badge {
  display: none
}

.conditional-experience-section .answer-item .other-experience input:active,
.conditional-experience-section .answer-item .other-experience input:focus {
  border: 0;
  outline: 0
}

.radio-tile-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.radio-tile-group .input-container {
  position: relative;
  width: 100%;
  margin: 0.5rem;
}

.radio-tile-group .input-container .radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.radio-tile-group .input-container .radio-tile {
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #c4c9d0;
  border-radius: 5px;
  padding: 10px;
  transition: transform 300ms ease;
}

.radio-tile-group .input-container .icon svg {
  fill: #079ad9;
  width: 3rem;
  height: 3rem;
}

.radio-tile-group .input-container .radio-tile-label {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  color: #0c326f;
}

.self-funding__modal-open {
  float: right;
}



.radio-tile-group .input-container .radio-button:checked+.radio-tile {
  background-color: #0c306b;
  border: 2px solid #0c306b;
  color: white;
  transform: scale(1.1, 1.1);
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile .icon svg {
  fill: white;
  background-color: #079ad9;
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile .radio-tile-label {
  color: white;
  background-color: #079ad9;
}

.radiobtn label>input[type=radio]:checked:hover+*::after {
  background-color: #2b2f8f
}

.radiobtn label>input[type=radio]:checked:disabled+*::after {
  opacity: .5
}

.radiobtn .empty-field input {
  background-color: transparent;
  position: absolute
}

.radiobtn .empty-field:focus {
  border: 1px solid #a2a5e4;
  outline: 4px solid #d7d8f3
}

.radiobtn .empty-field:disabled {
  background-color: #e0e1e6
}

.radiobtn .empty-field:active {
  border: 1px solid #a2a5e4;
  outline: 1px solid #d7d8f3;
  background-color: #f5f5fb
}

.radio-group-wrapper {
  border: 1px solid #e0e1e6;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(23, 25, 74, .05);
  border-radius: 12px;
  overflow: hidden
}

.radio-group-wrapper .radio-fieldset-header {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 12px;
  padding: 12px;
  border-bottom: 1px solid #e0e1e6
}

.radio-group-wrapper .radio-fieldset-header svg {
  width: 16px;
  height: 16px
}

.radio-group-wrapper .radio-fieldset-header svg.hoverstate {
  display: none
}

.radio-group-wrapper .radio-fieldset-header span {
  font-weight: 630;
  font-size: 15px;
  line-height: 1.4;
  color: #676779;
  cursor: default
}

.radio-group-wrapper fieldset {
  display: flex;
  flex-direction: row;
  align-items: center;
  outline: 0;
  border: 0
}

.radio-group-wrapper fieldset label {
  border: 0;
  border-radius: 0;
  box-shadow: none
}

.radio-group-wrapper fieldset label:hover {
  border: 0;
  border-radius: 0;
  box-shadow: none
}

.radio-group-wrapper fieldset label:focus {
  box-shadow: none
}

.radio-group-wrapper fieldset label.active {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent
}

.radio-group-wrapper fieldset label.active:hover {
  border: 0;
  border-radius: 0;
  box-shadow: none
}

.radio-group-wrapper fieldset label p.regular-font {
  gap: 12px
}

.radio-group-wrapper fieldset label p.regular-font span {
  padding: 0
}

.radio-group-wrapper:hover {
  border: 1px solid #a2a5e4;
  box-shadow: 0 0 0 1px #d7d8f3
}

.radio-group-wrapper.active {
  border-color: #a2a5e4
}

.radio-group-wrapper.active .radio-fieldset-header {
  background-color: #f5f5fb;
  border-color: #a2a5e4
}

.radio-group-wrapper.active .radio-fieldset-header span {
  color: #494fc9
}

.radio-group-wrapper.active .radio-fieldset-header svg.normalstate {
  display: none
}

.radio-group-wrapper.active .radio-fieldset-header svg.hoverstate {
  display: block
}

.button-grp {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 0;
  gap: 16px
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .close:hover {
  color: #06D85F;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }

  .popup {
    width: 70%;
  }
}



.br-wizard .wizard-form .wizard-panel .wizard-panel-btn {
  align-self: flex-end;
  background-color: var(--background-alternative);
  border-top: 1px solid var(--border-color);
  height: fit-content;
  margin-top: 1px;
  padding: var(--spacing-scale-2x) 1.5%;
  width: 100%;
  z-index: 99999 !important;
}

.divider__or:before {
  width: 100%;
  height: 1px;
  background-color: #e0e1e6;
  content: "";
}

.divider__or:after {
  width: 100%;
  height: 1px;
  background-color: #e0e1e6;
  content: "";
}

.input__field-wrapper label:hover {
  border: 1px solid #a2a5e4;
  box-shadow: 0 0 0 1px #d7d8f3;
}

.input__field-wrapper label {
  display: flex;
  padding: 0;
  gap: 0;
  overflow: hidden;
  border: 1px solid #e0e1e6;
  box-shadow: 0 1px 2px rgba(23, 25, 74, .05);
  border-radius: 12px;
  outline: 0;
  transition: all;
  transition-timing-function: cubic-bezier(0.25, .46, .45, .94);
  transition-duration: 200ms;
}

.whocare .hideradiogroup input {
  width: 0;
  height: 0;
  line-height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0
}

.whocare .hideradiogroup label {
  display: flex;
  padding: 13px 12px;
  gap: 12px;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  position: relative
}

.whocare .hideradiogroup label span {
  padding: 0;
  flex: 1 1 0;
  font-weight: 520
}

.whocare .hideradiogroup label svg.hoverstate {
  display: none
}

.whocare .hideradiogroup label.active {
  background: #f5f5fb;
  border: 1px solid #a2a5e4;
  box-shadow: 0 1px 2px rgba(23, 25, 74, .05)
}

.whocare .hideradiogroup label.active span {
  color: #494fc9;
  font-weight: 690
}

.whocare .hideradiogroup label.active svg.hoverstate {
  display: block
}

.whocare .hideradiogroup label.active svg.normalstate {
  display: none
}

.whocare .hideradiogroup label.active svg.hoverchange rect {
  fill: #494fc9
}

.whocare .hideradiogroup label.active:hover {
  background: #ecedf9;
  border: 1px solid #a2a5e4;
  box-shadow: 0 0 0 1px #d7d8f3
}

.whocare .hideradiogroup label.active:focus {
  background: #f5f5fb;
  border: 1px solid #a2a5e4;
  box-shadow: 0 0 0 4px #d7d8f3
}

.whocare.answer__selection .radiobtn {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr
}


.pt-70 {
  padding-top: 70px !important;
}

.br-wizard .wizard-form {
  color: var(--color);
  height: calc(100% - 200px) !important;
  position: relative;
}

.wizard-sample-2 {
  height: 400px;
}

.br-wizard .wizard-progress {
  background-color: var(--background-alternative);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  grid-template-rows: none;
  min-height: 94px !important;
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 20px !important;
  width: 100%;
}

/*# sourceMappingURL=wizard.css.map*/




.btn-grey-small {
  background-color: #eff3fc;
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 5px;
  color: #4f5e64 !important;
}

.btn-grey-small:hover {
  color: #3c65f5 !important;
}

.btn-grey-big {
  padding: 17px 21px;
  gap: 10px;
  background: #e0e6f7;
  border-radius: 4px;
  color: #05264e;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.btn-grey-big:hover {
  color: #3c65f5;
}

.btn-apply-now {
  background-color: #e0e6f7;
  color: #3c65f5;
  padding: 12px 10px;
  min-width: 95px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: capitalize;
}

.btn-apply {
  background-color: #3c65f5;
  color: #fff;
  padding: 12px 20px;
  border-radius: 4px;
}

.btn-apply:hover {
  background-color: #05264e;
  color: #fff;
}

.btn-apply-icon {
  background-image: url(/_next/static/media/apply.ae2f83c4.svg);
  background-position: 15px 11px;
  background-repeat: no-repeat;
  padding-left: 40px;
}

.btn-apply-big {
  background-color: #3c65f5;
  color: #fff;
  padding: 18px 35px;
  border-radius: 4px;
}

.btn-apply-big.btn-apply-icon {
  padding-left: 50px;
  background-position: 21px 17px;
}

.btn-apply-big:hover {
  color: #fff;
  background-color: #05264e;
}

.btn-call-icon {
  background-image: url(/_next/static/media/call.4a639be3.svg);
}

.btn-call-icon,
.btn-download-icon {
  background-position: 24px 17px;
  background-repeat: no-repeat;
  padding: 18px 30px 18px 65px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.btn-download-icon {
  background-image: url(/_next/static/media/icon-download.fc222e6c.svg);
}

.btn-preview-icon {
  background-image: url(/_next/static/media/preview.536823e1.svg);
  background-position: 35px 14px;
  background-repeat: no-repeat;
  padding: 14px 30px 14px 55px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  min-width: 180px;
}

.btn-tag {
  padding: 3px 10px;
  background: #e0e6f7;
  color: #3c65f5;
}

.btn-tag,
.btn-tags-sm {
  border-radius: 5px;
  min-width: 42px;
  font-size: 12px;
  line-height: 18px;
}

.btn-tags-sm {
  padding: 6px 18px;
  color: #66789c;
  color: #3c65f5;
  background-color: rgba(81, 146, 255, 0.12);
}

.btn-border-3 {
  background: #eff2fb;
  border-radius: 8px;
  color: #05264e;
  margin-bottom: 10px;
}

.btn-border-3,
.btn-border-brand-2 {
  padding: 12px 20px;
  font-size: 14px;
  line-height: 22px;
}

.btn-border-brand-2 {
  border: 1px solid #3c65f5;
  background-color: #fff;
  border-radius: 8px;
  color: #3c65f5;
}

.btn-brand-1 {
  padding: 18px 25px;
  background: #05264e;
  color: #fff;
  border-radius: 4px;
}

.btn-brand-1:hover {
  background-color: #3c65f5;
  color: #fff;
}

.btn-icon-load {
  background-image: url(/_next/static/media/icon-load.e7473537.svg);
  background-position: 18px;
  background-repeat: no-repeat;
  /* padding-left: 42px; */
  font-size: 20px;
}

.btn-icon-more {
  background-image: url(/_next/static/media/icon-more.a98646ee.svg);
  background-position: right 16px center;
  background-repeat: no-repeat;
  padding-right: 50px;
}

.btn-paragraph-2 {
  padding: 8px 16px;
  background: #66789c;
  border-radius: 5px;
  color: #3c65f5;
  min-width: 42px;
  font-size: 11px;
  color: #fff;
  line-height: 14px;
}

.btn-send-message {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 15px 28px 15px 60px;
  background: #3c65f5 url(/_next/static/media/icon-email.a39ee506.svg) no-repeat 25px 15px;
  border-radius: 4px;
}

.btn-send-message:hover {
  background-color: #05264e;
  color: #fff;
}

.btn-border {
  border: 1px solid #b4c0e0;
  padding: 10px 23px;
  border-radius: 10px;
  background: #fff;
  color: #4f5e64;
  font-size: 16px;
  line-height: 26px;
  transition-duration: 0.2s;
  font-weight: 700;
}

.btn-border:hover {
  color: #fff;
  background-color: #05264e;
  transition-duration: 0.2s;
  transform: translateY(-3px);
}

.btn-sm {
  padding: 12px 20px;
  vertical-align: middle;
}

.btn-sm img {
  float: left;
  margin: 0 10px 0 0;
}

.btn-brand-hover {
  padding: 14px 25px;
}

.btn-brand-hover:hover {
  background-color: #9777fa;
  color: #fff;
}

.box-button-shadow {
  position: relative;
  display: inline-block;
}

.box-button-shadow:before {
  background: #9777fa;
  filter: blur(20px);
  border-radius: 10px;
  content: "";
  position: absolute;
  width: 144px;
  height: 39px;
  z-index: 1;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
}

.box-button-shadow a {
  position: relative;
  z-index: 12;
}

.btn-link {
  font-family: Plus Jakarta Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #05264e;
  text-decoration: underline;
}

.btn-link:hover {
  color: #3c65f5;
}

.btn-arrow-right {
  background: url(/_next/static/media/arrow-right.b5b35d44.svg) no-repeat right 15px top 3px;
  color: #3c65f5;
  padding: 0 40px 0 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
}

.switch {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 30px;
  vertical-align: middle;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: hsla(0, 0%, 73%, 0.3);
}

.slider,
.slider:before {
  position: absolute;
  transition: 0.4s;
}

.slider:before {
  content: "";
  height: 21px;
  width: 21px;
  left: 5px;
  bottom: 5px;
  background-color: #9777fa;
}

input:checked+.slider {
  background-color: rgba(81, 146, 255, 0.3);
}

input:focus+.slider {
  box-shadow: 0 0 1px #05264e;
}

input:checked+.slider:before {
  transform: translateX(34px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

span.btn {
  cursor: unset;
}

.social-login {
  height: 53px;
  border-radius: 4px;
  border: 1px solid #e0e6f6;
  width: 100%;
  line-height: 53px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.social-login img {
  margin-right: 4px;
}

.social-login:hover {
  color: #3c65f5;
  box-shadow: 0 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.cb-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 1px solid #e0e6f7;
  border-radius: 7px;
}

.cb-container input:checked~.checkmark {
  border: 2px solid #3c65f5;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cb-container input:checked~.checkmark:after {
  display: block;
}

.cb-container .checkmark:after {
  left: 0;
  top: -1px;
  width: 21px;
  height: 22px;
  border-radius: 5px;
  background: #3c65f5 url(/_next/static/media/tick.1ef47da1.svg) no-repeat 50%;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input[type="date"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="time"] {
  border: 1px solid #4a4a4a;
  border-radius: 4px;
  height: 50px;
  box-shadow: none;
  padding-left: 20px;
  font-size: 14px;
  width: 100%;
}

input[type="date"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus {
  border: 1px solid #4a4a4a;
}

select {
  width: 100%;
  background: transparent;
  border: 0 solid #4a4a4a;
  box-shadow: none;
  color: #4f5e64;
}

option,
select {
  font-size: 16px;
}

option {
  background: #fff;
  border: 0 solid #626262;
  padding-left: 10px;
}

textarea {
  border: 1px solid #4a4a4a;
  border-radius: 10px;
  height: 50px;
  box-shadow: none;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  width: 100%;
  min-height: 250px;
}

textarea:focus {
  background: transparent;
  border: 1px solid #b4c0e0;
}

.contact-from-area .contact-form-style button {
  font-size: 18px;
  font-weight: 500;
  padding: 20px 40px;
  color: #fff;
  border: none;
  background-color: #05264e;
  border-radius: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
}

.contact-from-area .contact-form-style button:hover {
  background-color: #3c65f5 !important;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group input {
  background: #fff;
  border: 1px solid #e0e6f6;
  height: 53px;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}

.form-group input:focus {
  border-color: #b4c0e0;
}

.form-group input.form-icons {
  padding-left: 42px;
}

label {
  margin-bottom: 5px;
}

.mt-6 {
  margin-top: 6px !important;
}

.modal-lg,
.modal-xl {
  max-width: 600px;
}

.modal-content .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

.apply-job-form {
  background-image: url(/_next/static/media/bg-1.b7a80cbf.svg);
  background-repeat: no-repeat;
}

.apply-job-form .text-brand-2 {
  background: #d5deff;
  display: inline-block;
  border-radius: 8px;
  padding: 5px 15px;
}

.box-swiper,
.box-swiper .swiper-container {
  position: relative;
}

.box-swiper .swiper-container .item-logo {
  border: 1px solid rgba(6, 18, 36, 0.1);
  padding: 22px 18px;
  display: flex;
  width: 100%;
  text-align: left;
  border-radius: 12px;
  margin-bottom: 15px;
  background-color: #fff;
  flex-wrap: wrap;
}

.box-swiper .swiper-container .item-logo img {
  max-width: 100%;
}

.box-swiper .swiper-container .item-logo:hover {
  border: 1px solid #b4c0e0;
  box-shadow: 0 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.box-swiper .swiper-container .item-logo .image-left {
  min-width: 50px;
  padding-right: 10px;
}

.box-swiper .swiper-container .item-logo .text-info-right h4 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 3px;
}

.box-swiper .swiper-container .item-logo .text-info-bottom {
  position: relative;
  width: 100%;
}

.box-swiper .swiper-button-next:after,
.box-swiper .swiper-button-prev:after {
  content: "";
}

.box-swiper .swiper-button-next {
  background: url(/_next/static/media/next.07c17da4.svg) no-repeat 0 0;
}

.box-swiper .swiper-button-next:hover {
  background: url(/_next/static/media/next-active.310d8f19.svg) no-repeat 0 0;
}

.box-swiper .swiper-button-prev {
  background: url(/_next/static/media/prev.9920b5f2.svg) no-repeat 0 0;
}

.box-swiper .swiper-button-prev:hover {
  background: url(/_next/static/media/prev-active.36f00c72.svg) no-repeat 0 0;
}

.box-swiper .swiper-button-next,
.box-swiper .swiper-button-prev {
  width: 40px;
  margin-top: -55px;
}

.box-swiper .swiper-button-next {
  left: auto;
  right: -65px;
}

.box-swiper .swiper-button-prev {
  left: -65px;
}

.box-swiper .swiper-button-next.swiper-button-disabled,
.box-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.swiper-pagination {
  text-align: center;
  width: 100%;
}

.swiper-pagination-bullet {
  margin: 10px;
}

.swiper-pagination-custom {
  bottom: -5px;
}

.swiper-pagination-customs {
  background: #b4c0e0;
  border-radius: 50%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  margin-right: 4px;
}

.swiper-pagination-customs-active,
.swiper-pagination-customs:hover {
  background: #3c65f5;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-bottom: -1px;
  margin-left: 3px;
  margin-right: 3px;
}

.style-nav-top .swiper-button-next {
  top: -30px;
  right: -5px;
  left: auto;
}

.style-nav-top .swiper-button-prev {
  top: -30px;
  right: 45px;
  left: auto;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: #3c65f5;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  opacity: 0.5;
}

.swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet-active:hover {
  background-color: #3c65f5;
  width: 12px;
  height: 12px;
  margin: -1px 3px 0;
  opacity: 1;
}

.slider-labels {
  margin-top: 10px;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
  transform: translateZ(0);
}

.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #345dbb;
}

.noUi-background {
  background: #d6d7d9;
}

.noUi-connect {
  background: #345dbb;
}

.noUi-origin,
.noUi-target {
  border-radius: 2px;
}

.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345dbb;
  border: 8px solid rgba(53, 93, 187, 0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

[disabled] .noUi-connect,
[disabled].noUi-connect {
  background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-origin {
  cursor: not-allowed;
}

.ui-slider-handle {
  display: none;
}

.ui-widget.ui-widget-content {
  border: 0 solid #ebebeb;
}

.noUi-target {
  border-radius: 12px;
}

.noUi-horizontal {
  height: 6px;
}

.noUi-background {
  background: #3c65f5;
}

.noUi-origin {
  border-radius: 12px;
  background: #b4c0e0;
}

.noUi-connect {
  background: #9777fa;
  transition: background 0.45s;
  height: 6px;
  margin-top: 0;
}

.noUi-tooltip {
  position: absolute;
  top: -30px;
  font-size: 14px;
  line-height: 22px;
  color: #3c65f5;
  font-weight: 500;
}

.noUi-horizontal .noUi-handle {
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 18px 40px rgba(25, 15, 9, 0.1);
  left: -8px;
  top: -8px;
  cursor: pointer;
}

.noUi-horizontal .noUi-handle:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 9px;
  height: 9px;
  background-color: #3c65f5;
  border-radius: 50%;
}

.noUi-handle:active {
  left: -8px;
  top: -8px;
}

.card-grid-1 {
  border-radius: 10px;
  border: 0.88px solid #e0e6f7;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  background: #f8faff;
  text-align: center;
  padding: 30px;
}

.card-shadow {
  box-shadow: 0 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.card-time {
  background: url(/_next/static/media/time.88d5e639.svg) no-repeat 0 5px;
}

.card-briefcase,
.card-time {
  font-size: 12px;
  color: #a0abb8;
  display: inline-block;
  padding: 0 15px;
}

.card-briefcase {
  background: url(/_next/static/media/briefcase.a6969784.svg) no-repeat 0 6px;
}

.card-location {
  font-size: 12px;
  color: #a0abb8;
  display: inline-block;
  padding: 0 0 0 20px;
  background: url(/_next/static/media/location.dac4c399.svg) no-repeat 0 6px;
  line-height: 24px;
}

.card-grid-2 {
  border-radius: 8px;
  border: 1px solid #0c3169;
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
  background: #f8faff;
}

.card-grid-2 i {
  font-size: 20px;
  color: #a0abb8;
  margin-left: 5px;
}

.card-grid-2 i.fi-rr-marker {
  margin-left: 0;
}

.card-grid-2 .btn-apply-now {
  color: #3c65f5;
}

.card-grid-2:hover {
  border-color: #b4c0e0;
  background-color: #fff;
}

.card-grid-2:hover .btn-apply-now {
  color: #fff;
  background-color: #3c65f5;
}

.card-grid-2 a {
  text-decoration: none;
  color: #05264e;
}

.card-grid-2 a:hover {
  color: #3c65f5;
}

.card-grid-2 .card-grid-2-image-rd {
  padding: 0 15px 0 0;
  display: inline-block;
  width: 30%;
  min-width: 115px;
  max-width: 115px;
}

.card-grid-2 .card-grid-2-image-rd figure {
  position: relative;
  display: inline-block;
}

.card-grid-2 .card-grid-2-image-rd figure img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

.card-grid-2 .card-grid-2-image-rd.online figure:before {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  content: "";
  position: absolute;
  bottom: 13px;
  right: 9px;
  background: #00c070;
}

.card-grid-2.grid-bd-16 {
  background-color: #fff;
  border-radius: 16px;
}

.card-grid-2.grid-bd-16 .lbl-hot {
  position: absolute;
  top: 25px;
  left: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 24px;
  background: #3c65f5;
  border-radius: 5px;
  color: #fff;
  min-width: 42px;
  font-size: 12px;
  line-height: 18px;
}

.card-grid-2.grid-bd-16 .card-block-info .card-text-price {
  font-size: 16px;
  line-height: 26px;
}

.card-grid-2 .card-grid-2-image {
  position: relative;
  padding: 10px;
}

.card-grid-2 .card-grid-2-image .tag {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 12;
}

.card-grid-2 .card-grid-2-image figure {
  display: block;
}

.card-grid-2 .card-grid-2-image figure img {
  width: 100%;
  border-radius: 12px;
}

.card-grid-2 .card-block-info {
  display: inline-block;
  width: 100%;
  padding: 0px 10px 20px;
}

.card-grid-2 .card-block-info .card-2-img-text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 4px 0 4px 40px;
  font-size: 14px;
  max-width: 90%;
  min-height: 44px;
}

.card-grid-2 .card-block-info .card-2-img-text .card-grid-2-img-small {
  background: #e4e4e4;
  border-radius: 50%;
  padding: 5px;
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 8px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 30px;
}

.card-grid-2 .card-block-info .card-2-img-text span {
  display: inline-block;
  color: #05264e;
  font-size: 14px;
}

.card-grid-2 .card-block-info .card-2-img-text img {
  max-width: 100%;
}

.card-grid-2 .card-block-info .card-text-price {
  color: #05264e;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 700;
  font-size: 22px;
}

.card-grid-2 .card-block-info .card-text-price span {
  font-size: 14px;
  color: #4f5e64;
  font-weight: 400;
}

.card-grid-2 .card-block-info .card-2-bottom {
  position: relative;
}

.card-grid-2 .card-block-info .card-2-bottom .btn-grey-small {
  margin-right: 5px;
}

.card-grid-2 .card-block-info .card-2-bottom .btn-tags-sm {
  margin-bottom: 5px;
}

.card-grid-2 .card-block-info .card-2-bottom.card-2-bottom-candidate .btn-brand-hover {
  padding: 15px 33px;
  border: thin solid #b4c0e0;
  font-size: 14px;
}

.card-grid-2 .card-block-info .card-2-bottom.card-2-bottom-candidate .btn-brand-hover:hover {
  color: #fff;
}

.card-grid-2 .card-block-info .card-grid-2-img-medium {
  padding-left: 55px;
  font-size: 14px;
  font-weight: 600;
  font-family: Plus Jakarta Sans, sans-serif;
  color: #151515;
  line-height: 17px;
}

.card-grid-2 .card-block-info .card-grid-2-img-medium .card-grid-2-img-small {
  background-color: #5aa6ff;
  height: 44px;
  width: 44px;
  border-radius: 8px;
}

.card-grid-2 .card-block-info .card-profile {
  text-align: center;
}

.card-grid-2 .card-block-info .card-profile strong {
  font-size: 18px;
  color: #05264e;
  line-height: 18px;
  font-weight: 700;
  font-family: Plus Jakarta Sans, sans-serif;
  display: block;
  padding-bottom: 5px;
}

.card-grid-2 .card-block-info .card-profile strong:hover {
  color: #05264e;
}

.card-grid-2 .card-block-info .card-profile>span {
  color: #4f5e64;
}

.card-grid-2 .card-block-info .card-profile .rate-reviews-small span {
  display: inline-block;
  vertical-align: middle;
}

.card-grid-2 .card-block-info .card-profile .rate-reviews-small span img {
  height: 13px;
  display: flex;
}

.card-grid-2 .employers-info {
  border-top: 1px solid #e0e6f7;
  padding-top: 20px;
}

.card-grid-2 .flash {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 25px;
  width: 25px;
  background: url(/_next/static/media/flash.aea6c8a8.svg) no-repeat 0 0;
}

.card-grid-2 .card-grid-2-image-left {
  padding: 30px 20px 15px;
  display: flex;
  position: relative;
}

.card-grid-2 .card-grid-2-image-left .image-box {
  width: 13%;
  padding-right: 30px;
}

.card-grid-2 .card-grid-2-image-left .right-info .name-job {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 26px;
  color: #05264e;
  font-weight: 700;
  display: block;
  margin-top: 0px;
}


.carer-card-bubble.info-tag {
  margin-bottom: 10px;
  border-radius: 20px;
  padding: 10px 10px;
  line-height: 20px;
}

.carer-card-bubble.info-tag.active {
  border-color: #494fc9;
  background-color: #ecedf9;
  order: -1
}

.content-area__listcarer-banner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto
}

.vv {
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
}


.info-tag {
  align-items: center;
  padding: 8px 14px;
  gap: 12px;
  border: 1px solid #e0e1e6;
  border-radius: 20px;
  font-weight: 630;
  font-size: 14px;
  letter-spacing: .014em;
  color: #35353f;
  display: inline-flex;
}



.card-grid-2 .card-grid-2-image-left .right-info .name-job:hover {
  color: #3c65f5;
}

.card-grid-2 .card-grid-2-image-left .right-info .location-small {
  background: url(/_next/static/media/location.dac4c399.svg) no-repeat 0 5px;
  display: inline-block;
  padding: 5px 0 0 0px;
  font-size: 14px;
  color: #898484;
  font-weight: 500;
}

.specific-needs-wrapper {
  width: 100%;
  margin: 0 auto
}

.care-your-location-wrapper p,
.specific-needs-wrapper p {
  font-size: 18px;
  font-weight: 500;
  color: #35353f;
  margin-bottom: 30px;
  max-width: 100%;
  margin-top: 10px;

  font-family: Plus Jakarta Sans, sans-serif;
}


.foot_p {
  font-size: 16px;
  font-weight: 500;
  color: #35353f;
  font-family: Plus Jakarta Sans, sans-serif;
  line-height: 24px;
}


.ngt {
  margin-top: 20px;
  font-size: 20px;
}

.specific-needs-wrapper .specific-needs-block {
  width: 100%;
  position: relative;
  padding: 20px 20px;
  text-align: center;
}

.specific-needs-wrapper .specific-needs-block .care-type-container .care-type-col a.care-type-block.overnight-care::after {
  background-color: #bf8dff;
}

.specific-needs-wrapper .specific-needs-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  width: 100%;
  background-image: linear-gradient(to right, #09326b, #f66907);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  height: 100%;
  z-index: -1
}

.specific-needs-wrapper .specific-needs-block h2 {
  color: #080809;
  font-size: 40px;
  font-weight: 800;
  margin: 0 auto 35px;
  max-width: 400px;
  line-height: 1.2
}

.specific-needs-wrapper .specific-needs-block .care-type-container {
  width: auto;
  min-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-left: -13px;
  margin-right: -13px;
  flex-wrap: wrap;
  margin-bottom: 10px
}

.specific-needs-wrapper .specific-needs-block .care-type-container .care-type-col {
  flex: 0 0 33.33%;
  width: 33.33%;
  padding-left: 13px;
  padding-right: 13px;
  margin-bottom: 30px
}

.specific-needs-wrapper .specific-needs-block .care-type-container .care-type-col a.care-type-block {
  width: 100%;
  display: block;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  position: relative;
  text-decoration: none;
  padding: 24px 20px 25px;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s
}

.specific-needs-wrapper .specific-needs-block .care-type-container .care-type-col a.care-type-block:hover {
  border: 1px solid #494fc9;
  background-color: #ecedf9;
  transition: .5s;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px)
}

.specific-needs-wrapper .specific-needs-block .care-type-container .care-type-col a.care-type-block.hourly-care::after,
.specific-needs-wrapper .specific-needs-block .care-type-container .care-type-col a.care-type-block.livein-care::after,
.specific-needs-wrapper .specific-needs-block .care-type-container .care-type-col a.care-type-block.overnight-care::after {
  content: " ";
  width: 90%;
  height: 12px;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px
}

.specific-needs-wrapper .specific-needs-block .care-type-container .care-type-col a.care-type-block.hourly-care::after {
  background-color: #ffce6c
}

.specific-needs-wrapper .specific-needs-block .care-type-container .care-type-col a.care-type-block.livein-care::after {
  background-color: #68bfab
}

.specific-needs-wrapper .specific-needs-block .care-type-container .care-type-col a.care-type-block .care-type-block-head,
.specific-needs-wrapper .specific-needs-block .specific-care-needs-container .specific-care-needs-col a.specific-care-needs-block .specific-care-needs-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.specific-needs-wrapper .specific-needs-block .care-type-container .care-type-col a.care-type-block .care-type-block-head span {
  font-size: 20px;
  font-weight: 800;
  color: #424242
}

.care-your-location-wrapper .care-your-location-container .care-your-location-col a.care-your-location-block .care-your-location-head img,
.specific-needs-wrapper .specific-needs-block .care-type-container .care-type-col a.care-type-block .care-type-block-head img {
  max-width: 100%;
  height: auto;
  padding: 10px
}

.care-your-location-wrapper .care-your-location-container,
.specific-needs-wrapper .specific-needs-block .specific-care-needs-container {
  width: auto;
  min-width: 100%;
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
  flex-wrap: wrap
}

.specific-needs-wrapper .specific-needs-block .specific-care-needs-container .specific-care-needs-col {
  flex: 0 0 25%;
  width: 25%;
  padding-left: 8px;
  padding-right: 8px
}

@media (max-width: 1080px) {
  .specific-needs-wrapper .specific-needs-block .specific-care-needs-container .specific-care-needs-col {
    flex: 0 0 33.33%;
    width: 33.33%
  }
}

@media (max-width: 991.98px) {

  .specific-needs-wrapper .specific-needs-block .care-type-container .care-type-col,
  .specific-needs-wrapper .specific-needs-block .specific-care-needs-container .specific-care-needs-col {
    flex: 0 0 50%;
    width: 50%
  }
}

.specific-needs-wrapper .specific-needs-block .specific-care-needs-container .specific-care-needs-col a.specific-care-needs-block {
  width: 100%;
  display: block;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  text-decoration: none;
  padding: 19px 20px;
  margin-bottom: 16px;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s
}

.specific-needs-wrapper .specific-needs-block .specific-care-needs-container .specific-care-needs-col a.specific-care-needs-block:hover {
  border: 1px solid #494fc9;
  background-color: #ecedf9;
  transition: .5s;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px)
}

.specific-needs-wrapper .specific-needs-block .specific-care-needs-container .specific-care-needs-col a.specific-care-needs-block .specific-care-needs-head span {
  font-size: 20px;
  font-weight: 700 !important;
  color: #424242 !important;
  text-align: left;
  width: calc(100% - 35px)
}

@media (max-width: 1600px) {
  .specific-needs-wrapper .specific-needs-block .specific-care-needs-container .specific-care-needs-col a.specific-care-needs-block .specific-care-needs-head span {
    font-size: 15px
  }
}

.specific-needs-wrapper .specific-needs-block .specific-care-needs-container .specific-care-needs-col a.specific-care-needs-block .specific-care-needs-head img {
  max-width: 100%;
  height: auto;
  padding: 0
}

.specific-needs-wrapper .specific-needs-block a.show-more-btn {
  text-align: left;
  margin-top: 30px
}

.care-your-location-wrapper {
  width: 100%;
  margin: 50px auto
}


.testimonial {
  margin: 0 20px 40px;
}

.testimonial .testimonial-content {
  padding: 35px 25px 35px 50px;
  margin-bottom: 35px;
  background: #fff;
  border: 1px solid #f0f0f0;
  position: relative;
}

.testimonial .testimonial-content:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 22px;
  transform: rotate(45deg);
}

.testimonial-content .testimonial-icon {
  width: 50px;
  height: 45px;
  background: #ff4242;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  position: absolute;
  top: 37px;
  left: -19px;
}

.testimonial-content .testimonial-icon:before {
  content: "";
  border-bottom: 16px solid #e41212;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}

.testimonial .description {
  font-size: 15px;
  font-style: italic;
  color: #8a8a8a;
  line-height: 23px;
  margin: 0;
}

.testimonial .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #525252;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}

.testimonial .post {
  display: block;
  font-size: 14px;
  color: #ff4242;
}

.owl-theme .owl-controls {
  margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
  background: #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ff4242;
}


.download-app-wrapper {
  width: 100%;
  margin: 0px 0 0;
  padding-top: 30px;
  background: #ecedf9;
  background: linear-gradient(0deg, #ecedf9 66%, #fff 67%);
}

@media (max-width: 1365px) {
  .download-app-wrapper {
    background: #ecedf9;
    background: linear-gradient(0deg, #ecedf9 70%, #fff 67%)
  }
}

@media (max-width: 1180px) {
  .download-app-wrapper {
    background: #ecedf9;
    background: linear-gradient(0deg, #ecedf9 100%, #fff 67%)
  }
}

.download-app-wrapper .download-app-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%
}


.box-newsletter {
  padding: 57px 0px 96px 0px;
  background: url(../imgs/bg-newsletter.svg) no-repeat 0px 0px !important;
  background-size: cover;
  border-radius: 16px;
}


.download-app-wrapper .download-app-block .download-app-block-lt {
  flex: 0 0 30%;
  width: 30%
}

.download-app-wrapper .download-app-block .download-app-block-rt {
  flex: 0 0 60%;
  width: 60%
}

.download-app-wrapper .download-app-block .download-app-block-rt .download-app-info {
  max-width: 700px;
  margin-bottom: 50px
}

@media (max-width: 1499px) {
  .download-app-wrapper .download-app-block .download-app-block-rt .download-app-info {
    margin-bottom: 30px
  }
}

.download-app-wrapper .download-app-block .download-app-block-rt .download-app-info h2 {
  margin-bottom: 16px;
  color: #212121;
  font-weight: 800
}

.download-app-wrapper .download-app-block .download-app-block-rt .download-app-info p {
  font-size: 17px;
  color: #616161;
  font-weight: 600;
  margin-bottom: 30px
}

.download-app-wrapper .download-app-block .download-app-block-rt .download-app-info .download-app-btns {
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.download-app-wrapper .download-app-block .download-app-block-rt .download-app-info .download-app-btns a {
  margin-right: 10px
}

.hire-carers-wrapper,
.home-page__content .right-decision-wrapper {
  margin: 80px auto
}

.right-decision-wrapper .right-decision-block {
  max-width: 650px;
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center
}




.card-bg-white .card-grid-2 {
  background-color: #fff;
}

.card-image-top {
  border: 1px solid #e0e6f7;
  padding: 12px 12px 10px;
  border-radius: 16px;
  margin-bottom: 24px;
}

.card-image-top .image {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 10px;
  background-color: #b4c0e0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.card-image-top .image .lbl-hot {
  position: absolute;
  top: 20px;
  left: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 24px;
  background: #e0e6f7;
  border-radius: 5px;
  color: #3c65f5;
  min-width: 42px;
}

.card-image-top .image img {
  border-radius: 0;
  width: 100%;
  height: 100px;
}

.card-image-top .informations {
  position: relative;
  padding: 0 5px;
}

.card-image-top .informations h5 {
  margin-bottom: 5px;
  text-align: center;
  font-size: 16px;
}

.card-image-top:hover {
  box-shadow: 0 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.card-grid-3 {
  border-radius: 16px;
  border: 1px solid #e0e6f7;
  overflow: hidden;
  margin-bottom: 0;
  background: #fff;
}

.card-grid-3:hover {
  box-shadow: 0 10px 20px -5px rgba(10, 42, 105, 0.06);
  border-color: #b4c0e0;
}

.card-grid-3 a {
  text-decoration: none;
}

.card-grid-3 .card-grid-3-image {
  position: relative;
  padding: 10px;
}

.card-grid-3 .card-grid-3-image figure {
  display: block;
}

.card-grid-3 .card-grid-3-image figure img {
  width: 100%;
  border-radius: 13px;
}

.card-grid-3 h5 a {
  color: #05264e;
}

.card-grid-3 h5 a:hover {
  color: #3c65f5;
}

.card-grid-3 .card-block-info {
  display: inline-block;
  width: 100%;
  padding: 0 18px 18px;
}

.card-grid-3 .card-block-info .card-block-rating span {
  display: inline-block;
  margin: 0 2px;
}

.card-grid-3 .card-block-info .card-2-img-text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 4px 0 4px 40px;
  font-size: 14px;
}

.card-grid-3 .card-block-info .card-2-img-text .card-grid-2-img-small {
  background: #e4e4e4;
  border-radius: 50%;
  padding: 5px;
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 8px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 30px;
}

.card-grid-3 .card-block-info .card-2-img-text span {
  display: inline-block;
  color: #05264e;
  font-size: 14px;
}

.card-grid-3 .card-block-info .card-2-img-text img {
  max-width: 100%;
}

.card-grid-3 .card-block-info .card-time {
  font-size: 14px;
  display: inline-block;
  padding: 0 15px 0 25px;
  background: url(/_next/static/media/time.88d5e639.svg) no-repeat 0 3px;
}

.card-grid-3 .card-block-info .card-text-price {
  color: #3c65f5;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 700;
  font-size: 22px;
}

.card-grid-3 .card-block-info .card-text-price span {
  font-size: 14px;
  color: #4f5e64;
  font-weight: 400;
}

.card-grid-3 .card-block-info .card-2-bottom {
  position: relative;
}

.card-grid-3 .card-block-info .card-2-bottom .img-rounded {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  margin: 6px 10px 0 0;
  vertical-align: middle;
  display: inline-block;
}

.card-grid-3 .card-block-info .card-2-bottom .info-right-img {
  line-height: 22px;
}

.card-grid-3 .card-block-info .card-2-bottom .info-right-img .font-sm {
  line-height: 18px !important;
}

.card-grid-3 .card-block-info .card-profile strong {
  font-size: 18px;
  color: #05264e;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 700;
  display: block;
}

.card-grid-3 .card-block-info .card-profile span {
  font-size: 16px;
  color: #4f5e64;
}

.card-grid-3 .card-grid-3-image-circle {
  padding-top: 35px;
}

.card-grid-3 .card-grid-3-image-circle figure img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.card-grid-4 {
  background-color: #fff;
  padding: 40px 30px 35px;
  border-radius: 10px;
  border: thin solid #e0e6f7;
  margin-bottom: 30px;
}

.card-grid-4:hover {
  border-color: #b4c0e0;
  box-shadow: 0 37px 60px -15px rgba(50, 59, 79, 0.1);
}

.card-grid-4 a {
  text-decoration: none;
}

.card-grid-4 .image-top-feature figure img {
  height: 126px;
  border-radius: 50%;
  width: 126px;
}

.card-grid-4 .card-grid-4-info {
  display: inline-block;
  width: 100%;
  padding: 10px 0 0;
}

.card-grid-4 .btn-readmore {
  color: #05264e;
  font-size: 18px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.card-grid-4 .btn-readmore:hover {
  color: #3c65f5;
}

.card-grid-5 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 575px;
  background: url(/_next/static/media/img-big1.4bf12d86.png) 0 0;
  background-size: cover;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 30px;
}

.card-grid-5 .category {
  background: url(/_next/static/media/picture-icon.9b6894c7.svg) 50% no-repeat;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 47px;
  width: 47px;
  z-index: 3;
  background-color: #fff;
  border-radius: 50%;
  display: none;
}

.card-grid-5:hover .category {
  display: inline-block;
}

.card-grid-5 .box-cover-img {
  position: absolute;
  bottom: 0;
  top: 10%;
  width: 100%;
  background: url(/_next/static/media/bg-black-trans.921059e4.png) repeat-x bottom;
  z-index: 2;
}

.card-grid-5 .box-cover-img .content-bottom {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.card-grid-5 .img-main {
  width: 100%;
  height: auto;
}

.card-grid-5 .author img {
  max-width: 36px;
}

.card-grid-6 {
  position: relative;
}

.card-grid-6 .card-text-desc {
  border: 1px solid #e0e6f7;
  padding: 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 35px;
}

.card-grid-6 .card-text-desc:before {
  content: "";
  height: 30px;
  width: 33px;
  background: #fff url(/_next/static/media/arrow.d11eaa09.png) no-repeat;
  bottom: -29px;
  left: 20px;
  position: absolute;
  z-index: 2;
}

.card-grid-6 .card-image {
  display: flex;
  padding-left: 5px;
}

.card-grid-6 .card-image .image {
  min-width: 75px;
}

.card-grid-6 .card-image .image img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.card-grid-6 .card-image .card-profile {
  width: 100%;
  padding-top: 5px;
}

.card-grid-border {
  border: 1px solid #e0e6f7;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.card-grid-border:hover {
  box-shadow: 0 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.card-grid-border .link-arrow {
  display: inline-block;
  padding: 0 35px 0 0;
  background: url(/_next/static/media/arrow-right.91bdba95.svg) no-repeat right top 2px;
  color: #3c65f5;
  font-size: 14px;
  line-height: 22px;
}

.card-list-4 {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0 0 15px;
  margin-bottom: 0;
  border-bottom: 1px solid #e0e6f7;
}

.card-list-4 .image {
  min-width: 60px;
  padding-right: 10px;
}

.card-list-4 .info-text {
  width: 100%;
  margin-top: -4px;
}

.card-list-4 .card-price {
  font-size: 16px;
  line-height: 26px;
  padding-top: 0;
  display: inline-block;
  color: #3c65f5;
}

.card-list-4 .card-price span {
  font-size: 12px;
  line-height: 12px;
  color: #4f5e64;
  font-weight: 500;
}

ul li:last-child {
  padding-bottom: 0 !important;
}

ul li:last-child .card-list-4 {
  border-bottom: 0;
  padding-bottom: 0;
}

.box-radius-8 {
  border-radius: 8px;
  background-color: #fff6f1;
  padding: 30px;
  display: flex;
  box-shadow: 0 10px 20px -5px rgba(10, 42, 105, 0.06);
  border: 1px solid #e0e6f7;
}

.box-radius-8 .image {
  display: inline-block;
  min-width: 176px;
  padding-right: 25px;
}

.box-radius-8 .text-info {
  display: inline-block;
  width: 100%;
}

.card-category {
  height: 255px;
}

.card-category .box-cover-img {
  top: 0;
}

.card-review-1 {
  border: 1px solid #e0e6f7;
  border-radius: 10px;
  padding: 0 25px 25px;
  position: relative;
  margin: 45px 0 0;
}

.card-review-1 .image-review {
  text-align: center;
}

.card-review-1 .image-review img {
  margin: -44px 0 0;
  width: 88px;
  height: 88px;
  border-radius: 50%;
}

.card-review-1 .review-name {
  text-align: center;
  border-bottom: 1px solid #e0e6f7;
  padding-bottom: 15px;
  padding-top: 10px;
  margin-bottom: 15px;
}

.card-review-1 .review-rating {
  margin-bottom: 10px;
}

.card-review-1 .review-rating img {
  margin-right: 5px;
}

.job-text-desc {
  max-width: 70%;
}

.mt--30 {
  margin-top: -30px;
}

.content-job-inner {
  padding: 40px;
}

.box-image-job {
  text-align: center;
}

.box-image-job figure {
  display: block;
}

.box-image-job figure img {
  max-width: 80%;
}

.box-image-job .job-top-creator {
  max-width: 290px;
  background-color: #fff;
  box-shadow: 0 10px 20px -5px rgba(10, 42, 105, 0.06);
  border-radius: 20px;
  padding: 5px;
  position: absolute;
  bottom: -100px;
  left: -100px;
  animation: hero-thumb-animation 2s linear infinite alternate;
}

.box-image-job .job-top-creator-head {
  background-color: #eff3fc;
  border-radius: 20px;
  padding: 18px 45px 21px;
}

.box-image-job .job-top-creator ul {
  display: block;
  padding: 24px 20px 0;
  margin: 0;
  list-style: none;
}

.box-image-job .job-top-creator ul li {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-bottom: 15px;
}

.box-image-job .job-top-creator ul li figure {
  float: left;
  display: block;
}

.box-image-job .job-top-creator ul li figure img {
  width: 60px;
  height: 50px;
  border-radius: 50%;
}

.box-image-job .job-top-creator ul li .job-info-creator {
  display: block;
  padding-left: 60px;
}

.box-image-job .job-top-creator ul li .job-info-creator strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  font-family: Plus Jakarta Sans, sans-serif;
}

.box-image-job .job-top-creator ul li .job-info-creator span {
  color: #4f5e64;
  font-size: 14px;
}

.list-partners {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.list-partners li {
  display: inline-block;
  padding: 25px 29px;
  vertical-align: middle;
}

.list-partners li figure img {
  max-width: 100%;
  vertical-align: middle;
}

.box-newsletter {
  padding: 57px 0 96px;
  background: url(/_next/static/media/bg-newsletter.41bc541a.svg) no-repeat 0 0;
  background-size: cover;
  border-radius: 16px;
}

.box-newsletter .box-form-newsletter {
  background: #fff;
  max-width: 610px;
  padding: 10px;
  border-radius: 10px;
  margin: auto;
}

.box-newsletter .box-form-newsletter form {
  display: flex;
}

.box-newsletter .box-form-newsletter form .input-newsletter {
  width: 90%;
  border: 0;
  min-height: 60px;
  background-image: url(/_next/static/media/email.20285eb2.svg);
  background-repeat: no-repeat;
  background-position: left 17px center;
  padding: 15px 15px 15px 60px;
}

.box-newsletter .box-form-newsletter form .font-heading {
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 500;
}

.box-newsletter .icon-send-letter {
  position: relative;
  background-image: url(/_next/static/media/apply.ae2f83c4.svg);
  background-repeat: no-repeat;
  background-position: left 17px center;
  padding-left: 45px;
}

.box-newsletter .text-md-newsletter {
  color: #fff;
  font-size: 37px;
  line-height: 55px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 700;
}

.box-newsletter .text-lg-newsletter {
  color: #fff;
  font-size: 46px;
  line-height: 56px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 700;
}

.bg-patern {
  position: relative;
}

.bg-patern .container {
  z-index: 3;
  position: relative;
}

.text-mutted {
  font-size: 16px;
  color: #4f5e64;
  line-height: 16px;
}

.text-mutted-2 {
  color: #66789c;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  transition: 0.6s;
  margin: 0 auto;
}

.preloader img {
  max-width: 250px;
}

.rate {
  height: 21px;
  padding: 0 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.rate:not(:checked)>input {
  position: absolute;
  visibility: hidden;
}

.rate:not(:checked)>label {
  float: right;
  width: 21px;
  height: 21px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
  margin-right: 3px;
}

.rate:not(:checked)>label.checked:before,
.rate>input:checked~label:before {
  background: url(/_next/static/media/star.2261d3df.svg) no-repeat;
}

.rate.small {
  transform: scale(0.7);
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  padding: 0;
}

.breacrumb-cover {
  background-color: #f8faff;
  background-image: url(/_next/static/media/bg-breadcrumb.54ca4110.png);
  background-position: top;
  padding: 50px 0;
}

.breadcrumbs {
  background-color: #fff;
  border-radius: 6px;
  display: inline-block;
  padding: 7px 15px;
}

.breadcrumbs li {
  color: #66789c;
  font-size: 14px;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.breadcrumbs li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: url(/_next/static/media/arrow-breadcrumb.6a2f72e9.svg) no-repeat 50%;
}

.breadcrumbs li a {
  font-size: 14px;
  color: #66789c;
  text-decoration: none;
  line-height: 14px;
  display: block;
}

.breadcrumbs li a:hover {
  color: #05264e;
}

.breadcrumbs li:last-child:before {
  color: #66789c;
}

.breadcrumbs li:first-child:before {
  display: none;
}

.breadcrumbs li:first-child {
  padding-left: 0;
}

.breadcrumbs .home-icon {
  background: url(/_next/static/media/home.e4ce1ddd.svg) no-repeat;
  padding: 0 0 0 20px;
}

.noUi-horizontal .noUi-handle {
  border: 1px solid #e1e1e1;
}

.box-filters-job .dropdown-menu[data-bs-popper] {
  right: 0;
  left: unset;
}

.text-brand-2 {
  color: #3c65f5;
}

.w-lg-50 {
  width: 50%;
}

.banner-hero {
  padding: 0 65px 0 15px;
  position: relative;
  max-width: 1770px;
  margin: 0 auto;
}

.banner-hero .banner-inner {
  z-index: 5;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.banner-hero .banner-inner .banner-imgs {
  padding: 35px 0 0;
  position: relative;
  height: 100%;
  min-height: 450px;
}

.banner-hero .banner-inner .banner-imgs .block-1 {
  position: absolute;
  top: 10%;
  left: -150px;
}

.banner-hero .banner-inner .banner-imgs .block-2 {
  position: absolute;
  bottom: 0;
  right: 120px;
}

.banner-hero .banner-inner .banner-imgs .block-3 {
  position: absolute;
  top: 21%;
  right: 220px;
}

.banner-hero .banner-inner .banner-imgs .block-4 {
  position: absolute;
  bottom: 8%;
  left: -80px;
}

.banner-hero .block-banner {
  position: relative;
  z-index: 12;
  padding: 50px 50px 80px 70px;
}

.banner-hero .block-banner .form-find {
  background: #fff;
  box-shadow: 0 18px 40px rgba(25, 15, 9, 0.1);
  border-radius: 8px;
  display: inline-block;
  width: 100%;
  padding: 4px;
  border: 2px solid #0c306b;
  margin-top: 20px !important;
}

.banner-hero .block-banner .form-find form {
  display: flex;
  width: 100%;
}

.banner-hero .block-banner .form-find .btn-find {
  padding-right: 15px;
  background-image: url(/_next/static/media/search-icon.80f090b3.svg);
  background-repeat: no-repeat;
  background-position: left 19px top 18px;
  font-size: 22px !important;
}

.banner-hero .block-banner .form-find .form-input {
  border: 0 solid rgba(26, 15, 9, 0.1);
  border-radius: 0;
  padding: 10px 20px 10px 34px;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  color: #000;
}

.banner-hero .block-banner .form-find .select2 {
  border: 0 solid rgba(26, 15, 9, 0.1);
  border-radius: 0;
  padding: 10px 20px 10px 30px;
  display: inline-block;
  width: 100% !important;
  margin-right: 10px;
  position: relative;
  max-width: 180px;
}

.banner-hero .block-banner .form-find .select2:after {
  content: "";
  height: 18px;
  width: 1.4px;
  border-radius: 5px;
  background-color: #b4c0e0;
  position: absolute;
  top: 16px;
  right: -3px;
}

.banner-hero .block-banner .form-find .select2:before {
  content: "";
  background: url(/_next/static/media/icon-location-2.e87fc3d4.svg) no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 11px;
  top: 15px;
}

.banner-hero .block-banner .form-find .select2 .select2-selection__arrow {
  background: url(/_next/static/media/arrow-down.ef4ec87b.svg) no-repeat right 10px center;
  top: 11px;
  width: 26px;
}

.banner-hero .block-banner .form-find .select2 .select2-selection__arrow b {
  display: none !important;
  background-color: #9777fa;
}

.banner-hero .block-banner .form-find .box-industry {
  width: 100%;
  max-width: 180px;
}

.banner-hero .block-banner .form-find .box-industry .select2:before {
  content: "";
  background: url(/_next/static/media/industry.8d0fd41e.svg) no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 11px;
  top: 15px;
}

.banner-hero .block-banner .form-find .input-keysearch {
  background: url(/_next/static/media/key-numbers.3ced82ea.svg) no-repeat left 10px center;
}

.banner-hero .block-banner .form-find .input-industry {
  background: url(/_next/static/media/icon-job.cb6b65a4.svg) no-repeat left 18px center;
}

.banner-hero .block-banner .list-tags-banner {
  position: relative;
}

.banner-hero .block-banner .list-tags-banner a {
  color: #4f5e64;
  font-size: 17px;
  margin-left: 2px;
  text-decoration: underline;
  margin-right: 5px;
  font-weight: 700;
}

.banner-hero .block-banner .list-tags-banner strong {
  font-weight: 700;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  color: #4f5e64;
}

.banner-hero .heading-banner {
  font-size: 48px;
  line-height: 60px;
  color: #3c65f5;
}

.banner-hero .color-brand-2 {
  color: #ff6702;
  position: relative;
}


.banner-hero .color-brand-2:after {
  content: "";
  background-color: #3c65f5;
  height: 25px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -6px;
  z-index: -1;
  opacity: 0.1;
}

.banner-hero .banner-description {
  position: relative;
  font-size: 18px;
  color: #4f5e64;
  line-height: 28px;
}

.banner-hero.banner-image-single {
  padding: 20px 0;
}

.banner-hero.banner-image-single img {
  width: 100%;
  border-radius: 16px;
}

.banner-hero.banner-company {
  padding: 40px 20px 60px;
  background: #f2f6fd;
  border-radius: 16px;
  position: relative;
}

.banner-hero.banner-company .block-banner {
  padding: 0;
}

.banner-hero.banner-single {
  padding: 40px 20px 60px;
  background: #f2f6fd;
  border-radius: 16px;
  position: relative;
}

.banner-hero.banner-single:after {
  content: "";
  position: absolute;
  bottom: 1px;
  right: 5px;
  height: 170px;
  width: 213px;
  background: url(/_next/static/media/right-job-head.20bf0a8a.svg) no-repeat 0 100%;
  background-size: contain;
}

.banner-hero.banner-single:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: -3px;
  height: 170px;
  width: 218px;
  background: url(/_next/static/media/left-job-head.15bb41c5.svg) no-repeat 0 100%;
  background-size: contain;
  display: inline;
  top: auto;
  right: auto;
}

.banner-hero.hero-2 {
  position: relative;
  width: 100%;
  padding: 100px 0 80px;
  max-width: 100%;
  background: url(/_next/static/media/banner.2530d2f5.png) no-repeat top;
  background-size: cover;
}

.banner-hero.hero-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #05264e;
  opacity: 0.8;
  z-index: 1;
}

.banner-hero.hero-2 .banner-inner {
  z-index: 2;
  position: relative;
  max-width: 725px;
  margin: auto;
  width: 100%;
}

.banner-hero.hero-2 .banner-inner .block-banner {
  padding: 0;
  text-align: center;
}

.banner-hero.hero-2 .banner-inner .block-banner .list-tags-banner a,
.banner-hero.hero-2 .banner-inner .block-banner .list-tags-banner strong {
  color: #fff;
}

.banner-hero.hero-2 .banner-inner .block-banner .list-tags-banner strong {
  margin-right: 10px;
}

.banner-hero.hero-2 .banner-inner .block-banner .form-find .select2 {
  text-align: left;
}

.banner-hero.hero-3 {
  background: #3c65f5;
}

.banner-hero.hero-3:before {
  display: none;
}

@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes hero-thumb-sm-animation {
  0% {
    transform: translateY(-20px) translateX(50px);
  }

  to {
    transform: translateY(-20px) translateX(0);
  }
}

@keyframes hero-thumb-sm-2-animation {
  0% {
    transform: translateY(-50px);
  }

  to {
    transform: translateY(0);
  }
}

.shape-1 {
  animation: hero-thumb-animation 2s linear infinite alternate;
}

.shape-2 {
  animation: hero-thumb-sm-animation 4s linear infinite alternate;
}

.shape-3 {
  animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}

.header {
  padding: 10px 0;
  float: left;
  width: 100%;
}

.header .main-header {
  display: flex;
  align-items: center;
}

.header .main-header .header-right {
  display: inline-block;
  min-width: 500px;
  text-align: right;
}

.header .main-header .header-nav {
  display: inline-block;
  width: 100%;
  text-align: left;
}

.header .main-header .header-left {
  display: flex;
  align-items: center;
}

.header .main-header .header-left .header-logo {
  margin-right: 0;
  min-width: 300px;
  padding-right: 40px;
}

.header .nav-main-menu {
  display: inline-block;
  width: auto;
  padding: 0;
  text-align: left;
}


.footer {
  padding-top: 40px;
  padding-bottom:50px;
}


.rews {
  text-align: center;
  padding-top: 30px;
}


.gool {
  padding-top: 20%;
}


.header .main-menu li {
  float: left;
  padding: 10px 22px;
  position: relative;
}

.header .main-menu li.has-children>a:after {
  content: "\f151";
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: 400 !important;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1 !important;
  font-size: 18px;
  opacity: 1;
  margin-left: 4px;
  position: absolute;
  top: 1px;
  right: -19px;
  color: #a0abb8;
}

.header .main-menu li.hr {
  padding: 0 22px;
}

.header .main-menu li.hr span {
  background-color: #e0e6f6;
  height: 1px;
  width: 100%;
  display: block;
  margin: 5px 0;
}

.header .main-menu li a {
  font-family: Plus Jakarta Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #05264e;
  padding: 0;
  text-decoration: none;
  position: relative;
}

.header .main-menu li a.active,
.header .main-menu li a:hover {
  color: #3c65f5;
}

.header .main-menu li a.active:before,
.header .main-menu li a:hover:before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #3c65f5;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.header .main-menu li a i {
  font-size: 10px;
  opacity: 0.5;
  margin-left: 3px;
}

.header .main-menu li ul {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  min-width: 220px;
  border-radius: 10px;
  border: 1px solid #ececec;
  box-shadow: 0 10px 20px -5px rgba(10, 42, 105, 0.06);
  background-color: #fff;
  padding: 10px 20px 15px;
}

.header .main-menu li ul li {
  width: 100%;
  padding: 0;
}

.header .main-menu li ul li a {
  font-size: 14px;
  color: #253d4e;
  position: relative;
  transition: 0.3s;
}



.header .main-menu li ul li a.active,
.header .main-menu li ul li a:hover {
  padding-left: 38px;
  transition: 0.5s;
}

.header .main-menu li ul li a.active:after,
.header .main-menu li ul li a:hover:after {
  opacity: 1;
  transition-duration: 0.3s;
}

.header .main-menu li ul li a.active:before,
.header .main-menu li ul li a:hover:before {
  display: none;
}

.header .main-menu li ul li ul {
  top: 0;
  left: 100%;
}

.header .main-menu li:hover>ul {
  opacity: 1;
  visibility: visible;
  margin-top: 15px;
}

.header .main-menu li:hover>ul li {
  width: 100%;
  list-style: inside;
  padding-bottom: 5px;
}

.header .text-link-bd-btom {
  font-family: Plus Jakarta Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #05264e;
  display: inline-block;
  position: relative;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.express-curam-plan-wrapper {
  margin: 20px auto 40px;
}

.express-curam-plan-wrapper {
  width: 100%;
  margin: 20px auto 5px;
}

.express-curam-plan-wrapper .express-curam-plan-block {
  background-image: linear-gradient(to right, #09326b, #f66907);
  width: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 25px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.express-curam-plan-wrapper .express-curam-plan-block .express-curam-plan-rt {
  flex: 0 0 65%;
  width: 65%;
}

.express-curam-plan-wrapper .express-curam-plan-block .express-curam-plan-rt {
  flex: 0 0 55%;
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.express-curam-plan-wrapper .express-curam-plan-block .express-curam-plan-lt {
  flex: 0 0 35%;
  width: 35%;
}

.express-curam-plan-wrapper .express-curam-plan-block .express-curam-plan-rt .exp-plan-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.express-curam-plan-wrapper .express-curam-plan-block .express-curam-plan-rt .exp-plan-btn .btn {
  padding: 10px;
  margin: 5px 0 5px 10px;
}

.line-btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #eaebff;
}

.express-curam-plan-wrapper .express-curam-plan-block .express-curam-plan-rt .exp-plan-btn .line-btn:hover {
  background-color: #525598;
  border-color: #494fc9;
  color: #fff;
}



.as_bb {
  background: #d4deff;
  padding: 10px;
  border-radius: 10px;
}


.header .text-link-bd-btom:hover {
  color: #3c65f5;
}

.header .block-signin .btn-shadow {
  box-shadow: 0 18px 40px rgba(25, 15, 9, 0.1);
}

.header.stick {
  padding: 14px 0;
}

.header.header-2 {
  background-color: #f8faff;
}

.sticky-bar.stick {
  animation: fadeInDown 0.7s ease-in-out 0s 1 normal none running;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #e0e6f6;
  background: #fff;
}

.sticky-bar.stick.sticky-white-bg {
  background-color: #fff;
}

.sticky-bar.stick.sticky-blue-bg {
  background-color: #3286e0;
}

.sticky-bar.stick .burger-icon {
  top: 7px;
}

.header-brand-2,
.header-brand-2.sticky-bar.stick {
  background: #3c65f5;
}

.header-brand-2 .main-menu>li>a {
  color: #e0e6f6;
}

.header-brand-2 .main-menu>li>a:hover {
  color: #fff;
}

.header-brand-2 .main-menu>li>a .active:before,
.header-brand-2 .main-menu>li>a:hover:before {
  background-color: #fff;
}

.header-brand-2 .main-menu li a,
.header-brand-2 .main-menu li a.active {
  color: #fff;
}

.header-brand-2 .main-menu li a .active:before,
.header-brand-2 .main-menu li a.active .active:before,
.header-brand-2 .main-menu li a.active:hover:before,
.header-brand-2 .main-menu li a:hover:before {
  background-color: #fff;
}

.header-brand-2 .main-menu li a {
  color: #e0e6f6;
}

.header-brand-2 .main-menu li a.active,
.header-brand-2 .main-menu li a:hover {
  color: #fff;
}

.header-brand-2 .main-menu li a.active:before,
.header-brand-2 .main-menu li a:hover:before {
  background-color: #fff;
}

.header-brand-2 .main-menu li ul li a:hover {
  color: #3c65f5;
}

.header-brand-2 .text-link-bd-btom {
  color: #fff;
}

.header-brand-2 .btn-default {
  background-color: #fff;
  color: #3c65f5;
  font-weight: 500;
}

.user-account {
  display: flex;
  align-items: center;
}

.user-account img {
  max-width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.user-account .user-name {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
}

.perfect-scroll {
  height: 100vh;
  width: 300px;
  position: relative;
}

.body-overlay-1 {
  background: transparent;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  cursor: crosshair;
  z-index: 997;
}

.mobile-menu-active .body-overlay-1 {
  opacity: 1;
  visibility: visible;
}

.mobile-header-wrapper-style {
  position: fixed;
  top: 0;
  width: 380px;
  min-height: 100vh;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 998;
}

.mobile-header-wrapper-style.sidebar-visible {
  visibility: visible;
  opacity: 1;
  transform: translate(0);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner {
  padding: 0 0 30px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 34px 30px 30px;
  background-color: #fff;
  align-items: center;
  align-self: center;
  border-bottom: thin solid #e0e6f6;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
  display: block;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
  width: 100px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
  padding: 30px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
  display: block;
  position: relative;
  padding: 13px 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.hr {
  display: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
  border-bottom: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand {
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  font-size: 12px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 38px;
  top: 5px;
  color: #05264e;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand i {
  font-size: 18px;
  font-weight: 300;
  opacity: 0.5;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active>.menu-expand {
  background: hsla(0, 0%, 100%, 0.2);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active>.menu-expand i:before {
  content: "\f113";
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #05264e;
  transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
  margin-right: 5px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
  padding: 10px 0 0 10px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
  padding: 10px 0;
  border-bottom: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children .menu-expand {
  top: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a {
  padding-left: 13px;
  transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a:before {
  opacity: 1;
  transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #253d4e;
  padding-left: 10px;
  position: relative;
  transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  background-color: #e0e6f6;
  border-radius: 50%;
  opacity: 0.7;
  transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
  margin-top: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children.active {
  padding-bottom: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover>a {
  color: #05264e;
  padding-left: 3px;
  transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .categories-dropdown-wrap ul li a {
  padding: 5px 15px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #e0e6f7;
  margin: 17px 0 30px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
  position: relative;
  margin-bottom: 13px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
  margin-bottom: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #05264e;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a:hover {
  color: #05264e;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a i {
  font-size: 14px;
  color: #05264e;
  margin-right: 8px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
  margin-top: 5px;
  display: none;
  background-color: transparent;
  box-shadow: none;
  padding: 10px 0 0;
  width: 100%;
  z-index: 11;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
  padding-bottom: 10px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
  padding-bottom: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
  font-size: 16px;
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover,
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover>a {
  color: #05264e;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright {
  font-size: 12px;
  color: #4f5e64;
}

.burger-icon {
  position: absolute;
  width: 24px;
  height: 20px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 7px;
  right: 15px;
  display: none;
  z-index: 999999;
}

.burger-icon>span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}

.burger-icon>span.burger-icon-top {
  top: 2px;
}

.burger-icon>span.burger-icon-bottom {
  bottom: 2px;
}

.burger-icon>span.burger-icon-mid {
  top: 9px;
}

.burger-icon.burger-close {
  position: fixed;
  top: 21px !important;
  right: 15px;
}

.burger-icon.burger-close>span.burger-icon-top {
  display: none;
  opacity: 0;
}

.burger-icon.burger-close>span.burger-icon-mid {
  top: 8px;
  transform: rotate(45deg);
}

.burger-icon.burger-close>span.burger-icon-bottom {
  bottom: 10px;
  transform: rotate(-45deg);
}

.burger-icon>span:after,
.burger-icon>span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
}

.burger-icon.burger-icon-white>span:after,
.burger-icon.burger-icon-white>span:before {
  background-color: #4f5e64;
}

.mobile-search form {
  background-color: #f2f3f4;
  border-radius: 8px;
  height: 44px;
  padding: 0 15px 0 44px;
  position: relative;
}

.mobile-search form input {
  border: 0;
  background-color: transparent;
  width: 100%;
  height: 43px;
}

.mobile-search form i {
  position: absolute;
  left: 18px;
  top: 14px;
  font-size: 18px;
  color: #4f5e64;
}

.mobile-social-icon h6 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}

.mobile-social-icon a {
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
  transition-duration: 0.5s;
  height: 30px;
  width: 30px;
  display: inline-flex;
  background: #efeaff;
  border-radius: 30px;
  line-height: 1;
  align-content: center;
  justify-content: center;
}

.mobile-social-icon a img {
  max-width: 18px;
}

.mobile-social-icon a img:hover {
  opacity: 0.8;
}

.mobile-social-icon a:hover {
  transform: translateY(-2px);
  transition-duration: 0.5s;
  margin-top: -2px;
}

.mobile-social-icon a:last-child {
  margin-right: 0;
}

.mobile-account {
  margin: 15px 0;
  padding: 30px 0 20px;
  border-top: thin solid #e0e6f6;
}

.mobile-account h6 {
  font-weight: 600;
  font-size: 18px;
}

.mobile-account ul li {
  padding: 13px 0;
}

.mobile-account ul li a {
  font-size: 15px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #253d4e;
  transition-duration: 0.2s;
}

.mobile-account ul li:hover a {
  padding-left: 3px;
  transition-duration: 0.2s;
  color: #05264e;
}

.nav li {
  list-style: none;
}

.sidebar-title {
  border-bottom: thin solid #e0e6f6;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.search-form form {
  position: relative;
}

.search-form form input {
  border: 1px solid #ececec;
  border-radius: 10px;
  height: 64px;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}

.search-form form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 20px;
  height: 100%;
  padding: 0 24px;
  background-color: transparent;
  color: #242424;
}

.widget-categories {
  background-color: #f4f6fa !important;
}

.widget-categories li {
  padding: 8px 0;
}

.widget-categories li+li {
  border-top: 1px solid #e0e6f6;
}

.widget-categories li a {
  color: #05264e;
  font-size: 16px;
}

.widget-categories li span.count {
  background-color: rgba(81, 146, 255, 0.12);
  color: #05264e;
  border-radius: 3px;
  display: block;
  padding: 3px 5px;
  min-width: 26px;
  text-align: center;
}

.widget-categories li:hover span.count {
  background-color: #05264e;
  color: #fff;
}

.post-list-small-item {
  transition-duration: 0.2s;
}

.post-list-small-item:hover {
  transition-duration: 0.2s;
  transform: translateY(-3px);
}

.post-list-small-item figure img {
  max-width: 85px;
  border-radius: 5px;
}

.post-list-small-item .post-meta {
  font-size: 13px;
}

.post-list-small-item .post-meta img {
  max-width: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

.post-list-small-item h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}

.post-list-small-item:not(:last-child) {
  margin-bottom: 15px;
}

.footer .footer-col-1 {
  flex: 0 0 auto;
  width: 24%;
}

.footer .footer-col-2,
.footer .footer-col-3,
.footer .footer-col-4,
.footer .footer-col-5 {
  flex: 0 0 auto;
  width: 14%;
}

.footer .footer-col-6 {
  flex: 0 0 auto;
  width: 20%;
}

.footer .menu-footer {
  display: inline-block;
}

.footer .menu-footer li {
  list-style: none;
  margin-bottom: 4px;
}

.footer .menu-footer li a {
  color: #4f5e64;
  font-size: 14px;
  text-decoration: none;
  transition-duration: 0.2s;
  font-weight: 600;
}

.footer .menu-footer li a:hover {
  color: #05264e;
  transition-duration: 0.2s;
  padding-left: 3px;
}

.footer .icon-socials {
  display: inline-block;
  margin-right: 10px;
  height: 30px;
  width: 30px;
  transition-duration: 0.2s;
}

.footer .icon-socials:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
}

.footer .icon-socials.icon-facebook {
  background: url(/_next/static/media/facebook.2e17f4c2.svg) no-repeat 0 0;
  transition-duration: 0.2s;
}

.footer .icon-socials.icon-twitter {
  background: url(/_next/static/media/twitter.0474a04e.svg) no-repeat 0 0;
  transition-duration: 0.2s;
}

.footer .icon-socials.icon-linkedin {
  background: url(/_next/static/media/linkedin.5209505e.svg) no-repeat 0 0;
  transition-duration: 0.2s;
}

.footer .footer-bottom {
  border-top: 1px solid #e0e6f7;
  padding: 10px 0;
  color: #4f5e64;
  font-size: 14px;
}

.footer .footer-bottom strong {
  color: #05264e;
  font-weight: 700;
}

.footer .footer-bottom a {
  text-decoration: none;
}

#scrollUp {
  width: 48px;
  height: 48px;
  color: #fff;
  right: 30px;
  bottom: 80px;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
  z-index: 999 !important;
  border: 0;
  background-color: #fff;
  transition-duration: 0.2s;
  background-color: #3c65f5;
  background-image: url(../media/mtw.png);
  background-repeat: no-repeat;
  background-position: 50%;
}

#scrollUp i {
  display: none;
  line-height: 42px !important;
  font-size: 20px;
  color: #fff;
}

#scrollUp:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
}

.section-padding-30 {
  padding: 30px 0;
}

.section-padding-50 {
  padding: 50px 0;
}

.section-padding-60 {
  padding: 60px 0;
}

.section-padding {
  padding: 25px 0;
}

.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-35 {
  padding: 35px 0;
}

.ptb-32 {
  padding: 32px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.ptb-170 {
  padding: 170px 0;
}

.ptb-177 {
  padding: 177px 0;
}

.ptb-180 {
  padding: 180px 0;
}

.ptb-190 {
  padding: 190px 0;
}

.ptb-200 {
  padding: 200px 0;
}

.ptb-210 {
  padding: 210px 0;
}

.ptb-220 {
  padding: 220px 0;
}

.ptb-290 {
  padding: 290px 0;
}

.ptb-310 {
  padding: 310px 0;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-65 {
  padding: 65px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-260 {
  padding-top: 260px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pb-250 {
  padding-bottom: 250px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pl-155 {
  padding-left: 155px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pl-165 {
  padding-left: 165px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pl-175 {
  padding-left: 175px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pl-185 {
  padding-left: 185px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pl-195 {
  padding-left: 195px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pr-155 {
  padding-right: 155px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pr-195 {
  padding-right: 195px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.plr-5-percent {
  padding: 0 5%;
}

.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-290 {
  margin: 290px 0;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-155 {
  margin-left: 155px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-165 {
  margin-left: 165px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-185 {
  margin-left: 185px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-195 {
  margin-left: 195px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.page-about {
  background-position: 0 5%;
}

.bg-banner-about,
.header-bg {
  background-color: #f8faff;
}

.bg-banner-about {
  padding-bottom: 0px;
}

.banner-about:before,
.bg-banner-about {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.banner-about:before {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  right: 0;
  left: 0;
}

.banner-about .banner-inner .banner-imgs {
  padding-top: 35px;
}

.banner-about .main-banner {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.banner-about .banner-sm-1 {
  position: absolute;
  top: 3%;
  left: -110px;
  width: 102px;
}

.banner-about .banner-sm-1 img {
  width: 102px;
  height: 102px;
  border-radius: 50%;
}

.banner-about .banner-sm-2 {
  position: absolute;
  top: 21%;
  left: -142px;
  width: 132px;
}

.banner-about .banner-sm-2 img {
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.banner-about .banner-sm-3 {
  position: absolute;
  top: 51%;
  left: -192px;
  width: 182px;
}

.banner-about .banner-sm-3 img {
  border-bottom-left-radius: 40px;
}

.heading-36 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 28px;
  line-height: 44px;
  font-weight: 700;
}

.text-lg {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.text-blue {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  color: #3c65f5;
  font-weight: 600;
  line-height: 24px;
}

.box-info-job {
  display: inline-block;
  width: 100%;
  padding: 70px 30px 0;
}

.box-image-findjob {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-left: -50px;
}

.box-image-findjob img {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  box-shadow: 0 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.box-image-findjob:before {
  position: absolute;
  content: "";
  bottom: -45px;
  right: -45px;
  height: 39px;
  width: 39px;
  border-radius: 50%;
  background: #fff;
}

.block-job-bg {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 65px 0 0 20px;
}

.block-job-bg .row {
  z-index: 2;
  position: relative;
}

.block-job-bg:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 85%;
  height: 39px;
  width: 39px;
  border-radius: 50%;
  z-index: 0;
}

.bdrd-4 {
  border-radius: 4px !important;
}

.banner-imgs-about {
  position: relative;
}

.banner-imgs-about .banner-sm-4 {
  position: absolute;
  top: 15%;
  left: -110px;
}

.banner-imgs-about .banner-sm-5 {
  position: absolute;
  top: 65%;
  left: -90px;
}

.banner-imgs-about .main-banner {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.color-black-5 {
  color: #eff2fb;
}

.box-mw-60 {
  max-width: 60%;
  margin: auto;
}

.box-mw-70 {
  max-width: 70%;
}

.box-banner-services--inner {
  position: relative;
  max-width: 1090px;
  margin: auto;
}

.box-banner-services--inner img {
  border-radius: 15px;
  width: 100%;
}

.box-banner-services--inner .btn-play-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 140px;
  width: 150px;
  z-index: 3;
  margin: auto;
}

.mw-450,
.mw-650 {
  max-width: 650px;
  margin: auto;
}

.mw-450 {
  max-width: 450px;
}

.pattern-service {
  position: relative;
}

.pattern-service .container {
  z-index: 2;
  position: relative;
}

.pattern-service:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  height: 100%;
  min-height: 611px;
  width: 290px;
}

.bg-blue-full {
  background-color: #ecf4ff;
  padding: 82px 0;
}

.bg-blue-full .btn-border {
  color: #4f5e64;
}

.text-billed {
  font-weight: 500;
  font-family: Plus Jakarta Sans, sans-serif;
  display: inline-block;
  vertical-align: middle;
  color: #253d4e;
}

.max-width-price {
  margin: auto;
  max-width: 85%;
}

.block-pricing .box-pricing-item {
  display: inline-block;
  width: 100%;
  padding: 44px;
  border: 1px solid #e0e6f7;
  border-radius: 8px;
  margin-bottom: 30px;
}

.block-pricing .box-pricing-item:hover {
  box-shadow: 0 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.block-pricing .box-pricing-item:hover .btn-border {
  background-color: #3c65f5;
  color: #fff;
}

.block-pricing .box-pricing-item .for-month,
.block-pricing .box-pricing-item .for-year {
  display: none;
}

.block-pricing .box-pricing-item .display-month,
.block-pricing .box-pricing-item .display-year {
  display: inline-block;
}

.block-pricing .box-pricing-item .btn-border {
  border: 1px solid #3c65f5;
  color: #3c65f5;
  width: 100%;
}

.block-pricing .box-pricing-item .btn-border:hover {
  background-color: #3c65f5;
  color: #fff;
}

.block-pricing .box-info-price {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
}

.block-pricing .box-info-price .text-price {
  font-size: 56px;
  color: #3c65f5;
  font-family: Plus Jakarta Sans, sans-serif;
  line-height: 56px;
  font-weight: 800;
  margin-right: 1px;
}

.block-pricing .box-info-price .text-month {
  font-size: 18px;
  line-height: 26px;
  color: #a0abb8;
}

.block-pricing .text-desc-package {
  font-size: 15px;
  line-height: 20px;
  color: #4f5e64;
}

.block-pricing .list-package-feature {
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
}

.block-pricing .list-package-feature li {
  display: inline-block;
  width: 100%;
  padding: 4px 0 4px 35px;
  background: url(/_next/static/media/check-circle.bf21876d.svg) no-repeat 0;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
  color: #4f5e64;
}

.block-pricing .most-popular {
  margin-top: -50px;
  background-size: contain;
  border-radius: 26px;
  padding: 20px 30px 44px;
}

.block-pricing .most-popular .text-desc-package,
.block-pricing .most-popular .text-month,
.block-pricing .most-popular .text-price,
.block-pricing .most-popular h4 {
  color: #fff;
}

.block-pricing .most-popular .btn-border {
  font-weight: 700;
  color: #05264e;
  width: 100%;
  text-align: center;
}

.block-pricing .most-popular .btn-white-sm {
  border-radius: 14px;
  text-transform: uppercase;
  padding: 9px 25px 7px;
  font-size: 10px;
  color: #05264e;
  line-height: 12px;
  font-family: Plus Jakarta Sans, sans-serif;
}

.heading-md-regular {
  font-size: 20px;
  line-height: 24px;
  color: #05264e;
  font-weight: 500;
  font-family: Plus Jakarta Sans, sans-serif;
}

.box-info-job .text-md {
  line-height: 28px;
}

.box-image-findjob.box-image-about {
  padding-top: 44px;
  padding-right: 44px;
  text-align: center;
}

.box-image-findjob figure {
  position: relative;
  z-index: 2;
}

.box-info-job.box-info-about {
  padding-top: 30px;
}

.box-info-job.box-info-about .btn-border {
  color: #4f5e64;
}

.text-gray-200 {
  color: #4f5e64;
  font-size: 16px;
}

.faqs-imgs .faqs-1 {
  border-radius: 80px 80px 80px 0;
}

.faqs-imgs .faqs-2 {
  border-radius: 0 80px 0 80px;
}

.faqs-imgs .faqs-3 {
  border-radius: 0 80px 80px 80px;
}

.leaflet-map {
  height: 528px;
  width: 100%;
}

.bg-img-about {
  background: url(/_next/static/media/img-about.0287ca62.png) no-repeat top;
  background-size: cover;
  position: relative;
}

.bg-img-about .container {
  z-index: 2;
  position: relative;
}

.bg-img-about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: url(/_next/static/media/bg-black-trans.c550ad77.png) repeat-x 0 100%;
}

.bg-img-about h2,
.bg-img-about p {
  color: #fff;
}

.box-info-contact {
  background-color: #f2f6fd;
  padding: 50px 40px 20px;
  display: inline-block;
  width: 100%;
}

.link-map {
  letter-spacing: 3px;
  padding-top: 5px;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
}

.archive-header {
  position: relative;
  top: -200px;
  margin-bottom: -200px;
  display: table;
  width: 100%;
}

.archive-header h3 {
  font-size: 46px;
}

.archive-header .post-meta .author img {
  max-width: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

.card-blog-1 {
  border-radius: 15px;
  border: thin solid #e0e6f6;
  padding: 30px;
}

.card-blog-1:hover {
  box-shadow: 0 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.card-blog-1 .post-thumb {
  border-radius: 15px;
  overflow: hidden;
}

.card-blog-1 .post-thumb img {
  border-radius: 15px;
}

.card-blog-1 .post-meta .author img {
  max-width: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

.card-blog-1 h3.post-title {
  font-size: 24px;
  line-height: 1.33;
}

.card-blog-1 h3.post-title a,
.card-blog-1 h3.post-title a:hover {
  color: #05264e;
}

.card-blog-1 h3.post-title.small {
  font-size: 18px;
}

.card-blog-1 .btn-brand-hover {
  border-color: #b4c0e0;
}

.card-blog-1.post-list {
  display: flex;
}

.card-blog-1.post-list .post-thumb {
  max-width: 275px;
  margin-right: 25px;
}

.single-body figure img {
  border-radius: 15px;
}

.single-body p {
  font-size: 18px;
  margin-bottom: 15px;
  color: #4f5e64;
  line-height: 1.5;
}

.single-body h1,
.single-body h2,
.single-body h3,
.single-body h4,
.single-body h5,
.single-body h6 {
  margin: 30px 0 25px;
}

.single-body .excerpt p {
  font-size: 22px;
  line-height: 1.5;
  color: #05264e;
}

.single-body blockquote {
  background-color: rgba(81, 146, 255, 0.12);
  padding: 40px 60px;
  border-radius: 15px;
  margin: 30px auto;
  font-size: 24px;
  max-width: 80%;
}

.single-body blockquote p {
  font-size: 24px;
  line-height: 32px;
  color: #7e7e7e;
  margin-bottom: 0;
}

.author-bio {
  border-radius: 0;
  border: 0 solid #e0e6f6;
  display: flex;
}

.author-bio h5 {
  margin: 0 !important;
  font-weight: 600;
}

.author-bio .author-image {
  display: flex;
  justify-content: flex-start;
  min-width: 200px;
}

.author-bio .author-image img {
  margin-right: 15px;
  max-width: 56px;
  vertical-align: middle;
}

.author-bio .author-image p {
  font-size: 14px;
}

.author-bio .author-des {
  padding: 25px;
  border: 1px solid #b4c0e0;
  border-radius: 4px;
}

.related-posts h6 {
  font-size: 16px;
  font-weight: 600;
}

.related-posts h6 a {
  color: #05264e;
}

.author span {
  color: #253d4e;
}

.gallery-3 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
}

.gallery-3 li {
  flex: 0 0 auto;
  width: 33.33%;
  padding: 5px;
  margin-bottom: 10px;
}

.gallery-3 li a img {
  border-radius: 4px;
}

.box-white {
  background: #fff;
  padding: 50px 0;
}

.img-middle {
  float: left;
  margin-top: 2px;
}

.max-width-single {
  max-width: 733px;
  width: 100%;
  margin: auto;
}

.list-comments li ul li {
  padding-left: 55px;
}

.list-comments li ul li .author-bio .author-image {
  min-width: 200px;
}

.form-comment .box-agree input {
  float: left;
  margin: 5px 0 0;
}

.form-comment .box-agree span {
  display: block;
  padding-left: 25px;
}

.form-comment .input-comment {
  border-radius: 4px;
  border: 2px solid #e0e6f7;
  padding: 20px;
  width: 100%;
  color: #a0abb8;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  min-height: 150px;
}

.nav-tavs-profile {
  padding-right: 30px;
}

.nav-tavs-profile ul li {
  width: 100%;
}

.nav-tavs-profile ul li a {
  display: block;
  text-align: left;
  font-size: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-position: 17px;
  padding-left: 42px;
  box-shadow: 0 2px 4px -5px #0a2a69;
}

.image-profile {
  display: inline-block;
  max-width: 85px;
  vertical-align: middle;
  margin-right: 25px;
}

.image-profile img {
  border-radius: 16px;
  display: block;
}

.form-contact .form-control {
  width: 100%;
  border: 2px solid #e0e6f6;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
}

.form-contact .form-control:focus {
  border: 2px solid #eff2fb;
}

.form-contact textarea.form-control {
  height: auto;
}

.form-contact .search-icon {
  background-image: url(/_next/static/media/search.98e44920.svg);
  background-position: right 15px top 11px;
  background-repeat: no-repeat;
}

.form-contact .border-bottom {
  border-color: #e0e6f7;
}

.box-skills {
  border: 2px solid #e0e6f6;
  padding: 22px 27px;
  margin-top: 33px;
  border-radius: 4px;
}

.box-tags a {
  margin-bottom: 10px;
}

.close-icon {
  background-image: url(/_next/static/media/close.9ada5caa.svg);
  background-position: 50%;
  height: 7px;
  width: 10px;
  margin-left: 10px;
}

.card-info,
.close-icon {
  display: inline-block;
  background-repeat: no-repeat;
}

.card-info {
  padding: 0 0 0 20px;
  background-image: url(/_next/static/media/info.f6e73a92.svg);
  background-position: 0;
}

.link-red {
  color: #e45959;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
}

.lbl-checkbox {
  float: left;
  margin: 2px 8px 0 0;
  height: 13px;
}

.box-button .btn {
  width: 100%;
}

.btn-editor {
  background-image: url(/_next/static/media/editor.7a2520ab.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #3c65f5;
  position: absolute;
  bottom: 45px;
  right: 20px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
}

.btn-editor:hover {
  background-color: #05264e;
}

.bg-white {
  background: #fff;
}

.box-head-single {
  background-color: #fff9f3;
  display: inline-block;
  width: 100%;
  padding: 55px 0;
  position: relative;
}

.box-head-single.bg-2 {
  background-color: #e9f7ff;
}

.box-head-single .container {
  position: relative;
  z-index: 2;
}

.box-head-single h3 {
  margin-bottom: 15px;
}

.box-head-single .avatar-sidebar {
  position: relative;
  text-align: center;
  display: flex;
  margin-bottom: 15px;
  justify-content: center;
}

.box-head-single .avatar-sidebar img {
  max-width: 60px;
  border-radius: 50%;
  margin-right: 10px;
}

.box-head-single .avatar-sidebar .sidebar-company {
  font-weight: 600;
}

.box-head-single .avatar-sidebar .sidebar-website-text {
  color: #05264e;
}

.img-rd-15 {
  border-radius: 15px;
  width: 100%;
}

.single-image-feature {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.content-single p {
  font-size: 16px;
  line-height: 200%;
  color: #4f5e64;
  line-height: 32px;
  margin-bottom: 20px;
}

.content-single h3,
.content-single h4,
.content-single h5 {
  margin-top: 20px;
  color: #4f5e64;
  font-weight: 700;
  margin-bottom: 20px;
}

.content-single ul {
  padding-left: 30px;
  line-height: 32px;
  font-size: 16px;
  color: #4f5e64;
  list-style: disc;
}

.author-single {
  display: inline-block;
  padding-left: 26px;
  padding-top: 10px;
}

.author-single span {
  position: relative;
  background-color: #fff;
  font-size: 18px;
  color: #4f5e64;
  line-height: 28px;
  font-weight: 700;
}

.author-single span:before {
  left: -26px;
}

.author-single span:after,
.author-single span:before {
  content: "";
  height: 1px;
  border-top: 1px solid #a5a5a5;
  width: 21px;
  position: absolute;
  top: 13px;
}

.author-single span:after {
  right: -27px;
}

.single-apply-jobs {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid rgba(6, 18, 36, 0.1);
  margin-top: 50px;
}

.heading-border {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
}

.heading-border:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  border-top: 1px solid rgba(6, 18, 36, 0.1);
}

.heading-border span {
  background-color: #fff;
  display: inline-block;
  padding: 5px 10px 5px 0;
  position: relative;
  z-index: 2;
}

.sidebar-border,
.sidebar-shadow {
  border: 1px solid #e0e6f7;
  padding: 25px;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 40px;
}

.sidebar-border .sidebar-heading,
.sidebar-shadow .sidebar-heading {
  display: inline-block;
  width: 100%;
}

.sidebar-border .sidebar-heading .avatar-sidebar figure,
.sidebar-shadow .sidebar-heading .avatar-sidebar figure {
  float: left;
}

.sidebar-border .sidebar-heading .avatar-sidebar figure img,
.sidebar-shadow .sidebar-heading .avatar-sidebar figure img {
  width: 85px;
  height: 85px;
  border-radius: 16px;
}

.sidebar-border .sidebar-heading .avatar-sidebar .sidebar-info,
.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info {
  display: block;
  padding-left: 100px;
  position: relative;
}

.sidebar-border .sidebar-heading .avatar-sidebar .sidebar-info .sidebar-company,
.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .sidebar-company {
  font-size: 18px;
  font-family: Plus Jakarta Sans, sans-serif;
  line-height: 18px;
  font-weight: 700;
  display: block;
  padding-top: 5px;
}

.sidebar-border .sidebar-heading .avatar-sidebar .sidebar-info .sidebar-website-text,
.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .sidebar-website-text {
  font-size: 10px;
  line-height: 18px;
  color: #05264e;
}

.sidebar-border .sidebar-heading .avatar-sidebar .sidebar-info .dropdown-toggle:after,
.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .dropdown-toggle:after {
  display: none;
}

.sidebar-border .sidebar-heading .avatar-sidebar .sidebar-info .dropdown-menu,
.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .dropdown-menu {
  min-width: unset;
  box-shadow: 0 10px 20px -5px rgba(10, 42, 105, 0.06);
  border: thin solid #e0e6f7;
}

.sidebar-border .sidebar-heading .avatar-sidebar .sidebar-info .dropdown-menu a,
.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .dropdown-menu a {
  font-size: 14px;
  color: #253d4e;
}

.sidebar-shadow {
  box-shadow: 0 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.text-description {
  font-size: 14px;
  color: #66789c;
  line-height: 22px;
  display: inline-block;
  width: 50%;
  min-width: 120px;
  max-width: 120px;
}

.sidebar-list-job {
  border-top: 1px solid rgba(6, 18, 36, 0.1);
  display: inline-block;
  width: 100%;
  padding: 25px 0 0;
  margin: 20px 0 0;
}

.sidebar-list-job ul {
  padding: 0;
}

.sidebar-list-job ul li {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}

.sidebar-list-job ul li .sidebar-icon-item {
  float: left;
  width: 32px;
  padding-top: 4px;
}

.sidebar-list-job ul li .sidebar-icon-item i {
  font-size: 18px;
  color: #4f5e64;
}

.sidebar-list-job ul li .sidebar-text-info {
  display: block;
  padding-left: 35px;
}

.sidebar-list-job ul li .sidebar-text-info span {
  color: #66789c;
}

.sidebar-list-job ul li .sidebar-text-info strong {
  display: block;
  padding-top: 0;
  color: #05264e;
}

.box-map {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.ul-disc {
  list-style-type: disc;
  padding-left: 25px !important;
}

.ul-disc li {
  list-style-type: disc;
  display: list-item !important;
  padding-bottom: 5px !important;
  color: #4f5e64;
  font-size: 14px;
  line-height: 22px;
}

.sidebar-normal {
  padding: 29px 33px;
}

.ul-lists {
  padding: 15px 0 15px 15px;
}

.ul-lists li {
  list-style-type: disc;
  color: #4f5e64;
  padding-bottom: 5px;
}

.ul-lists li a {
  color: #4f5e64;
  text-decoration: none;
}

.ul-lists li a:hover {
  color: #05264e;
}

.btn-dots-abs-right {
  position: absolute;
  top: 0;
  right: 0;
}

.job-overview {
  border: thin solid #e0e6f7;
  border-radius: 8px;
  padding: 20px 30px 30px;
  margin-bottom: 50px;
}

.job-overview .sidebar-icon-item {
  font-size: 18px;
  color: #a0abb8;
  min-width: 20px;
}

.job-overview .sidebar-text-info {
  display: flex;
}

.job-overview .sidebar-text-info .small-heading {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.job-overview .text-description {
  font-size: 16px;
  color: #66789c;
  line-height: 24px;
  font-weight: 400;
}

.job-meta {
  font-size: 10px;
  color: #4f5e64;
}

.job-meta .company {
  font-weight: 700;
  color: #05264e;
}

.job-meta span {
  margin-right: 15px;
  display: inline-block;
}

.d-middle {
  vertical-align: middle;
}

.d-baseline {
  vertical-align: baseline;
}

.link-underline {
  font-size: 12px;
  line-height: 18px;
  color: #05264e;
  font-weight: 400;
  text-decoration: underline;
  display: block;
}

.box-border-single {
  padding: 20px;
  display: inline-block;
  width: 100%;
  border: 1px solid #e0e6f7;
  border-radius: 8px;
}

.box-improve {
  border: 1px solid #e0e6f7;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.box-improve img {
  height: 100%;
}

.none-bg:after,
.none-bg:before {
  display: none;
}

.box-shadow-bdrd-15 {
  border-radius: 15px;
  box-shadow: 0 10px 20px -5px rgba(10, 42, 105, 0.06);
  background-color: #fff;
  padding: 15px;
  border: thin solid #e0e6f6;
}

.box-filters .box-search-job {
  display: inline-block;
  vertical-align: middle;
}

.box-filters .box-search-job .form-search-job {
  float: left;
  padding-right: 20px;
}

.box-filters .list-tags-job {
  vertical-align: middle;
  float: right;
}

.box-filters .list-tags-job a {
  display: inline-block;
  padding: 12px 45px 12px 22px;
  border-radius: 10px;
  background-color: #f2f6fd;
  text-decoration: none;
  position: relative;
}

.link-reset {
  float: right;
  font-size: 14px;
  line-height: 22px;
  color: #66789c;
  font-weight: 500;
}

.sidebar-filters {
  padding-top: 5px;
}

.sidebar-filters .filter-block:last-child .list-checkbox {
  border-bottom: 0;
}

.box-slider-range {
  padding-right: 75px;
  position: relative;
}

.box-input-money {
  position: absolute;
  top: -14px;
  right: 0;
  width: 65px;
  padding: 0;
}

.banner-single .block-banner {
  padding: 0;
  max-width: 500px;
}

.head-border {
  border-bottom: 1px solid #b4c0e0;
  padding-bottom: 10px;
}

.box-border {
  border: 1px solid #e0e6f7;
  border-radius: 4px;
  display: inline-block;
  padding: 1px 0 3px 15px;
  vertical-align: sub;
}

.box-filters-job {
  border-bottom: 1px solid #e0e6f7;
  margin-bottom: 30px;
  padding: 0 0 5px;
}

.box-filters-job .box-view-type img {
  vertical-align: middle;
}

.text-showing {
  display: inline-block;
  min-height: 30px;
  line-height: 37px;
}

.paginations {
  margin: 20px 0 50px;
}

.paginations .pager {
  padding: 0;
}

.paginations .pager li {
  display: inline-block;
  vertical-align: middle;
}

.paginations .pager li a {
  display: block;
  padding: 10px 8px;
  font-weight: 600;
  color: #a0abb8;
  line-height: 26px;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  font-weight: 700;
}

.paginations .pager li a.active,
.paginations .pager li a:hover {
  color: #05264e;
}

.paginations .pager li a.pager-number.active:before,
.paginations .pager li a.pager-number:hover:before {
  content: "";
  height: 28px;
  width: 28px;
  background: #e0e6f7;
  opacity: 0.3;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 8px;
  left: -1px;
}

.paginations .pager li .pager-prev {
  background: url(/_next/static/media/page-prev.b457a590.svg) no-repeat 50%;
  height: 48px;
  width: 48px;
  margin-right: 15px;
}

.paginations .pager li .pager-prev:hover {
  background: url(/_next/static/media/page-prev-hover.fc3012a3.svg) no-repeat 50%;
}

.paginations .pager li .pager-next {
  background: url(/_next/static/media/page-next.5e97aeab.svg) no-repeat 50%;
  height: 48px;
  width: 48px;
  margin-left: 15px;
}

.paginations .pager li .pager-next:hover {
  background: url(/_next/static/media/page-next-hover.abc7914f.svg) no-repeat 50%;
}

.sidebar-with-bg {
  background: rgba(81, 146, 255, 0.12);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

.text-body-999 {
  font-size: 16px;
  line-height: 22px;
  color: #66789c;
}

.box-email-reminder .form-group {
  position: relative;
}

.box-email-reminder .form-group input {
  border: 0;
  padding-left: 42px;
}

.box-email-reminder .form-group input::placeholder {
  color: #4f5e64;
  font-size: 10px;
}

.job-fillter .box-button-find {
  width: 140px;
  float: right;
  flex: auto;
}

.job-fillter .box-salary {
  padding: 14px 5px 14px 45px;
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}

.job-fillter .box-salary i {
  color: #4f5e64;
  float: left;
  margin: 1px 7px 0 0;
}

.job-fillter .dropdown {
  margin-right: 15px;
  width: 30%;
  max-width: 170px;
}

.job-fillter .dropdown .dropdown-toggle:after {
  border: 0;
}

.job-fillter .dropdown .dropdown-toggle {
  font-size: 14px;
  line-height: 16px;
}

.job-fillter .dropdown .dropdown-toggle .fi-rr-angle-small-down {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.job-fillter .dropdown .dropdown-toggle i {
  color: #4f5e64;
  float: left;
  margin: -3px 7px 0 0;
  font-size: 18px;
}

.job-fillter .dropdown .dropdown-menu.show {
  border-radius: 0 0 10px 10px;
  margin: 15px 0 0 25px;
}

.job-fillter .btn-default {
  width: 140px;
  max-width: 140px;
}

.text-sortby {
  color: #a0abb8;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}

.box-view-type {
  float: right;
  margin-left: 10px;
}

.box-view-type a,
.dropdown-sort {
  display: inline-block;
  vertical-align: middle;
}

.dropdown-sort {
  line-height: 21px;
}

.dropdown-sort .dropdown-toggle:after {
  border: 0;
}

.dropdown-sort .dropdown-toggle {
  padding: 0;
  outline: none;
  font-size: 12px;
  font-weight: 500;
  font-family: Plus Jakarta Sans, sans-serif;
}

.dropdown-sort .dropdown-toggle:focus {
  box-shadow: none;
}

.dropdown-sort .dropdown-toggle i {
  color: #4f5e64;
  float: right;
  margin: 0 7px 0 0;
  font-size: 18px;
}

.fs-ri-dollar2 {
  border: 2px solid #ccc;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 20px !important;
  vertical-align: middle;
  font-size: 10px;
}

.text-normal {
  font-size: 16px;
}

.text-normal,
.text-small {
  line-height: 22px;
  color: #4f5e64;
}

.text-small {
  font-size: 14px;
  font-weight: 500;
}

.float-right {
  float: right;
}

.list-checkbox {
  display: inline-block;
  width: 100%;
  padding: 15px 0 10px;
  border-bottom: 1px solid #e0e6f7;
}

.list-checkbox li {
  position: relative;
  padding: 0 30px 6px 0;
  display: inline-block;
  width: 100%;
}

.list-checkbox li .number-item {
  position: absolute;
  top: 35%;
  right: 0;
  transform: translateY(-50%);
  padding: 4px 5px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 7px;
  background: #e0e6f7;
  color: #3c65f5;
}

.background-primary {
  background-color: #5192ff;
}

.menu-dropdown-abs {
  position: absolute;
  top: 10px;
  right: 0;
}

.content-page .card-grid-2 .card-block-info {
  padding: 0 20px 30px;
  position: relative;
}

.content-page .card-grid-2 .card-block-info .btn-dots-abs-right {
  top: 0;
  right: 15px;
}

.content-page .card-grid-2 .card-block-info .btn-dots-abs-right:after {
  display: none;
}

.content-page .card-grid-2:hover {
  border-color: #b4c0e0;
}

.sidebar-shadow.none-shadow {
  padding: 0 20px 0 0;
  border: 0;
  border-radius: 0;
}

.buttons-filter .btn {
  padding: 12px 15px;
  font-size: 14px;
  color: #4f5e64;
}

.buttons-filter .btn-default {
  color: #fff;
}

.input-disabled {
  background-color: #fff !important;
  border: 1px solid #3c65f5;
  padding: 0;
  text-align: center;
  height: 35px;
  color: #4f5e64;
  font-size: 14px;
}

.input-disabled:focus {
  color: #66789c;
}

.lb-slider {
  font-weight: 600;
  font-size: 10px;
  color: #4f5e64;
  font-family: Plus Jakarta Sans, sans-serif;
}

.job-list-list .list-recent-jobs {
  margin-top: 0;
}

.job-tags a {
  background-color: #f2f6fd;
  color: #4f5e64;
  border-radius: 15px;
  padding: 8px 20px;
  display: inline-block;
}

.job-tags a+a {
  margin-left: 5px;
}

.display-list .flash {
  top: 32px;
}

.content-page .display-list .card-grid-2 .card-block-info {
  padding-top: 0;
}

.content-page .display-list .card-grid-2 .card-block-info .card-text-price {
  font-size: 16px;
  line-height: 26px;
  padding-top: 8px;
  display: inline-block;
}

.content-page .display-list .card-grid-2 .card-block-info .card-text-price span {
  font-size: 12px;
  line-height: 12px;
}

.box-list-character {
  background: #fff;
  border: 1px solid #e0e6f7;
  border-radius: 8px;
  padding: 10px;
  display: table;
  table-layout: fixed;
  max-width: 90%;
  margin: 30px auto auto;
  width: 100%;
}

.box-list-character ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}

.box-list-character ul li {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.box-list-character ul li a {
  font-size: 16px;
  line-height: 28px;
  color: #4f5e64;
  text-transform: uppercase;
  display: inline-block;
  width: 28px;
  max-width: 28px;
  height: 28px;
}

.box-list-character ul li a.active,
.box-list-character ul li a:hover {
  background-color: #e0e6f7;
  border-radius: 50%;
  text-align: center;
  color: #3c65f5;
}

.sidebar-border-bg {
  border: 1px solid #e0e6f7;
  background: #f2f6fd url(/_next/static/media/bg-hiring.b2bbe188.svg) no-repeat 0 100%;
  padding: 30px 40px 260px;
  border-radius: 4px;
  margin-bottom: 40px;
}

.sidebar-border-bg .text-grey {
  color: #b4c0e0;
  font-size: 24px;
  line-height: 37px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
}

.sidebar-border-bg .text-hiring {
  color: #66789c;
  font-size: 36px;
  font-weight: 800;
  line-height: 57px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: -15px;
}

.bg-right {
  background: #f2f6fd url(/_next/static/media/bg-hiring-right.0a7fbe51.svg) no-repeat 100% 100%;
}

.box-company-profile {
  max-width: 90%;
  display: table;
  table-layout: fixed;
  margin: auto;
  width: 100%;
  padding: 20px 0 0;
  position: relative;
}

.image-compay {
  position: absolute;
  top: -80px;
  left: 0;
}

.image-compay img {
  width: 100%;
  border-radius: 16px;
}

.aboutus-icon {
  background-image: url(/_next/static/media/icon-about.c9d2195c.svg);
  background-position: 17px 14px;
  background-repeat: no-repeat;
  font-weight: 500;
  padding-left: 45px;
  border-color: #eff2fb;
}

.aboutus-icon.active,
.aboutus-icon:hover {
  color: #05264e;
  background-image: url(/_next/static/media/icon-about-hover.02552021.svg);
  background-color: #fff;
  border-color: #b4c0e0;
}

.recruitment-icon {
  background-image: url(/_next/static/media/icon-recruitment.0a21f2b0.svg);
  background-position: 17px 14px;
  background-repeat: no-repeat;
  font-weight: 500;
  padding-left: 45px;
  border-color: #eff2fb;
}

.recruitment-icon.active,
.recruitment-icon:hover {
  color: #05264e;
  background-image: url(/_next/static/media/icon-recruitment-hover.aed53a72.svg);
  background-color: #fff;
  border-color: #b4c0e0;
}

.people-icon {
  background-image: url(/_next/static/media/icon-people.2a91f398.svg);
  background-position: 17px 14px;
  background-repeat: no-repeat;
  font-weight: 500;
  padding-left: 45px;
  border-color: #eff2fb;
}

.people-icon.active,
.people-icon:hover {
  color: #05264e;
  background-image: url(/_next/static/media/icon-people-hover.8be13337.svg);
  background-color: #fff;
  border-color: #b4c0e0;
}

.login-register-cover {
  border-bottom: 1px solid #e0e6f6;
  position: relative;
  width: 100%;
}

.login-register-cover .img-1 {
  position: absolute;
  right: 10%;
  top: 20%;
  width: unset;
}

.divider-text-center {
  position: relative;
  text-align: center;
}

.divider-text-center:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #e0e6f6;
  top: 50%;
  left: 0;
  z-index: 1;
}

.divider-text-center span {
  display: inline-block;
  background-color: #fff;
  padding: 0 15px;
  z-index: 2;
  position: relative;
}

.login-register input {
  height: 53px;
  line-height: 53px;
  font-size: 14px;
}

.bg-homepage1 {
  background-image: url(/_next/static/media/bg-banner.59ddabf7.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  min-height: 750px;
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  right: 0;
}

.nav-tabs {
  border: 0;
  margin: 0;
  padding: 0;
}

.nav-tabs,
.nav-tabs li,
.nav-tabs li a {
  display: inline-block;
}

.nav-tabs li a {
  box-shadow: 0 2px 4px -5px #0a2a69;
  align-items: center;
  padding: 13px 17px;
  width: auto;
  background: #fff;
  border: 1px solid #e0e6f7;
  border-radius: 8px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  margin: 0 5px 10px;
}

.nav-tabs li a.active,
.nav-tabs li a:hover {
  color: #3c65f5;
  border-color: #3c65f5;
  box-shadow: 0 2px 4px -5px #0a2a69;
}

.nav-tabs li a img {
  vertical-align: sub;
  width: auto;
  height: 18px;
  margin: 0 6px 0 0;
}

.box-image-job {
  position: relative;
}

.box-image-job figure img {
  border-radius: 32px;
}

.box-image-job .img-job-1 {
  position: absolute;
  top: -70px;
  left: -120px;
}

.box-image-job .img-job-2 {
  position: absolute;
  bottom: -170px;
  right: -80px;
}

.overflow-visible {
  overflow: visible !important;
}

.content-job-inner {
  padding-left: 60px;
}

.swiper-style-2 {
  position: relative;
}

.swiper-style-2 .item-5 {
  float: left;
  width: 20%;
  padding: 0 12px;
}

.swiper-style-2.swiper-container .item-logo {
  width: 100%;
}

.icon-location {
  background: url(/_next/static/media/location.dac4c399.svg) no-repeat 0 2px;
  display: inline-block;
  padding: 0 0 0 20px;
}

.box-swiper .swiper-button-next-1 {
  top: -30px;
  right: 5px;
  left: auto;
}

.box-swiper .swiper-button-prev-1 {
  top: -30px;
  right: 55px;
  left: auto;
}

.box-we-hiring {
  max-width: 85%;
  border: 1px solid #e0e6f7;
  padding: 40px 250px 40px 190px;
  position: relative;
  display: flex;
  box-shadow: 0 10px 20px -5px rgba(10, 42, 105, 0.06);
  margin: auto;
  border-radius: 4px;
  overflow: hidden;
}

.box-we-hiring:before {
  left: 15px;
  width: 150px;
  background: url(/_next/static/media/bg-left-hiring.cc0e2e85.svg) no-repeat 0 0;
  background-size: cover;
}

.box-we-hiring:after,
.box-we-hiring:before {
  content: "";
  position: absolute;
  bottom: 15px;
  height: 120px;
}

.box-we-hiring:after {
  right: -5px;
  width: 250px;
  background: url(/_next/static/media/bg-right-hiring.0dfda9a2.svg) no-repeat 0 0;
  background-size: cover;
}

.box-we-hiring .text-we-are {
  font-size: 16px;
  line-height: 20px;
  color: #a0abb8;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
}

.box-we-hiring .text-hiring {
  font-size: 49px;
  line-height: 51px;
  color: #05264e;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.box-we-hiring .text-2 {
  font-size: 18px;
  line-height: 23px;
  color: #66789c;
  font-weight: 500;
  padding: 29px 20px 0;
}

.box-we-hiring .text-3 {
  padding: 34px 0 0 20px;
}

.swiper-group-9 .swiper-slide {
  text-align: center;
}

.list-brands {
  border-bottom: 1px solid #e0e6f6;
  padding-bottom: 30px;
}

.list-brands a img {
  opacity: 0.3;
  max-height: 20px;
  width: 100%;
}

.mh-none {
  max-height: 265px !important;
}

.swiper-group-5 .swiper-pagination {
  margin-top: 15px;
  position: relative;
}

.swiper-group-5 .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  opacity: 0.5;
}

.swiper-group-5 .swiper-pagination .swiper-pagination-bullet-active,
.swiper-group-5 .swiper-pagination .swiper-pagination-bullet-active:hover {
  background-color: #fff;
  width: 12px;
  height: 12px;
  margin: -1px 3px 0;
  opacity: 1;
}

.img-rounded {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
}

.lh-14 {
  line-height: 14px !important;
}

.text-lbl {
  color: #3aab67;
  font-size: 12px;
  line-height: 18px;
  display: block;
}

.left-trust {
  position: relative;
}

.right-logos .swiper-slide {
  text-align: center;
  line-height: 40px;
}

.right-logos .swiper-slide a img {
  opacity: 1;
  max-height: 20px;
  width: 100%;
}

.box-trust {
  border: 1px solid #e0e6f7;
  border-radius: 4px;
  padding: 30px 30px 25px;
  position: relative;
}

.box-checkbox {
  padding: 0 0 0 30px;
  background: url(/_next/static/media/check-box.cea38e93.svg) no-repeat 0 4px;
}

.img-job-search {
  max-width: 90%;
}

.bg-homepage4 {
  background-image: url(/_next/static/media/bg-banner.f5c7ba09.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  min-height: 750px;
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  right: 0;
}

.banner-homepage4 .banner-inner .block-banner {
  padding: 50px 0 80px 192px;
}

.banner-homepage4 .banner-inner .banner-imgs .block-1 {
  left: 0;
}

.bg-cat {
  background-image: url(/_next/static/media/bg-cat.08e7ad5d.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 70px 0 150px;
}

.layout-brand-1 .card-grid-5 .box-cover-img {
  background: url(/_next/static/media/bg-brand-1.42f72e20.png) repeat-x bottom;
}

.swiper-pagination-style-border {
  bottom: 10px !important;
}

.swiper-pagination-style-border .swiper-pagination-customs {
  background-color: #fff !important;
  border: 1px solid #05264e;
}

.swiper-pagination-style-border .swiper-pagination-customs-active,
.swiper-pagination-style-border .swiper-pagination-customs:hover {
  background-color: #05264e !important;
}

.box-newsletter-2 {
  background: url(/_next/static/media/bg-newsletter.9b81e735.png) no-repeat top;
  background-size: cover;
  padding: 100px 0 90px;
  border-radius: 0;
}

.box-search-2 {
  max-width: 1140px;
  width: 100%;
  margin: auto;
}

.box-search-2 .block-banner {
  padding: 0;
}

.box-search-2 .block-banner .form-find .select2 {
  max-width: 150px;
}

.box-search-2 .block-banner .form-find .select2:after {
  right: auto;
  left: -3px;
}

.banner-homepage5 .banner-inner .row .block-banner {
  padding-right: 70px;
  padding-top: 90px;
}

.banner-homepage5 .banner-imgs {
  min-height: 550px;
  width: 100%;
  position: relative;
}

.banner-homepage5 .banner-imgs:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/_next/static/media/bg-banner.94a8b5ac.png) no-repeat top;
  background-size: contain;
  content: "";
  z-index: 1;
}

.banner-homepage5 .banner-imgs .banner-1 {
  position: absolute;
  z-index: 2;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 356px;
  margin: auto;
  max-height: 356px;
}

.banner-homepage5 .banner-imgs .banner-2 {
  position: absolute;
  z-index: 2;
  max-width: 192px;
  top: 30px;
  left: 0;
}

.banner-homepage5 .banner-imgs .banner-3 {
  position: absolute;
  z-index: 2;
  max-width: 165px;
  bottom: 0;
  left: 0;
}

.banner-homepage5 .banner-imgs .banner-4 {
  position: absolute;
  z-index: 2;
  max-width: 145px;
  top: 30px;
  right: 80px;
}

.banner-homepage5 .banner-imgs .banner-5 {
  position: absolute;
  z-index: 2;
  max-width: 131px;
  top: 300px;
  right: 30px;
}

.banner-homepage5 .banner-imgs .banner-6 {
  position: absolute;
  z-index: 2;
  max-width: 120px;
  bottom: -30px;
  right: 170px;
}

.box-logos-485 {
  max-width: 485px;
  margin: 10px 0 0;
}

.box-logos-485 img {
  max-height: 18px;
}

.list-tabs-2 .nav-tabs li a {
  padding: 10px;
}

.bg-brand-1 {
  background-color: #05264e;
}

.bg-brand-1 .box-swiper .swiper-button-next-1,
.bg-brand-1 .box-swiper .swiper-button-prev-1 {
  top: 0;
}

.bg-brand-2 {
  background-color: #3c65f5;
}

.bg-border-3 {
  background-color: #eff2fb;
}

.bdrd-10 {
  border-radius: 10px;
}

.box-newsletter-3 {
  background: url(/_next/static/media/bg-newsletter.a8009eca.png) no-repeat top;
  background-size: cover;
}

.box-step {
  text-align: center;
}

.number-element {
  color: #3c65f5;
  background-color: #eff2fb;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: inline-block;
  line-height: 110px;
  margin-bottom: 20px;
  z-index: 2;
}

.number-element,
.step-1 {
  position: relative;
}

.step-1:before {
  content: "";
  width: 100%;
  height: 59px;
  position: absolute;
  top: 45px;
  left: 68%;
  background: url(/_next/static/media/step1.b5be9e5f.svg) no-repeat;
  background-size: contain;
  z-index: 1;
}

.step-2 {
  position: relative;
}

.step-2:before {
  content: "";
  width: 100%;
  height: 59px;
  position: absolute;
  top: 45px;
  left: 68%;
  background: url(/_next/static/media/step1.b5be9e5f.svg) no-repeat;
  background-size: contain;
  z-index: 1;
}

.banner-hero .block-banner.form-none-shadow .form-find {
  box-shadow: none;
  border: 1px solid #e0e6f7;
}

.list-tags-banner-2 {
  color: #66789c;
  font-size: 14px;
  line-height: 26px;
}

.list-tags-banner-2 a {
  text-decoration: underline;
  color: #66789c;
}

.block-banner-1,
.block-banner-2,
.block-banner-3 {
  padding: 0 10px;
}

.block-banner-1 img,
.block-banner-2 img,
.block-banner-3 img {
  margin-bottom: 20px;
  border-radius: 5px;
  width: 100%;
}

.banner-homepage6 {
  background-color: #fff !important;
}

@media (max-width: 1399.98px) {
  .custom-class {
    display: block;
  }

  .banner-homepage5 .banner-imgs .banner-1 {
    max-width: 256px;
    max-height: 256px;
  }

  .banner-homepage5 .banner-imgs .banner-2 {
    max-width: 152px;
    max-height: 152px;
  }

  .banner-homepage5 .banner-imgs .banner-3 {
    max-width: 132px;
    max-height: 132px;
  }

  .banner-homepage5 .banner-imgs .banner-4 {
    max-width: 115px;
    max-height: 115px;
    bottom: 20px;
  }

  .banner-homepage5 .banner-imgs .banner-5 {
    max-width: 95px;
    max-height: 95px;
  }

  .banner-homepage5 .banner-imgs .banner-6 {
    max-width: 85px;
    max-height: 85px;
    bottom: 10px;
  }
}

@media (max-width: 1199.98px) {
  .swiper-style-2 .item-5 {
    width: 25%;
  }

  .box-we-hiring {
    max-width: 100%;
    padding: 20px 10px 20px 120px;
  }

  .box-we-hiring:before {
    height: 89px;
    width: 90px;
  }

  .box-we-hiring:after {
    bottom: 10px;
    right: 10px;
    height: 90px;
    width: 138px;
  }

  .header .main-header .header-right {
    display: none;
  }

  .header .container {
    position: relative;
  }

  .box-list-character ul,
  .burger-icon {
    display: inline-block;
  }

  .box-list-character ul li {
    width: auto;
  }

  .custom-class {
    display: block;
  }

  .header .nav-main-menu {
    display: none;
  }

  .box-image-job .img-job-1 {
    top: -40px;
    left: -50px;
    width: 240px;
  }

  .box-image-job .img-job-2 {
    bottom: -120px;
    right: -50px;
    width: 240px;
  }

  .content-job-inner {
    padding-left: 20px;
    padding-top: 10px;
  }

  .bg-homepage1 {
    background-size: auto;
  }
}

@media (max-width: 991.98px) {
  .w-lg-50 {
    width: 100%;
  }

  .card-image-top .image {
    height: 161px;
  }

  .swiper-style-2 .item-5 {
    width: 33.33%;
  }

  .footer .footer-col-1,
  .footer .footer-col-2,
  .footer .footer-col-3,
  .footer .footer-col-4,
  .footer .footer-col-5,
  .footer .footer-col-6 {
    width: 33.33%;
    margin-bottom: 20px;
  }

  .header .main-header .header-left .header-logo {
    margin-right: 0;
  }

  .header .main-header .header-nav {
    width: 0;
  }

  .img-job-1,
  .img-job-2 {
    display: none;
  }

  .content-job-inner {
    padding-top: 40px;
  }

  .box-we-hiring {
    padding: 20px 25px;
    width: auto;
    max-width: max-content;
  }

  .box-we-hiring:after,
  .box-we-hiring:before {
    display: none;
  }

  .pl-lg-15 {
    padding-left: 15px !important;
  }

  .header-right {
    padding-right: 50px;
  }

  .banner-hero {
    max-width: 100%;
    padding: 0;
  }

  .banner-hero.hero-1 {
    background: #f2f6fd;
  }

  .banner-hero.hero-1 .block-banner {
    padding: 50px 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
    overflow: hidden;
  }

  .banner-hero.hero-1:before {
    width: 100%;
    border-radius: 0;
    left: 0;
  }

  .banner-hero.hero-1 .banner-imgs {
    display: block;
  }

  .banner-hero.hero-1 h1 {
    font-size: 52px;
  }

  .card-grid-2 h5 {
    font-size: 18px;
  }

  .box-image-job .job-top-creator {
    left: 10px;
  }

  .list-partners li {
    padding: 15px 18px;
  }

  .list-partners li figure img {
    max-width: 80px;
  }

  .box-newsletter {
    padding: 57px 50px 96px;
  }

  .nav.nav-right {
    margin-top: 30px;
  }

  .mt-lg-30 {
    margin-top: 30px !important;
  }

  .bg-banner-about.banner-home-3 {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }

  .bg-banner-about.banner-home-3 .banner-hero {
    max-width: 720px;
  }

  .bg-banner-about.banner-home-3 .banner-hero .block-banner {
    padding-top: 0;
  }

  .bg-banner-about.banner-home-3 .banner-hero .block-banner h2.heading-banner {
    font-size: 36px;
    line-height: 1.2;
  }

  .bg-banner-about.banner-home-3:after,
  .bg-banner-about.banner-home-3:before {
    opacity: 0.1;
  }

  .banner-hero.banner-homepage-3 {
    padding-top: 0;
    margin-bottom: 50px;
  }

  .banner-hero.banner-homepage-3 h1 {
    font-size: 48px;
  }

  .banner-hero.banner-homepage-3 .block-banner {
    padding-right: 80px;
    background: #f8faff;
  }

  .banner-hero.banner-homepage-3 .banner-imgs {
    display: none;
  }

  .box-info-job {
    padding-left: 30px !important;
  }

  .block-pricing .most-popular,
  .box-info-job .mt-50 {
    margin-top: 0 !important;
  }

  .job-fillter {
    margin: 15px 0 0;
    border-top: 1px solid #eee;
    padding-top: 15px;
  }

  .job-fillter .btn {
    padding-left: 10px !important;
  }

  .job-fillter .dropdown-menu {
    margin-left: 10px !important;
    margin-top: 0 !important;
  }

  .heading-main-info .btn-default {
    margin: 15px 0;
  }

  .card-blog-1.post-list .post-thumb {
    max-width: 175px;
    margin-right: 15px;
  }

  .card-blog-1.post-list .btn-brand-hover {
    padding: 10px 15px;
    font-size: 14px;
  }

  .card-blog-1.post-list .post-title {
    font-size: 20px;
  }

  .archive-header h3 {
    font-size: 36px;
    width: 100% !important;
  }

  .mb-md-30 {
    margin-bottom: 30px !important;
  }

  .mt-md-50 {
    margin-top: 50px !important;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .pl-md-15 {
    padding-left: 15px !important;
  }

  .w-md-100 {
    width: 100% !important;
  }

  .section-title-large {
    font-size: 48px;
  }

  .leaflet-map {
    height: 328px;
    width: 100%;
  }

  .bg-cat {
    padding-bottom: 70px;
  }

  .banner-hero .box-search-2 .block-banner {
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .block-banner-1 {
    width: 100%;
  }

  .block-banner-2 {
    width: 58%;
  }

  .block-banner-3 {
    width: 42%;
  }

  .step-1:before,
  .step-2:before {
    display: none;
  }

  .box-step {
    margin-bottom: 50px;
  }

  .banner-hero.banner-homepage5 {
    background-color: #fff;
  }
}

@media (max-width: 767.98px) {

  .footer .footer-col-1,
  .footer .footer-col-2,
  .footer .footer-col-3,
  .footer .footer-col-4,
  .footer .footer-col-5,
  .footer .footer-col-6,
  .swiper-style-2 .item-5 {
    width: 50%;
  }

  .box-we-hiring {
    flex-wrap: wrap;
  }

  .box-we-hiring .text-1 {
    width: 100%;
    text-align: center;
  }

  .box-we-hiring .text-we-are {
    margin-right: 5px;
    display: inline-block;
  }

  .box-we-hiring .text-2 {
    width: 60%;
    padding-top: 10px;
  }

  .box-we-hiring .text-3 {
    padding-top: 15px;
    width: 40%;
    text-align: right;
  }

  .card-image-top .image {
    height: 90px !important;
  }

  .card-image-top .image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .box-swiper .swiper-button-next-1,
  .box-swiper .swiper-button-prev-1 {
    display: none;
  }

  .style-nav-top .swiper-button-next,
  .style-nav-top .swiper-button-prev {
    top: 10px;
  }

  .banner-hero .block-banner .form-find .box-industry,
  .banner-hero .block-banner .form-find .select2 {
    max-width: 100%;
  }

  .banner-hero .block-banner .form-find {
    padding: 0px;
    margin-top: 40px !important;
  }

  .banner-hero .block-banner .form-find form {
    display: block;
  }

  .banner-hero .block-banner .form-find form input {
    margin-bottom: 15px;
  }

  .banner-hero .block-banner .form-find form button {
    margin-top: 15px;
  }

  .banner-hero .block-banner .form-find .select2:after {
    display: none;
  }

  .pl-15.mb-15.mt-30 {
    margin-top: 0 !important;
  }

  .author-bio {
    display: block;
  }

  .max-width-single .post-meta {
    display: block !important;
  }

  .max-width-single .post-meta .date {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 5px;
  }

  .max-width-single .post-meta .author {
    width: 100%;
    display: inline-block !important;
    margin-right: 0 !important;
  }

  .archive-header .post-meta .author img {
    vertical-align: middle;
  }

  .archive-header {
    top: -120px;
    margin-bottom: -120px;
  }

  .box-white {
    padding: 30px 0;
  }

  h2 {
    font-size: 25px;
    line-height: 34px;
  }

  .section-title-large {
    font-size: 42px;
  }

  .banner-hero .block-banner {
    padding: 0;
  }

  .header .main-header .header-right {
    display: none;
  }

  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    padding: 15px 30px 13px;
    border-bottom: 1px solid #e0e6f6;
  }

  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
    width: 140px;
  }

  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
    padding: 30px;
  }

  .nav.nav-right {
    margin-top: 30px;
  }

  .box-head-single h3 {
    font-size: 36px;
    line-height: 1.2;
  }

  .social-share {
    margin-top: 25px;
  }

  .social-share .btn-sm {
    padding: 10px 15px;
    vertical-align: middle;
  }

  .job-overview {
    padding: 25px !important;
  }

  .banner-hero .block-banner.form-none-shadow .form-find {
    margin-top: 0 !important;
  }

  .banner-homepage5 .banner-inner .row .block-banner {
    padding-right: 0;
  }

  .banner-hero .block-banner .form-find .btn-find {
    background-position: left 19px top 14px;
  }
}

@media (max-width: 575.98px) {

  .footer .footer-col-1,
  .footer .footer-col-2,
  .footer .footer-col-3,
  .footer .footer-col-4,
  .footer .footer-col-5,
  .footer .footer-col-6 {
    width: 100%;
  }

  .box-we-hiring .text-2 {
    padding: 15px 0 10px;
  }

  .box-we-hiring .text-2,
  .box-we-hiring .text-3 {
    text-align: center;
    width: 100%;
  }

  .section-box.mt-100,
  .section-box.mt-40,
  .section-box.mt-70,
  .section-box.mt-80 {
    margin-top: 30px !important;
  }

  .header.sticky-bar .col-lg-7 .burger-icon {
    right: 15px;
  }

  .banner-hero.hero-1 h1 {
    font-size: 38px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .mt-sm-15 {
    margin-top: 15px !important;
  }

  .mt-sm-30 {
    margin-top: 30px !important;
  }

  .pt-sm-15 {
    padding-top: 15px;
  }

  .swiper-group-6 {
    max-height: 140px;
  }

  .box-swiper .swiper-container .item-logo {
    box-shadow: none;
  }

  .list-partners li {
    padding: 15px;
  }

  .box-newsletter {
    padding: 50px 15px;
  }

  .box-newsletter .text-md-newsletter {
    font-size: 22px;
    line-height: 28px;
  }

  .box-newsletter .text-lg-newsletter {
    font-size: 32px;
  }

  .box-newsletter form {
    display: block;
  }

  .footer ul.mt-40 {
    margin-top: 15px !important;
    margin-bottom: 20px !important;
  }

  .bg-banner-about.banner-home-3 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .bg-banner-about.banner-home-3 .banner-hero .block-banner {
    padding-right: 15px;
    padding-left: 15px;
  }

  .card-job-top--info-heading {
    margin-bottom: 10px;
  }

  .card-job-top--price {
    margin-top: 15px;
    display: block;
  }

  .box-info-job {
    padding: 0 !important;
  }

  .block-job-bg:before {
    display: none;
  }

  .box-mw-60 {
    max-width: 100% !important;
  }

  .banner-hero.banner-homepage-3 .block-banner {
    padding: 30px 15px;
  }

  .box-image-findjob img {
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .nav-right li {
    margin-bottom: 15px;
  }

  .block-pricing.mt-125 {
    margin-top: 50px !important;
  }

  .box-filters .list-tags-job {
    display: none;
  }

  .job-fillter.d-flex {
    display: block !important;
  }

  .job-fillter.d-flex .box-button-find {
    float: none;
  }

  .job-fillter.d-flex .btn {
    padding-left: 10px !important;
  }

  .job-fillter.d-flex .dropdown {
    margin: 0 0 10px;
    width: 100%;
    max-width: 100%;
  }

  .box-shadow-bdrd-15.box-filters {
    padding-bottom: 30px;
  }

  .social-share .btn-sm {
    padding: 10px 11px;
  }

  .card-employers .col-sm-6 {
    width: 50%;
  }

  .archive-header h3 {
    font-size: 32px;
    line-height: 1.2;
  }

  .card-blog-1 .tags {
    display: none;
  }

  .card-blog-1 .post-meta {
    font-size: 12px;
  }

  .card-blog-1.post-list {
    display: block;
  }

  .card-blog-1.post-list .post-thumb {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .card-blog-1.post-list .post-title {
    font-size: 18px;
  }

  .single-body blockquote {
    padding: 15px 20px;
    border-radius: 5px;
    margin: 15px auto;
    font-size: 18px;
    max-width: 100%;
  }

  .single-body blockquote p {
    font-size: 18px;
    line-height: 1.5;
  }

  .bg-banner-about {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 15px 15px 40px;
  }

  .bg-banner-about .heading-lg {
    font-size: 32px;
    line-height: 1.2;
  }

  .banner-about:before {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .section-title-large {
    font-size: 38px;
  }

  .block-banner-1 img,
  .block-banner-2 img,
  .block-banner-3 img {
    margin-bottom: 15px;
  }
}

@media (max-width: 484.98px) {
  .swiper-style-2 .item-5 {
    width: 100%;
  }

  .text-sortby {
    display: none;
  }

  .paginations .pager li .pager-prev {
    margin-right: 0;
  }

  .paginations .pager li .pager-next {
    margin-left: 0;
  }

  .paginations .pager li a {
    line-height: 24px;
    font-size: 16px;
  }

  .box-radius-8 {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .box-radius-8 .image {
    min-width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 15px;
  }

  h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .box-newsletter-2 .font-lg {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 374.98px) {
  .image-profile {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .container.wide {
    max-width: 1544px;
  }
}