@charset "UTF-8";
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #771cea;
  --bs-pink: #d63384;
  --bs-red: #ca0707;
  --bs-orange: #ff6600;
  --bs-yellow: #fdcc1f;
  --bs-green: #21ad59;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #ffffff;
  --bs-gray: #5d5e86;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f9faff;
  --bs-gray-200: #dce5f5;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #bbbbc0;
  --bs-gray-500: #848489;
  --bs-gray-600: #5d5e86;
  --bs-gray-700: #393a66;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #5d5e86;
  --bs-success: #21ad59;
  --bs-info: #0dcaf0;
  --bs-warning: #fdcc1f;
  --bs-danger: #ca0707;
  --bs-light: #f9faff;
  --bs-dark: #090b0a;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 93, 94, 134;
  --bs-success-rgb: 33, 173, 89;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 253, 204, 31;
  --bs-danger-rgb: 202, 7, 7;
  --bs-light-rgb: 249, 250, 255;
  --bs-dark-rgb: 9, 11, 10;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #ffffff;
}

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

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #ffffff;
  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;
  border-collapse: collapse;
}

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

@media (min-width: 576px) {
  .container-sm, .container-xsm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xsm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-xsm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1340px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xsm, .container {
    max-width: 1232px;
  }
}
.row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-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: 375px) {
  .col-xsm {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xsm-1 {
    margin-left: 8.33333333%;
  }

  .offset-xsm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xsm-4 {
    margin-left: 33.33333333%;
  }

  .offset-xsm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xsm-7 {
    margin-left: 58.33333333%;
  }

  .offset-xsm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xsm-10 {
    margin-left: 83.33333333%;
  }

  .offset-xsm-11 {
    margin-left: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-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: 1340px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-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;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-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 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(:first-child) {
  border-top: 2px solid currentColor;
}

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #dfdfe7;
  --bs-table-striped-bg: #d4d4db;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #c9c9d0;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ceced6;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #c9c9d0;
}

.table-success {
  --bs-table-bg: #d3efde;
  --bs-table-striped-bg: #c8e3d3;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #bed7c8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #c3ddcd;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #bed7c8;
}

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

.table-warning {
  --bs-table-bg: #fff5d2;
  --bs-table-striped-bg: #f2e9c8;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6ddbd;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ece3c2;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e6ddbd;
}

.table-danger {
  --bs-table-bg: #f4cdcd;
  --bs-table-striped-bg: #e8c3c3;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dcb9b9;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e2bebe;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #dcb9b9;
}

.table-light {
  --bs-table-bg: #f9faff;
  --bs-table-striped-bg: #edeef2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e0e1e6;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e6e7ec;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e0e1e6;
}

.table-dark {
  --bs-table-bg: #090b0a;
  --bs-table-striped-bg: #151716;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #222323;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #1b1d1c;
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  border-color: #222323;
}

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

@media (max-width: 374.98px) {
  .table-responsive-xsm {
    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: 1339.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: 15px;
  padding-bottom: 15px;
  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: #5d5e86;
}

.form-control {
  display: block;
  width: 100%;
  padding: 14px 48px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #393a66;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #dce5f5;
  appearance: none;
  border-radius: 50px;
  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: #393a66;
  background-color: white;
  border-color: #000000;
  outline: 0;
  box-shadow: none;
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #5d5e86;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #dce5f5;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 14px 48px;
  margin: -14px -48px;
  margin-inline-end: 48px;
  color: #393a66;
  background-color: #dce5f5;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #d1dae9;
}
.form-control::-webkit-file-upload-button {
  padding: 14px 48px;
  margin: -14px -48px;
  margin-inline-end: 48px;
  color: #393a66;
  background-color: #dce5f5;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #d1dae9;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 14px 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-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

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

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

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

.form-select {
  display: block;
  width: 100%;
  padding: 14px 144px 14px 48px;
  -moz-padding-start: 45px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #393a66;
  background-color: white;
  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 48px center;
  background-size: 16px 12px;
  border: 1px solid #dce5f5;
  border-radius: 50px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #000000;
  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: 48px;
  background-image: none;
}
.form-select:disabled {
  background-color: #dce5f5;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #393a66;
}

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

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

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active, .form-check-input.nice-select.open {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #000000;
  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='%23ffffff' 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='%23ffffff'/%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='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23000000'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%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;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, none;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, none;
}
.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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active, .form-range.nice-select.open::-webkit-slider-thumb {
  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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active, .form-range.nice-select.open::-moz-range-thumb {
  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: #848489;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #848489;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 48px;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 48px;
}
.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: 14px 48px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #393a66;
  text-align: center;
  white-space: nowrap;
  background-color: #dce5f5;
  border: 1px solid #dce5f5;
  border-radius: 50px;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 15px 15px;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  color: #000000;
  background-color: #21ad59;
  border-radius: 15px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #21ad59;
  padding-right: calc(1.5em + 28px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2321ad59' 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 + 7px) center;
  background-size: calc(0.75em + 14px) calc(0.75em + 14px);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #21ad59;
  box-shadow: 0 0 0 0.25rem rgba(33, 173, 89, 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #21ad59;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 264px;
  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='%2321ad59' 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 48px center, center right 144px;
  background-size: 16px 12px, calc(0.75em + 14px) calc(0.75em + 14px);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #21ad59;
  box-shadow: 0 0 0 0.25rem rgba(33, 173, 89, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #21ad59;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #21ad59;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 173, 89, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #21ad59;
}

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 15px 15px;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  color: #ffffff;
  background-color: #ca0707;
  border-radius: 15px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ca0707;
  padding-right: calc(1.5em + 28px);
  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='%23ca0707'%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='%23ca0707' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 7px) center;
  background-size: calc(0.75em + 14px) calc(0.75em + 14px);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ca0707;
  box-shadow: 0 0 0 0.25rem rgba(202, 7, 7, 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #ca0707;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 264px;
  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='%23ca0707'%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='%23ca0707' stroke='none'/%3e%3c/svg%3e");
  background-position: right 48px center, center right 144px;
  background-size: 16px 12px, calc(0.75em + 14px) calc(0.75em + 14px);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #ca0707;
  box-shadow: 0 0 0 0.25rem rgba(202, 7, 7, 0.25);
}

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

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

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

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 16px 29px;
  font-size: 1rem;
  border-radius: 50px;
  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: #ffffff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #ffffff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-check.nice-select.open + .btn-primary, .btn-primary:active, .btn-primary.nice-select.open, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-check.nice-select.open + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.nice-select.open: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: #ffffff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #ffffff;
  background-color: #5d5e86;
  border-color: #5d5e86;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #4f5072;
  border-color: #4a4b6b;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #ffffff;
  background-color: #4f5072;
  border-color: #4a4b6b;
  box-shadow: 0 0 0 0.25rem rgba(117, 118, 152, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-check.nice-select.open + .btn-secondary, .btn-secondary:active, .btn-secondary.nice-select.open, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #4a4b6b;
  border-color: #464765;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-check.nice-select.open + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.nice-select.open:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(117, 118, 152, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #ffffff;
  background-color: #5d5e86;
  border-color: #5d5e86;
}

.btn-success {
  color: #000000;
  background-color: #21ad59;
  border-color: #21ad59;
}
.btn-success:hover {
  color: #000000;
  background-color: #42b972;
  border-color: #37b56a;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000000;
  background-color: #42b972;
  border-color: #37b56a;
  box-shadow: 0 0 0 0.25rem rgba(28, 147, 76, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-check.nice-select.open + .btn-success, .btn-success:active, .btn-success.nice-select.open, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000000;
  background-color: #4dbd7a;
  border-color: #37b56a;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-check.nice-select.open + .btn-success:focus, .btn-success:active:focus, .btn-success.nice-select.open:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(28, 147, 76, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000000;
  background-color: #21ad59;
  border-color: #21ad59;
}

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

.btn-warning {
  color: #000000;
  background-color: #fdcc1f;
  border-color: #fdcc1f;
}
.btn-warning:hover {
  color: #000000;
  background-color: #fdd441;
  border-color: #fdd135;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000000;
  background-color: #fdd441;
  border-color: #fdd135;
  box-shadow: 0 0 0 0.25rem rgba(215, 173, 26, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-check.nice-select.open + .btn-warning, .btn-warning:active, .btn-warning.nice-select.open, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000000;
  background-color: #fdd64c;
  border-color: #fdd135;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-check.nice-select.open + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.nice-select.open:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(215, 173, 26, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000000;
  background-color: #fdcc1f;
  border-color: #fdcc1f;
}

.btn-danger {
  color: #ffffff;
  background-color: #ca0707;
  border-color: #ca0707;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #ac0606;
  border-color: #a20606;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #ffffff;
  background-color: #ac0606;
  border-color: #a20606;
  box-shadow: 0 0 0 0.25rem rgba(210, 44, 44, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-check.nice-select.open + .btn-danger, .btn-danger:active, .btn-danger.nice-select.open, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #a20606;
  border-color: #980505;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-check.nice-select.open + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.nice-select.open:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(210, 44, 44, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #ffffff;
  background-color: #ca0707;
  border-color: #ca0707;
}

.btn-light {
  color: #000000;
  background-color: #f9faff;
  border-color: #f9faff;
}
.btn-light:hover {
  color: #000000;
  background-color: #fafbff;
  border-color: #fafbff;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000000;
  background-color: #fafbff;
  border-color: #fafbff;
  box-shadow: 0 0 0 0.25rem rgba(212, 213, 217, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-check.nice-select.open + .btn-light, .btn-light:active, .btn-light.nice-select.open, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000000;
  background-color: #fafbff;
  border-color: #fafbff;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-check.nice-select.open + .btn-light:focus, .btn-light:active:focus, .btn-light.nice-select.open:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(212, 213, 217, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000000;
  background-color: #f9faff;
  border-color: #f9faff;
}

.btn-dark {
  color: #ffffff;
  background-color: #090b0a;
  border-color: #090b0a;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #080909;
  border-color: #070908;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #ffffff;
  background-color: #080909;
  border-color: #070908;
  box-shadow: 0 0 0 0.25rem rgba(46, 48, 47, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-check.nice-select.open + .btn-dark, .btn-dark:active, .btn-dark.nice-select.open, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #070908;
  border-color: #070808;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-check.nice-select.open + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.nice-select.open:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(46, 48, 47, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #ffffff;
  background-color: #090b0a;
  border-color: #090b0a;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #ffffff;
  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:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-check.nice-select.open + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.nice-select.open, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #ffffff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-check.nice-select.open + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.nice-select.open:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show: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: #5d5e86;
  border-color: #5d5e86;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #5d5e86;
  border-color: #5d5e86;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(93, 94, 134, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-check.nice-select.open + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.nice-select.open, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #ffffff;
  background-color: #5d5e86;
  border-color: #5d5e86;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-check.nice-select.open + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.nice-select.open:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(93, 94, 134, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #5d5e86;
  background-color: transparent;
}

.btn-outline-success {
  color: #21ad59;
  border-color: #21ad59;
}
.btn-outline-success:hover {
  color: #000000;
  background-color: #21ad59;
  border-color: #21ad59;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 173, 89, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-check.nice-select.open + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.nice-select.open, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000000;
  background-color: #21ad59;
  border-color: #21ad59;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-check.nice-select.open + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.nice-select.open:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 173, 89, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #21ad59;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-check.nice-select.open + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.nice-select.open, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-check.nice-select.open + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.nice-select.open:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #fdcc1f;
  border-color: #fdcc1f;
}
.btn-outline-warning:hover {
  color: #000000;
  background-color: #fdcc1f;
  border-color: #fdcc1f;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(253, 204, 31, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-check.nice-select.open + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.nice-select.open, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000000;
  background-color: #fdcc1f;
  border-color: #fdcc1f;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-check.nice-select.open + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.nice-select.open:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(253, 204, 31, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #fdcc1f;
  background-color: transparent;
}

.btn-outline-danger {
  color: #ca0707;
  border-color: #ca0707;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #ca0707;
  border-color: #ca0707;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(202, 7, 7, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-check.nice-select.open + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.nice-select.open, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #ffffff;
  background-color: #ca0707;
  border-color: #ca0707;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-check.nice-select.open + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.nice-select.open:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(202, 7, 7, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #ca0707;
  background-color: transparent;
}

.btn-outline-light {
  color: #f9faff;
  border-color: #f9faff;
}
.btn-outline-light:hover {
  color: #000000;
  background-color: #f9faff;
  border-color: #f9faff;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 250, 255, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-check.nice-select.open + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.nice-select.open, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000000;
  background-color: #f9faff;
  border-color: #f9faff;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-check.nice-select.open + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.nice-select.open:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 250, 255, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f9faff;
  background-color: transparent;
}

.btn-outline-dark {
  color: #090b0a;
  border-color: #090b0a;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #090b0a;
  border-color: #090b0a;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(9, 11, 10, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-check.nice-select.open + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.nice-select.open, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #ffffff;
  background-color: #090b0a;
  border-color: #090b0a;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-check.nice-select.open + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.nice-select.open:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(9, 11, 10, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #090b0a;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #5d5e86;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 16px 3rem;
  font-size: 1rem;
  border-radius: 50px;
}

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

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

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

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-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;
  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: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

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

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

@media (min-width: 375px) {
  .dropdown-menu-xsm-start {
    --bs-position: start;
  }
  .dropdown-menu-xsm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xsm-end {
    --bs-position: end;
  }
  .dropdown-menu-xsm-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: 1340px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.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[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  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[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  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:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #dce5f5;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item.nice-select.open {
  color: #ffffff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #848489;
  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: #5d5e86;
  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:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active, .dropdown-menu-dark .dropdown-item.nice-select.open {
  color: #ffffff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #848489;
}
.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: #848489;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.nice-select.open,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.nice-select.open,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 21.75px;
  padding-left: 21.75px;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 2.25rem;
  padding-left: 2.25rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .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:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -2px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .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;
  color: #0d6efd;
  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:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #5d5e86;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #dce5f5 #dce5f5 #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #5d5e86;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #393a66;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #0d6efd;
}

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  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: 50px;
  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: center;
  background-size: 100%;
}

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

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

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  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:hover, .navbar-light .navbar-nav .nav-link:focus {
  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 .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  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:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  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 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.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-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  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-top,
.card-img-bottom {
  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: 16px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 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-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    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-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    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: #ffffff;
  border: 0;
  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:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.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: #000000;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

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

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

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

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #ffffff;
  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;
  color: #0a58ca;
  background-color: #dce5f5;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #dce5f5;
  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: #ffffff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #5d5e86;
  pointer-events: none;
  background-color: #ffffff;
  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: #ffffff;
  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 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: #383850;
  background-color: #dfdfe7;
  border-color: #cecfdb;
}
.alert-secondary .alert-link {
  color: #2d2d40;
}

.alert-success {
  color: #146835;
  background-color: #d3efde;
  border-color: #bce6cd;
}
.alert-success .alert-link {
  color: #10532a;
}

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

.alert-warning {
  color: #65520c;
  background-color: #fff5d2;
  border-color: #fef0bc;
}
.alert-warning .alert-link {
  color: #51420a;
}

.alert-danger {
  color: #790404;
  background-color: #f4cdcd;
  border-color: #efb5b5;
}
.alert-danger .alert-link {
  color: #610303;
}

.alert-light {
  color: #646466;
  background-color: #fefeff;
  border-color: #fdfeff;
}
.alert-light .alert-link {
  color: #505052;
}

.alert-dark {
  color: #050706;
  background-color: #cecece;
  border-color: #b5b6b6;
}
.alert-dark .alert-link {
  color: #040605;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #dce5f5;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  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, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@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-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #393a66;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #393a66;
  text-decoration: none;
  background-color: #f9faff;
}
.list-group-item-action:active, .list-group-item-action.nice-select.open {
  color: #212529;
  background-color: #dce5f5;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #ffffff;
  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: #5d5e86;
  pointer-events: none;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  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: 375px) {
  .list-group-horizontal-xsm {
    flex-direction: row;
  }
  .list-group-horizontal-xsm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xsm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xsm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xsm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xsm > .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: 1340px) {
  .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;
  }
}
.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:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #383850;
  background-color: #dfdfe7;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383850;
  background-color: #c9c9d0;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #383850;
  border-color: #383850;
}

.list-group-item-success {
  color: #146835;
  background-color: #d3efde;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #146835;
  background-color: #bed7c8;
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #146835;
  border-color: #146835;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #65520c;
  background-color: #fff5d2;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #65520c;
  background-color: #e6ddbd;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #65520c;
  border-color: #65520c;
}

.list-group-item-danger {
  color: #790404;
  background-color: #f4cdcd;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #790404;
  background-color: #dcb9b9;
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #790404;
  border-color: #790404;
}

.list-group-item-light {
  color: #646466;
  background-color: #fefeff;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #646466;
  background-color: #e5e5e6;
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #646466;
  border-color: #646466;
}

.list-group-item-dark {
  color: #050706;
  background-color: #cecece;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #050706;
  background-color: #b9b9b9;
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #050706;
  border-color: #050706;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%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") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

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

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 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.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 16px;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #5d5e86;
  background-color: rgba(255, 255, 255, 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 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  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: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.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 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 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;
}

@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: 1340px) {
  .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: 374.98px) {
  .modal-fullscreen-xsm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xsm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xsm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xsm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xsm-down .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: 1339.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  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.75rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

.tooltip-inner {
  max-width: 231px;
  padding: 15px 15px;
  color: #393a66;
  text-align: center;
  background-color: #ffffff;
  border-radius: 15px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  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: #ffffff;
  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::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  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 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%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.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='%23ffffff'%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='%23ffffff'%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: #ffffff;
  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: #ffffff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000000;
}
.carousel-dark .carousel-caption {
  color: #000000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #ffffff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

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

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #5d5e86;
}
.link-secondary:hover, .link-secondary:focus {
  color: #4a4b6b;
}

.link-success {
  color: #21ad59;
}
.link-success:hover, .link-success:focus {
  color: #4dbd7a;
}

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

.link-warning {
  color: #fdcc1f;
}
.link-warning:hover, .link-warning:focus {
  color: #fdd64c;
}

.link-danger {
  color: #ca0707;
}
.link-danger:hover, .link-danger:focus {
  color: #a20606;
}

.link-light {
  color: #f9faff;
}
.link-light:hover, .link-light:focus {
  color: #fafbff;
}

.link-dark {
  color: #090b0a;
}
.link-dark:hover, .link-dark:focus {
  color: #070908;
}

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .sticky-xsm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1340px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 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: 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: #5d5e86 !important;
}

.border-success {
  border-color: #21ad59 !important;
}

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

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

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

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

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

.border-white {
  border-color: #ffffff !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;
}

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

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

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

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

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

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

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #5d5e86 !important;
}

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

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

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

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-xsm-start {
    text-align: left !important;
  }

  .text-xsm-end {
    text-align: right !important;
  }

  .text-xsm-center {
    text-align: center !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: 1340px) {
  .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: 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;
  }
}
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 50px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 54px;
  line-height: 52px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .nice-select-dropdown {
  margin-top: 4px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(27px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  opacity: 0;
}
.nice-select .list {
  border-radius: 50px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  max-height: 210px;
  overflow-y: auto;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 56px;
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.nice-select .optgroup {
  font-weight: bold;
}

.no-csspointerevents .nice-select .nice-select-dropdown {
  display: none;
}
.no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block;
}

.nice-select .list::-webkit-scrollbar {
  width: 0;
}

.nice-select .has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 12px;
  min-height: 36px;
  line-height: 22px;
}
.nice-select .has-multiple span.current {
  border: 1px solid #CCC;
  background: #EEE;
  padding: 0 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 3px;
}
.nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 24px;
  padding: 0;
}
.nice-select .nice-select-search-box {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  pointer-events: none;
  border-radius: 5px 5px 0 0;
}
.nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px;
  margin: 0 10px 0 0;
  width: 100%;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0 !important;
  font-size: 14px;
}

button {
  border: none;
  outline: none;
}

a {
  text-decoration: none;
  color: unset;
}
a:hover {
  color: unset;
}

main {
  padding-top: 65px;
}
@media (min-width: 992px) {
  main {
    padding-top: 75px;
  }
}

.tooltip .tooltip-inner {
  box-shadow: 0 0 20px rgba(2, 54, 116, 0.15);
}

img {
  max-width: 100%;
}

.section-header {
  margin: 0 0 40px;
}
@media (min-width: 992px) {
  .section-header {
    margin: 0 0 60px;
  }
}
.section-header h2, .section-header .h2 {
  text-align: center;
}

strong {
  font-weight: 600;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}

.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}

main.main-sidebar > .content-holder {
  margin: 0 0 30px;
}
@media (min-width: 992px) {
  main.main-sidebar > .content-holder {
    margin: 0 0 60px;
  }
}

@media (max-width: 767.98px) {
  body.smart-banner-active .intro-section {
    margin-top: 133px !important;
  }
}

.wp-block-table.is-style-stripes {
  background: none;
  border: none;
}

.wp-block-table td, .wp-block-table th {
  border: none;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: none;
}

.nice-select {
  border-radius: 38px;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(1, 39, 73, 0.11);
  padding-right: 40px;
  padding-left: 23px;
  border: none;
}
@media (max-width: 767.98px) {
  .nice-select {
    line-height: 50px;
    height: 50px;
  }
}
.nice-select::after {
  height: 9px;
  width: 9px;
  right: 27px;
  top: 48%;
  border-color: #393a66;
}
.nice-select.active {
  border-color: transparent;
}
.nice-select .current {
  background: none;
  color: #393a66;
  font-size: 16px;
  font-weight: 400;
}
.nice-select .nice-select-dropdown {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #dce5f5;
  background: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(1, 39, 73, 0.11);
  margin: 5px 0 0;
  overflow: hidden;
}
.nice-select .nice-select-dropdown .list {
  border-radius: 0;
  margin: 0;
}
.nice-select .nice-select-dropdown .list::-webkit-scrollbar {
  width: 5px;
}
.nice-select .nice-select-dropdown .list::-webkit-scrollbar-track {
  background-color: #dce5f5;
}
.nice-select .nice-select-dropdown .list::-webkit-scrollbar-thumb {
  background-color: #393a66;
}
.nice-select .option {
  color: #393a66;
  font-size: 18px;
  font-weight: 600;
  padding: 0 25px;
}
.nice-select .option:nth-child(1):not(.disabled) {
  border-top-left-radius: 20px;
}
.nice-select .option.disabled {
  display: none;
}
.nice-select .option.disabled + .option {
  border-top-left-radius: 20px;
}
.nice-select .option.selected {
  background: #f4f6fe;
  color: #0f63fb;
  font-weight: 600;
}

.swiper-button-prev,
.swiper-button-next {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  border: 1px solid #0f63fb;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 42px;
  left: 38px;
  background: #ffffff;
  z-index: 10;
}
@media (min-width: 768px) {
  .swiper-button-prev,
.swiper-button-next {
    height: 50px;
    width: 50px;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  -webkit-mask-image: url(../img/ico-arrow-left.svg);
  mask-image: url(../img/ico-arrow-left.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 15px 15px;
  mask-size: 15px 15px;
  background: #0f63fb;
  height: 15px;
  width: 15px;
}
@media (min-width: 768px) {
  .swiper-button-prev::after,
.swiper-button-next::after {
    -webkit-mask-size: 20px 20px;
    mask-size: 20px 20px;
    height: 20px;
    width: 20px;
  }
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #0f63fb;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  background: #ffffff;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.swiper-button-next::after {
  transform: rotate(-180deg);
}

.tooltip-inner {
  font-family: "DM Sans", sans-serif;
}

select {
  display: none;
}

.error-text-holder {
  font-size: 16px;
  font-weight: 400;
  color: #ca0707;
  padding: 20px 0;
  display: none;
}
.sending-failed .error-text-holder {
  display: block;
}
.error-text-holder p {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-form {
  position: relative;
}
.wpcf7-form .btn-holder {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .wpcf7-form .btn-holder {
    flex-direction: row;
  }
}

.loader-container {
  display: none;
  bottom: 0;
  margin-left: 5px;
  width: 89px;
  height: 54px;
}
@media (max-width: 767.98px) {
  .loader-container {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.submitting .loader-container {
  display: block;
}

.btn-load-more {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.btn-load-more::after {
  content: "";
  height: 9px;
  width: 9px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  display: inline-block;
  margin: -5px 3px 0 8px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  border: none;
}

a {
  cursor: pointer;
  color: #0079ff;
  font-weight: 500;
}

ul[class],
ol[class] {
  padding: 0;
  list-style: none;
}

ul {
  padding-left: 0.5rem;
}

html, body {
  height: 100%;
}

.container-my {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.container-my-fluid {
  max-width: 100%;
  width: 100%;
}

.row-my {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}

h1, .h1 {
  color: #393a66;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 800;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 48px;
    line-height: 1.125;
  }
}

h2, .h2 {
  color: #393a66;
  font-size: 28px;
  line-height: 34px;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 36px;
    line-height: 40px;
  }
}

h3, .h3 {
  color: #393a66;
  font-size: 28px;
  line-height: 34px;
}

h4, .h4 {
  color: #393a66;
  font-size: 20px;
  line-height: 24px;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  color: #393a66;
}
@media (min-width: 992px) {
  body {
    font-size: 18px;
    line-height: 1.555;
  }
}

body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  background: #ffffff;
}

body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.btn {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .btn {
    font-size: 16px;
    padding: 15px 20px;
  }
}
.btn:hover {
  text-decoration: none;
}
.btn-primary {
  color: #ffffff;
  background-color: #0f63fb;
  border-color: #0f63fb;
}
.btn-primary:hover {
  color: #0f63fb;
  background-color: transparent;
  border-color: #0f63fb;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #0f63fb;
  background-color: transparent;
  border-color: #0f63fb;
  box-shadow: 0 0 0 0.25rem rgba(51, 122, 252, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-check.nice-select.open + .btn-primary, .btn-primary:active, .btn-primary.nice-select.open, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #0c4fc9;
  border-color: #0b4abc;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-check.nice-select.open + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.nice-select.open:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 122, 252, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #ffffff;
  background-color: #0f63fb;
  border-color: #0f63fb;
}
.btn-secondary {
  color: #ffffff;
  background-color: #ff6600;
  border-color: #ff6600;
}
.btn-secondary:hover {
  color: #ff6600;
  background-color: transparent;
  border-color: #ff6600;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #ff6600;
  background-color: transparent;
  border-color: #ff6600;
  box-shadow: 0 0 0 0.25rem rgba(255, 125, 38, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-check.nice-select.open + .btn-secondary, .btn-secondary:active, .btn-secondary.nice-select.open, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #000000;
  background-color: #cc5200;
  border-color: #bf4d00;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-check.nice-select.open + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.nice-select.open:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 125, 38, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000000;
  background-color: #ff6600;
  border-color: #ff6600;
}
.btn-icon-lock {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-icon-lock::after {
  content: "";
  height: 20px;
  width: 20px;
  -webkit-mask-image: url(../img/ico-protection-03.svg);
  mask-image: url(../img/ico-protection-03.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 20px 20px;
  mask-size: 20px 20px;
  background: currentColor;
  margin-left: 10px;
}
.btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-light:hover {
  color: #ffffff;
  background-color: #0f63fb;
  border-color: #ffffff;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-check.nice-select.open + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.nice-select.open, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #ffffff;
  background-color: #0f63fb;
  border-color: #ffffff;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-check.nice-select.open + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.nice-select.open:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #ffffff;
  background-color: transparent;
}
.btn-sm, .btn-group-sm > .btn {
  font-size: 16px;
  padding: 17px;
  min-width: 165px;
}
.btn-disabled {
  border-color: #dce5f5;
  color: #a5b4d1;
  pointer-events: none;
}

@media (min-width: 992px) {
  form .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  form .row > [class^=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767.98px) {
  form .form-group-text {
    margin: 0 0 20px;
  }
}
form .btn-holder {
  position: relative;
}
form .btn-holder .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
form .btn-holder .btn {
  padding: 13px 29px;
  width: 100%;
}
@media (min-width: 768px) {
  form .btn-holder .btn {
    padding: 17px 29px;
    min-width: 205px;
    width: auto;
  }
}

.form-group {
  --mb: 15px;
  margin: 0 0 var(--mb);
  position: relative;
}
@media (min-width: 768px) {
  .form-group {
    --mb: 20px;
  }
}
.form-group.form-group-name::before {
  content: url(../img/ico-user.svg);
  position: absolute;
  top: 28px;
  left: 22px;
  transform: translateY(-50%);
  z-index: 5;
}
@media (min-width: 768px) {
  .form-group.form-group-name::before {
    top: 28px;
  }
}
.form-group.form-group-email::before {
  content: url(../img/ico-email.svg);
  position: absolute;
  top: 28px;
  left: 20px;
  transform: translateY(-50%);
  z-index: 5;
}
@media (min-width: 768px) {
  .form-group.form-group-email::before {
    top: 30px;
  }
}
.form-group.form-group-text::before {
  content: url(../img/ico-edit.svg);
  position: absolute;
  top: 30px;
  left: 20px;
  transform: translateY(-50%);
  z-index: 5;
}
@media (min-width: 768px) {
  .form-group.form-group-text::before {
    top: 30px;
  }
}

textarea.form-control {
  border-radius: 20px;
  height: 142px;
}
@media (min-width: 768px) {
  textarea.form-control {
    height: 109px;
  }
}

@media (max-width: 767.98px) {
  .form-control {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.modal#contactFormModal .modal-content {
  border-radius: 20px;
  width: 343px;
  border: none;
  padding: 0;
}
.modal#contactFormModal .modal-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
}
.modal#contactFormModal .ico-holder {
  margin: 0;
}
.modal#contactFormModal h3, .modal#contactFormModal .h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
.modal#contactFormModal p {
  margin: 0;
}

.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #f8f9fc;
  padding: 11px 0;
  display: flex;
  align-items: center;
  height: 65px;
}
@media (min-width: 992px) {
  .header {
    height: 75px;
    padding: 15px 0;
  }
}
@media (max-width: 767.98px) {
  .header {
    border-bottom: 1px solid #dae3f2;
    background: #f9faff;
  }
}
@media (max-width: 767.98px) {
  .smart-banner-active .header {
    top: 68px;
  }
}
.header .main_header {
  align-items: center;
  /* Lang */
}
.header .main_header .header_logo {
  display: flex;
  justify-content: left;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header .main_header .header_logo {
    margin-right: 35px;
  }
}
.header .main_header .header_logo img {
  max-width: 188px;
  max-height: 74px;
}
.header .main_header .top_header {
  display: flex;
  justify-content: right;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header .main_header .top_header {
    position: absolute;
  }
}
.header .main_header .top_header .top_header_link {
  padding: 0;
  margin: 0;
}
.header .main_header .top_header .top_header_link > li > a {
  font-size: 15px;
}
.header .main_header .top_header .top_header_link li {
  display: inline-block;
  padding: 0 17px;
}
.header .main_header .top_header .top_header_link li:last-child {
  padding-right: 5px;
}
.header .main_header .top_header .top_header_link li.current-menu-item a {
  color: #0f63fb;
}
.header .main_header .top_header .top_header_link li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #393a66;
}
.header .main_header .top_header .top_header_link li a:hover {
  color: #0f63fb;
}
.header .main_header .language {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 30px;
  background: #00000000;
  border: 2px solid #ffffff;
  border-radius: 100px;
  margin-top: 5px;
}
.header .main_header .language .active-language {
  color: #e5e5e5 !important;
  background: #00000000;
  height: 30px;
  border: 2px solid #ffffff;
  border-radius: 100px;
}
.header .main_header .language > ul.menu_lang {
  display: contents;
  color: #ffffff;
  transition: all 1s ease-in-out;
}
.header .main_header .language > ul.menu_lang:hover {
  color: #3a7efc;
}
.header .main_header .language > ul.menu_lang > .menu-item {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 300;
  color: #ffe600;
  text-transform: lowercase;
  padding-right: 11px;
  padding-left: 11px;
}
.header .main_header .language > ul.menu_lang > .menu-item:hover > ul.sub-menu {
  transform: scaleY(1);
}
.header .main_header .language > ul.menu_lang > .menu-item > ul.sub-menu {
  position: absolute;
  top: 100px;
  padding: 0;
  border: 1px solid #26b985;
  border-radius: 50%;
  height: 52px;
  width: 52px;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 0;
  transform: scaleY(0);
  transition: all 0.2s ease-in-out;
  transform-origin: top;
}
.header .main_header .btn_header {
  box-sizing: border-box;
  width: 180px;
  height: 30px;
  margin-top: 5px;
  background: #ffe600;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.1em;
  color: #000000;
}
.header .main_header .btn_header:hover {
  background-color: #00000000;
  border: 2px solid #ffe600;
  color: #ffe600;
  transition: 0.25s all;
}
.header .btn-secondary {
  padding: 12px 17px;
}
@media (min-width: 992px) {
  .header .btn-secondary {
    font-size: 16px;
  }
}
@media (min-width: 1340px) {
  .header .btn-secondary {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .header .btn-holder {
    width: 50%;
    text-align: right;
  }
}
@media (max-width: 374.98px) {
  .header .btn-holder {
    min-width: 140px;
  }
}
.header .hamburger_menu_list {
  margin-left: auto;
}

/*Header drop_mnu*/
.top_header li {
  transition-duration: 0.5s;
  position: relative;
  float: left;
  padding: 15px;
}
.top_header li:hover > ul.sub-menu {
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}
.top_header ul.sub-menu {
  width: 150px;
  height: auto;
  z-index: 999;
  left: 0;
  background-color: #000000f0;
  border: 2px solid #ffe600;
  margin-top: 2px;
  text-align: left;
  padding: 15px 0;
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform-origin: 0 0;
  transform: rotateX(-90deg);
  transition: 0.1s linear;
}
.top_header ul.sub-menu .menu-item {
  padding: 10px 15px !important;
}
.top_header ul.sub-menu a {
  color: #ffffff;
  display: block;
}
.top_header ul.sub-menu a:hover {
  color: #ffe600 !important;
  font-weight: 900 !important;
}
.top_header ul.sub-menu a::after {
  background-color: #ffe600;
}
.top_header ul.sub-menu ul.sub-menu {
  position: absolute;
  left: 100%;
  top: -21px;
  transition: 0.3s linear;
}

.top_header ul li:hover > ul,
.top_header ul.submenu li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.top_header ul li ul li {
  clear: both;
  width: 100%;
}

li.current-menu-item > a {
  color: #0f63fb;
}

@media (max-width: 1339.98px) {
  .header .main_header .top_header .top_header_link li {
    display: flex;
    padding: 0 10px;
    justify-content: center;
  }
  .header .main_header .top_header .top_header_link li a {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .header .main_header .top_header ul.top_header_link {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header .main_header .header_logo a img {
    height: auto;
    width: 80%;
  }
  .header .main_header .language img {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .header {
    top: 0;
  }
  .header .main_header {
    /* Lang */
  }
  .header .main_header .header_logo {
    display: flex;
    justify-content: left;
    width: 44%;
    margin-top: 5px;
  }
  .header .main_header .header_logo img {
    max-width: 131px;
    z-index: 100;
  }
  .header .main_header .top_header {
    justify-content: right;
  }
  .header .main_header .top_header .top_header_link {
    padding: 0;
    margin-top: 5px;
    margin-bottom: 0;
  }
  .header .main_header .top_header .top_header_link > li > a {
    font-size: 20px;
  }
  .header .main_header .top_header .top_header_link li {
    display: inline-block;
    padding: 0 15px;
  }
  .header .main_header .top_header .top_header_link li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffffff;
  }
  .header .main_header .top_header .top_header_link li a:hover {
    color: #ffe600;
  }
  .header .main_header .language {
    position: absolute;
    top: 0;
    right: 70px;
    margin-top: 3px;
    z-index: 100;
  }
  .header .main_header .language .active-language {
    color: #e5e5e5 !important;
    background: #000000;
    height: 30px;
    border: 2px solid #ffffff;
    border-radius: 100px;
  }
  .header .main_header .language > ul.menu_lang {
    display: contents;
    color: #ffffff;
    transition: all 1s ease-in-out;
  }
  .header .main_header .language > ul.menu_lang:hover {
    color: #3a7efc;
  }
  .header .main_header .language > ul.menu_lang > .menu-item {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 300;
    color: #ffe600;
    text-transform: lowercase;
    padding-right: 11px;
    padding-left: 11px;
  }
  .header .main_header .language > ul.menu_lang > .menu-item:hover > ul.sub-menu {
    transform: scaleY(1);
  }
  .header .main_header .language > ul.menu_lang > .menu-item > ul.sub-menu {
    position: absolute;
    top: 100px;
    padding: 0;
    border: 1px solid #26b985;
    border-radius: 50%;
    height: 52px;
    width: 52px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0;
    transform: scaleY(0);
    transition: all 0.2s ease-in-out;
    transform-origin: top;
  }
  .header .main_header ul.sub-menu {
    display: none;
  }
  .header .main_header .btn_header {
    margin-top: 190px;
    margin-left: auto;
    margin-right: auto;
  }
  .header .main_header .btn_header:hover {
    background-color: #000000;
    border: 2px solid #ffe600;
    color: #ffe600;
    transition: 0.25s all;
  }
}
@media (max-width: 374.98px) {
  .header .main_header .header_logo {
    width: auto;
    margin: 0 10px 0 0;
  }
  .header .main_header .header_logo img {
    width: 100px;
  }
}
.footer {
  display: flex;
  align-items: center;
  background-color: #000000;
  height: 145px;
}
.footer p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  line-height: 2.5px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.footer .footer-info-text p {
  font-size: 10px;
}

.descr-desktop {
  display: block;
}

.descr-mobile {
  display: none;
}

/** Media **/
@media screen and (max-width: 1400px) {
  .footer .footer_menu ul.footer_menu_link li {
    padding: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer_menu,
.footer .language,
.footer .primary-btn {
    display: none;
  }
  .footer .header_logo a img {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .footer .footer_pays {
    display: none;
  }
  .footer .footer_middle {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
  .footer .footer_middle .footer_descr .footer_title_left {
    text-align: left;
  }
  .footer .footer_guid .footer_risk {
    margin-bottom: 30px;
  }
  .footer .footer_guid .footer_risk {
    display: block;
  }

  .descr-desktop {
    display: none;
  }

  .descr-mobile {
    display: block;
    padding: 0 16px;
  }

  .footer-top-part-menu-logos {
    grid-template-columns: repeat(2, 1fr) !important;
    margin: 25px 0 0 0 !important;
    gap: 30px !important;
    padding: 0 0 20px 0;
  }

  .footer-top-part-logo img {
    display: none;
  }
}
#footer {
  background-color: #f9faff;
  padding-top: 35px;
  margin-top: 35px;
  position: relative;
  z-index: 10;
}
#footer .footer-top-part {
  display: flex;
  align-items: start;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  #footer .footer-top-part {
    flex-wrap: wrap-reverse;
    justify-content: space-around;
    gap: 20px;
  }
}
#footer .footer-top-part-social {
  margin: 15px 0;
}
#footer .footer-top-part-menu-block {
  display: flex;
}
@media (min-width: 992px) {
  #footer .footer-top-part-menu-block {
    margin-left: 120px;
    padding: 4px 0 0;
  }
}
#footer .footer-top-part-menu-block.mob-fb {
  flex-direction: column;
}
@media (max-width: 767.98px) {
  #footer .footer-top-part-menu-block.mob-fb {
    margin-left: 0;
    padding: 0;
  }
}
#footer .footer-top-part-menu-block span {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
  color: #393a66;
}
@media (min-width: 768px) {
  #footer .footer-top-part-menu-block span {
    font-size: 20px;
  }
}
#footer .footer-top-part-menu-logos {
  display: grid;
  margin: 0 0 0 auto;
  gap: 20px;
}
@media (min-width: 992px) {
  #footer .footer-top-part-menu-logos {
    margin: 0 0 0 100px;
  }
}
#footer .footer-top-part-menu-block ul {
  list-style: none;
  color: #94a3a8;
  line-height: 30px;
  padding: 16px 0 0 0;
}
#footer .footer-top-part-menu-block ul li {
  margin: 0 0 9px;
}
@media (min-width: 768px) {
  #footer .footer-top-part-menu-block ul li {
    margin: 0 0 13px;
  }
}
#footer .footer-top-part-menu-block li a {
  color: #393a66;
  text-decoration: unset;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  line-height: 26px;
}
@media (min-width: 768px) {
  #footer .footer-top-part-menu-block li a {
    font-size: 18px;
  }
}
#footer .footer-top-part-menu-block li a:hover {
  text-decoration: underline;
}
#footer .footer-top-part-menu-other {
  margin-left: 40px;
}
@media (min-width: 992px) {
  #footer .footer-top-part-menu-other {
    margin-left: 70px;
  }
}
#footer .footer-disclaimer-part {
  max-width: 1000px;
  margin: 0 auto;
  color: #94a3a8;
  text-align: center;
  font-size: 0.9em;
  padding: 0 10px;
}
#footer .footer-security-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  border-bottom: 1px solid #cfd2da;
  padding-bottom: 15px;
  margin: 0px auto;
}
#footer .footer-security-icon .cloudflare-item {
  margin-right: 15px;
  margin-top: 10px;
}
#footer .footer-security-icon .cloudflare-item .cloudflare-item-description {
  font-size: 8px;
  text-align: right;
  margin-bottom: 0;
  margin-top: -13px;
}
#footer .footer-security-icon .mcafee-item {
  margin-top: 25px;
}
#footer .footer-security-icon .dmca-item {
  margin-top: 6px;
  margin-left: 10px;
}
#footer .footer-disclaimer-part h3, #footer .footer-disclaimer-part .h3 {
  font-weight: 600;
  font-size: 20px;
  text-align: left;
}
#footer .footer-copyright-part {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 1.7;
  color: #393a66;
  text-align: center;
  margin: 0;
  font-size: 18px;
}
@media (min-width: 768px) {
  #footer .footer-copyright-part {
    color: #5d5e86;
    line-height: 1.9;
  }
}
#footer .footer-copyright-part a {
  color: #0079ff;
  font-weight: 700;
}
#footer .footer-copyright-part p {
  margin: 0;
  padding: 0;
}
#footer .footer-copyright-part p:last-child {
  margin: 0;
  padding: 30px 0;
  padding-top: 0;
}
@media (max-width: 767.98px) {
  #footer .mob-fb {
    display: block !important;
    padding: 0 16px 10px;
  }
}
#footer .mob-fb p {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
  margin: 0 0 23px;
}
@media (min-width: 768px) {
  #footer .mob-fb p {
    font-size: 20px;
  }
}
#footer .mob-fb img {
  height: 30px;
  width: 30px;
  margin: 0 0 0 3px;
}
@media (min-width: 768px) {
  #footer .mob-fb img {
    height: 24px;
    width: 24px;
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  #footer .footer-top-part-logo-block {
    display: none;
  }
}
#footer .footer-text-holder {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 25px;
}
#footer .footer-text-holder h4, #footer .footer-text-holder .h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333333;
  margin: 6px 0 10px;
}
@media (min-width: 768px) {
  #footer .footer-text-holder h4, #footer .footer-text-holder .h4 {
    margin: 22px 0 10px;
  }
}
#footer .footer-text-holder p {
  margin: 0 0 10px;
}
#footer .footer-text-holder p + h4, #footer .footer-text-holder p + .h4 {
  margin-top: 30px;
}

p a:hover {
  color: #2e4874;
  text-decoration: underline;
}

ul li a:hover {
  color: #2e4874;
  text-decoration: underline;
}

p a,
ul li a {
  color: #0079ff;
  text-decoration: none;
}

.banner-main {
  background: #f9faff;
  padding-top: 70px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .banner-main > .container-fluid, .banner-main > .container-sm, .banner-main > .container-md, .banner-main > .container-lg, .banner-main > .container-xl {
    padding: 0 2.5%;
  }
}

.banner-main-text h2, .banner-main-text .h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  color: #393a66;
  max-width: 560px;
  margin: 0;
}
.banner-main-text .banner-home-title-main {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  padding: 0;
  color: #393a66;
  max-width: 560px;
  margin: 0;
}
.banner-main-text .banner-home-title-else {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  padding: 0;
  color: #393a66;
  max-width: 560px;
  margin: 0;
}
.banner-main-text p {
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #393a66;
  max-width: 460px;
  padding: 15px 0 0 0;
}
@media (max-width: 991.98px) {
  .banner-main-text p {
    padding: 7px 0 0;
  }
}

.social-banner-main {
  padding: 50px 0 73px;
}
@media (min-width: 992px) {
  .social-banner-main {
    padding: 50px 0 80px;
  }
}
.social-banner-main .social-banner-main-text h1, .social-banner-main .social-banner-main-text .h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #393a66;
  max-width: 360px;
  margin: 0 0 15px 0;
}
.social-banner-main .social-banner-main-text p {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #393a66;
  margin: 0 0 10px 0;
  max-width: 350px;
  font-family: "DM Sans", sans-serif;
}
.social-banner-main .social-banner-main-app-banner {
  display: flex;
  margin-top: -245px;
}
@media (max-width: 991.98px) {
  .social-banner-main .social-banner-main-app-banner img {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .social-banner-main .social-banner-main-app-banner img {
    height: 305px;
    width: auto;
    margin: 0 -7px 0 -9px;
    max-width: calc(100% + 15px);
  }
}
.social-banner-main .main-app-banner-mob {
  display: none;
}

#toggle {
  display: none;
}

#get-started {
  text-align: center;
  cursor: pointer;
  padding: 8px 25px;
  line-height: 1.42857;
  color: #ff6600;
  font-size: 15px;
  font-weight: 600;
  background-color: #ffffff;
  border: 3px solid #ff6600;
  border-radius: 50px;
  margin: 0 0 0 10px;
  text-decoration: unset;
}

#get-started:hover {
  color: #ffffff;
  background-color: #ff6600;
  text-decoration: unset;
}

.get-started-phone {
  background-image: url(../img/phone-btn-b.svg);
  margin: 1px 10px;
  width: 20px;
  height: 21px;
  display: flex;
  background-size: cover;
  line-height: 0;
}

#get-started-phone {
  display: flex;
  height: 28px;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  padding: 0px 5px;
  line-height: 1.42857;
  color: #084c8d;
  font-size: 14px;
  font-weight: 600;
  /*background-color: #fff;*/
  /*border: 3px solid #f60;*/
  /*border-radius: 50px;*/
  text-decoration: unset;
}

/*#get-started-phone:hover > .get-started-phone {*/
/*	background-position: bottom;*/
/*}*/
#get-started-phone:hover {
  /*background-color: #f60;*/
  text-decoration: underline;
}

#gotoform {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url(../img/Money-Service-loans.svg) 100%;
  background-size: cover;
  height: 300px;
  display: flex;
  justify-content: center;
  color: #ffffff;
  flex-wrap: wrap;
}

#gotoform .left-section {
  padding: 30px 0;
  margin: 0 120px 0 0;
}

#gotoform .right-section {
  padding: 30px 0;
  align-self: center;
  margin: 0 10px;
}

#blackwhitelogo {
  display: flex;
  min-width: 265px;
}

.form {
  border-radius: 10px;
  position: relative;
  width: 435px;
  text-align: center;
  background: #f4f3f3;
  background-color: #f4f3f3;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 20px 20px;
}

.form h3, .form .h3 {
  font-size: 42px;
  font-weight: 600;
  color: #404040;
  margin: 15px 0 44px 0;
}

.goto-btn {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  background-color: #ff6600;
  border-radius: 50px;
  padding: 6px 32px;
  color: #ffffff;
  border: 2px solid #ff6600;
  text-align: center;
  text-decoration: unset;
}

.goto-btn:hover {
  background-color: transparent;
  color: #ff6600;
  text-decoration: unset;
}

.what-container {
  margin: 12px auto 10px auto;
  display: flex;
  justify-content: center;
}

.what-help {
  position: relative;
  font-size: 14px;
  color: #404040;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.what-help:hover {
  color: #446aab;
}

.what-q {
  background-image: url(../img/question-mark.svg);
  height: 15px;
  width: 15px;
  display: block;
  margin: 3px;
}

.what-content {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.31);
  border-radius: 6px;
  padding: 15px;
  color: #5f696c;
  line-height: 20px;
  width: 90%;
  margin: 0;
  z-index: 120;
  position: absolute;
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 30px;
}

.toggle-close {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 121;
}

#toggle-what {
  display: none;
}

.widget-nofees {
  display: flex;
  margin: 0px auto 10px;
  max-width: 240px;
}

.widget-nofees div {
  display: inline-block;
  padding-left: 23px;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #404040;
  padding-right: 11px;
}

.widget-nofees div:before {
  content: "";
  background-color: #24be00;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 6px;
  top: 6px;
}

.widget-nofees:before {
  display: block;
  position: absolute;
  right: 510px;
  bottom: 30px;
}

.widget-nofees:after {
  content: "Reach multiple lenders with just ONE application ";
  display: block;
  position: absolute;
  right: 625px;
  width: 300px;
  bottom: 40px;
  font-weight: normal;
  font-size: 20px;
  text-align: left;
  line-height: 1.5em;
}

.bw-logo {
  display: flex;
  min-width: 265px;
}

.bw-logo img {
  width: 20px;
  height: 30px;
  margin: -7px 2px 0 13px;
}

#tableblock {
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 0;
}

#tableblock-2 {
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 0;
}

#tableblock-3 {
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 0;
}

#tableblock-4 {
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 0;
}

#tableblock-5 {
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 0;
}

.main-sidebar #tableblock {
  padding: 0px;
}

.main-sidebar #tableblock-2 {
  padding: 0px;
}

.main-sidebar #tableblock-3 {
  padding: 0px;
}

.main-sidebar #tableblock-4 {
  padding: 0px;
}

.main-sidebar #tableblock-5 {
  padding: 0px;
}

.table-description,
.entry-content {
  text-align: justify;
  margin: 0 15px;
}

.table-description h1, .table-description .h1,
.entry-content h1,
.entry-content .h1 {
  text-align: left;
}

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

.table-container-important {
  width: 100%;
  text-align: right;
  display: block;
  padding-left: 125px;
  text-decoration: none;
  color: #0079ff;
  margin: 20px 0 30px;
}

.table-container-important-text {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.31);
  border-radius: 6px;
  padding: 15px;
  color: #5f696c;
  line-height: 20px;
  display: none;
  width: 84%;
  margin: 0;
  z-index: 120;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 10px;
  max-width: 400px;
  left: 15px;
  text-align: center;
}

#toggle-important {
  display: none;
}

.table-ithem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.31);
  border-radius: 6px;
  padding: 20px 15px;
  height: 120px;
  margin: 15px 0;
}

.table-ithem.first-ithem {
  position: relative;
}

.first-ithem:before {
  content: url(../img/top-coice-01.svg);
  width: 76px;
  display: block;
  height: 61px;
  position: absolute;
  top: -17px;
}

.table-ithem-part-logo {
  width: 300px;
  justify-content: center;
  align-self: center;
  display: flex;
}

.table-ithem-part-logo img {
  width: 250px;
  height: auto;
}

.table-ithem-part {
  display: flex;
  flex-direction: column;
  height: 90px;
  border-left: 2px solid #c2c2c2;
  min-width: 100px;
  padding-left: 15px;
}

.table-ithem-part-title {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}

.table-ithem-part-info {
  font-size: 18px;
  text-align: center;
}

.table-ithem-part-button {
  width: 250px;
  border-left: 2px solid #c2c2c2;
  padding-left: 15px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.table-btn {
  color: #ffffff;
  background-color: #ff6600;
  display: flex;
  width: 130px;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  align-items: center;
  padding: 0 0 0 10px;
  justify-content: center;
  border-radius: 5px;
  line-height: 36px;
  border: 4px solid #ff6600;
  text-decoration: unset;
}

.table-btn:hover {
  color: #ff6600;
  background-color: #ffffff;
  text-decoration: unset;
}

.table-btn:hover > .table-btn-lock {
  background-position: bottom;
}

.table-btn-lock {
  background-image: url(../img/safe-loans.svg);
  margin: 8px;
  width: 11px;
  height: 15px;
}

.star-rating {
  display: flex;
}

.st {
  background-position-x: -21px;
}

.sta {
  background-position-x: -42px;
}

.rating-help-container {
  color: #005fb9;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.rating-help-container:hover {
  text-decoration: underline;
  cursor: pointer;
}

.rating-help-content {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.31);
  border-radius: 6px;
  width: 270px;
  margin-top: -190px;
  padding: 15px;
  color: #5f696c;
  line-height: 20px;
  display: none;
}

.rating-help-q {
  background-image: url(../img/question-mark.svg);
  height: 15px;
  width: 15px;
  display: block;
  margin: 3px;
}

#rating-help-q1:hover ~ #rating-help-content1 {
  display: block;
}

#rating-help-q2:hover ~ #rating-help-content2 {
  display: block;
}

#rating-help-q3:hover ~ #rating-help-content3 {
  display: block;
}

#content-left-side {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

#content-left-side-2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

#content-left-side-3 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

#content-left-side-4 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

#content-left-side-5 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

#content-left-side-6 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

#content-left-side-2 h3, #content-left-side-2 .h3 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}

#content-left-side-3 h3, #content-left-side-3 .h3 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}

#content-left-side-4 h3, #content-left-side-4 .h3 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}

#content-left-side-5 h3, #content-left-side-5 .h3 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}

#content-left-side-6 h3, #content-left-side-6 .h3 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}

.content-left-side-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap-reverse;
}

.content-left-side-container-text {
  width: 50%;
  padding-right: 20px;
  text-align: justify;
}

.content-left-side-container img {
  max-width: 400px;
  width: 100%;
}

#banner-get {
  padding: 30px 0;
}

.banner-get-conteiner-midlle {
  margin: 0 0 20px;
}

.banner-get-conteiner-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #0f63fb;
}

.banner-get-conteiner-footer img {
  margin: 0 10px 0 0;
}

#video-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: center;
}

#steps-block {
  padding: 0 10px;
}

.steps-block-conteiner {
  max-width: 1000px;
  margin: 0 auto;
}

.steps-conteiner {
  display: flex;
  justify-content: center;
}

.steps-block-conteiner h3, .steps-block-conteiner .h3 {
  font-size: 30px;
  text-align: center;
  padding-bottom: 50px;
}

.step {
  width: 296px;
  padding: 44px 10px 14px 27px;
  background-color: #ffffff;
  border: 1px solid #2d6cfe;
  border-radius: 7px;
  -webkit-box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.05);
}

.steps-gutter {
  width: 30px;
  height: 174px;
  background: url(../img/right-arrow.svg) no-repeat 50% 50%;
}

.step-num {
  display: block;
  width: 46px;
  height: 46px;
  margin: -68px auto 18px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  line-height: 42px;
  text-align: center;
  background-color: #2d6cfe;
  border-radius: 50%;
}

.step-heading {
  margin: 0;
  color: #404040;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.step-list {
  padding: 0;
  list-style: none;
}

.step-list-itm {
  margin: 0;
  padding: 0;
  color: #404040;
  font-size: 16px;
  line-height: 32px;
  background: 0;
  margin-left: 15px;
}

.step-list-itm:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-bottom: 3px;
  margin-right: 9px;
  background-color: #2d6cfe;
}

.content-2-columns {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

#content-2-columns {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

#content-2-columns-2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

#content-2-columns-3 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

#content-2-columns-4 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

#content-2-columns-5 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

#content-2-columns-6 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.content-2-columns h3, .content-2-columns .h3 {
  text-align: center;
}

#content-2-columns h3, #content-2-columns .h3 {
  text-align: center;
}

#content-2-columns-2 h3, #content-2-columns-2 .h3 {
  text-align: center;
}

#content-2-columns-3 h3, #content-2-columns-3 .h3 {
  text-align: center;
}

#content-2-columns-4 h3, #content-2-columns-4 .h3 {
  text-align: center;
}

#content-2-columns-5 h3, #content-2-columns-5 .h3 {
  text-align: center;
}

#content-2-columns-6 h3, #content-2-columns-6 .h3 {
  text-align: center;
}

.content-2-columns-container {
  display: flex;
  flex-wrap: wrap;
  text-align: justify;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.content-2-columns-container-text {
  padding: 0 20px;
  width: 45%;
}

#benefits-block {
  background-color: #e5e8ec;
  padding: 10px 0;
}

#benefits-block h3, #benefits-block .h3 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.benefits-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}

.benefits-container-icon {
  display: flex;
  height: 136px;
  width: 136px;
  background: #ffffff no-repeat center center;
  background-image: none;
  border: 1px solid #e8e8e8;
  border-radius: 136px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.benefits-container-service {
  width: 300px;
  text-align: center;
}

.benefits-container-service h5, .benefits-container-service .h5 {
  font-weight: normal;
  font-size: 16px;
}

#content-right-side {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.content-right-side-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.content-right-side-container img {
  margin-right: 50px;
}

.content-right-side-container-text {
  width: 45%;
  padding-left: 20px;
  text-align: justify;
}

.content-right-side-container-text h3, .content-right-side-container-text .h3 {
  font-size: 30px;
  font-weight: 600;
  text-align: left;
}

.banner-min-bg {
  background: #0f63fb;
  position: relative;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .banner-min-bg {
    padding: 40px 0 60px;
  }
  .banner-min-bg::before {
    content: url(../img/img-banner-decor-01.svg);
    position: absolute;
    top: 0;
    left: 0;
  }
  .banner-min-bg::after {
    content: url(../img/img-banner-decor-02.svg);
    position: absolute;
    bottom: -8px;
    right: 0;
  }
}
.banner-min-bg h5, .banner-min-bg .h5 {
  position: relative;
  z-index: 5;
}
.banner-min-bg form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 5;
  width: 100%;
}
@media (min-width: 768px) {
  .banner-min-bg form {
    flex-direction: row;
    width: auto;
  }
}
.banner-min-bg select {
  font-size: 16px;
  border-radius: 50px;
  width: 100%;
  padding: 15px 20px 14px;
  background: url(../img/ico-chevron-down.svg) #ffffff no-repeat 94% 50%;
  background-size: 16px 16px;
  -webkit-appearance: none;
  appearance: none;
  color: #393a66;
}
@media (min-width: 768px) {
  .banner-min-bg select {
    width: 350px;
  }
}

.banner-get-min-conteiner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.banner-get-min-conteiner .nice-select {
  width: 100%;
}
@media (min-width: 768px) {
  .banner-get-min-conteiner .nice-select {
    width: 350px;
  }
}
.banner-get-min-conteiner .btn {
  padding: 16px 22px;
}

.banner-get-min-conteiner .goto-btn {
  padding: 12px 25px;
}

.banner-get-min-conteiner h5, .banner-get-min-conteiner .h5 {
  font-size: 28px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.2;
}

#advantages-list h3, #advantages-list .h3 {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}

#advantages-list .advantages-list-title {
  text-align: center;
  font-size: 30px;
  padding: 0 20px;
}

#advantages-list-2 .advantages-list-title {
  text-align: center;
  font-size: 30px;
  padding: 0 20px;
}

#advantages-list-3 .advantages-list-title {
  text-align: center;
  font-size: 30px;
  padding: 0 20px;
}

#advantages-list-4 .advantages-list-title {
  text-align: center;
  font-size: 30px;
  padding: 0 20px;
}

#advantages-list-5 .advantages-list-title {
  text-align: center;
  font-size: 30px;
  padding: 0 20px;
}

#advantages-list .advantages-list-second-title {
  text-align: center;
  font-size: 22px;
  padding: 0 20px;
  font-weight: 600;
}

.advantages-list-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: justify;
}

.advantages-list-content-2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: justify;
}

.advantages-list-content-3 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: justify;
}

.advantages-list-content-4 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: justify;
}

.advantages-list-content-5 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: justify;
}

.advantages-list-content-6 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: justify;
}

.advantages-list-content-list,
.content-left-side-container-text-list {
  list-style: none;
  padding-left: 15px;
}

.advantages-list-content-list li {
  padding: 2px 0 0 30px;
  background: url(../img/questions-mark-blue-new.svg) no-repeat;
  margin-bottom: 12px;
}

.content-left-side-container-text-list li {
  padding: 2px 0 8px 30px;
  background: url(../img/questions-mark-blue-new.svg) no-repeat;
}

.advantages-list-content-question {
  max-width: 800px;
  margin: 0 auto;
  text-align: justify;
  padding: 0 30px;
}

.quotation {
  border-left: 7px solid #5cbb16;
  text-align: left;
  padding-left: 18px;
  line-height: 1.8;
  font-size: 16px;
  font-style: italic;
}

.accordion .accordion-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 23px 50px 24px 0;
  margin: 0;
  color: #446aab;
  font-size: 1.15rem;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-link.active {
  padding-bottom: 9px;
  border-bottom-color: transparent;
}
@media (min-width: 992px) {
  .accordion .accordion-link.active {
    padding-bottom: 9px;
  }
}

.accordion .conte a:hover,
.accordion .accordion-link:hover::after {
  cursor: pointer;
  color: #446aab;
}

.accordion .conte a:hover::after {
  border: 1px solid #446aab;
}

.accordion .conte a.active {
  color: #446aab;
  border-bottom: 1px solid #446aab;
}

.accordion .accordion-link::after {
  font-family: "Ionicons";
  content: url(../img/Arrow-down-g-new.svg);
  position: absolute;
  top: 21px;
  right: 0;
  font-size: 8px;
  color: #0f63fb;
  padding: 1px;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #0f63fb;
  text-align: center;
  line-height: 38px;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}
@media (min-width: 992px) {
  .accordion .accordion-link::after {
    top: 19px;
    right: -2px;
  }
}

.accordion .accordion-link.active::after {
  font-family: "Ionicons";
  content: url(../img/Arrow-down-f-new.svg);
  transform: rotate(180deg);
  color: #0f63fb;
  border: 1px solid #0f63fb;
  line-height: 35px;
}

.accordion .conte {
  opacity: 0;
  padding: 0;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
}
@media (min-width: 992px) {
  .accordion .conte .content-inner {
    max-width: 69%;
  }
}

.accordion .conte.active {
  opacity: 1;
  max-height: 100%;
  padding: 0 0 20px;
}

.accordion .conte.active p a {
  position: unset;
  display: unset;
  border: unset;
  padding: unset;
  font-size: 14px;
  font-weight: 600;
}

.accordion .conte.active p a:after {
  content: none;
}

.accordion-item {
  border: none;
}

.accordion-item h4, .accordion-item .h4 {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333333;
}
@media (min-width: 768px) {
  .accordion-item h4, .accordion-item .h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}

.cov-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  border-bottom: 1px solid #c2c2c2;
  padding: 0 20px;
  background-color: #e5e8ec;
}

#cov-close {
  display: none;
}

.cov-close {
  height: 20px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: -4px;
  margin-left: 40px;
}

.cov-close div {
  background-color: #00000045;
  position: relative;
  width: 20px;
  height: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
}

.cov-close .top {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 10px;
}

.cov-close .bottom {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -8px;
}

#cov-close:checked ~ .cov-close {
  display: none;
}

#cov-close:checked ~ .cov-text {
  display: none;
}

#cov-close:checked ~ #main-menu {
  top: 60px;
}

#cov-close:checked > #main-menu {
  top: 60px;
}

#cov-close:checked + #main-menu {
  top: 60px;
}

.sticky {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
}

.download-app-btn-banner-desktop {
  margin: 0 auto;
  width: 165px;
  height: 52px;
  background: #0f63fb;
  border: 1.5px solid #0f63fb;
  border-radius: 38px;
  color: #ffffff;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 14px;
  line-height: 0;
  font-family: "DM Sans", sans-serif;
  padding: 15px;
}

.download-app-btn-banner-desktop:hover {
  color: #2d6cfe;
  background-color: #ffffff;
}

.banner-social-mob-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: center;
  text-align: center;
  padding: 15px 0 0;
}
@media (max-width: 767.98px) {
  .banner-social-mob-row a {
    padding: 13px 15px;
    background: #393a66;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .banner-social-mob-row a img {
    max-width: 110px;
  }
}

.banner-social-mob-icon-1 {
  height: auto;
  max-width: unset;
}

.banner-social-mob-icon-2 {
  height: auto;
  max-width: unset;
}

.modal {
  background: rgba(13, 14, 14, 0.2);
}

.modal-content {
  width: 400px;
  margin: 0 auto;
  text-align: center;
  border-radius: 12px;
  padding: 30px 0;
}

.modal-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #393a66;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  margin: 0;
}

.modal-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #393a66;
  padding: 10px 0 30px 0;
}

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #2d6cfe;
  border: 1px solid #ffffff;
  opacity: 1;
  text-align: center;
  line-height: 55px;
}

.scroll-to-top:hover {
  opacity: 0.5;
}

/*about-us*/
.about-content-block {
  display: flex;
  flex-direction: column;
  text-align: justify;
  max-width: 1200px;
}

.about-content-block h3, .about-content-block .h3 {
  text-align: center;
}

.hr-grey {
  border-top: 1px solid #084c8d;
  margin: 25px auto;
}

.social-container-ithem a img {
  padding-right: 10px;
}

#ttoggle {
  display: none;
}

.sub-menu {
  display: none;
}

#ttoggle:checked ~ .sub-menu {
  display: block;
  background: #f2f4f6;
  position: absolute;
  z-index: 135;
  margin-top: -10px;
}

.sub-hover:hover > .sub-menu {
  display: block;
  background: #f2f4f6;
  position: absolute;
  z-index: 135;
  margin-top: -10px;
}

ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

ul li ul li {
  clear: both;
  width: 100%;
}

.menu-flex {
  height: 70px;
  display: flex;
  align-items: center;
}

.dropdown-menu {
  padding: 10px 0;
  list-style: none;
  margin: 0;
}

.dropdown-menu li a {
  max-width: 160px !important;
  margin: 0 !important;
  padding: 12px 30px !important;
  font-size: 13px !important;
  color: #084c8d !important;
  height: unset !important;
  align-items: unset !important;
}

.dropdown-menu li a strong {
  font-weight: 600 !important;
}

.dropdown-menu li a:hover {
  background: #e5e8ec;
}

.dropdown-menu li a:hover .sub-menu {
  display: block;
  background: #f2f4f6;
  position: absolute;
  z-index: 135;
  margin-top: -10px;
}

.ttoggle-close {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 121;
}

#ttoggle:checked ~ .ttoggle-close {
  display: block;
}

.sub-menu-line {
  height: 2px;
  width: 120px;
  background-color: #084c8d;
  margin-left: 5px;
  margin-top: -3px;
}

.ttoggle-label {
  padding: 5px 0;
  margin: 0 auto;
  text-align: center;
  color: #3c3d41;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 0.5px;
  max-width: 120px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: unset;
  display: flex;
  align-items: center;
  height: 70px;
}

.ttoggle-label:after {
  content: " ";
  width: 20px;
  height: 20px;
  background-image: url(../img/ChevronBottom.svg);
  background-size: 100%;
  margin-left: 10px;
}

#main-menu li a,
.ttoggle-label {
  text-transform: uppercase;
  max-width: 190px;
  color: #3c3d41;
}

#main-menu li a {
  display: flex;
  height: 70px;
  align-items: center;
  padding-right: 10px;
}

.author-head {
  display: flex;
  background-image: linear-gradient(#084c8d 82%, #ffffff 82%);
  padding: 0 40px;
  margin-top: 30px;
}

.author-head .team-ithem-container {
  padding: 20px 0;
  margin-top: 40px;
  max-width: 260px;
  border: 1px solid #cccccc;
}

.team-ithem-img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.author-info {
  color: #ffffff;
  padding: 20px;
  margin-top: 40px;
}

.author-info-title {
  margin: 0;
  color: #ffffff;
  font-size: 40px;
}

.author-info p {
  font-size: 20px;
  color: #ffffff;
  margin: 10px 0;
}

.author-content-container {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
}

.author-content-item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #959595;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.author-content-item img {
  max-width: 200px;
  margin: 5px;
}

.author-content {
  padding: 0 20px;
}

.author-content p {
  margin: 5px 0;
}

.author-content-name {
  margin: 5px 0;
  font-size: 14px;
  font-weight: 700;
}

.author-content-title {
  margin: 10px 0;
  font-weight: 600;
  line-height: 1.3;
  font-size: 30px;
}

.pdl {
  padding-left: 50px;
  margin-bottom: 150px;
}
@media (min-width: 1340px) {
  .pdl {
    padding-left: 88px;
  }
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px 23px;
  color: #084c8d;
  font-size: 18px;
  transition: 0.6s ease;
  background: #ffffff;
  border: 1px solid #f0f6ff;
  box-sizing: border-box;
  border-radius: 50%;
  margin-left: -80px;
}

/* Position the "next button" to the right */
.next {
  right: -90px;
  border-radius: 50%;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: #f0f6ff;
}

/* Caption text soon
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  //position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
*/
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.prev-h {
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.next-h {
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

/*20210115 index page*/
.top-money-bg-img {
  background-image: url(../img/BG_DOLLAR.svg);
  background-size: contain;
}

.larger-container {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 0;
}

.top-descr {
  padding: 50px 0 150px 0;
}

.top-descr h1, .top-descr .h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
  letter-spacing: -0.406154px;
  color: #ffffff;
  margin-top: 0;
}

.top-descr p {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  mix-blend-mode: normal;
  max-width: 750px;
  margin: 0 auto;
}

.top-ithem-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.ithem-link {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
}

.top-ithem {
  background: #ffffff;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  border-radius: 8px;
  width: 212px;
  height: 194px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  margin: 10px 0;
  filter: drop-shadow(0px 4px 24px rgba(0, 24, 71, 0.18));
  color: #2d3748;
}

.vector-img {
  width: 85px;
  height: 85px;
  overflow: hidden;
}

.vector-img img {
  position: absolute;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.vector-img img:last-of-type {
  opacity: 0;
  filter: alpha(opacity=0);
}

.ithem-hover:hover {
  background: #f4faff;
  border: 2px solid #187fff;
  color: #197fff;
}

.ithem-hover:hover > .vector-img img:last-of-type {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: -1px;
}

.ithem-hover:hover > .vector-img img:first-of-type {
  opacity: 0;
  filter: alpha(opacity=0);
}

.top-ithem-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  margin: 15px;
  max-width: 150px;
}

.expert-item {
  width: 360px;
  padding: 10px 10px;
  height: auto;
  align-items: center;
  justify-content: flex-start;
}

.expert-title {
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.186154px;
  color: #222222;
  margin-top: 18px;
}

.author-img-container {
  width: 142px;
  height: 142px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 30px;
}

.author-img-container img {
  width: 100%;
}

.expert-prof {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #084c8d;
}

.expert-descr {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  color: #868686;
}

.expert-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 50px;
}

.grey-bg {
  background: #fafafb;
}

.grey-b-bg {
  background: #eaedf0;
}

.expert-block h2, .expert-block .h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 64px;
  text-align: center;
  letter-spacing: -0.406154px;
  color: #393a66;
  width: 100%;
}

.articles-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.articles-block h2, .articles-block .h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 64px;
  text-align: center;
  letter-spacing: -0.406154px;
  color: #393a66;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

.col730 {
  max-width: 730px;
}

.col350 {
  max-width: 350px;
}

.colflex-sb {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.colflex-sa {
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
}

.articles-ithem {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(192, 189, 189, 0.25);
  border-radius: 5px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.articles-ithem:hover {
  background: rgba(235, 244, 248, 0.5);
}

.img190 {
  width: 100%;
  max-height: 190px;
  overflow: hidden;
}

.articles-ithem img {
  width: 100%;
}

.articles-ithem-data {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #718096;
  margin-left: 20px;
}

.articles-ithem h3, .articles-ithem .h3 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #2d3748;
  margin: 5px 20px 20px 20px;
}

.articles-ithem-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
}

.articles-ithem-author {
  display: flex;
  align-items: center;
}

.articles-ithem-author .author-img-container {
  width: 32px;
  height: 32px;
  margin: 0;
}

.articles-ithem-name {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  color: #2d3748;
  margin-left: 10px;
}

.articles-ithem-read {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  text-align: right;
  color: #007ae9;
  text-decoration: none;
  min-width: 75px;
  display: inline-block;
}

.block-title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 56px;
  color: #2d3748;
  mix-blend-mode: normal;
  text-align: center;
}

.block-descr {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #7d7987;
  mix-blend-mode: normal;
}

.questions-block .block-descr {
  max-width: 750px;
  margin: 0 auto;
}

.ithem-questions-container {
  margin: 0;
}

.questions-ithem {
  width: 350px;
  height: 260px;
  justify-content: center;
  color: #2d3748;
}

.questions-ithem .vector-img {
  width: 115px;
  height: 115px;
}

.questions-ithem span {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  mix-blend-mode: normal;
}

.featured-block h2, .featured-block .h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 64px;
  text-align: center;
  letter-spacing: -0.406154px;
  color: #393a66;
  padding-top: 10px;
}

.featured-block .colflex-sa {
  padding-bottom: 45px;
}

.benefits-descr {
  max-width: 615px;
}

.benefits-descr h2, .benefits-descr .h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 64px;
  letter-spacing: -0.406154px;
  color: #393a66;
  margin-top: 0;
  margin-bottom: 40px;
}

.benefits-col-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.benefits-col-list li {
  padding: 2px 0 0 43px;
  background: url(../img/blue-ok.svg) no-repeat;
  margin-bottom: 35px;
}

.benefits-col-list li:nth-child(1),
.benefits-col-list li:nth-child(3) {
  margin-right: 20px;
}

.benefits-col-list span {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.9px;
  color: #084c8d;
}

.benefits-col-list p {
  max-width: 249px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #858585;
}

.benefits-img {
  overflow: hidden;
  width: 460px;
}

.benefits-img img {
  width: auto;
  border-radius: 30px;
  box-shadow: -68px 64px 100px -29px #00000042;
}

#dropdown-button {
  display: none;
}

.dropdown-block {
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(44, 39, 56, 0.04);
  border-radius: 6px;
  border: 1px solid #dbe2ea;
  margin: 5px auto;
  width: 100%;
  max-width: 438px;
}

.dropdown-block {
  display: none;
}

#dropdown-button:checked > .dropdown-block {
  display: block;
  position: absolute;
  z-index: 135;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-button-label:hover > .dropdown-block {
  display: block;
  position: absolute;
  z-index: 135;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-list {
  padding: 10px 0;
  list-style: none;
  margin: 0;
}

.dropdown-list input {
  display: none;
}

.hovver {
  display: none;
}

.dropdown-list li {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #756f86;
  width: 100%;
  display: block;
  padding: 10px 10px;
  box-sizing: border-box;
  text-decoration: none;
}

.dropdown-list li:hover {
  background: #ebf4f8;
}

.dropdown-button-close {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 121;
}

#dropdown-button:checked ~ .dropdown-button-close {
  display: block;
}

.dropdown-button-label {
  border: 2px solid #084c8d;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(44, 39, 56, 0.04);
  border-radius: 6px;
  max-width: 438px;
  height: 52px;
  display: block;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 50px;
  color: #2c2738;
  padding: 0 10px;
  background: white url(../img/Dropdown.svg) no-repeat;
  background-position: 98%;
  margin: 30px auto;
  margin-bottom: 0;
}

.dropdown-button-block {
  background-color: #eaedf0;
  padding-bottom: 50px;
  padding-top: 15px;
}

.quotation {
  border-left: 7px solid #0079ff;
}

.dropdown-button-block h2, .dropdown-button-block .h2 {
  color: #084c8d;
}

.dropdown-button-block .goto-btn {
  display: block;
  margin: 30px auto 0 auto;
  padding: 10px 32px;
}

.partners-block {
  display: flex;
  align-items: center;
}

.partners-block .col350 h2, .partners-block .col350 .h2,
.partners-block .col350 p {
  text-align: left;
}

.partners-block .col750 {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
}

.partners-block .col750 img {
  margin-right: 40px;
  margin-bottom: 10px;
}

.new-reviews-block .grey-bg {
  padding: 20px 0 80px 0;
}

.new-reviews-block .top-ithem-container {
  margin-top: -60px;
}

.new-reviews-block .block-descr {
  max-width: 952px;
  margin: 0 auto;
}

.ithem-mini .vector-img {
  width: 57px;
  height: 57px;
}

.ithem-mini img {
  width: 57px;
  height: 57px;
}

.ithem-mini {
  height: 100px;
  flex-direction: row;
  justify-content: center;
  padding: 0 15px;
}

.ithem-mini .top-ithem-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.186154px;
  color: #222222;
  text-align: left;
  max-width: 120px;
  margin-left: 20px;
  margin-right: 0;
}

.new-reviews-container {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}

.new-reviews-img {
  max-width: 555px;
  border-radius: 38px;
  overflow: hidden;
  height: 495px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(-1, 1);
  box-shadow: 0px 0px 100px -3px #00000036;
}

.new-reviews-descr {
  max-width: 488px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #7d7987;
}

.new-reviews-block .logo-reviews {
  text-align: center;
}

/*20210115 index page end*/
/*20210128 New Table */
.new-table-container a {
  text-decoration: none;
}

.new-table-container {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  max-width: 1230px;
  margin: 0 auto 50px;
  padding: 0 15px;
}

.wp-block-pullquote {
  border-top: 4px solid #2d6cfe;
  border-bottom: none;
  margin-bottom: 1.75em;
  background: #fff1e1;
  color: #393a66;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  padding: 20px 40px;
}

.hr {
  border: 1px solid #d0d0d0;
}

.new-table-block {
  display: flex;
  flex-direction: column;
  border: 1px solid #3970a4;
  border-radius: 5px;
}

.new-table-top {
  display: flex;
  background: #f8f9fc;
  border-radius: 5px;
  flex-wrap: wrap;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #d0d0d0;
}

.col-50 {
  width: 50%;
}

.top-marker {
  width: 130px;
  height: 36px;
  justify-content: center;
  background: #225cff;
  border-radius: 0px 0px 20px 20px;
  font-weight: bold;
  font-size: 13px;
  line-height: 21px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 10px;
}

.new-table-img {
  max-width: 300px;
  margin: 30px auto;
}

.new-table-green-button {
  background: #ff6600;
  border: 4px solid #ff6600;
  box-sizing: border-box;
  border-radius: 50px;
  width: 148px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 36px;
  color: #ffffff;
  margin: 30px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.new-table-green-button:hover {
  border: 4px solid #ff6600;
  background: transparent;
  color: #ff6600;
}

.new-table-green-button:hover > .visit-lock {
  background-image: url(../img/white-lock.svg);
}

.visit-lock {
  width: 16px;
  height: 16px;
  background-image: url(../img/white-lock.svg);
  display: block;
  margin-left: 5px;
}

.green-best-marker {
  font-size: 14px;
  line-height: 21px;
  text-align: right;
  color: #757575;
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: flex-end;
  margin: 12px 20px;
}

.green-best-marker:before {
  content: " ";
  width: 12px;
  height: 12px;
  background-image: url(../img/green-point.svg);
  display: block;
  margin-right: 5px;
}

.new-table-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #404040;
}

.new-table-rating:before {
  content: " ";
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-forexport-01.svg);
  margin-right: 5px;
  mix-blend-mode: multiply;
}

.new-table-rating {
  font-weight: bold;
  font-size: 20px;
  line-height: 21px;
  color: #404040;
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.new-table-rating-star {
  height: 18px;
  margin: 0 5px;
  display: flex;
}

.ntr-star05 {
  height: 15px;
  width: 15px;
  background-image: url(../img/star-half-01.svg);
}

.ntr-star4 {
  height: 15px;
  width: 60px;
  margin-right: 0;
  background-image: url(../img/star-full-01.svg);
}

.ntr-star5 {
  height: 15px;
  width: 75px;
  margin-right: 0;
  background-image: url(../img/star-full-01.svg);
}

.ntr-star-1 {
  height: 15px;
  width: 15px;
  background-image: url(../img/star-empty-01.svg);
}

.new-table-r-descr div {
  display: flex;
}

.new-table-r-descr p {
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  color: #757575;
  width: 200px;
  display: flex;
  flex-direction: column;
}

.new-table-r-descr p:nth-child(2n) {
  font-weight: bold;
  color: #404040;
}

.new-table-middle p:nth-child(3),
.new-table-middle p:nth-child(4),
.new-table-middle p:nth-child(7),
.new-table-middle p:nth-child(8),
.new-table-middle p:nth-child(11),
.new-table-middle p:nth-child(12) {
  background: #f3f3f3;
}

.new-table-middle p:nth-child(2n) {
  font-weight: bold;
}

.new-table-middle tbody {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.new-table-middle tbody tr {
  display: flex;
}

.new-table-middle tbody tr td {
  border: 1px solid #d0d0d0;
  width: 50%;
  box-sizing: border-box;
  margin: 0;
  padding: 13px 20px;
  text-align: left;
}

.new-table-middle tbody tr:nth-child(2n) {
  background: #f3f3f3;
}

.new-table-middle tbody tr td:nth-child(2n) {
  font-weight: 700;
}

.new-table-r-descr p span {
  font-size: 12px;
  font-weight: normal;
}

.table-view {
  display: none;
}

.new-table-middle {
  display: none;
}

.table-view:checked ~ .new-table-middle {
  display: flex;
  flex-wrap: wrap;
}

.table-view:checked ~ .new-table-view {
  display: none;
}

.table-view:checked ~ .view-close {
  display: flex;
}

.table-view:checked ~ .view-close .new-arrow {
  transform: rotate(180deg);
}

.new-arrow {
  display: block;
  background: url(../img/new-arrow.svg);
  width: 9px;
  height: 5px;
  margin-left: 5px;
}

.new-table-middle p {
  border: 1px solid #d0d0d0;
  width: 50%;
  box-sizing: border-box;
  margin: 0;
  padding: 13px 20px;
}

.new-table-view {
  width: 100%;
  display: flex;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #446aab;
  background: #f8f9fc;
  border: 1px solid #d0d0d0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-sizing: border-box;
  padding: 24px 0;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}

.view-close {
  display: none;
}

.new-table-info {
  width: 12px;
  height: 12px;
  background-image: url(../img/info-mark.svg);
  display: block;
  margin: 0 5px;
}

.new-table-rating p {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.31);
  border-radius: 6px;
  padding: 15px;
  color: #5f696c;
  display: none;
  margin: 0;
  z-index: 120;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 200px;
  max-width: 400px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}

.new-table-info:hover ~ .wwe {
  display: flex;
}

@media (max-width: 667px) {
  .col-50 {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .top-marker {
    margin-top: -10px;
  }

  .new-table-middle p {
    font-size: 12px;
  }

  .new-table-green-button {
    margin: 0 auto;
  }

  .new-table-rating,
.green-best-marker {
    justify-content: center;
  }

  .new-table-title {
    text-align: center;
  }

  .new-table-rating p {
    margin: 10px auto;
    position: unset;
  }

  .new-table-r-descr p:nth-child(2n) {
    width: 50%;
  }

  .reviews-banner {
    margin: 45px auto 0 auto;
    width: fit-content;
  }

  .banner-main-text .banner-home-title-main {
    font-size: 36px;
    line-height: 40px;
    margin-top: 30px;
  }
}
/*20210128 New Table end*/
.benefits-ithem-block {
  margin-bottom: 50px;
}

.benefits-ithem-block h2, .benefits-ithem-block .h2 {
  text-align: center;
  color: #323f61;
  margin: 100px 0 66px 0;
}

.benefits-ithem-container {
  display: flex;
  justify-content: space-between;
}

.benefits-ithem {
  background: #ffffff;
  box-shadow: 0px 10px 40px rgba(200, 229, 255, 0.9);
  border-radius: 20px;
  width: 31%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 15px 0;
  margin-top: 20px;
}

.benefits-ithem img {
  margin-top: 30px;
}

.benefits-ithem-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #323f61;
  margin: 20px 0 0 0;
}

.benefits-ithem-descr {
  font-size: 18px;
  line-height: 24px;
  color: #4d4d4d;
  opacity: 0.8;
  max-width: 320px;
  margin: 15px;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 5px 8px;
    color: #084c8d;
    font-size: 18px;
    transition: 0.6s ease;
    background: #ffffff;
    border: 1px solid #f0f6ff;
    box-sizing: border-box;
    border-radius: 0;
    margin-left: 0;
  }

  .next {
    right: 0;
  }

  .download-app-btn-banner-desktop {
    display: none;
  }

  .banner-social-mob-row {
    grid-template-columns: repeat(2, 1fr);
    padding: 7px 2px;
    gap: 15px;
  }

  .banner-social-mob-icon-1 {
    width: 100%;
  }

  .banner-social-mob-icon-2 {
    width: 100%;
  }
}
@media (max-width: 971px) {
  .benefits-ithem-container {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-width: 300px;
  }

  .benefits-ithem {
    min-width: 300px;
  }

  #gotoform {
    height: auto;
  }

  #gotoform .left-section {
    text-align: center;
  }

  #gotoform .right-section {
    padding: 0 0 30px 0;
  }

  .table-ithem-part-button {
    width: auto;
  }

  .content-left-side-container-text {
    width: auto;
    padding-right: 0;
  }

  .content-left-side-container img {
    margin: -30px 0;
  }

  .widget-nofees:before,
.widget-nofees:after {
    display: none;
  }

  .author-head {
    justify-content: center;
  }

  .author-info {
    display: none;
  }

  .author-content-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .scroll-to-top {
    right: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px;
    line-height: 45px;
  }

  .pdl {
    padding-left: 16px;
    margin-bottom: 0;
  }
}
@media (max-width: 955px) {
  #gotoform .left-section {
    margin: 0 60px 0 60px;
  }
}
@media (max-width: 900px) {
  .benefits-container {
    justify-content: center;
  }

  .steps-conteiner {
    flex-direction: column;
    align-items: center;
  }

  .steps-gutter {
    height: 90px;
    transform: rotate(90deg);
    margin-top: -15px;
    margin-left: 15px;
  }
}
@media (max-width: 820px) {
  .table-ithem {
    height: auto;
    flex-wrap: wrap;
  }

  .first-ithem:before {
    margin-top: -37px;
    position: relative;
  }

  .table-ithem-part-logo {
    width: 100%;
    padding-bottom: 30px;
  }

  .footer-top-part {
    justify-content: center;
  }

  .content-2-columns-container-text,
.content-right-side-container-text {
    padding: 0px 15px;
    width: auto;
  }

  .content-right-side-container img {
    margin-right: 0;
    max-width: max-content;
    width: 100%;
  }

  #gotoform .left-section {
    margin: 0;
  }

  .get-started-phone {
    margin: 1px 5px;
  }

  .first-ithem .table-ithem-part-logo {
    margin-left: 0;
  }
}
@media (min-width: 800px) {
  #toggle-important:hover ~ #table-container-important-text {
    display: block;
  }

  #toggle-important:checked ~ .toggle-close {
    display: none;
  }

  #toggle-what:hover ~ #what-content {
    display: block;
  }

  #toggle-what:checked ~ .toggle-close {
    display: none;
  }
}
@media (max-width: 800px) {
  #toggle-important:checked ~ #table-container-important-text {
    display: block;
  }

  #toggle-important:checked ~ .toggle-close {
    display: block;
  }

  #toggle-what:checked ~ #what-content {
    display: block;
  }

  #toggle-what:checked ~ .toggle-close {
    display: block;
  }

  .hamburger {
    height: 27px;
    display: -ms-grid;
    display: grid;
    justify-items: center;
    z-index: 120;
    padding: 5px;
    border-radius: 5px;
  }

  .table-container-important {
    padding-left: 20px;
  }

  .colflex-sb {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .hamburger div {
    background-color: #084c8d;
    position: relative;
    width: 35px;
    height: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
  }

  #toggle:checked + .hamburger .top {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 10px;
  }

  #toggle:checked + .hamburger .meat {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -8px;
  }

  #toggle:checked + .hamburger .bottom {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  #toggle:checked ~ #main-menu {
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 120;
    position: absolute;
    left: 0;
    top: 70px;
    display: flex;
    background-color: #f2f4f6;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #e5e8ec;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0;
  }

  #toggle:checked ~ #main-menu li:hover {
    width: 100%;
    background: #e5e8ec;
    text-align: center;
  }

  #toggle:checked ~ #main-menu li a {
    padding: 10px 0;
    max-width: unset;
    justify-content: center;
    height: 35px;
  }

  #toggle:checked ~ #main-menu li a:hover {
    padding: 10px 0;
    max-width: unset;
    text-decoration: underline;
  }
}
.hamburger {
  display: none;
}

.mob-nav {
  display: none;
}

@media (max-width: 750px) {
  .logo-block img {
    max-width: 180px;
  }

  .content-2-columns-container {
    justify-content: flex-start;
  }

  .team-block {
    justify-content: space-around;
  }

  .team-block-writers {
    justify-content: center;
  }

  .reviews-container {
    justify-content: center;
  }

  .user-reviews-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 670px) {
  #main-menu {
    display: none;
  }

  .hamburger {
    display: grid;
  }

  #get-started {
    display: none;
  }

  #get-started-phone {
    display: none;
  }

  .mob-nav {
    display: block;
  }

  .desktop-nav {
    display: none;
  }
}
/*20210115 index page*/
@media (max-width: 667px) {
  .ithem-link {
    width: 100%;
  }

  .top-block {
    margin-bottom: 30px;
  }

  .top-descr {
    padding: 30px 0 150px 0;
  }

  .top-descr h1, .top-descr .h1 {
    font-size: 28px;
    line-height: 140%;
    margin: 0;
  }

  .top-descr p {
    display: none;
  }

  .top-block .top-ithem {
    width: 100%;
    height: 80px;
    flex-direction: row;
    justify-content: flex-start;
    filter: drop-shadow(0px 4px 24px rgba(0, 24, 71, 0.05));
    padding: 0px 25px;
  }

  .top-block .top-ithem img {
    width: 57px;
    height: auto;
  }

  .top-block .top-ithem p {
    max-width: 100%;
  }

  .expert-block {
    justify-content: center;
    margin-bottom: 0px;
    padding-bottom: 40px;
  }

  .vector-img {
    width: 57px;
    height: 57px;
  }

  .articles-block .col350 {
    max-width: 100%;
  }

  .articles-block h2, .articles-block .h2 {
    font-size: 28px;
  }

  .questions-block .block-title {
    font-size: 28px;
    margin-top: 0;
  }

  .questions-block .block-descr {
    font-size: 16px;
  }

  .questions-ithem {
    width: 100%;
    height: 110px;
    flex-direction: row;
    justify-content: start;
    padding: 10px;
  }

  .questions-ithem img {
    width: 115px;
    height: 115px;
    margin-right: 20px;
  }

  .questions-ithem span {
    font-size: 20px;
    line-height: 28px;
    max-width: 195px;
    text-align: left;
  }

  .featured-block .colflex-sa img {
    margin: 5px;
  }

  .featured-block .colflex-sa img:nth-child(1) {
    width: 90px;
  }

  .featured-block .colflex-sa img:nth-child(2) {
    width: 80px;
  }

  .featured-block .colflex-sa img:nth-child(3) {
    width: 90px;
  }

  .featured-block .colflex-sa img:nth-child(4) {
    width: 115px;
  }

  .featured-block .colflex-sa img:nth-child(5) {
    width: 151px;
  }

  .benefits-descr h2, .benefits-descr .h2 {
    font-size: 28px;
    text-align: center;
  }

  .benefits-col-list p {
    max-width: 100%;
  }

  .benefits-img {
    display: none;
  }

  .dropdown-button-block h2, .dropdown-button-block .h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .block-descr {
    font-size: 16px;
    line-height: 22px;
  }

  .partners-block {
    flex-direction: column;
  }

  .partners-block .col350 h2, .partners-block .col350 .h2,
.partners-block .col350 p {
    text-align: center;
  }

  .partners-block .col750 img:nth-child(1) {
    width: 170px;
  }

  .partners-block .col750 img:nth-child(2) {
    width: 71px;
    order: 7;
  }

  .partners-block .col750 img:nth-child(3) {
    width: 109px;
    order: 4;
  }

  .partners-block .col750 img:nth-child(4) {
    width: 104px;
    order: 5;
  }

  .partners-block .col750 img:nth-child(5) {
    width: 107px;
    order: 2;
  }

  .partners-block .col750 img:nth-child(6) {
    width: 96px;
    order: 3;
  }

  .partners-block .col750 img:nth-child(7) {
    width: 177px;
    order: 1;
  }

  .partners-block .col750 img:nth-child(8) {
    width: 73px;
    order: 6;
  }

  .partners-block .col750 img {
    margin: 8px;
  }

  .partners-block .col750 {
    justify-content: space-around;
  }

  .new-reviews-block .grey-bg {
    display: none;
  }

  .new-reviews-block .top-ithem-container {
    display: none;
  }

  .new-reviews-container {
    flex-direction: column;
    margin-top: 30px;
  }

  .new-reviews-img {
    max-height: 320px;
  }

  .new-reviews-descr {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
    padding-left: 15px;
  }
}
/*20210115 index page end*/
/*custom-author-page bottom*/
.custom-author-descr-container {
  background: #ffffff;
  box-shadow: 0px 5px 130px rgba(0, 0, 0, 0.0788625);
  border-radius: 12px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 35px 35px 10px 0;
  flex-wrap: wrap;
}

.custom-author-descr-left {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.custom-author-logo-c {
  display: flex;
  background: #f5f5f5;
  width: 151px;
  height: 151px;
  border-radius: 50%;
  justify-content: center;
  margin: 10px 20px 15px 20px;
  overflow: hidden;
}

.custom-author-logo-c img {
  width: 100%;
  height: auto;
}

.custom-author-social {
  display: flex;
  justify-content: center;
}

.social-ithem-button {
  width: 37px;
  height: 37px;
  margin: 5px;
  background: #f5f5f5;
  border-radius: 50%;
  line-height: 32px;
  font-size: 16px;
  font-weight: bold;
  color: #084c8d;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-author-descr-right {
  width: 70%;
}

.custom-author-descr-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.186154px;
  color: #222222;
  background-image: url(../img/pure.svg);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 20px;
}

.custom-author-descr {
  font-size: 16px;
  line-height: 150%;
  color: #979797;
}

.entry-content ul,
.table-description ul {
  list-style: none;
}

.entry-content ul li,
.table-description ul li {
  padding: 2px 0 0 40px;
  background: url(../img/questions-mark-blue-new.svg) no-repeat;
  background-position-y: 2px;
  margin: 6px;
  min-height: 28px;
}

.quote {
  position: relative;
  border: 5px solid #084c8d;
  padding: 7% 10%;
  margin-bottom: 30px;
}

.quote > p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-weight: 900;
  font-size: 16px;
}

.quote > img {
  position: absolute;
  width: 55px;
  z-index: 1;
  top: 14%;
  left: 7.5%;
}

@media (max-width: 700px) {
  .custom-author-descr-left {
    width: 100%;
  }

  .custom-author-descr-right {
    width: 100%;
  }

  .custom-author-descr-container {
    padding: 10px 20px;
  }
}
/*min-table style*/
.new-table-middle tbody {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.new-table-middle tbody tr {
  display: flex;
}

.new-table-middle tbody tr td {
  border: 1px solid #d0d0d0;
  width: 50%;
  box-sizing: border-box;
  margin: 0;
  padding: 13px 20px;
  text-align: left;
}

.new-table-middle tbody tr:nth-child(2n) {
  background: #f3f3f3;
}

.new-table-middle tbody tr td:nth-child(2n) {
  font-weight: 700;
}

.reviews-banner {
  margin: 31px 0 0 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .reviews-banner {
    margin: 16px 0 0;
  }
}
.reviews-banner strong {
  margin: 0 2px 0 0;
}
.reviews-banner img {
  margin: 0 5px;
  max-height: 21px;
}

@media (max-width: 650px) {
  .table-ithem-part-button {
    width: 100%;
    border: 0;
    margin: 0;
    height: auto;
    padding: 0;
  }

  .table-btn {
    margin-top: 20px;
  }

  .rating-help-content {
    left: 0px;
    margin-left: 15px;
    margin-top: -230px;
  }

  #get-started {
    margin: 10px;
    font-size: 10px;
    margin-right: 0;
  }

  .team-block-writers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-content-block iframe {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .content-2-columns h3, .content-2-columns .h3 {
    font-size: 30px;
  }

  #content-2-columns h3, #content-2-columns .h3 {
    font-size: 30px;
  }

  #content-2-columns-2 h3, #content-2-columns-2 .h3 {
    font-size: 30px;
  }

  #content-2-columns-3 h3, #content-2-columns-3 .h3 {
    font-size: 30px;
  }

  #content-2-columns-4 h3, #content-2-columns-4 .h3 {
    font-size: 30px;
  }

  #content-2-columns-5 h3, #content-2-columns-5 .h3 {
    font-size: 30px;
  }

  #content-2-columns-6 h3, #content-2-columns-6 .h3 {
    font-size: 30px;
  }

  .content-right-side-container-text h3, .content-right-side-container-text .h3 {
    text-align: center;
  }

  .benefits-container-service {
    width: 200px;
  }

  .logo-reviews {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .step {
    width: 276px;
    padding: 44px 10px 14px 10px;
  }

  .advantages-list-content-list {
    padding-left: 10px;
  }

  .banner-get-min-conteiner h5, .banner-get-min-conteiner .h5 {
    text-align: center;
  }

  .steps-gutter {
    margin-left: 0px;
  }
}
@media (max-width: 478px) {
  .user-reviews-descr-col {
    padding: 0;
  }

  .bw-logo {
    line-height: 35px;
  }

  .bw-logo img {
    margin: -3px 2px 0 13px;
  }

  #gotoform .left-section {
    display: none;
  }

  #gotoform .right-section {
    padding: 30px 0 30px 0;
  }

  #benefits-block h3, #benefits-block .h3 {
    width: 270px;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 450px) {
  .form {
    width: auto;
  }

  .table-ithem-part-title {
    font-size: 14px;
  }

  .table-ithem-part-info {
    font-size: 15px;
  }

  .table-ithem-part {
    border-left: 1px solid #c2c2c2;
    min-width: unset;
    padding-left: 15px;
  }

  .footer-top-part {
    display: flex;
    flex-direction: column;
  }

  .get-started-phone-n {
    display: none;
  }

  #get-started {
    margin: 0px;
    font-size: 10px;
    padding: 6px 12px;
  }

  .logo-block img {
    max-width: 175px;
  }

  .cov-text {
    font-size: 12px;
    line-height: 1.4;
  }

  .cov-close {
    margin-left: 0;
  }
}
@media (max-width: 350px) {
  .footer-security-icon .comodo-item {
    margin-right: 5px;
  }

  .footer-security-icon .dmca-item {
    margin-left: 5px;
  }

  .footer-security-icon .cloudflare-item {
    margin-right: 15px;
    margin-top: 10px;
  }

  .footer-security-icon .cloudflare-item img {
    width: 90px;
  }

  .footer-security-icon .mcafee-item img {
    width: 80px;
  }

  .footer-security-icon .dmca-item img {
    width: 100px;
  }

  .footer-security-icon .cloudflare-item .cloudflare-item-description {
    font-size: 8px;
    text-align: right;
    margin-bottom: 0;
    margin-top: -20px;
  }

  .footer-security-icon .dmca-item {
    margin-top: 12px;
  }
}
/*Redesign*/
.footer-top-part-logo {
  width: 77px;
}

.footer-top-part-logo img {
  width: 100%;
  mix-blend-mode: multiply;
}

.top-money-bg-img {
  background-image: url(../img/BG_DOLLAR.svg);
  background-size: cover;
}

.contact-form input,
.contact-form textarea {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 0;
  width: 40%;
  font-size: 18px;
  line-height: 21px;
  color: #868686;
  padding: 10px 15px;
  margin: 5px 0;
  box-sizing: border-box;
}

.contact-form .btn {
  background: #ff6600;
  border-radius: 8px;
  width: 100%;
  font-size: 18px;
  font-weight: 900;
  line-height: 25px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 5px 0;
  cursor: pointer;
  border: 3px solid #ff6600;
  max-width: 300px;
}

.contact-form .btn:hover {
  background: transparent;
  color: #ff6600;
}

.contact-form .form-group {
  margin: 10px 0;
}

.footer-top-part-logo {
  width: 77px;
}

.footer-top-part-logo img {
  width: 100%;
  mix-blend-mode: multiply;
}

.top-block {
  padding: 30px 0 0 0;
}

.main-sidebar {
  display: flex;
  flex-direction: column;
  max-width: 1230px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .main-sidebar {
    flex-direction: row;
  }
}
.main-sidebar > .wrapper {
  padding: 15px 0 0;
}
.main-sidebar > .sidebar {
  padding: 15px 0 0;
}

.main-sidebar .content-2-columns-container-text {
  width: 43%;
}

.main-sidebar .content-right-side-container-text,
.main-sidebar .content-left-side-container-text {
  width: 100%;
}

@media (max-width: 900px) {
  .main-sidebar .content-2-columns-container-text {
    width: 100%;
  }
}
@media (max-width: 780px) {
  .main-sidebar .wrapper {
    width: 100%;
  }

  .sidebar {
    width: 100%;
    margin: 0 20px;
  }

  .sidebar-item-container {
    display: flex;
  }
}
@media (max-width: 700px) {
  .contact-form input,
.contact-form textarea {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .footer-top-part {
    flex-direction: column;
  }
}
.bg-blue {
  background: linear-gradient(180deg, #084c8d 47.94%, #06226b 100%);
}

.explanation-block {
  background: linear-gradient(89.93deg, #084c8d 11.72%, #06226b 90.44%);
  color: #ffffff;
  padding: 1em 0 2em 0;
}

.explanation-block a {
  color: #477aff;
}

.explanation-block a:hover {
  color: #205eff;
}

.bg-money {
  background-image: url(../img/money-2021-08-30-05-52-22-utc01-min.png);
}

.form-container {
  display: flex;
  justify-content: flex-end;
  background-image: url(../img/iphone.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  align-items: center;
  height: 666px;
  background-position-x: -50px;
  max-width: 1200px;
  flex-wrap: wrap-reverse;
}

.store-icons {
  display: flex;
  flex-direction: column;
  margin: 10px;
  background: linear-gradient(90deg, rgba(30, 90, 148, 0.52) 0%, rgba(255, 255, 255, 0) 60%);
  border-radius: 10px;
}

.store-icons img {
  margin: 5px;
  margin-right: 80px;
}

.store-icons::after {
  content: " ";
  background-image: url(../img/arrow-l.svg);
  width: 124px;
  height: 143px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -143px;
  margin-left: auto;
}

.w400 {
  width: 400px;
}

.new-pre-form {
  max-width: 410px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
@media (min-width: 992px) {
  .new-pre-form {
    margin: -2px 0 0;
  }
  .new-pre-form::before {
    content: url(../img/background-polygon-2.svg);
    position: absolute;
    left: 85%;
    top: -2%;
  }
}
@media (max-width: 991.98px) {
  .new-pre-form {
    padding: 30px 0 0;
    margin: 0 auto;
  }
}

.new-pre-form-title {
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  line-height: 34px;
  color: #393a66;
  margin: 32.5px 0 18.5px 0;
}

.questions {
  margin-top: 34px;
  margin-bottom: 60px;
}
.questions .question {
  margin-bottom: 20px;
}
.questions .question .flex-container-my {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  gap: 20px;
  flex-wrap: nowrap;
}
.questions .question .flex-container-my .question-title {
  color: #393a66;
}
.questions .question .flex-container-my .open-question {
  flex: 0 0 38px;
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #2d6cfe;
  cursor: pointer;
}
.questions .question .flex-container-my .open-question::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 1.2px;
  background-color: #2d6cfe;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.questions .question .flex-container-my .open-question::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 1.2px;
  background-color: #2d6cfe;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.questions .question .answer {
  max-width: 800px;
  display: none;
}
.questions .question .answer .text {
  color: #575878;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.questions .question .line {
  width: 100%;
  height: 1px;
  background-color: #c3ccde;
  margin-top: 20px;
}
.questions .question:last-child {
  margin-bottom: 0;
}
.questions .question.opened .answer {
  display: block;
}
.questions .question.opened .flex-container-my .open-question::before {
  display: none;
}

.new-pre-form input {
  background-color: #ffffff;
  border-radius: 38px;
  height: 54px;
  font-family: "DM Sans", sans-serif;
  border: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #393a66;
  padding: 15px 24px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  z-index: 5;
}
.new-pre-form input::placeholder {
  color: #7a7a93;
}

.new-pre-form .btn {
  margin: 12px 0 7px 0;
}
@media (min-width: 768px) {
  .new-pre-form .btn {
    margin: 8px 0 6px 0;
  }
}

.new-pre-form .input-holder {
  box-shadow: 0 0 10px rgba(1, 39, 73, 0.11);
  border-radius: 38px;
}

.new-pre-form-group {
  position: relative;
  background: #ffffff;
  border-radius: 38px;
  height: 54px;
  border: 0;
  font-size: 16px;
  line-height: 24px;
  color: #868686;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .new-pre-form-group .nice-select {
    height: 48px;
  }
}

.new-pre-form-group label {
  font-size: 14px;
  line-height: 19px;
  color: #084c8d;
  margin-left: 15px;
  margin-top: 10px;
}

.new-pre-form-group select {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(1, 39, 73, 0.11);
  border-radius: 38px;
  height: 100%;
  border: 0;
  font-family: "DM Sans", sans-serif;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #393a66;
  background-repeat: no-repeat;
  background-position: center right;
  background-position-x: 92%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (min-width: 768px) {
  .new-pre-form-group select {
    padding: 15px 24px;
    background-position-x: 94%;
  }
}

.new-pre-form-group input {
  background-color: #ffffff;
  border-radius: 38px;
  height: 100%;
  border: 0;
  padding: 10px 15px;
  padding-top: 0;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}

.new-pre-form-group input:focus,
.new-pre-form-group input:active,
.new-pre-form-group input.nice-select.open {
  outline: none;
}

.review-company-header {
  margin-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.site-logo-wrapper {
  width: 33%;
}

.site-logo-wrapper img {
  width: 100%;
  max-width: 320px;
  margin: auto;
  display: block;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.02), 0.3rem 0 1rem rgba(0, 0, 0, 0.02), 0 -0.3rem 1rem rgba(0, 0, 0, 0.02), -0.3rem 0 1rem rgba(0, 0, 0, 0.02);
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box;
}

.site-logo-wrapper a.visit-site-button {
  display: block;
  border-radius: 5px;
  background-color: #f96500;
  color: #ffffff;
  border: 1px solid #f96500;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  text-decoration: none;
  font-weight: 700;
  max-width: 320px;
  margin: auto;
}

.site-logo-wrapper a.visit-site-button:hover {
  background-color: #ffffff;
  color: #f96500;
  cursor: pointer;
}

.site-details {
  width: 66%;
}

.site-details-address {
  display: flex;
  width: 100%;
  padding: 5px 0 15px 0;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  justify-content: space-between;
  flex-flow: wrap;
}

.site-details h3, .site-details .h3 {
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 0 15px;
}

.site-details .address {
  display: inline-block;
  float: left;
  padding: 0 15px;
}

.site-details .phone-number {
  display: inline-block;
  float: right;
  font-weight: 700;
  position: relative;
  padding: 0 15px;
  text-decoration: none;
  color: #000000;
}

.site-details .phone-number:hover {
  cursor: pointer;
  color: #000000;
}

.site-details .phone-number:before {
  content: url(../img/phone_icon.svg);
  position: absolute;
  left: -15px;
}

.site-details .phone-number:hover:before {
  content: url(../img/phone_icon_active.svg);
}

.horisontal-line-wrapper {
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  height: 2px;
  background-color: #ededed;
}

.site-ratings {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.site-ratings-col1 {
  width: 58%;
  padding-right: 15px;
  box-sizing: border-box;
}

.site-ratings-col1-row {
  display: flex;
  justify-content: space-between;
}

.site-ratings-col1-row2 {
  display: flex;
  justify-content: flex-start;
  padding-left: 15px;
}

.site-ratings-col1-row2-b {
  display: flex;
  justify-content: flex-start;
  padding-left: 15px;
  width: 100%;
}

.site-ratings-col2 {
  width: 41%;
}

.site-ratings .rating-label {
  font-weight: 700;
  font-size: 14px;
  padding: 7px 0 7px 15px;
}

#rating-review-number {
  font-size: 14px;
  padding: 7px 0 0 10px;
}

#rating-stars-wrapper {
  background-color: #dfdfdf;
  position: relative;
  max-width: 320px;
  margin: auto;
  max-height: 75px;
  display: flex;
}

#rating-stars-wrapper .stars-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #f96500;
  z-index: 100;
}

#rating-stars-wrapper img {
  position: relative;
  width: 100%;
  z-index: 200;
}

.site-ratings a.write-review-link {
  display: block;
  display: block;
  border-radius: 5px;
  background-color: #ffffff;
  color: #f96500;
  border: 1px solid #f96500;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  text-decoration: none;
  font-weight: 700;
  max-width: 220px;
  margin: 20px 0;
}

.site-ratings a.write-review-link:hover {
  color: #ffffff;
  background-color: #f96500;
  cursor: pointer;
}

.rating-item {
  margin-top: 8px;
  display: flex;
}

.rating-item .item-label {
  color: #757575;
  font-size: 14px;
  padding: 0 10px 0;
  text-align: center;
  width: 25%;
}

.rating-item .item-progress-width {
  width: 75%;
}

.rating-item .item-progress {
  height: 15px;
  border-radius: 5px;
  background-color: #f5f5f5;
  position: relative;
}

.rating-item .item-progress .fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 5px;
  background-color: #ffc9a3;
}

.h-card {
  background-color: white;
  color: #333333;
  border: 1px solid #ececec;
  box-shadow: 0px 3px 5px 2px #ececec;
  border-radius: 4px;
  margin-bottom: 20px;
  width: 100%;
  padding: 30px 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.h-card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 20px;
}

.h-card-img {
  margin-bottom: 15px;
  max-width: 90%;
  max-height: 80px;
  width: auto;
}

.h-card-btn {
  font-size: 14px;
  font-weight: 600;
  padding: 6px 10px;
  min-width: 100px;
  text-align: center;
}

.h-card-btn:hover {
  font-size: 14px;
  padding: 6px 10px;
  min-width: 100px;
  text-align: center;
}

.h-card-data-wrapper {
  display: flex;
}

.h-card-data-item {
  width: 33%;
  padding: 0 15px;
  text-align: left;
}

.h-card-data-item h4, .h-card-data-item .h4 {
  font-weight: 700;
  margin-bottom: 5px;
}

.fRowReverse {
  flex-flow: row-reverse;
}

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

.widget_questions ul li {
  padding: 15px 10px 15px 40px;
  margin-bottom: 1px;
  border-bottom: 1px solid #efefef;
  background: no-repeat 5px center;
}

.widget_questions ul li .handler {
  float: right;
  height: 12px;
  background: url(../img/menu-arrow-12.png) no-repeat;
  margin-top: 4px;
  width: 17px;
  height: 9px;
}

.banner.banner-best_personal_loans_new {
  height: auto;
  padding: 28px 0 18px;
  background: url(https://personalmoneyservice.com/wp-content/themes/personalmoneyservice_2/images/new_review_banner.jpg) no-repeat center;
  background-size: cover;
}

.best-review-banner-box {
  padding-left: 156px;
  background: url(https://personalmoneyservice.com/wp-content/themes/personalmoneyservice_2/images/bubles.png) no-repeat 0 10px;
}

.banner-header-scholarship .best-review-banner-box {
  padding-bottom: 29px;
}

.banner.banner-best_personal_loans_new.banner-header-scholarship {
  padding-bottom: 28px;
}

.best-review-banner-box.best-review-auto {
  padding-bottom: 40px;
  background: url(https://personalmoneyservice.com/wp-content/themes/personalmoneyservice_2/images/best-auot-insure-icon.png) no-repeat 0 0;
}

.best-review-h3,
.best-review-h5 {
  margin: 0;
  color: #ffffff;
}

.best-review-h3 {
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 32px;
}

.best-review-h5 {
  font-weight: 400;
  font-size: 21px;
}

.best-review-h5 span {
  font-weight: 700;
  color: #404040;
}

.debt-procedure {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.debt-procedure-item {
  max-width: 31%;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  min-width: 300px;
}

.blue {
  color: #446aab;
}

.debt-ssl {
  justify-content: center;
  display: flex;
  margin: 20px;
}

.our-serv-box {
  margin-top: 90px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.sericec-baner-box figure {
  margin: 0;
}

.sericec-baner-box a {
  text-decoration: none;
  color: #323232;
}

.sericec-baner-box {
  max-width: 50%;
  overflow: hidden;
  min-width: 350px;
  margin: 0 20px;
}

.apply-btn {
  padding: 6px 15px;
  border: 3px solid #ff6600;
  border-radius: 50px;
}

.apply-btn:hover {
  background: #ffffff;
}

.apply-btn:hover > strong {
  color: #ff6600;
}

.apply-btn strong {
  font-weight: 600;
  text-transform: capitalize;
}

.sericec-baner-box span {
  position: relative;
  top: -71px;
  height: 71px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.sericec-baner-box h2, .sericec-baner-box .h2 {
  display: inline-block;
  padding-right: 2px;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  color: #393a66;
  text-transform: uppercase;
}

.table-description img:not([alt=reviews]),
.entry-content img:not([alt=reviews]) {
  max-width: 100%;
  height: auto;
}

.entry-header {
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  text-align: left;
}

.entry-title a {
  text-decoration: none;
  color: #404040;
  font-weight: bold;
}

.entry-time {
  margin: 10px 0;
}

.entry-footer {
  color: #ffffff;
}

.pagination {
  margin: 25px auto !important;
  text-align: center;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 2px #004d89 solid;
  border-radius: 50%;
  color: #004d89;
  margin: 0 5px;
  font-weight: 700;
  text-decoration: none;
}

.page-numbers:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #004d89;
}

.dots:hover {
  color: #004d89;
  background-color: transparent;
}

.current {
  background: #004d89;
  color: #ffffff;
}

.logo-block a {
  max-width: 180px;
}

.widget_questions ul li .handler.handler-a {
  transform: rotate(180deg);
}

.widget_questions ul li.current a {
  color: #446aab;
}

.widget_questions ul ul {
  border-bottom: 1px solid #efefef;
  padding-top: 3px;
  padding-bottom: 7px;
  display: none;
}

.widget_questions ul ul li {
  padding: 6px 5px 6px 40px;
  margin: 0;
  border: 0;
}

.widget_questions ul ul.active {
  display: block;
}

table.company-fees {
  width: 100%;
}

.company-fees tr:nth-child(even) {
  background-color: #ebeef0;
}

.company-fees tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.company-fees td {
  width: 50%;
  vertical-align: top;
  padding: 15px 20px;
  border: 3px solid #ffffff;
}

.company-fees td:first-child {
  text-align: left;
  font-weight: 700;
}

.company-fees td:last-child {
  text-align: right;
}

@media (max-width: 900px) {
  .review-company-header,
.site-ratings {
    flex-direction: column;
    align-items: center;
  }

  .site-logo-wrapper,
.site-details,
.site-ratings-col1,
.site-ratings-col2 {
    width: 100%;
  }

  .site-ratings-col1-row2-b {
    justify-content: center;
    padding-left: 0;
  }
}
@media (max-width: 785px) {
  .main-sidebar .images {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }

  .sidebar-item-img {
    display: none;
  }

  .content-icon {
    height: 20px;
    width: 43px;
  }

  .form-container {
    justify-content: center;
    background-image: none;
    height: 580px;
  }

  .store-icons {
    flex-flow: row wrap;
    justify-content: space-between;
    background: none;
  }

  .store-icons a {
    width: 49%;
  }

  .store-icons:before {
    content: "Or Download App";
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
  }

  .store-icons img {
    margin: 5px;
    width: 100%;
  }

  .new-pre-form-title {
    margin: 5px 0 0 0;
    font-size: 20px;
    padding-bottom: 10px;
  }

  .store-icons::after {
    content: unset;
  }

  .colflex-sb {
    display: flex;
  }

  .w400 {
    width: 100%;
  }

  .banner-main {
    padding-top: 0;
    overflow: hidden;
  }

  .banner-main-text h1, .banner-main-text .h1 {
    font-weight: 800;
    font-size: 36px;
    line-height: 40px;
    color: #393a66;
  }
  .banner-main-text p {
    font-weight: 400;
    line-height: 26px;
  }

  .new-pre-form input {
    height: 48px;
  }

  .new-pre-form-group {
    height: 48px;
  }

  .social-banner-main {
    margin: 110px 0 0 0;
  }
  .social-banner-main .social-banner-main-text h1, .social-banner-main .social-banner-main-text .h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #393a66;
    max-width: 100%;
    margin: 22px 0;
    text-align: center;
  }
  .social-banner-main .social-banner-main-app-banner {
    align-items: center;
    justify-content: center;
    margin-top: -80px;
  }

  .banner-social-mob-row {
    text-align: center;
  }
}
@media (max-width: 650px) {
  .h-card {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 568px) {
  main {
    padding-top: 60px;
  }

  .larger-container {
    padding: 0 2.5%;
  }
}
@media (max-width: 500px) {
  .h-card-data-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .h-card-data-item {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .site-ratings .rating-label {
    width: 100%;
    padding-left: 0;
  }

  .site-ratings-col1-row {
    flex-wrap: wrap;
  }

  table.company-fees {
    font-size: 14px;
  }
}
.home-page [data-anim-item] {
  opacity: 0;
  transition: 0.5s ease;
}
.home-page [data-anim-item]._appear {
  opacity: 1;
}
.home-page .borrow-money {
  padding: 120px 30px;
}
.home-page .borrow-money .grid-container-my {
  display: grid;
  grid-template-columns: 5.7fr 6.3fr;
  grid-template-rows: 1fr;
  align-items: center;
  margin-bottom: 60px;
}
.home-page .borrow-money .grid-container-my .item-left .img-block {
  max-width: 483px;
  display: flex;
  margin: 0 auto 0 0;
}
.home-page .borrow-money .grid-container-my .item-left .img-block .item-img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 992px) {
  .home-page .borrow-money .grid-container-my .item-right .item-content {
    padding: 0 0 0 15px;
  }
}
.home-page .borrow-money .grid-container-my .item-right .item-content .section-title {
  max-width: 323px;
  color: #393a66;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 0 40px 0;
  text-align: left;
}
.home-page .borrow-money .grid-container-my .item-right .item-content .text {
  font-size: 18px;
  line-height: 28px;
  color: #393a66;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.home-page .borrow-money .grid-container-my .item-right .item-content .last-text {
  margin: 0;
}
.home-page .borrow-money .btn-block {
  text-align: center;
}
.home-page .borrow-money .btn-block .download-app-btn {
  background-color: #0f63fb;
  font-size: 14px;
  border: 1.5px solid #0f63fb;
  line-height: 22px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 38px;
  transition: 0.1s;
}
@media (max-width: 767.98px) {
  .home-page .borrow-money .btn-block .download-app-btn {
    padding: 11px 25px;
  }
}
.home-page .borrow-money .btn-block .download-app-btn:hover {
  background-color: #ffffff;
  border: 1.5px solid #0f63fb;
  color: #0f63fb;
  transition: 0.1s;
}
.home-page .benefits {
  padding: 120px 30px 60px;
}
.home-page .benefits .section-title {
  font-size: 36px;
  line-height: 40px;
  color: #393a66;
  text-align: center;
  margin: 0 0 30px 0;
}
.home-page .benefits .sub-title-block {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  color: #5d5e86;
}
.home-page .benefits .grid-container-my {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 120px;
  align-items: center;
}
.home-page .benefits .grid-container-my .item-left {
  display: flex;
  margin: 0 auto 0 0;
}
@media (max-width: 767.98px) {
  .home-page .benefits .grid-container-my .item-left {
    margin: 0 auto;
  }
}
.home-page .benefits .grid-container-my .item-left .img-block .item-img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .home-page .benefits .grid-container-my .item-left .img-block .item-img {
    max-width: 85%;
    margin: 0 16px;
  }
}
.home-page .benefits .grid-container-my .item-right .item-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 40px 60px;
}
.home-page .benefits .grid-container-my .item-right .item-inner .text-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.home-page .benefits .grid-container-my .item-right .item-inner .text-content .text-content-inner .item-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.home-page .benefits .grid-container-my .item-right .item-inner .text-content .text-content-inner .item-title .title {
  color: #393a66;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
.home-page .benefits .grid-container-my .item-right .item-inner .text-content .text-content-inner .item-title .ico-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f4f6fe;
  padding: 14px;
  margin: 0;
}
.home-page .benefits .grid-container-my .item-right .item-inner .text-content .text-content-inner p {
  margin: 0;
}
.home-page .featured-on {
  padding: 50px 40px;
}
@media (min-width: 768px) {
  .home-page .featured-on {
    margin: 0 0 30px;
  }
}
.home-page .featured-on .section-title {
  font-size: 18px;
  line-height: 24px;
}
.home-page .featured-on .flex-container-my {
  align-items: center;
  justify-content: space-between;
  max-width: 955px;
  margin: 0 auto;
}
.home-page .featured-on .company-logo-img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}
.home-page .featured-on .line {
  margin-top: 35px;
  width: 100%;
  height: 1px;
  background-color: #dce5f5;
}
.home-page .what-paydaysay {
  padding: 80px 30px 0;
}
.home-page .what-paydaysay .section-title {
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  color: #393a66;
  margin: 0 0 80px 0;
}
.home-page .what-paydaysay .grid-container-my {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  gap: 30px;
}
.home-page .what-paydaysay .grid-container-my .item {
  padding: 40px 30px 30px 30px;
  border: 2px solid #0f63fb;
  border-radius: 20px;
  box-shadow: 2.05px 3.15px #0f63fb;
  position: relative;
}
.home-page .what-paydaysay .grid-container-my .item .like {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 101px;
  height: 42px;
  margin: 0 auto;
  border: 2px solid #0f63fb;
  border-radius: 40px;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #0f63fb;
  font-weight: 700;
}
.home-page .what-paydaysay .grid-container-my .item .item-inner .img-block .item-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 15px;
}
.home-page .what-paydaysay .grid-container-my .item .item-inner .item-title {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  color: #393a66;
  text-align: center;
}
.home-page .compare {
  padding: 150px 40px;
  background-color: #f8f9fc;
  background-image: url(../img/background-polygon.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 42% 100%;
}
.home-page .compare .flex-container-my {
  flex-wrap: nowrap;
  gap: 30px;
  align-items: center;
}
.home-page .compare .flex-container-my .left-item {
  flex: 0 1 40%;
  max-width: 40%;
}
.home-page .compare .flex-container-my .left-item .left-item-content {
  max-width: 440px;
}
.home-page .compare .flex-container-my .left-item .left-item-content .section-title {
  color: #393a66;
  margin-bottom: 30px;
  margin-top: 0;
}
.home-page .compare .flex-container-my .left-item .left-item-content .text {
  color: #575878;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}
.home-page .compare .flex-container-my .left-item .left-item-content .text:last-child {
  margin-bottom: 0;
}
.home-page .compare .flex-container-my .right-item .grid-container-my {
  max-width: 687px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(6, auto);
  grid-auto-rows: 1fr;
  padding: 20px 30px;
  background-color: #ffffff;
  border: 1px solid #2d6cfe;
  border-radius: 12px;
}
.home-page .compare .flex-container-my .right-item .grid-container-my .item-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 30px;
  padding: 10px 0;
  border-bottom: 1px solid #c3ccde;
}
.home-page .compare .flex-container-my .right-item .grid-container-my .item-row:first-child {
  padding: 0 0 11px;
  align-items: end;
}
.home-page .compare .flex-container-my .right-item .grid-container-my .item-row:last-child {
  border: none;
  padding-bottom: 0;
}
.home-page .compare .flex-container-my .right-item .grid-container-my .item-row .item-column {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #575878;
}
.home-page .compare .flex-container-my .right-item .grid-container-my .item-row .main-title {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #393a66;
}
.home-page .compare .flex-container-my .right-item .grid-container-my .item-row .title {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #393a66;
}
.home-page .expert-writers {
  padding: 120px 40px 150px;
  background-color: #f8f9fc;
}
.home-page .expert-writers .section-title {
  color: #393a66;
  margin-bottom: 80px;
}
.home-page .expert-writers .grid-container-my {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 30px;
}
.home-page .expert-writers .grid-container-my .item {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #2d6cfe;
  border-radius: 12px;
}
.home-page .expert-writers .grid-container-my .item .item-content {
  padding: 50px 35px 20px 30px;
}
.home-page .expert-writers .grid-container-my .item .item-content .item-title {
  color: #393a66;
  margin-bottom: 10px;
  margin-top: 0;
}
.home-page .expert-writers .grid-container-my .item .item-content .item-img {
  position: absolute;
  top: 0;
  display: block;
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 50%;
  transform: translateY(-50%);
}
.home-page .expert-writers .grid-container-my .item .item-content .post {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #393a66;
}
.home-page .expert-writers .grid-container-my .item .item-content .line {
  width: 100%;
  height: 1px;
  background-color: #c3ccde;
  margin: 15px 0;
}
.home-page .expert-writers .grid-container-my .item .item-content .text {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #393a66;
}
.home-page .borrow-responsibly {
  padding: 80px 40px 77px;
  background-color: #ffffff;
}
.home-page .borrow-responsibly .section-title {
  color: #393a66;
  margin-bottom: 60px;
  text-align: center;
}
.home-page .borrow-responsibly .grid-container-my {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  row-gap: 60px;
  column-gap: 30px;
}
.home-page .borrow-responsibly .grid-container-my .item .item-content .item-title {
  color: #393a66;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.home-page .borrow-responsibly .grid-container-my .item .item-content .text {
  color: #575878;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.home-page .borrow-responsibly .grid-container-my .item .item-content .text:last-child {
  margin-bottom: 0;
}
.home-page .borrow-responsibly .grid-container-my .item-img-block {
  align-self: center;
}
.home-page .borrow-responsibly .grid-container-my .item-img-block .item-img {
  max-width: 100%;
  height: auto;
  display: block;
}
.home-page .borrow-responsibly .grid-container-my .item-img-block .right-img {
  margin-left: auto;
}
.home-page .borrow-responsibly .grid-container-my .item-img-block .left-img {
  margin-right: auto;
}
.home-page .making-decision {
  padding: 120px 40px 150px;
  background-color: #f8f9fc;
}
.home-page .making-decision .section-title {
  color: #393a66;
  text-align: center;
  margin-bottom: 60px;
}
.home-page .making-decision .grid-container-my-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  column-gap: 30px;
  margin-bottom: 60px;
}
.home-page .making-decision .grid-container-my-1 .item .item-content {
  max-width: 542px;
}
.home-page .making-decision .grid-container-my-1 .item .item-content .text {
  color: #575878;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}
.home-page .making-decision .grid-container-my-1 .item .item-content .text:last-child {
  margin-bottom: 0;
}
.home-page .making-decision .grid-container-my-1 .item-img-block {
  align-self: center;
}
.home-page .making-decision .grid-container-my-1 .item-img-block .item-img {
  display: block;
  max-width: 100%;
  height: auto;
}
.home-page .making-decision .grid-container-my-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 40px 30px;
}
.home-page .making-decision .grid-container-my-2 .item .item-content .item-flex-container-my {
  align-items: center;
}
.home-page .making-decision .grid-container-my-2 .item .item-content .item-flex-container-my .item-num {
  width: 40px;
  height: 40px;
  background-color: #2d6cfe;
  color: #ffffff;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: LexendDeca, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  margin-right: 15px;
  letter-spacing: 1px;
}
.home-page .making-decision .grid-container-my-2 .item .item-content .item-flex-container-my .item-title {
  color: #393a66;
  margin-top: 10px;
}
.home-page .making-decision .grid-container-my-2 .item .item-content .line {
  width: 100%;
  height: 1px;
  background-color: #c3ccde;
  margin: 15px 0;
}
.home-page .making-decision .grid-container-my-2 .item .item-content .text {
  color: #575878;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.home-page .making-decision .grid-container-my-2 .item .item-content .text .show-more-text {
  color: #2d6cfe;
  white-space: nowrap;
  cursor: pointer;
}
.home-page .making-decision .grid-container-my-2 .item .item-content .text .hidden-text {
  display: none;
}
.home-page .making-decision .grid-container-my-2 .item .item-content .text .show-less-text {
  color: #2d6cfe;
  white-space: nowrap;
  cursor: pointer;
}
.home-page .making-decision .grid-container-my-2 .item .item-content .text.visible-all-content .ellipsis {
  display: none;
}
.home-page .making-decision .grid-container-my-2 .item .item-content .text.visible-all-content .show-more-text {
  display: none;
}
.home-page .making-decision .grid-container-my-2 .item .item-content .text.visible-all-content .hidden-text {
  display: inline;
}
.home-page .apps-to-loan-money {
  padding: 60px 40px 82px;
  background: linear-gradient(to right, #215cff, #3a7efc);
}
.home-page .apps-to-loan-money .section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
.home-page .apps-to-loan-money .grid-container-my {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row: auto;
  gap: 30px;
}
.home-page .apps-to-loan-money .grid-container-my .item .text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #e4e8ff;
}
.home-page .small-loan-apps {
  padding: 120px 40px 150px;
  background-color: #f8f9fc;
  background-image: url(../img/background-polygon.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 39.1% 48%;
}
.home-page .small-loan-apps .section-title {
  color: #393a66;
  margin-bottom: 30px;
  text-align: center;
}
.home-page .small-loan-apps .flex-container-my-1 {
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 150px;
}
.home-page .small-loan-apps .flex-container-my-1 .left-item {
  flex: 0 1 615px;
  max-width: 615px;
}
.home-page .small-loan-apps .flex-container-my-1 .left-item .item-content .text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #575878;
  margin-bottom: 10px;
}
.home-page .small-loan-apps .flex-container-my-1 .left-item .item-content .text:last-child {
  margin-bottom: 0;
}
.home-page .small-loan-apps .flex-container-my-1 .right-item .item-img {
  display: block;
  max-width: 100%;
  height: auto;
}
.home-page .small-loan-apps .flex-container-my-2 {
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.home-page .small-loan-apps .flex-container-my-2 .left-item .item-img {
  display: block;
  max-width: 100%;
  height: auto;
}
.home-page .small-loan-apps .flex-container-my-2 .right-item {
  flex: 0 1 615px;
  max-width: 615px;
}
.home-page .small-loan-apps .flex-container-my-2 .right-item .item-content .text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #575878;
  margin-bottom: 10px;
}
.home-page .small-loan-apps .flex-container-my-2 .right-item .item-content .item-title {
  color: #393a66;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.home-page .need-money {
  position: relative;
  padding: 40px 40px 62px;
  background: linear-gradient(to right, #215cff, #3a7efc);
}
.home-page .need-money .section-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5085fd;
  clip-path: polygon(67.6% 0, 77.3% 0, 94% 100%, 84.3% 100%);
}
.home-page .need-money .content {
  position: relative;
  z-index: 1;
  max-width: 702px;
  margin: 0 auto;
}
.home-page .need-money .content .title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}
.home-page .need-money .content .flex-container-my-1 {
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.home-page .need-money .content .flex-container-my-1 .item .dropdown-select {
  position: relative;
  z-index: 1;
}
.home-page .need-money .content .flex-container-my-1 .item .dropdown-select .active-select {
  cursor: pointer;
  width: 350px;
  height: 56px;
  background-color: #ffffff;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.home-page .need-money .content .flex-container-my-1 .item .dropdown-select .active-select .selected-option {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #393a66;
}
.home-page .need-money .content .flex-container-my-1 .item .dropdown-select .active-select .arrow-img {
  width: 16px;
  height: 16px;
  display: block;
}
.home-page .need-money .content .flex-container-my-1 .item .dropdown-select .options {
  margin-top: 10px;
  display: none;
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
}
.home-page .need-money .content .flex-container-my-1 .item .dropdown-select .options .option-item {
  cursor: pointer;
  width: 350px;
  height: 56px;
  background-color: #ffffff;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 7px;
}
.home-page .need-money .content .flex-container-my-1 .item .dropdown-select .options .option-item:last-child {
  margin-bottom: 0;
}
.home-page .need-money .content .flex-container-my-1 .item .dropdown-select .options .option-item .option {
  color: #393a66;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
.home-page .need-money .content .flex-container-my-1 .item .dropdown-select.active .options {
  display: block;
}
.home-page .need-money .content .flex-container-my-1 .btn-block .get-started-btn {
  width: 190px;
  height: 54px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ff6600;
  border: 2px solid #ff6600;
  border-radius: 8px;
}
.home-page .need-money .content .flex-container-my-1 .btn-block .get-started-btn:hover {
  background: #ffffff;
  color: #ff6600;
}
.home-page .need-money .content .flex-container-my-2 {
  justify-content: center;
  gap: 10px;
}
.home-page .need-money .content .flex-container-my-2 .protection-img {
  display: block;
  width: 24px;
  height: 24px;
}
.home-page .need-money .content .flex-container-my-2 .text {
  color: #e4e8ff;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.home-page .tips-for-using {
  padding: 80px 40px 60px;
  background-color: #ffffff;
}
.home-page .tips-for-using .flex-container-my-1 {
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 150px;
}
.home-page .tips-for-using .flex-container-my-1 .left-item {
  flex: 0 1 40%;
  max-width: 40%;
}
.home-page .tips-for-using .flex-container-my-1 .left-item .left-item-content {
  max-width: 440px;
}
.home-page .tips-for-using .flex-container-my-1 .left-item .left-item-content .section-title {
  color: #393a66;
  margin-bottom: 30px;
  margin-top: 0;
}
.home-page .tips-for-using .flex-container-my-1 .left-item .left-item-content .text {
  color: #575878;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.home-page .tips-for-using .flex-container-my-1 .right-item .right-item-content {
  max-width: 687px;
}
.home-page .tips-for-using .flex-container-my-1 .right-item .right-item-content .tip {
  margin-bottom: 30px;
}
.home-page .tips-for-using .flex-container-my-1 .right-item .right-item-content .tip:last-child {
  margin-bottom: 0;
}
.home-page .tips-for-using .flex-container-my-1 .right-item .right-item-content .tip .flex-container-my-2 {
  align-items: center;
  margin-bottom: 10px;
}
.home-page .tips-for-using .flex-container-my-1 .right-item .right-item-content .tip .flex-container-my-2 .tip-img {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.home-page .tips-for-using .flex-container-my-1 .right-item .right-item-content .tip .flex-container-my-2 .tip-title {
  color: #393a66;
  margin-top: 10px;
}
.home-page .tips-for-using .flex-container-my-1 .right-item .right-item-content .tip .text {
  color: #575878;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.home-page .tips-for-using .title {
  color: #393a66;
  text-align: center;
  margin-bottom: 60px;
}
.home-page .tips-for-using .grid-container-my {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 30px;
}
.home-page .tips-for-using .grid-container-my .article {
  overflow: hidden;
  border-radius: 20px;
  background-color: #ffffff;
  border: 2px solid #0f63fb;
  transition: 0.1s;
}
.home-page .tips-for-using .grid-container-my .article .article-img {
  display: block;
  max-width: 100%;
  height: auto;
}
.home-page .tips-for-using .grid-container-my .article .article-content {
  padding: 15px 20px 20px;
}
.home-page .tips-for-using .grid-container-my .article .article-content .date {
  color: #a4a4bd;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}
.home-page .tips-for-using .grid-container-my .article .article-content .article-title {
  color: #393a66;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.home-page .tips-for-using .grid-container-my .article .article-content .flex-container-my-3 {
  align-items: center;
  justify-content: space-between;
}
.home-page .tips-for-using .grid-container-my .article .article-content .flex-container-my-3 .person {
  display: flex;
  align-items: center;
}
.home-page .tips-for-using .grid-container-my .article .article-content .flex-container-my-3 .person .person-img {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
.home-page .tips-for-using .grid-container-my .article .article-content .flex-container-my-3 .person .name {
  font-family: "DM Sans", sans-serif;
  color: #393a66;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.home-page .tips-for-using .grid-container-my .article:hover .article-content {
  background-color: #0f63fb;
  transition: 0.1s;
}
.home-page .tips-for-using .grid-container-my .article:hover .date {
  color: #ffffff;
}
.home-page .tips-for-using .grid-container-my .article:hover .article-title {
  color: #ffffff;
}
.home-page .tips-for-using .grid-container-my .article:hover .name {
  color: #ffffff !important;
}
.home-page .frequently-asked-questions {
  background-color: #ffffff;
  padding: 120px 40px;
}
.home-page .frequently-asked-questions .section-title {
  color: #393a66;
}
.home-page .frequently-asked-questions .questions {
  margin-bottom: 60px;
}
.home-page .frequently-asked-questions .questions .question {
  margin-bottom: 20px;
}
.home-page .frequently-asked-questions .questions .question .flex-container-my {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  gap: 20px;
  flex-wrap: nowrap;
}
.home-page .frequently-asked-questions .questions .question .flex-container-my .question-title {
  color: #393a66;
  margin: 0;
}
.home-page .frequently-asked-questions .questions .question .flex-container-my .open-question {
  flex: 0 0 38px;
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #2d6cfe;
  cursor: pointer;
}
.home-page .frequently-asked-questions .questions .question .flex-container-my .open-question::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 1.2px;
  background-color: #2d6cfe;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-page .frequently-asked-questions .questions .question .flex-container-my .open-question::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 1.2px;
  background-color: #2d6cfe;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.home-page .frequently-asked-questions .questions .question .flex-container-my .open-question:hover {
  background-color: #0f63fb;
  transition: 0.2s;
}
.home-page .frequently-asked-questions .questions .question .flex-container-my .open-question:hover::after {
  background-color: #ffffff;
  transition: 0.2s;
}
.home-page .frequently-asked-questions .questions .question .flex-container-my .open-question:hover::before {
  background-color: #ffffff;
  transition: 0.2s;
}
.home-page .frequently-asked-questions .questions .question .answer {
  max-width: 800px;
  display: none;
}
.home-page .frequently-asked-questions .questions .question .answer .text {
  color: #393a66;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.home-page .frequently-asked-questions .questions .question .line {
  width: 100%;
  height: 1px;
  background-color: #dce5f5;
  margin-top: 20px;
}
.home-page .frequently-asked-questions .questions .question:last-child {
  margin-bottom: 0;
}
.home-page .frequently-asked-questions .questions .question.opened .answer {
  display: block;
}
.home-page .frequently-asked-questions .questions .question.opened .flex-container-my .open-question::before {
  display: none;
}
.home-page .frequently-asked-questions .btn-block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-page .frequently-asked-questions .btn-block .view-more-questions-btn {
  width: 255px;
  height: 54px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.03em;
  font-family: "DM Sans", sans-serif;
  border: 1.5px solid #0f63fb;
  background: #0f63fb;
  border-radius: 38px;
  transition: 0.1s;
}
.home-page .frequently-asked-questions .btn-block .view-more-questions-btn:hover {
  background-color: #ffffff;
  border: 1.5px solid #0f63fb;
  color: #0f63fb;
  transition: 0.1s;
}
.home-page .smart-way {
  padding: 126px 40px 120px;
  background-color: #f8f9fc;
}
.home-page .smart-way .section-description {
  margin-bottom: 40px;
}
.home-page .smart-way .section-description .section-title {
  color: #393a66;
  text-align: center;
  margin-bottom: 15px;
}
.home-page .smart-way .section-description .text {
  max-width: 580px;
  margin: 0 auto;
  color: #575878;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}
.home-page .smart-way .grid-container-my {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  gap: 30px;
  margin-bottom: 80px;
}
.home-page .smart-way .grid-container-my .item {
  background: linear-gradient(to right, #215cff, #5892ff);
  border-radius: 12px;
}
.home-page .smart-way .grid-container-my .item:nth-child(2) .content, .home-page .smart-way .grid-container-my .item:nth-child(4) .content {
  padding: 30px 29.5px;
}
.home-page .smart-way .grid-container-my .item:hover {
  background: linear-gradient(to right, #2d6cfe, #2d6cfe);
}
.home-page .smart-way .grid-container-my .content {
  padding: 30px;
  display: inherit;
}
.home-page .smart-way .grid-container-my .content .item-img {
  width: 35px;
  height: 35px;
  display: block;
}
.home-page .smart-way .grid-container-my .content .item-title {
  color: #ffffff;
  margin: 20px 0 10px;
}
.home-page .smart-way .grid-container-my .content .text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #e4e8ff;
  margin-bottom: 0;
}
.home-page .smart-way .flex-container-my {
  flex-wrap: nowrap;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
.home-page .smart-way .flex-container-my .left-item {
  flex: 0 1 615px;
  max-width: 615px;
}
.home-page .smart-way .flex-container-my .left-item .left-item-content .item-title {
  color: #393a66;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.home-page .smart-way .flex-container-my .left-item .left-item-content .item-title:last-child {
  margin-bottom: 0;
}
.home-page .smart-way .flex-container-my .left-item .left-item-content .text {
  color: #575878;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}
.home-page .smart-way .flex-container-my .right-item {
  flex: 0 1 512px;
}
.home-page .smart-way .flex-container-my .right-item .right-item-img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 1250px) {
  .home-page .what-paydaysay .grid-container-my {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    max-width: 580px;
    margin: 0 auto;
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  .home-page .what-we-provide .grid-container-my-1 {
    grid-template-columns: repeat(2, minmax(255px, 278px));
    grid-template-rows: 1fr 1fr;
    justify-content: center;
  }
  .home-page .our-partners {
    padding: 60px 40px 0;
  }
  .home-page .our-partners .flex-container-my {
    row-gap: 40px;
  }
  .home-page .our-partners .flex-container-my .item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .home-page .smart-way {
    padding: 60px 40px;
  }
  .home-page .smart-way .grid-container-my {
    grid-template-columns: repeat(2, minmax(255px, 278px));
    grid-template-rows: 1fr 1fr;
    justify-content: center;
    margin-bottom: 40px;
  }
  .home-page .smart-way .flex-container-my {
    flex-wrap: wrap;
    gap: 20px;
  }
  .home-page .smart-way .flex-container-my .left-item {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
  .home-page .smart-way .flex-container-my .left-item .left-item-content {
    max-width: 615px;
    margin: 0 auto;
  }
  .home-page .smart-way .flex-container-my .right-item {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  .home-page .smart-way .flex-container-my .right-item .right-item-img {
    margin: 0 auto;
  }
}
@media (max-width: 1150px) {
  .home-page .app-for-you-section {
    padding: 60px 16px 0;
  }
  .home-page .app-for-you-section .grid-container-my {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-items: center;
  }
  .home-page .app-for-you-section .grid-container-my .item-left .grid-container-my-2 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 30px;
  }
  .home-page .app-for-you-section .grid-container-my .item-left .grid-container-my-2 .item-text .section-title {
    margin: 0 0 -10px 0;
  }
  .home-page .app-for-you-section .grid-container-my .item-left .grid-container-my-2 .item-text .section-title br {
    display: none;
  }
  .home-page .app-for-you-section .grid-container-my .item-left .grid-container-my-2 .sub-title br {
    display: none;
  }
  .home-page .our-community {
    padding: 40px 0 !important;
  }
  .home-page .our-community .special-container {
    padding: 30px 0;
  }
  .home-page .our-community .grid-container-my {
    height: auto;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    gap: 40px;
  }
  .home-page .our-community .grid-container-my .item-right {
    grid-row: 1/2;
    margin-bottom: 0;
  }
  .home-page .our-community .grid-container-my .item-right .ourcom-users-img {
    margin: 0 auto 25px;
  }
  .home-page .our-community .grid-container-my .item-right .outcom-rev-img {
    margin: 0 auto 20px;
  }
  .home-page .our-community .grid-container-my .item-left {
    padding-left: 0;
  }
  .home-page .our-community .grid-container-my .item-left .item-inner .grid-container-my-2 {
    max-width: 900px;
    margin: 0 auto;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    gap: 10px;
  }
  .home-page .our-community .grid-container-my .item-left .item-inner .grid-container-my-2 .left-sw .left-swiper {
    height: auto;
  }
  .home-page .our-community .grid-container-my .item-left .item-inner .grid-container-my-2 .left-sw .left-swiper .left-swiper-wrapper .left-swiper-slide {
    width: auto;
  }
  .home-page .our-community .grid-container-my .item-left .item-inner .grid-container-my-2 .left-sw .left-swiper .left-swiper-wrapper .left-swiper-slide .slide-inner {
    height: 100%;
  }
  .home-page .our-community .grid-container-my .item-left .item-inner .grid-container-my-2 .right-sw .right-swiper {
    height: auto;
  }
  .home-page .our-community .grid-container-my .item-left .item-inner .grid-container-my-2 .right-sw .right-swiper .right-swiper-wrapper .right-swiper-slide {
    width: auto;
  }
  .home-page .our-community .grid-container-my .item-left .item-inner .grid-container-my-2 .right-sw .right-swiper .right-swiper-wrapper .right-swiper-slide .slide-inner {
    height: 100%;
  }
  .home-page .borrow-money {
    padding: 80px 16px 40px;
  }
  .home-page .borrow-money .grid-container-my {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-items: center;
  }
  .home-page .borrow-money .grid-container-my .item-right {
    max-width: 410px;
    margin: 0 auto;
    grid-row: 1/2;
  }
  .home-page .benefits {
    padding: 80px 16px 0;
  }
  .home-page .benefits .section-title {
    margin: 0 0 20px 0;
  }
  .home-page .benefits .grid-container-my {
    max-width: 750px;
    margin: 0 auto;
    margin-top: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 30px;
  }
  .home-page .benefits .grid-container-my .item-left {
    grid-row: 2/3;
  }
  .home-page .benefits .grid-container-my .item-left .img-block .item-img {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
  .home-page .benefits .grid-container-my .item-right .item-inner {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
  .home-page .our-community {
    padding: 40px 16px;
  }
  .home-page .our-community .special-container {
    padding: 30px 0;
  }
  .home-page .our-community .grid-container-my {
    height: auto;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    gap: 40px;
  }
  .home-page .our-community .grid-container-my .item-right {
    grid-row: 1/2;
    margin-bottom: 0;
  }
  .home-page .our-community .grid-container-my .item-right .ourcom-users-img {
    margin: 0 auto 25px;
  }
  .home-page .our-community .grid-container-my .item-right .outcom-rev-img {
    margin: 0 auto 20px;
  }
  .home-page .our-community .grid-container-my .item-left .item-inner .grid-container-my-2 {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
  }
  .home-page .tips-for-using {
    padding: 80px 40px 60px;
    background-size: 54% 36%;
  }
  .home-page .tips-for-using .flex-container-my-1 {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .home-page .tips-for-using .flex-container-my-1 .left-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-page .tips-for-using .flex-container-my-1 .left-item .left-item-content {
    max-width: 687px;
    margin: 0 auto;
  }
  .home-page .tips-for-using .flex-container-my-1 .right-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-page .tips-for-using .flex-container-my-1 .right-item .right-item-content {
    margin: 0 auto;
  }
  .home-page .tips-for-using .title {
    margin-bottom: 40px;
  }
  .home-page .tips-for-using .grid-container-my {
    grid-template-columns: minmax(auto, 380px);
    grid-template-rows: repeat(3, 1fr);
    justify-content: center;
  }
}
@media (max-width: 1100px) {
  .home-page .app-for-you-section {
    padding: 60px 16px 0;
  }
  .home-page .app-for-you-section .grid-container-my {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-items: center;
  }
  .home-page .app-for-you-section .grid-container-my .item-left .grid-container-my-2 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 30px;
  }
  .home-page .app-for-you-section .grid-container-my .item-left .grid-container-my-2 .item-text .section-title {
    margin: 0 0 -10px 0;
  }
  .home-page .app-for-you-section .grid-container-my .item-left .grid-container-my-2 .item-text .section-title br {
    display: none;
  }
  .home-page .app-for-you-section .grid-container-my .item-left .grid-container-my-2 .sub-title br {
    display: none;
  }
  .home-page .how-borrow-money {
    padding: 80px 16px 60px;
  }
  .home-page .how-borrow-money .section-title {
    margin: 0 0 20px 0;
  }
  .home-page .how-borrow-money .grid-container-my {
    margin-top: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-items: center;
  }
  .home-page .how-borrow-money .grid-container-my .item-right .img-block .item-img {
    max-width: 600px;
    width: 100%;
  }
  .home-page .how-borrow-money .grid-container-my .item-left .item-content .step-item {
    margin-bottom: 20px;
  }
  .home-page .tips-for-using-new {
    padding: 80px 16px 60px;
  }
  .home-page .tips-for-using-new .section-title {
    margin: 0 0 20px 0;
  }
  .home-page .tips-for-using-new .grid-container-my {
    margin-top: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-items: center;
  }
  .home-page .tips-for-using-new .grid-container-my .item-right .img-block .item-img {
    max-width: 600px;
    width: 100%;
  }
  .home-page .tips-for-using-new .grid-container-my .item-left .item-content .step-item {
    margin-bottom: 20px;
  }
  .home-page .compare {
    padding: 80px 40px;
    background-size: 28% 48%;
  }
  .home-page .compare .flex-container-my {
    flex-wrap: wrap;
  }
  .home-page .compare .flex-container-my .left-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-page .compare .flex-container-my .left-item .left-item-content {
    margin: 0 auto;
  }
  .home-page .compare .flex-container-my .right-item {
    flex: 0 0 100%;
    max-width: 100%;
    overflow-x: auto;
  }
  .home-page .compare .flex-container-my .right-item .grid-container-my {
    margin: 0 auto;
    min-width: 100%;
  }
  .home-page .expert-writers {
    padding: 80px 40px;
  }
  .home-page .expert-writers .section-title {
    max-width: 380px;
    margin: 0 auto 60px;
  }
  .home-page .expert-writers .grid-container-my {
    grid-template-columns: minmax(auto, 380px);
    grid-template-rows: repeat(3, 1fr);
    justify-content: center;
    gap: 40px;
  }
  .home-page .borrow-responsibly {
    padding: 40px 0;
  }
  .home-page .borrow-responsibly .section-title {
    margin-bottom: 30px;
  }
  .home-page .borrow-responsibly .grid-container-my {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    justify-items: center;
    row-gap: 20px;
  }
  .home-page .borrow-responsibly .grid-container-my .item {
    padding: 0 16px;
  }
  .home-page .borrow-responsibly .grid-container-my .item .item-content {
    max-width: 615px;
  }
  .home-page .borrow-responsibly .grid-container-my .item:nth-child(1) {
    grid-row: 2/3;
    margin-bottom: 20px;
  }
  .home-page .borrow-responsibly .grid-container-my .item:nth-child(2) {
    grid-row: 4/5;
  }
  .home-page .borrow-responsibly .grid-container-my .item-img-block:nth-child(1) {
    grid-row: 1/2;
  }
  .home-page .borrow-responsibly .grid-container-my .item-img-block:nth-child(1) {
    grid-row: 3/4;
  }
  .home-page .making-decision {
    padding: 60px 16px 80px;
  }
  .home-page .making-decision .section-title {
    padding: 0 24px;
  }
  .home-page .making-decision .section-title {
    margin-bottom: 30px;
  }
  .home-page .making-decision .grid-container-my-1 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-items: center;
    row-gap: 20px;
    margin-bottom: 30px;
  }
  .home-page .making-decision .grid-container-my-1 .item {
    grid-row: 2/3;
  }
  .home-page .making-decision .grid-container-my-1 .item-img-block {
    grid-row: 1/2;
    margin: 0 -16px;
  }
  .home-page .making-decision .grid-container-my-2 {
    grid-template-columns: minmax(auto, 585px);
    grid-template-rows: auto auto auto auto;
    justify-content: center;
    gap: 30px;
  }
  .home-page .apps-to-loan-money {
    padding: 40px 16px;
  }
  .home-page .apps-to-loan-money .section-title {
    margin-bottom: 20px;
  }
  .home-page .apps-to-loan-money .grid-container-my {
    grid-template-columns: minmax(auto, 585px);
    gap: 10px;
    justify-content: center;
  }
  .home-page .small-loan-apps {
    padding: 60px 16px;
    background-size: 70% 35%;
  }
  .home-page .small-loan-apps .section-title:nth-child(1) {
    margin-bottom: 30px;
  }
  .home-page .small-loan-apps .section-title:nth-child(2) {
    margin-bottom: 40px;
  }
  .home-page .small-loan-apps .flex-container-my-1 {
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 -16px 80px;
    margin-bottom: 80px;
  }
  .home-page .small-loan-apps .flex-container-my-1 .left-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 16px;
    order: 2;
  }
  .home-page .small-loan-apps .flex-container-my-1 .left-item .item-content {
    max-width: 615px;
    margin: 0 auto;
  }
  .home-page .small-loan-apps .flex-container-my-1 .right-item {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  .home-page .small-loan-apps .flex-container-my-1 .right-item .item-img {
    margin: 0 auto;
  }
  .home-page .small-loan-apps .flex-container-my-2 {
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 -16px;
  }
  .home-page .small-loan-apps .flex-container-my-2 .left-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-page .small-loan-apps .flex-container-my-2 .left-item .item-img {
    margin: 0 auto;
  }
  .home-page .small-loan-apps .flex-container-my-2 .right-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 16px;
  }
  .home-page .small-loan-apps .flex-container-my-2 .right-item .item-content {
    max-width: 615px;
    margin: 0 auto;
  }
  .home-page .need-money .section-background {
    display: none;
  }
}
@media (max-width: 950px) {
  h3, .h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .home-page .featured-on {
    padding: 60px 40px 0;
  }
  .home-page .featured-on .flex-container-my {
    justify-content: center;
    align-items: center;
    row-gap: 40px;
  }
  .home-page .featured-on .flex-container-my .item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 900px) {
  .home-page .compare {
    background-size: 80% 50%;
  }
}
@media (max-width: 800px) {
  .home-page .our-partners .flex-container-my .item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 700px) {
  .home-page .what-paydaysay {
    padding: 60px 16px 0;
  }
  .home-page .what-paydaysay .grid-container-my {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 11fr);
    max-width: inherit;
  }
}
@media (max-width: 650px) {
  .home-page .what-we-provide .grid-container-my-1 {
    grid-template-columns: minmax(auto, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 15px;
  }
  .home-page .what-we-provide .grid-container-my-1 .content {
    padding: 20px !important;
  }
  .home-page .what-we-provide .grid-container-my-1 .content .item-title {
    margin: 10px 0;
  }
  .home-page .what-we-provide .grid-container-my-1 .content .item-img {
    width: 38px;
    height: 38px;
  }
  .home-page .need-money {
    padding: 30px 40px;
  }
  .home-page .need-money .content .flex-container-my-1 .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-page .need-money .content .flex-container-my-1 .item .dropdown-select {
    max-width: fit-content;
    margin: 0 auto;
  }
  .home-page .need-money .content .flex-container-my-1 .btn-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-page .need-money .content .flex-container-my-1 .btn-block .get-started-btn {
    margin: 0 auto;
    width: 350px;
  }
  .home-page .smart-way {
    padding: 60px 16px;
  }
  .home-page .smart-way .grid-container-my {
    grid-template-columns: minmax(auto, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 10px;
  }
  .home-page .smart-way .grid-container-my .content {
    padding: 20px !important;
  }
  .home-page .smart-way .grid-container-my .content .item-img {
    width: 25px;
    height: 25px;
  }
  .home-page .smart-way .flex-container-my {
    margin: 0 -16px;
  }
  .home-page .smart-way .flex-container-my .left-item {
    padding: 0 16px;
  }
}
@media (max-width: 550px) {
  .home-page .what-we-provide {
    padding: 60px 16px 40px;
  }
  .home-page .featured-on {
    padding: 60px 16px 0;
  }
  .home-page .our-partners {
    padding: 60px 16px 0;
  }
  .home-page .borrow-money .grid-container-my .item-right .item-content .section-title {
    font-size: 28px;
    line-height: 34px;
  }
  .home-page .compare {
    padding: 80px 16px;
  }
  .home-page .compare .flex-container-my .right-item .grid-container-my {
    padding: 20px;
  }
  .home-page .compare .flex-container-my .right-item .grid-container-my .item-row .item-column {
    font-size: 12px;
    line-height: 15px;
  }
  .home-page .compare .flex-container-my .right-item .grid-container-my .item-row .main-title {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
  .home-page .compare .flex-container-my .right-item .grid-container-my .item-row .title {
    font-size: 12px;
    line-height: 15px;
  }
  .home-page .get-started {
    padding: 30px 16px;
  }
  .home-page .get-started .content .flex-container-my .item .dropdown-select {
    max-width: 343px;
  }
  .home-page .get-started .content .flex-container-my .item .dropdown-select .active-select {
    width: 100%;
  }
  .home-page .get-started .content .flex-container-my .item .dropdown-select .options {
    max-width: 343px;
  }
  .home-page .get-started .content .flex-container-my .item .dropdown-select .options .option-item {
    width: 100%;
  }
  .home-page .expert-writers {
    padding: 80px 16px;
  }
  .home-page .making-decision .section-title {
    padding: 0;
  }
  .home-page .need-money {
    padding: 30px 16px;
  }
  .home-page .need-money .content .flex-container-my-1 .item .dropdown-select {
    max-width: 343px;
  }
  .home-page .need-money .content .flex-container-my-1 .item .dropdown-select .active-select {
    width: 100%;
  }
  .home-page .need-money .content .flex-container-my-1 .item .dropdown-select .options {
    max-width: 343px;
  }
  .home-page .need-money .content .flex-container-my-1 .item .dropdown-select .options .option-item {
    width: 100%;
  }
  .home-page .need-money .content .flex-container-my-1 .btn-block {
    max-width: 343px;
  }
  .home-page .need-money .content .flex-container-my-1 .btn-block .get-started-btn {
    width: 100%;
  }
  .home-page .tips-for-using {
    padding: 80px 16px 60px;
  }
  .home-page .frequently-asked-questions {
    padding: 40px 16px 74px;
  }
}
@media (max-width: 500px) {
  .home-page .what-we-provide .grid-container-my-1 .content .item-title {
    font-size: 18px;
    line-height: 24px;
  }
  .home-page .what-we-provide .grid-container-my-1 .content .text {
    font-size: 16px;
    line-height: 24px;
  }
  .home-page .our-community .grid-container-my .item-left .item-inner .grid-container-my-2 .left-sw .left-swiper .left-swiper-wrapper .left-swiper-slide .slide-inner .text {
    font-size: 12px;
    line-height: 18px;
  }
  .home-page .our-community .grid-container-my .item-left .item-inner .grid-container-my-2 .left-sw .left-swiper .left-swiper-wrapper .left-swiper-slide .slide-inner .author-block .author {
    font-size: 14px;
    line-height: 20px;
  }
  .home-page .our-community .grid-container-my .item-left .item-inner .grid-container-my-2 .left-sw .left-swiper .left-swiper-wrapper .left-swiper-slide .slide-inner .author-block .icon-img {
    width: 25px;
    height: 25px;
  }
  .home-page .our-community .grid-container-my .item-left .item-inner .grid-container-my-2 .right-sw .right-swiper .right-swiper-wrapper .right-swiper-slide .slide-inner .text {
    font-size: 12px;
    line-height: 18px;
  }
  .home-page .our-community .grid-container-my .item-left .item-inner .grid-container-my-2 .right-sw .right-swiper .right-swiper-wrapper .right-swiper-slide .slide-inner .author-block .author {
    font-size: 14px;
    line-height: 20px;
  }
  .home-page .our-community .grid-container-my .item-left .item-inner .grid-container-my-2 .right-sw .right-swiper .right-swiper-wrapper .right-swiper-slide .slide-inner .author-block .icon-img {
    width: 25px;
    height: 25px;
  }
  .home-page .our-community .grid-container-my .item-right .item-content .img-block .ourcom-users-img {
    width: 120px;
  }
  .home-page .our-community .grid-container-my .item-right .item-content .img-block .outcom-rev-img {
    width: 215px;
  }
  .home-page .our-community .grid-container-my .item-right .item-content .section-title {
    max-width: 343px;
    margin: 0 auto;
    font-size: 28px;
    line-height: 34px;
  }
  .home-page .app-for-you-section .grid-container-my .item-left .grid-container-my-2 .item-text .section-title {
    font-size: 28px;
    line-height: 34px;
  }
  .home-page .app-for-you-section .grid-container-my .item-left .grid-container-my-2 .item-text .sub-title {
    font-size: 20px;
    line-height: 24px;
  }
  .home-page .app-for-you-section .grid-container-my .item-left .grid-container-my-2 .item-text .text {
    font-size: 16px;
    line-height: 24px;
  }
  .home-page .benefits .section-title {
    font-size: 28px;
    line-height: 34px;
  }
  .home-page .benefits .sub-title-block .text {
    font-size: 16px;
    line-height: 24px;
  }
  .home-page .benefits .grid-container-my .item-right .item-inner .text-content .text-content-inner .item-title .title {
    font-size: 18px;
    line-height: 24px;
  }
  .home-page .benefits .grid-container-my .item-right .item-inner .text-content .text-content-inner .item-title .title-img {
    width: 38px;
    height: 38px;
  }
  .home-page .benefits .grid-container-my .item-right .item-inner .text-content .text-content-inner .text {
    font-size: 16px;
    line-height: 24px;
  }
  .home-page .what-paydaysay .section-title {
    margin: 0 0 37px 0;
    font-size: 28px;
    line-height: 34px;
  }
  .home-page .what-paydaysay .grid-container-my .item {
    padding: 35px 30px 25px 30px;
  }
  .home-page .what-paydaysay .grid-container-my .item .like {
    width: 81px;
    height: 34px;
    font-size: 16px;
    line-height: 20px;
  }
  .home-page .what-paydaysay .grid-container-my .item .item-inner .img-block {
    margin: 0 auto 10px;
  }
  .home-page .what-paydaysay .grid-container-my .item .item-inner .img-block .item-img {
    width: 139px;
  }
  .home-page .what-paydaysay .grid-container-my .item .item-inner .item-title {
    font-size: 18px;
    line-height: 24px;
  }
  .home-page .our-community .special-container {
    box-shadow: 0 0 10px 10px #f1f1f1;
    margin: 0 16px;
    width: auto;
  }
  .home-page .tips-for-using .title {
    font-size: 28px;
    line-height: 34px;
  }
  .home-page .frequently-asked-questions .section-title {
    font-size: 28px;
    line-height: 34px;
  }
  .home-page .frequently-asked-questions .questions .question .flex-container-my .question-title {
    font-size: 18px;
    line-height: 24px;
  }
  .home-page .frequently-asked-questions .questions .question .answer .text {
    font-size: 16px;
    line-height: 24px;
  }
  .home-page .tips-for-using-new {
    padding: 70px 16px 0;
  }
  .home-page .tips-for-using-new .section-title {
    font-size: 28px;
    line-height: 34px;
  }
  .home-page .tips-for-using-new .sub-title {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .home-page .tips-for-using-new .grid-container-my {
    margin-top: 10px;
  }
  .home-page .tips-for-using-new .grid-container-my .item-right .img-block .item-img {
    display: none;
  }
  .home-page .tips-for-using-new .grid-container-my .item-left .item-img-mob {
    display: block;
    width: 100%;
    height: auto;
    margin: 30px auto 0 auto;
  }
  .home-page .how-borrow-money .section-title {
    font-size: 28px;
    line-height: 34px;
  }
  .home-page .how-borrow-money .grid-container-my .item-left .item-content .step-item .step-title-block .num {
    width: 38px;
    height: 38px;
    font-size: 16px;
    line-height: 19;
  }
  .home-page .how-borrow-money .grid-container-my .item-left .item-content .step-item .step-title-block .step-title {
    font-size: 18px;
    line-height: 24px;
  }
  .home-page .how-borrow-money .grid-container-my .item-left .item-content .step-item .text {
    font-size: 16px;
    line-height: 24px;
  }
  .home-page .tips-for-using-new .grid-container-my .item-left .item-content .step-item .step-title-block .num {
    width: 38px;
    height: 38px;
    font-size: 16px;
    line-height: 19;
  }
  .home-page .tips-for-using-new .grid-container-my .item-left .item-content .step-item .step-title-block .step-title {
    font-size: 18px;
    line-height: 24px;
  }
  .home-page .tips-for-using-new .grid-container-my .item-left .item-content .step-item .text {
    font-size: 16px;
    line-height: 24px;
  }
}
.error404 {
  display: block;
  position: relative;
  padding: 100px 0 0 0;
}
.error404 .entry-title {
  display: flex;
  justify-content: center;
  font-size: 25px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.error404 .entry-content {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0 100px 0;
}

@media (max-width: 575.98px) {
  .error404 {
    padding: 75px 0 0 0;
  }
  .error404 .entry-title {
    font-size: 20px;
  }
  .error404 .entry-content {
    font-size: 14px;
    padding-top: 15px;
    width: 90%;
  }
}
.blog-table {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.wp-post-image {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}

.prev-next-posts {
  display: flex;
  justify-content: center;
}

.prev-posts-link {
  padding: 10px;
  color: #2e4fcd;
  font-weight: 600;
  text-transform: uppercase;
}

.next-posts-link {
  padding: 10px;
  color: #2e4fcd;
  font-weight: 600;
  text-transform: uppercase;
}

.money-fast-form {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 0 15px;
}
@media (min-width: 992px) {
  .money-fast-form {
    margin: 0 0 20px;
  }
}
.money-fast-form__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .money-fast-form__inner {
    align-items: center;
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .money-fast-form__inner {
    flex-direction: row;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1340px) {
  .money-fast-form__inner {
    width: 434px;
    max-width: 57%;
  }
}
.money-fast-form__inner .nice-select {
  box-shadow: none;
  border: 1px solid #dce5f5;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .money-fast-form__inner .nice-select {
    margin: 0 10px 0 0;
    width: 251px;
  }
}
.money-fast-form h4, .money-fast-form .h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #393a66;
  margin: 0 0 22px;
}
@media (min-width: 992px) {
  .money-fast-form h4, .money-fast-form .h4 {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
.money-fast-form select {
  font-family: "DM Sans", sans-serif;
  appearance: none;
  background-color: transparent;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  background-image: url(../img/ico-chevron-down.svg);
  background-position: 94% 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  border: 1px solid #dce5f5;
  border-radius: 50px;
  padding: 12px 20px;
  color: #393a66;
}
@media (min-width: 992px) {
  .money-fast-form select {
    background-position: 92% 50%;
    padding: 13px 18px;
    width: calc(60% - 10px);
  }
}
.money-fast-form select option {
  font-size: 16px;
}
.money-fast-form .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .money-fast-form .btn {
    width: 173px;
  }
}
.money-fast-form footer {
  padding: 16px 0;
  font-size: 16px;
  font-weight: 600;
  color: #0f63fb;
}
@media (min-width: 992px) {
  .money-fast-form footer {
    padding: 20px 0;
  }
}
.money-fast-form footer img {
  margin-right: 6px;
}

.sidebar {
  display: none;
}
@media (min-width: 992px) {
  .sidebar {
    width: 26%;
    max-width: 307px;
    margin-left: auto;
    display: block;
  }
}
.hub-page-class .sidebar {
  display: block;
  margin: 0;
  order: -1;
  padding-right: 5px;
}
@media (min-width: 992px) {
  .hub-page-class .sidebar {
    order: unset;
    width: 32%;
    max-width: 380px;
    padding-right: 3px;
    margin-left: auto;
  }
}
.sidebar .sidebar-title {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #393a66;
  text-decoration: none;
}
.sidebar .sidebar-item-img {
  width: 102px;
  height: 65px;
  flex-shrink: 0;
  margin-left: 10px;
}
.sidebar .sidebar-item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sidebar .sidebar-item-date {
  font-family: "DM Sans", sans-serif;
  color: #a4a4bd;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
}
.sidebar .sidebar-item-title {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  color: #0f63fb;
  margin-bottom: 6px;
  display: block;
}
.sidebar .sidebar-item-container {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row-reverse;
}
.sidebar .sidebar-item-info {
  margin-right: auto;
}
.sidebar nav {
  position: sticky;
  top: 75px;
}
@media (min-width: 992px) {
  .sidebar nav {
    top: 85px;
  }
}

#tableblock {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 992px) {
  #tableblock {
    font-size: 18px;
    line-height: 1.555555;
  }
}
@media (min-width: 768px) {
  .hub-page-class #tableblock > h2:nth-of-type(1),
.hub-page-class #tableblock > .h2:nth-of-type(1) {
    margin-top: 20px;
  }
}
.hub-page-class #tableblock table {
  margin: 20px 0;
  border-bottom: none;
}
.hub-page-class #tableblock table tbody tr:nth-child(1) td {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 18px;
}
.hub-page-class #tableblock table tbody tr:nth-child(odd) td {
  background: #f4f6fe;
}
.hub-page-class #tableblock table tbody tr:nth-child(odd) td:nth-child(2) {
  background: #f4f6fe;
}
.hub-page-class #tableblock table tbody tr td {
  padding: 20px;
  text-align: left;
  vertical-align: top;
}
.hub-page-class #tableblock table tbody tr td:nth-child(1) {
  padding-left: 20px;
}
.hub-page-class #tableblock table tbody tr td:nth-child(2) {
  background: none;
}
.hub-page-class #tableblock table tbody tr td::after {
  display: none;
}
.hub-page-class #tableblock > ol li {
  margin: 0 0 12px;
}
.hub-page-class #tableblock > ol li:nth-last-child(1) {
  margin-bottom: 0;
}
#tableblock > h2,
#tableblock > .h2 {
  margin: 40px 0 20px;
}
@media (min-width: 768px) {
  #tableblock > h2,
#tableblock > .h2 {
    margin: 60px 0 20px;
  }
}
#tableblock > h3, #tableblock > .h3,
#tableblock > h3 {
  margin: 20px 0;
}
@media (min-width: 768px) {
  #tableblock > h3, #tableblock > .h3,
#tableblock > h3 {
    margin: 40px 0 20px;
  }
}
#tableblock > p:not(.banner-get-conteiner-footer) {
  margin: 0 0 10px;
}
#tableblock > p:not(.banner-get-conteiner-footer) + .creditor-card {
  margin-top: 30px;
}
@media (min-width: 992px) {
  #tableblock > p:not(.banner-get-conteiner-footer) + .creditor-card {
    margin-top: 40px;
  }
}
#tableblock > p:not(.banner-get-conteiner-footer) > img.aligncenter {
  display: block;
  margin: 18px auto 25px;
}
#tableblock > p:not(.banner-get-conteiner-footer) > img {
  margin: 10px 0;
}
#tableblock > p:not(.banner-get-conteiner-footer) > .goto-btn {
  display: inline-block;
  margin: 20px 0;
}
#tableblock > p:not(.banner-get-conteiner-footer) + .app-card {
  margin-top: 30px;
}
#tableblock > ul:not(.list-orange-mark):not(.sitemap) {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
  color: #393a66;
}
@media (min-width: 992px) {
  #tableblock > ul:not(.list-orange-mark):not(.sitemap) {
    font-size: 18px;
    line-height: 1.55;
  }
}
#tableblock > ul:not(.list-orange-mark):not(.sitemap) li {
  padding-left: 30px;
  position: relative;
  margin: 0 0 10px;
}
#tableblock > ul:not(.list-orange-mark):not(.sitemap) li::before {
  content: url(../img/ico-check.svg);
  position: absolute;
  top: 3px;
  left: 0;
}
#tableblock > ul:not(.list-orange-mark):not(.sitemap) b {
  font-weight: 600;
}
#tableblock ul.sitemap .sitemap-link {
  line-height: 1;
  margin-bottom: 10px;
}
#tableblock ul.sitemap .sitemap-link:last-child {
  margin-bottom: 0;
}
#tableblock > ol {
  margin: 0 0 10px 5px;
  padding: 0 0 0 20px;
}
#tableblock > blockquote {
  border-left: 2px solid #0f63fb;
  padding-left: 15px;
  margin: 10px 0;
  font-weight: 600;
}
#tableblock > blockquote p {
  margin: 0;
}
#tableblock > blockquote b {
  font-weight: 600;
}
#tableblock > hr {
  height: 2px;
  background-color: #0f63fb;
  margin: 20px 0;
  opacity: 1;
}
#tableblock > .creditor-card + h2, #tableblock > .creditor-card + .h2 {
  margin-top: 30px;
}
@media (min-width: 992px) {
  #tableblock > .creditor-card + h2, #tableblock > .creditor-card + .h2 {
    margin-top: 62px;
  }
}
#tableblock > .cta-block + .creditor-card {
  margin-top: 40px;
}
#tableblock .disclosure-tooltip-text {
  display: inline-block;
  color: #0079ff;
  margin-top: 10px !important;
  margin-bottom: 40px !important;
}
@media (min-width: 768px) {
  #tableblock .disclosure-tooltip-text {
    margin-bottom: 60px !important;
  }
}
#tableblock table {
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  border-bottom: 1px solid #dce5f5;
  margin: 0 0 53px;
}
#tableblock table tbody tr:nth-child(1) {
  font-size: 18px;
  font-weight: 600;
}
#tableblock table tbody tr:nth-child(1) td {
  padding: 20px 10px;
}
#tableblock table tbody tr:nth-child(1) td:nth-child(1)::after {
  display: none;
}
#tableblock table tbody tr:nth-last-of-type(1) td::after {
  display: none;
}
#tableblock table tbody tr td {
  position: relative;
  text-align: center;
  padding: 10px 15px 11px;
}
#tableblock table tbody tr td:nth-child(1) {
  padding-left: 0;
  text-align: left;
  font-size: 16px;
  width: 190px;
}
#tableblock table tbody tr td:nth-child(2) {
  width: 190px;
  background: #f4f6fe;
}
#tableblock table tbody tr td:nth-child(3) {
  width: 190px;
}
#tableblock table tbody tr td:nth-child(4) {
  width: 190px;
  background: #f4f6fe;
}
#tableblock table tbody tr td::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 20px);
  transform: translateX(-50%);
  border-bottom: 1px solid #dce5f5;
}
#tableblock .banner-get-min {
  width: 100vw;
  margin-left: -16px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  #tableblock .banner-get-min {
    margin-left: calc((100vw - 540px + 32px) * -0.5);
  }
}
@media (min-width: 768px) {
  #tableblock .banner-get-min {
    margin-left: calc((100vw - 720px + 32px) * -0.5);
  }
}
@media (min-width: 992px) {
  #tableblock .banner-get-min {
    margin-left: calc((100vw - 960px + 32px) * -0.5);
  }
}
@media (min-width: 1340px) {
  #tableblock .banner-get-min {
    margin-left: calc((100vw - 1232px + 32px) * -0.5);
  }
}
#tableblock .steps-block._appear ol li:nth-child(1) {
  transition-delay: calc(0.5s * 1);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(2) {
  transition-delay: calc(0.5s * 2);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(3) {
  transition-delay: calc(0.5s * 3);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(4) {
  transition-delay: calc(0.5s * 4);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(5) {
  transition-delay: calc(0.5s * 5);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(6) {
  transition-delay: calc(0.5s * 6);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(7) {
  transition-delay: calc(0.5s * 7);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(8) {
  transition-delay: calc(0.5s * 8);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(9) {
  transition-delay: calc(0.5s * 9);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(10) {
  transition-delay: calc(0.5s * 10);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(11) {
  transition-delay: calc(0.5s * 11);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(12) {
  transition-delay: calc(0.5s * 12);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(13) {
  transition-delay: calc(0.5s * 13);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(14) {
  transition-delay: calc(0.5s * 14);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(15) {
  transition-delay: calc(0.5s * 15);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(16) {
  transition-delay: calc(0.5s * 16);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(17) {
  transition-delay: calc(0.5s * 17);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(18) {
  transition-delay: calc(0.5s * 18);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(19) {
  transition-delay: calc(0.5s * 19);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(20) {
  transition-delay: calc(0.5s * 20);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(21) {
  transition-delay: calc(0.5s * 21);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(22) {
  transition-delay: calc(0.5s * 22);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(23) {
  transition-delay: calc(0.5s * 23);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(24) {
  transition-delay: calc(0.5s * 24);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(25) {
  transition-delay: calc(0.5s * 25);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(26) {
  transition-delay: calc(0.5s * 26);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(27) {
  transition-delay: calc(0.5s * 27);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(28) {
  transition-delay: calc(0.5s * 28);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(29) {
  transition-delay: calc(0.5s * 29);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(30) {
  transition-delay: calc(0.5s * 30);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(31) {
  transition-delay: calc(0.5s * 31);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(32) {
  transition-delay: calc(0.5s * 32);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(33) {
  transition-delay: calc(0.5s * 33);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(34) {
  transition-delay: calc(0.5s * 34);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(35) {
  transition-delay: calc(0.5s * 35);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(36) {
  transition-delay: calc(0.5s * 36);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(37) {
  transition-delay: calc(0.5s * 37);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(38) {
  transition-delay: calc(0.5s * 38);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(39) {
  transition-delay: calc(0.5s * 39);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(40) {
  transition-delay: calc(0.5s * 40);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(41) {
  transition-delay: calc(0.5s * 41);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(42) {
  transition-delay: calc(0.5s * 42);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(43) {
  transition-delay: calc(0.5s * 43);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(44) {
  transition-delay: calc(0.5s * 44);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(45) {
  transition-delay: calc(0.5s * 45);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(46) {
  transition-delay: calc(0.5s * 46);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(47) {
  transition-delay: calc(0.5s * 47);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(48) {
  transition-delay: calc(0.5s * 48);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(49) {
  transition-delay: calc(0.5s * 49);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(50) {
  transition-delay: calc(0.5s * 50);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(51) {
  transition-delay: calc(0.5s * 51);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(52) {
  transition-delay: calc(0.5s * 52);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(53) {
  transition-delay: calc(0.5s * 53);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(54) {
  transition-delay: calc(0.5s * 54);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(55) {
  transition-delay: calc(0.5s * 55);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(56) {
  transition-delay: calc(0.5s * 56);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(57) {
  transition-delay: calc(0.5s * 57);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(58) {
  transition-delay: calc(0.5s * 58);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(59) {
  transition-delay: calc(0.5s * 59);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(60) {
  transition-delay: calc(0.5s * 60);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(61) {
  transition-delay: calc(0.5s * 61);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(62) {
  transition-delay: calc(0.5s * 62);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(63) {
  transition-delay: calc(0.5s * 63);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(64) {
  transition-delay: calc(0.5s * 64);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(65) {
  transition-delay: calc(0.5s * 65);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(66) {
  transition-delay: calc(0.5s * 66);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(67) {
  transition-delay: calc(0.5s * 67);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(68) {
  transition-delay: calc(0.5s * 68);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(69) {
  transition-delay: calc(0.5s * 69);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(70) {
  transition-delay: calc(0.5s * 70);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(71) {
  transition-delay: calc(0.5s * 71);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(72) {
  transition-delay: calc(0.5s * 72);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(73) {
  transition-delay: calc(0.5s * 73);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(74) {
  transition-delay: calc(0.5s * 74);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(75) {
  transition-delay: calc(0.5s * 75);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(76) {
  transition-delay: calc(0.5s * 76);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(77) {
  transition-delay: calc(0.5s * 77);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(78) {
  transition-delay: calc(0.5s * 78);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(79) {
  transition-delay: calc(0.5s * 79);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(80) {
  transition-delay: calc(0.5s * 80);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(81) {
  transition-delay: calc(0.5s * 81);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(82) {
  transition-delay: calc(0.5s * 82);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(83) {
  transition-delay: calc(0.5s * 83);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(84) {
  transition-delay: calc(0.5s * 84);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(85) {
  transition-delay: calc(0.5s * 85);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(86) {
  transition-delay: calc(0.5s * 86);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(87) {
  transition-delay: calc(0.5s * 87);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(88) {
  transition-delay: calc(0.5s * 88);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(89) {
  transition-delay: calc(0.5s * 89);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(90) {
  transition-delay: calc(0.5s * 90);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(91) {
  transition-delay: calc(0.5s * 91);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(92) {
  transition-delay: calc(0.5s * 92);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(93) {
  transition-delay: calc(0.5s * 93);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(94) {
  transition-delay: calc(0.5s * 94);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(95) {
  transition-delay: calc(0.5s * 95);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(96) {
  transition-delay: calc(0.5s * 96);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(97) {
  transition-delay: calc(0.5s * 97);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(98) {
  transition-delay: calc(0.5s * 98);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(99) {
  transition-delay: calc(0.5s * 99);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block._appear ol li:nth-child(100) {
  transition-delay: calc(0.5s * 100);
  opacity: 1;
  visibility: visible;
}
#tableblock .steps-block ol {
  --offset: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: list;
  display: flex;
  flex-wrap: wrap;
  --offset: 15px;
  padding: 20px 0 0;
}
@media (min-width: 992px) {
  #tableblock .steps-block ol {
    padding: 0 40px;
    margin-left: calc(var(--offset) * -1);
    margin-right: calc(var(--offset) * -1);
  }
}
#tableblock .steps-block ol > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 100%;
  max-width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  margin-bottom: 43px;
}
@media (min-width: 768px) {
  #tableblock .steps-block ol > li {
    flex-basis: calc(33.3333333333% - var(--offset) * 2);
    max-width: calc(33.3333333333% - var(--offset) * 2);
    margin-left: var(--offset);
    margin-right: var(--offset);
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  #tableblock .steps-block ol > li:nth-last-child(1) {
    margin-bottom: 0;
  }
}
#tableblock .steps-block ol > li::before {
  content: counters(list, " ");
  counter-increment: list;
  height: 36px;
  width: 36px;
  background: #0f63fb;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  #tableblock .steps-block ol > li::before {
    height: 48px;
    width: 48px;
    font-size: 22px;
  }
}
#tableblock .steps-block ol > li:nth-child(3n+3)::after, #tableblock .steps-block ol > li:nth-child(3n+2)::after {
  content: url(../img/img-steps-decor-mob.svg);
  position: absolute;
  bottom: 98%;
  right: 50%;
  pointer-events: none;
  transform: translateX(50%);
}
@media (min-width: 768px) {
  #tableblock .steps-block ol > li:nth-child(3n+3)::after, #tableblock .steps-block ol > li:nth-child(3n+2)::after {
    content: url(../img/img-steps-decor.svg);
    top: 5px;
    right: 60%;
    transform: none;
  }
}
@media (min-width: 1340px) {
  #tableblock .steps-block ol > li:nth-child(3n+3)::after, #tableblock .steps-block ol > li:nth-child(3n+2)::after {
    right: 75%;
  }
}
#tableblock .steps-block ol > li h3, #tableblock .steps-block ol > li .h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #0f63fb;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  #tableblock .steps-block ol > li h3, #tableblock .steps-block ol > li .h3 {
    margin: 0 0 22px;
  }
}
@media (min-width: 992px) {
  #tableblock .steps-block ol {
    padding: 19px 0 0;
  }
}
@media (min-width: 992px) {
  #tableblock .steps-block ol {
    --offset: 25px;
  }
}
#tableblock .steps-block ol > li {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #tableblock .steps-block ol > li {
    margin-bottom: 0;
  }
}
#tableblock .steps-block ol > li::before {
  height: 36px;
  width: 36px;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  #tableblock .steps-block ol > li::before {
    font-size: 18px;
    margin: 0 0 15px;
  }
}
#tableblock .steps-block ol > li:nth-child(3n+3)::after, #tableblock .steps-block ol > li:nth-child(3n+2)::after {
  content: url(../img/img-steps-decor-02-mob.svg);
  bottom: 97%;
}
@media (min-width: 768px) {
  #tableblock .steps-block ol > li:nth-child(3n+3)::after, #tableblock .steps-block ol > li:nth-child(3n+2)::after {
    content: url(../img/img-steps-decor-02.svg);
    top: -1px;
    right: 62%;
  }
}
@media (min-width: 1340px) {
  #tableblock .steps-block ol > li:nth-child(3n+3)::after, #tableblock .steps-block ol > li:nth-child(3n+2)::after {
    right: 75%;
  }
}
#tableblock .steps-block ol > li h3, #tableblock .steps-block ol > li .h3 {
  margin: 0 0 15px;
}
#tableblock .steps-block ol > li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
}
#tableblock .steps-block ol > li ul > li {
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  #tableblock .steps-block ol > li ul > li {
    margin: 0 0 9px;
  }
}
#tableblock .steps-block ol > li ul > li:nth-last-child(1) {
  margin: 0;
}
#tableblock > img {
  margin: 20px 0;
}

.content-holder {
  position: relative;
  z-index: 5;
}

.h1img {
  display: flex;
}
.h1img img {
  margin-top: 30px;
  margin-bottom: 10px;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .h1img img {
    width: 70px;
    height: 70px;
    float: left;
    margin-top: 35px;
  }
}
.h1img h1, .h1img .h1 {
  text-align: left;
}
@media (max-width: 767.98px) {
  .h1img h1, .h1img .h1 {
    font-size: 25px;
  }
}

.text-section {
  padding: 30px 0;
}

.advantages-list-content-faq {
  padding: 20px 0 30px;
}
@media (min-width: 768px) {
  .advantages-list-content-faq {
    padding: 60px 0 30px;
  }
}
.advantages-list-content-faq h2, .advantages-list-content-faq .h2 {
  margin: 0 0 10px;
}
@media (min-width: 992px) {
  .advantages-list-content-faq h2, .advantages-list-content-faq .h2 {
    max-width: 30%;
  }
}
.advantages-list-content-faq .btn-holder {
  padding: 30px 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .advantages-list-content-faq .btn-holder {
    padding: 75px 0;
  }
}

.pros-block h3, .pros-block .h3,
.cons-block h3,
.cons-block .h3 {
  font-size: 18px;
  line-height: 1.555555;
  padding-bottom: 10px;
  border-bottom: 1px solid #dce5f5;
  margin: 0 0 15px;
}
ul.cons-list,
ul.pros-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
}
ul.cons-list li,
ul.pros-list li {
  padding-left: 30px;
  position: relative;
  margin: 0 0 10px;
}
ul.cons-list li:last-child,
ul.pros-list li:last-child {
  margin: 0;
}
ul.cons-list li::before,
ul.pros-list li::before {
  content: url(../img/ico-like.svg);
  position: absolute;
  top: 3px;
  left: 1px;
}
@media (min-width: 768px) {
  ul.cons-list li::before,
ul.pros-list li::before {
    top: 2px;
    left: 0;
  }
}

ul.cons-list li::before {
  content: url(../img/ico-dislike.svg);
}

.infogram-embed {
  margin: 37px 0 10px;
}

@media (max-width: 767.98px) {
  .table-holder {
    width: 100%;
    overflow-x: auto;
  }
}

.wp-block-columns-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .wp-block-columns-2 {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

.wp-block-columns-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 21px 0 0;
}
@media (min-width: 768px) {
  .wp-block-columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.wp-block-columns-3 h4, .wp-block-columns-3 .h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px;
}
.wp-block-columns-3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
}
.wp-block-columns-3 ul li {
  position: relative;
  padding-left: 14px;
  margin: 0 0 5px;
}
.wp-block-columns-3 ul li::before {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #0f63fb;
  position: absolute;
  top: 10px;
  left: 0;
}

[data-af-custom-fonts=af-creatives-text] {
  font-family: "$dmsans-font", sans-serif !important;
}

.bordered-text-block {
  border-top: 2px solid #0f63fb;
  border-bottom: 2px solid #0f63fb;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 1.555555;
  margin: 20px 0;
}
@media (min-width: 992px) {
  .bordered-text-block {
    padding: 20px 70px;
  }
}

.benefits-block + h2, .benefits-block + .h2, .benefits-block + h3, .benefits-block + .h3 {
  margin-top: 35px !important;
}
.benefits-block h3, .benefits-block .h3 {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .benefits-block h3, .benefits-block .h3 {
    margin: 40px 0 20px;
  }
}
@media (min-width: 768px) {
  .benefits-block .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .benefits-block .row > [class^=col] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.benefits-block .row > div {
  margin-bottom: 20px;
}
.benefits-block .img-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 8px;
}
.benefits-block .img-holder img {
  margin: 0 0 5px;
}
@media (max-width: 767.98px) {
  .benefits-block .img-holder img {
    max-width: 60px;
    max-height: 60px;
  }
}
.benefits-block .img-holder figcaption {
  font-weight: 600;
  text-align: center;
}

.pros-cons-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .pros-cons-block {
    grid-template-columns: 1fr 1fr;
  }
}
.pros-cons-block h3, .pros-cons-block .h3 {
  font-size: 18px;
  line-height: 1.555555;
  padding-bottom: 10px;
  border-bottom: 1px solid #dce5f5;
  margin: 0 0 15px;
}
.pros-cons-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
}
.pros-cons-block ul li {
  padding-left: 30px;
  position: relative;
  margin: 0 0 10px;
}
.pros-cons-block ul li:last-child {
  margin: 0;
}
.pros-cons-block ul li::before {
  position: absolute;
  top: 3px;
  left: 1px;
}
@media (min-width: 768px) {
  .pros-cons-block ul li::before {
    top: 2px;
    left: 0;
  }
}
.pros-cons-block .pros-list ul li::before {
  content: url(../img/ico-like.svg);
}
.pros-cons-block .cons-list ul li::before {
  content: url(../img/ico-dislike.svg);
}

.audio-player-holder {
  text-align: center;
}

.section-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  color: #6a6b8a;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.section-header {
  text-align: center;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .section-header {
    margin: 0 0 60px;
  }
}
.section-header h2, .section-header .h2 {
  margin: 0;
}

.intro-section {
  background: linear-gradient(to left, #1fa0fd -40.78%, #0e62fb 54.27%);
  color: #ffffff;
  font-size: 16px;
  padding: 20px 0 0;
  margin: 65px 0 125px !important;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .intro-section {
    font-size: 18px;
    line-height: 1.555;
    padding: 19px 0 20px;
    margin: 75px 0 16px !important;
  }
}
.intro-section::after {
  content: url(../img/img-intro-decor-mob.svg);
  position: absolute;
  bottom: -7px;
  right: 0;
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 992px) {
  .intro-section::after {
    content: url(../img/img-intro-decor.svg);
    bottom: -8px;
  }
}
@media (min-width: 992px) {
  .intro-section:not(.intro-type-image-small):not(.intro-type-image-large) {
    min-height: 230px;
    text-align: center;
  }
}
.intro-section:not(.intro-type-image-small):not(.intro-type-image-large) .inner {
  justify-content: center;
}
.intro-section + main.main-wrapper {
  padding: 0;
}
.intro-section.intro-type-image-small {
  padding: 20px 0;
  margin: 0 0 30px;
}
@media (min-width: 992px) {
  .intro-section.intro-type-image-small {
    padding: 40px 0 25px;
    margin: 0 0 41px;
  }
}
.intro-section.intro-type-image-small h1, .intro-section.intro-type-image-small .h1 {
  margin-left: 0;
  margin-right: 0;
}
.intro-section.intro-type-image-small p {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .intro-section.intro-type-image-small p {
    margin: 0 0 20px;
  }
}
@media (min-width: 992px) {
  .intro-section.intro-type-image-small .content-holder {
    margin-right: 20px;
  }
}
.intro-section.intro-type-image-small .container {
  padding-top: 0;
  padding-bottom: 0;
}
.intro-section.intro-type-image-large {
  padding: 20px 0;
  margin: 0 0 125px;
  position: relative;
  overflow: unset;
}
@media (min-width: 992px) {
  .intro-section.intro-type-image-large {
    background: none;
    padding: 40px 0 25px;
    margin: 0 0 16px;
  }
  .intro-section.intro-type-image-large::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 360px;
    background: linear-gradient(to left, #1fa0fd -40.78%, #0e62fb 54.27%);
  }
}
.intro-section.intro-type-image-large::after {
  bottom: unset;
  top: 102px;
}
@media (max-width: 991.98px) {
  .intro-section.intro-type-image-large::after {
    display: none;
  }
}
.intro-section.intro-type-image-large h1, .intro-section.intro-type-image-large .h1 {
  margin-left: 0;
  margin-right: 0;
}
.intro-section.intro-type-image-large p {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .intro-section.intro-type-image-large p {
    margin: 0 0 20px;
  }
}
.intro-section.intro-type-image-large .content-holder {
  flex-direction: column-reverse;
  position: static;
}
@media (min-width: 992px) {
  .intro-section.intro-type-image-large .content-holder {
    flex-grow: 1;
    margin-right: 100px;
  }
}
@media (min-width: 992px) {
  .intro-section.intro-type-image-large .content-holder .text-holder {
    margin: 0 0 19px;
    padding: 0 10px 0 0;
  }
}
.intro-section.intro-type-image-large .content-holder .img-holder {
  margin: 0;
  position: relative;
  padding-bottom: 50.6%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .intro-section.intro-type-image-large .content-holder .img-holder {
    display: none;
  }
}
.intro-section.intro-type-image-large .content-holder .img-holder img {
  position: absolute;
}
@media (max-width: 991.98px) {
  .intro-section.intro-type-image-large .intro-aside .author-holder {
    margin: 0 0 30px;
  }
}
.intro-section.intro-type-image-large .container {
  padding-top: 0;
  padding-bottom: 0;
}
.hub-page-class .intro-section {
  padding-bottom: 155px;
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .hub-page-class .intro-section {
    padding-bottom: 80px;
  }
}
.intro-section .inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .intro-section .inner {
    flex-direction: row;
  }
}
.intro-section .content-holder {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .intro-section .content-holder {
    flex-direction: row;
  }
}
.intro-section .content-holder .img-holder {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .intro-section .content-holder .img-holder {
    width: 145px;
    height: 145px;
    margin-right: 30px;
  }
}
.intro-section .content-holder .img-holder img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.intro-section .content-holder .text-holder {
  font-size: 18px;
  font-weight: 600;
}
.intro-section .intro-aside {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .intro-section .intro-aside {
    margin-left: auto;
    flex: 1 0 26%;
    max-width: 307px;
    max-height: 280px;
    align-items: flex-end;
  }
}
.intro-section .intro-aside b {
  font-weight: 600;
}
.intro-section .intro-aside .author-holder {
  display: flex;
  align-items: center;
  margin: 0;
}
@media (min-width: 992px) {
  .intro-section .intro-aside .author-holder {
    justify-content: flex-end;
  }
}
.intro-section .intro-aside .author-holder img {
  border-radius: 50px;
  margin-right: 10px;
  height: 32px;
  width: 32px;
  object-fit: cover;
  object-position: top;
}
.intro-section .intro-aside .author-holder a {
  color: currentColor;
}
.intro-section .intro-aside .author-holder a:hover {
  text-decoration: underline;
}
.intro-section .intro-aside .img-holder {
  position: relative;
  padding-bottom: 50%;
  margin-bottom: -106px;
}
@media (min-width: 992px) {
  .intro-section .intro-aside .img-holder {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .intro-section .intro-aside .img-holder {
    width: 100%;
  }
}
.intro-section .intro-aside .img-holder img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.intro-section .intro-aside .disclosure-tooltip-text {
  font-size: 16px;
  margin: auto 0 30px;
  max-width: unset;
}
@media (min-width: 1340px) {
  .intro-section .intro-aside .disclosure-tooltip-text {
    line-height: 1.5;
    margin: auto 35px 0 0;
  }
}
@media (max-width: 767.98px) {
  .intro-section .intro-aside .disclosure-tooltip-text {
    display: none;
  }
}
.intro-section h1, .intro-section .h1 {
  color: #ffffff;
  margin: 0 0 15px;
  position: relative;
  font-weight: 800;
  z-index: 5;
}
@media (min-width: 992px) {
  .intro-section h1, .intro-section .h1 {
    margin: 0 auto 20px;
  }
}
.intro-section p {
  margin: 0 0 15px;
  position: relative;
  z-index: 5;
}
@media (min-width: 992px) {
  .intro-section p {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .hub-page-class .main-wrapper > .content-holder .container {
    flex-direction: column;
  }
}
.main-wrapper .wrapper {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .main-wrapper .wrapper {
    margin-right: 20px;
    max-width: 790px;
    width: 66%;
  }
}
.main-wrapper > .content-holder {
  margin: 0 0 45px;
}
.main-wrapper > .content-holder .container {
  display: flex;
}

.credit-blocks-section {
  padding: 50px 0;
}

.credit-block {
  border: 1px solid #dce5f5;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 6px 0 rgba(24, 28, 71, 0.1);
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .credit-block {
    flex-direction: row;
  }
}
.credit-block aside {
  padding: 20px 20px 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .credit-block aside {
    padding: 20px;
    flex-shrink: 0;
    width: 220px;
  }
}
.credit-block aside .label {
  margin: -37px 0 10px -2px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 50px;
  background: #21ad59;
  padding: 5px 12px 6px 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.credit-block aside .label.top-choice-label {
  background: #771cea;
}
.credit-block aside .label::before {
  content: url(../img/ico-checked.svg);
  margin: 0 5px 0 0;
  line-height: 1;
  height: 16px;
}
.credit-block aside .img-holder {
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .credit-block aside .img-holder {
    margin-bottom: 12px;
    order: 1;
  }
}
.credit-block aside .img-holder img {
  max-height: 100%;
  max-width: 180px;
  height: auto;
  width: 100%;
}
.credit-block aside .btn {
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 10px 11px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .credit-block aside .btn {
    font-size: 18px;
    padding: 15px 10px;
  }
}
@media (max-width: 767.98px) {
  .credit-block aside .btn {
    order: 2;
  }
}
.credit-block aside .btn::after {
  content: "";
  height: 20px;
  width: 20px;
  -webkit-mask-image: url(../img/ico-direct-link.svg);
  mask-image: url(../img/ico-direct-link.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 20px 20px;
  mask-size: 20px 20px;
  background: currentColor;
  margin-left: 5px;
  display: inline-block;
}
.credit-block aside .btn.btn-disabled::after {
  display: none;
}
.credit-block aside .footer-text {
  text-align: center;
  font-size: 12px;
  color: #5d5e86;
  padding: 10px 0 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  .credit-block aside .footer-text {
    padding: 10px 0 0;
    order: 2;
  }
}
.credit-block aside .footer-text p {
  margin: 0;
}
.credit-block .card-info {
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .credit-block .card-info {
    flex-direction: column;
    order: 3;
    margin: 20px 0 0;
    align-items: flex-start;
  }
}
.credit-block .card-info h3, .credit-block .card-info .h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 30px 0 0;
  color: #393a66;
}
@media (max-width: 767.98px) {
  .credit-block .card-info h3, .credit-block .card-info .h3 {
    margin: 0 0 15px 0;
  }
}
.credit-block .card-info .rating-holder {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767.98px) {
  .credit-block .card-info .rating-holder {
    flex-shrink: 0;
  }
}
.credit-block .card-info .rating-holder .img-holder {
  line-height: 1;
}
.credit-block .card-info .tooltip-text {
  margin: 0 0 3px;
}
.credit-block .card-info .rating-info {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .credit-block .card-info .rating-info {
    align-items: flex-start;
  }
}
.credit-block .content-holder {
  padding: 16px 18px 21px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .credit-block .content-holder {
    padding: 18px 18px 17px;
  }
}
.credit-block .content-holder header {
  display: flex;
  align-items: center;
  margin: 0 0 31px;
}
@media (min-width: 768px) and (max-width: 1339.98px) {
  .credit-block .content-holder header {
    flex-direction: column;
  }
}
@media (min-width: 1340px) {
  .credit-block .content-holder header {
    gap: 30px;
  }
}
.credit-block .content-holder header h3, .credit-block .content-holder header .h3 {
  margin: 0;
  word-break: break-word;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 1340px) {
  .credit-block .content-holder header h3, .credit-block .content-holder header .h3 {
    max-width: 40%;
  }
}
.credit-block .rating-holder {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  padding: 3px 0 0;
}
@media (min-width: 1340px) {
  .credit-block .rating-holder {
    margin: 0 0 0 auto;
  }
}
.credit-block .rating-holder .rating-value {
  line-height: 1;
  margin: 0 10px;
}
.credit-block .rating-holder .img-holder {
  margin: 0 9px;
}
.credit-block .tooltip-text {
  color: #393a66;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}
.credit-block .tooltip-text::after {
  content: "";
  width: 13px;
  height: 13px;
  -webkit-mask-image: url(../img/info-mark.svg);
  mask-image: url(../img/info-mark.svg);
  -webkit-mask-size: 13px 13px;
  mask-size: 13px 13px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #0f63fb;
  display: inline-block;
  margin: 0 2px -1px 3px;
}
@media (min-width: 992px) {
  .credit-block .tooltip-text::after {
    margin-top: 3px;
  }
}
.credit-block .options-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 17px;
  font-size: 16px;
  font-weight: 400;
  color: #5d5e86;
}
@media (min-width: 768px) {
  .credit-block .options-list {
    margin: 0;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.credit-block .options-list li {
  border-top: 1px solid #dce5f5;
  padding: 15px 0 0 1px;
}
@media (min-width: 768px) {
  .credit-block .options-list li {
    border-top: none;
    border-left: 1px solid #dce5f5;
    padding: 0 0 0 15px;
    margin: 0 0 10px;
  }
}
@media (min-width: 992px) {
  .credit-block .options-list li {
    margin: 0;
  }
}
.credit-block .options-list li strong {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333;
  color: #393a66;
  display: block;
  margin: 12px 0 0;
}
@media (min-width: 768px) {
  .credit-block .options-list li strong {
    margin: 11px 0 0;
  }
}
.credit-block .link-holder {
  padding: 16px 0 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .credit-block .link-holder {
    padding: 20px 0 0;
    justify-content: flex-end;
  }
}
.credit-block .collapse-link {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57;
  letter-spacing: 0.03em;
  color: #0f63fb;
  position: relative;
  padding-right: 20px;
  font-family: "DM Sans", sans-serif;
}
.credit-block .collapse-link[aria-expanded=true]::after {
  transform: rotate(-135deg);
  top: 8px;
}
.credit-block .collapse-link[aria-expanded=true] .link-text::before {
  content: attr(data-text-close);
}
.credit-block .collapse-link::after {
  content: "";
  height: 9px;
  width: 9px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  position: absolute;
  right: 3px;
  top: 3px;
}
.credit-block .collapse-link .link-text::before {
  content: attr(data-text-open);
}
.credit-block .collapse-holder .options-list {
  margin: 15px 0 0;
}
@media (min-width: 768px) {
  .credit-block .collapse-holder .options-list {
    margin: 20px 0 0;
  }
}
@media (min-width: 992px) {
  .credit-block .collapse-holder .options-list li:nth-last-of-type(1) {
    margin-right: 10px;
  }
}

.text-image-columns-section {
  padding: 40px 0 35px;
}
@media (min-width: 768px) {
  .text-image-columns-section {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .text-image-columns-section.reverse .row {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .text-image-columns-section.reverse .img-holder {
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .text-image-columns-section .row {
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  .text-image-columns-section .row {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .text-image-columns-section .section-header {
    display: none;
  }
}
.text-image-columns-section .section-header h2, .text-image-columns-section .section-header .h2 {
  text-align: left;
}
.text-image-columns-section .text-holder {
  padding: 12px 0 0;
}
.text-image-columns-section .text-holder h2, .text-image-columns-section .text-holder .h2 {
  margin: 0 0 40px;
  display: none;
}
@media (min-width: 992px) {
  .text-image-columns-section .text-holder h2, .text-image-columns-section .text-holder .h2 {
    display: block;
  }
}
.text-image-columns-section .text-holder p {
  margin: 0 0 10px;
}
.text-image-columns-section .img-holder {
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .text-image-columns-section .img-holder {
    margin-bottom: 0;
    text-align: right;
  }
}
.text-image-columns-section .img-holder img {
  width: 513px;
  max-width: 100%;
}

#breadcrumbs {
  text-align: left;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
}
@media (min-width: 992px) {
  #breadcrumbs {
    margin: 0 0 20px;
  }
}
#breadcrumbs a {
  color: #ffffff;
  font-weight: 400;
}

.team-section {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .team-section {
    padding: 60px 0;
  }
}
.team-section .row {
  align-items: center;
}
.team-section .row > div {
  margin-bottom: 9px;
}
@media (min-width: 992px) {
  .team-section .row > div {
    margin-bottom: 0;
  }
}
.team-section .row > div:nth-last-child(1) {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .team-section .text-holder {
    margin: -6px 0 0;
    padding: 0 100px 0 0;
  }
}
.team-section .text-holder h2, .team-section .text-holder .h2 {
  margin: 0 0 20px;
}
.team-section .text-holder p {
  margin: 0 0 10px;
}
@media (min-width: 992px) {
  .team-section .img-holder {
    margin-left: -30px;
  }
}
@media (max-width: 767.98px) {
  .team-section .img-holder img {
    width: 100%;
  }
}

.provide-section {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .provide-section {
    padding: 42px 0;
  }
}
.provide-section .content-holder {
  border-bottom: 1px solid #dce5f5;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .provide-section .content-holder {
    padding-bottom: 60px;
  }
}
@media (min-width: 1340px) {
  .provide-section .content-holder {
    margin: 0 160px;
  }
}
.provide-section .row {
  gap: 40px 0;
}
@media (min-width: 992px) {
  .provide-section .row {
    gap: 80px 0;
    margin-left: -50px;
    margin-right: -50px;
  }
  .provide-section .row > [class^=col] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.provide-section .provide-card {
  text-align: center;
  font-weight: 600;
  margin: 0;
}
.provide-section .provide-card img {
  margin: 0 0 20px;
}
@media (max-width: 991.98px) {
  .provide-section .provide-card img {
    max-width: 50px;
    margin: 0 0 10px;
  }
}
@media (max-width: 991.98px) {
  .provide-section .provide-card figcaption {
    padding: 0 10px;
  }
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@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") format("woff");
  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;
  /* Fix of Webkit flickering */
  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: translate3d(0px, 0, 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;
}

/* Auto Height */
.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);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.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 {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.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 {
  transform: scale(1);
}
.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;
  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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.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: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.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-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.reviews-section {
  padding: 60px 0 55px;
}
@media (min-width: 992px) {
  .reviews-section {
    padding: 78px 0;
  }
}
.reviews-section .rating-block {
  margin: 0 0 37px;
  padding: 0 6px;
}
@media (min-width: 992px) {
  .reviews-section .rating-block {
    margin: 0 0 57px;
    padding: 0;
  }
}
.reviews-section .rating-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 992px) {
  .reviews-section .rating-block ul {
    gap: 60px;
  }
}
.reviews-section .rating-block ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reviews-section .rating-block ul .rating-value {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333333;
  margin: 0 0 1px;
}
@media (min-width: 992px) {
  .reviews-section .rating-block ul .rating-value {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 5px;
  }
}
.reviews-section .rating-block ul .stars-holder {
  margin: 0 0 3px;
}
@media (min-width: 992px) {
  .reviews-section .rating-block ul .stars-holder {
    margin: 0 0 5px;
  }
}
.reviews-section .rating-block ul .logo-holder {
  margin: 0;
  padding: 0 7px;
}
@media (min-width: 992px) {
  .reviews-section .rating-block ul .logo-holder {
    padding: 0;
  }
}
.reviews-section .swiper-reviews {
  padding: 0 0 67px;
}
@media (min-width: 768px) {
  .reviews-section .swiper-reviews {
    padding: 0 0 90px;
  }
}
.reviews-section .swiper-reviews .swiper-slide {
  width: 89%;
  max-width: 863px;
  height: auto;
}
@media (min-width: 992px) {
  .reviews-section .swiper-reviews .swiper-slide {
    width: 80%;
  }
}
@media (min-width: 1340px) {
  .reviews-section .swiper-reviews .swiper-slide {
    width: 60%;
  }
}
.reviews-section .swiper-button-prev,
.reviews-section .swiper-button-next {
  top: calc(100% - 38px);
  left: 16px;
}
@media (min-width: 768px) {
  .reviews-section .swiper-button-prev,
.reviews-section .swiper-button-next {
    top: calc(100% - 50px);
    left: 120px;
  }
}
.reviews-section .swiper-button-next {
  left: unset;
  right: 16px;
}
@media (min-width: 768px) {
  .reviews-section .swiper-button-next {
    right: 120px;
  }
}
.reviews-section .review-card {
  padding: 16px 18px 18px;
  border-radius: 20px;
  border: 2px solid #0f63fb;
  box-shadow: 2px 2px 0 #0f63fb;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  height: 100%;
}
@media (min-width: 992px) {
  .reviews-section .review-card {
    flex-direction: row;
    align-items: stretch;
    padding: 16px 18px 17px;
    gap: 20px;
  }
}
.reviews-section .review-card .img-holder {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reviews-section .review-card .img-holder > img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: 0 0 10px;
}
.reviews-section .review-card .img-holder figcaption {
  font-family: "DM Sans", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reviews-section .review-card .img-holder figcaption strong {
  display: block;
  margin: 0 0 13px;
}
@media (max-width: 991.98px) {
  .reviews-section .review-card .img-holder figcaption strong {
    font-size: 18px;
  }
}
.reviews-section .review-card .img-holder figcaption img {
  max-width: 106px;
}
.reviews-section .review-card .text-holder h3, .reviews-section .review-card .text-holder .h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .reviews-section .review-card .text-holder h3, .reviews-section .review-card .text-holder .h3 {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .reviews-section .review-card .text-holder h3, .reviews-section .review-card .text-holder .h3 {
    margin: 0 0 10px;
  }
}
.reviews-section .review-card .text-holder p {
  margin: 0;
}
.reviews-section .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  margin: 0 20px;
  background: #f4f6fe;
  opacity: 1;
}
.reviews-section .swiper-pagination-bullet-active {
  background: #0f63fb;
}

.partners-section {
  padding: 25px 0;
}
.partners-section .section-header {
  margin: 0 0 39px;
}
@media (min-width: 992px) {
  .partners-section .section-header {
    margin: 0 0 57px;
  }
}
.partners-section .nav-tabs {
  border: none;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: unset;
  gap: 4px;
  min-height: 50px;
  margin: 0 -16px 0 0;
}
@media (min-width: 768px) {
  .partners-section .nav-tabs {
    margin: 0;
  }
}
.partners-section .nav-tabs .nav-item {
  min-width: 146px;
}
.partners-section .nav-tabs .nav-link {
  padding: 11px 0;
  border: none;
  border-bottom: 2px solid #dce5f5;
  height: 50px;
}
@media (min-width: 992px) {
  .partners-section .nav-tabs .nav-link {
    padding: 10px 0;
  }
}
.partners-section .nav-tabs .nav-link.active {
  border-bottom-color: #0f63fb;
}
.partners-section .nav-tabs .img-holder {
  margin: 0;
  text-align: center;
}
.partners-section .tab-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 22px 0 30px;
  border-bottom: 1px solid #dce5f5;
}
@media (min-width: 992px) {
  .partners-section .tab-content {
    padding: 22px 0 40px;
  }
}
@media (min-width: 992px) {
  .partners-section .tab-content p {
    max-width: 67%;
  }
}
.partners-section .tab-content h3, .partners-section .tab-content .h3 {
  font-size: 18px;
  line-height: 1.333333;
  margin: 20px 0;
}
@media (min-width: 992px) {
  .partners-section .tab-content h3, .partners-section .tab-content .h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}
.partners-section .tab-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 12px;
}
.partners-section .tab-content ul li {
  padding: 9px 18px;
  border-radius: 50px;
  border: 1px solid #0f63fb;
  box-shadow: 2px 2px 0 #0f63fb;
}

.text-banner-section {
  padding: 40px 0 35px;
  margin: 55px 0 20px;
  background: #f9faff;
}
@media (min-width: 992px) {
  .text-banner-section {
    padding: 61px 0 50px;
    margin: 94px 0 70px;
  }
}
.text-banner-section .section-header {
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .text-banner-section .section-header {
    margin: 0 0 30px;
  }
}
.text-banner-section .text-holder {
  text-align: center;
}
@media (min-width: 992px) {
  .text-banner-section .text-holder {
    max-width: 60%;
    margin: 0 auto;
  }
}
.text-banner-section .text-holder p {
  margin: 0 0 10px;
}
.text-banner-section .text-holder strong {
  font-weight: 600;
}

.writers-section {
  padding: 55px 0 60px;
}
@media (min-width: 992px) {
  .writers-section {
    padding: 50px 0 63px;
  }
}
@media (min-width: 992px) {
  .writers-section .section-header {
    margin: 0 0 136px;
  }
}
.writers-section .row > div {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .writers-section .row > div {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .writers-section .row > div:nth-child(3n+1) {
    margin-top: -77px;
  }
}
@media (min-width: 992px) {
  .writers-section .row > div:nth-child(3n+3) {
    margin-top: -65px;
  }
}
.writers-section .writer-card {
  border: 2px solid #0f63fb;
  box-shadow: 2px 2px 0 #0f63fb;
  border-radius: 20px;
  padding: 13px 13px 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .writers-section .writer-card {
    padding: 13px;
  }
}
.writers-section .writer-card .img-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.writers-section .writer-card .img-holder .img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: 0 0 15px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .writers-section .writer-card .img-holder .img {
    height: 100px;
    width: 100px;
  }
}
.writers-section .writer-card .img-holder .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.writers-section .writer-card .img-holder figcaption {
  font-size: 18px;
}
.writers-section .writer-card .img-holder figcaption h3, .writers-section .writer-card .img-holder figcaption .h3 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 5px;
}
.writers-section .writer-card .img-holder figcaption p {
  margin: 0 0 15px;
}
.writers-section .writer-card .img-holder figcaption ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.writers-section .writer-card .img-holder figcaption ul li.twitter-item a::before {
  content: "";
  height: 16px;
  width: 16px;
  -webkit-mask-image: url(../img/tw.svg);
  mask-image: url(../img/tw.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 16px 16px;
  mask-size: 16px 16px;
  background: currentColor;
}
.writers-section .writer-card .img-holder figcaption ul li.linkedin-item a::before {
  content: "";
  height: 16px;
  width: 16px;
  -webkit-mask-image: url(../img/in.svg);
  mask-image: url(../img/in.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 16px 16px;
  mask-size: 16px 16px;
  background: currentColor;
}
.writers-section .writer-card .img-holder figcaption ul li a {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f6fe;
  color: #0f63fb;
  height: 40px;
  width: 40px;
}
.writers-section .writer-card .img-holder figcaption ul li a:hover {
  color: #ffffff;
  background: #0f63fb;
}
.writers-section .writer-card .text-holder {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 8px;
}
.writers-section .writer-card .text-holder p {
  margin: 0;
}
.writers-section .writer-card footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 0 15px;
}
.writers-section .writer-card footer figure {
  margin: 0;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .writers-section .writer-card footer figure {
    height: 60px;
    width: 60px;
  }
}
@media (max-width: 991.98px) {
  .writers-section .writer-card footer figure img {
    max-width: 50px;
  }
}

.creditor-card {
  display: flex;
  flex-direction: column-reverse;
  border-radius: 20px;
  border: 1px solid #dce5f5;
  margin: 25px 0;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}
@media (min-width: 768px) {
  .creditor-card {
    flex-direction: row;
    margin: 60px 0;
  }
}
.creditor-card .text-holder {
  padding: 16px 15px 14px 13px;
}
@media (min-width: 992px) {
  .creditor-card .text-holder {
    padding: 18px;
  }
}
.creditor-card .text-holder h3, .creditor-card .text-holder .h3 {
  margin: 0 0 15px;
}
@media (max-width: 767.98px) {
  .creditor-card .text-holder h3, .creditor-card .text-holder .h3 {
    display: none;
  }
}
.creditor-card .text-holder p {
  margin: 0 0 10px;
}
.creditor-card .text-holder p:nth-last-of-type(1) {
  margin: 0;
}
.creditor-card .text-holder ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  font-weight: 600;
}
.creditor-card .text-holder ul li {
  padding-left: 30px;
  position: relative;
}
.creditor-card .text-holder ul li::before {
  content: url(../img/ico-check.svg);
  position: absolute;
  top: 3px;
  left: 0;
}
.creditor-card .text-holder blockquote {
  border-left: 2px solid #0f63fb;
  padding-left: 15px;
  margin: 10px 0;
  font-weight: 600;
}
.creditor-card aside {
  background: #f9faff;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .creditor-card aside {
    width: 207px;
    flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .creditor-card aside {
    padding: 18px 20px;
  }
}
.creditor-card aside h3, .creditor-card aside .h3 {
  text-align: center;
  margin: 0 0 14px;
}
@media (min-width: 768px) {
  .creditor-card aside h3, .creditor-card aside .h3 {
    display: none;
  }
}
.creditor-card aside figure {
  border-radius: 7px;
  overflow: hidden;
  margin: 0 0 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .creditor-card aside figure {
    margin: 0 0 20px;
  }
}
.creditor-card aside figure img {
  border-radius: 8px;
}
@media (max-width: 991.98px) {
  .creditor-card aside figure img {
    min-width: 188px;
  }
}
.creditor-card aside .goto-btn {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 11px;
}
@media (max-width: 991.98px) {
  .creditor-card aside .goto-btn {
    order: 5;
  }
}
.creditor-card aside ul {
  font-family: "DM Sans", sans-serif;
  line-height: 1.5;
  margin: 10px 0 14px;
  padding: 0;
  list-style: none;
  color: #5d5e86;
}
@media (min-width: 992px) {
  .creditor-card aside ul {
    margin: 32px 0;
  }
}
.creditor-card aside ul li {
  margin: 0 0 18px;
}
@media (min-width: 992px) {
  .creditor-card aside ul li {
    margin: 0 0 30px;
  }
}
.creditor-card aside ul li:last-child {
  margin: 0;
}
.creditor-card aside ul li span {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #393a66;
  display: block;
  margin: 4px 0;
}
@media (min-width: 992px) {
  .creditor-card aside ul li span {
    margin: 8px 0;
  }
}

.app-card {
  padding: 13px;
  border-radius: 20px;
  border: 1px solid #dce5f5;
  margin: 40px 0;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .app-card {
    padding: 18px;
  }
}
.app-card header {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
@media (max-width: 767.98px) {
  .app-card header {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.app-card header .img-holder {
  margin: 0 20px 0 0;
}
.app-card header .img-holder img {
  width: 60px;
  height: 60px;
}
@media (min-width: 768px) {
  .app-card header .img-holder img {
    width: 72px;
    height: 72px;
  }
}
.app-card header h3, .app-card header .h3 {
  margin: 0;
}
.app-card header .btn-block {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .app-card header .btn-block {
    margin: 0 0 0 auto;
    width: auto;
  }
}
.app-card header .btn {
  padding: 15px 34px;
}
@media (max-width: 767.98px) {
  .app-card header .btn {
    margin: 20px 0 0;
    padding: 12px 32px;
  }
}
.app-card header .btn-sm, .app-card header .btn-group-sm > .btn {
  padding: 12px;
}
@media (min-width: 768px) {
  .app-card header .btn-sm, .app-card header .btn-group-sm > .btn {
    padding: 15px 32px;
  }
}
.app-card .text-holder {
  margin: 0 0 20px;
}
.app-card .text-holder p {
  margin: 0 0 10px;
}
.app-card footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .app-card footer {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
.app-card footer .item-holder {
  flex-grow: 1;
}
.app-card footer .item-holder h3, .app-card footer .item-holder .h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.555555;
  padding-bottom: 7px;
  border-bottom: 1px solid #dce5f5;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .app-card footer .item-holder h3, .app-card footer .item-holder .h3 {
    padding-bottom: 10px;
  }
}

.cta-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .cta-block {
    padding: 19px 0;
  }
}
.cta-block .goto-btn {
  padding: 11px 20px;
  border-radius: 50px;
  margin: 0 0 15px;
}
@media (min-width: 992px) {
  .cta-block .goto-btn {
    padding: 12px 20px;
    min-width: 215px;
  }
}
@media (max-width: 767.98px) {
  .cta-block .goto-btn {
    font-size: 14px;
    line-height: 1.57;
    width: 100%;
  }
}
.cta-block figure {
  display: flex;
  align-items: center;
  color: #0f63fb;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.cta-block figure img {
  margin: 0 10px 0 0;
}

.credit-card-block {
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .credit-card-block {
    margin: 0 0 62px;
  }
}
.credit-card-block h2, .credit-card-block .h2 {
  margin: 0 0 20px;
}
.credit-card-block .card-holder {
  display: flex;
  flex-direction: column-reverse;
  border-radius: 20px;
  border: 1px solid #dce5f5;
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}
@media (min-width: 768px) {
  .credit-card-block .card-holder {
    flex-direction: row;
  }
}
.credit-card-block .card-holder h3, .credit-card-block .card-holder .h3 {
  font-size: 18px;
  line-height: 1.333333;
  padding-bottom: 10px;
  border-bottom: 1px solid #dce5f5;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .credit-card-block .card-holder h3, .credit-card-block .card-holder .h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}
.credit-card-block .card-holder .list-holder {
  margin: 20px 0;
}
@media (min-width: 992px) {
  .credit-card-block .card-holder .list-holder {
    padding: 0 10px 0 0;
  }
}
.credit-card-block .card-holder .list-holder:nth-last-of-type(1) {
  margin-bottom: 0;
}
.credit-card-block .card-holder .text-holder {
  padding: 20px 15px 14px 13px;
}
@media (min-width: 992px) {
  .credit-card-block .card-holder .text-holder {
    padding: 18px;
  }
}
.credit-card-block .card-holder .text-holder p {
  margin: 0 0 10px;
}
.credit-card-block .card-holder .text-holder p:nth-last-of-type(1) {
  margin: 0;
}
.credit-card-block .card-holder .text-holder blockquote {
  border-left: 2px solid #0f63fb;
  padding-left: 15px;
  margin: 10px 0;
  font-weight: 600;
}
.credit-card-block .card-holder aside {
  background: #f9faff;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .credit-card-block .card-holder aside {
    width: 207px;
    flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .credit-card-block .card-holder aside {
    padding: 18px 20px;
  }
}
.credit-card-block .card-holder aside figure {
  border-radius: 7px;
  overflow: hidden;
  margin: 0 0 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .credit-card-block .card-holder aside figure {
    margin: 0 0 20px;
  }
}
.credit-card-block .card-holder aside figure img {
  border-radius: 8px;
}
@media (max-width: 991.98px) {
  .credit-card-block .card-holder aside figure img {
    min-width: 188px;
  }
}
.credit-card-block .card-holder aside .btn {
  font-size: 16px;
  padding: 16px;
}
@media (max-width: 991.98px) {
  .credit-card-block .card-holder aside .btn {
    order: 5;
  }
}
@media (max-width: 767.98px) {
  .credit-card-block .card-holder aside .btn {
    padding: 12px;
  }
}
.credit-card-block .card-holder aside .options-list {
  font-family: "DM Sans", sans-serif;
  line-height: 1.5;
  margin: 8px 0 14px;
  padding: 0;
  list-style: none;
  color: #5d5e86;
}
@media (min-width: 992px) {
  .credit-card-block .card-holder aside .options-list {
    margin: 30px 0;
  }
}
.credit-card-block .card-holder aside .options-list li {
  margin: 0 0 18px;
}
@media (min-width: 992px) {
  .credit-card-block .card-holder aside .options-list li {
    margin: 0 0 30px;
  }
}
.credit-card-block .card-holder aside .options-list li:last-child {
  margin: 0;
}
.credit-card-block .card-holder aside .options-list li span {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #393a66;
  display: block;
  margin: 4px 0;
}
@media (min-width: 992px) {
  .credit-card-block .card-holder aside .options-list li span {
    margin: 8px 0;
  }
}

.preview-block h2, .preview-block .h2 {
  margin: 40px 0 20px;
}
@media (min-width: 768px) {
  .preview-block h2, .preview-block .h2 {
    margin: 60px 0 20px;
  }
}
.preview-block .img-holder {
  position: relative;
  margin: 0 0 20px;
}
.preview-block .img-holder:hover figcaption {
  opacity: 1;
  visibility: visible;
}
.preview-block .img-holder figcaption {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.preview-block p {
  margin: 0 0 10px;
}
.preview-block ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
  color: #393a66;
}
@media (min-width: 992px) {
  .preview-block ul {
    font-size: 18px;
    line-height: 1.55;
  }
}
.preview-block ul li {
  padding-left: 30px;
  position: relative;
  margin: 0 0 10px;
}
.preview-block ul li::before {
  content: url(../img/ico-check.svg);
  position: absolute;
  top: 3px;
  left: 0;
}
.preview-block ul b {
  font-weight: 600;
}

.touch-section {
  padding: 90px 0 80px;
}
@media (min-width: 768px) {
  .touch-section {
    padding: 120px 0 90px;
  }
}
.touch-section .img-holder {
  border-radius: 20px;
  padding: 35px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f6fe;
}
@media (min-width: 768px) {
  .touch-section .img-holder {
    min-height: 375px;
  }
}
@media (min-width: 1340px) {
  .touch-section .img-holder {
    margin: 0 19px 0 0;
  }
}
.touch-section .text-holder {
  margin: 0 0 40px;
}
@media (max-width: 767.98px) {
  .touch-section .text-holder {
    font-size: 18px;
    line-height: 1.555555;
    margin: 0 0 30px;
  }
}
.touch-section .text-holder h2, .touch-section .text-holder .h2 {
  margin: 0 0 12px;
}
@media (min-width: 768px) {
  .touch-section .text-holder h2, .touch-section .text-holder .h2 {
    margin: 0 0 10px;
  }
}
@media (min-width: 992px) {
  .touch-section form .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .touch-section form .row > [class^=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .touch-section form .row > div:nth-child(1) {
    order: 2;
  }
}
@media (max-width: 767.98px) {
  .touch-section form .row > div:nth-child(2) {
    order: 1;
  }
}
@media (max-width: 767.98px) {
  .touch-section form .row > div:nth-child(3) {
    order: 3;
  }
}
.touch-section .wpcf7-response-output {
  display: none;
}

.contact-us-section {
  padding: 30px 0 50px;
}
@media (min-width: 992px) {
  .contact-us-section {
    padding: 60px 0 33px;
  }
}
@media (max-width: 767.98px) {
  .contact-us-section form .row > div:nth-child(1) {
    order: 2;
  }
}
@media (max-width: 767.98px) {
  .contact-us-section form .row > div:nth-child(2) {
    order: 1;
  }
}
@media (max-width: 767.98px) {
  .contact-us-section form .row > div:nth-child(3) {
    order: 3;
  }
}
.contact-us-section .info-text-holder {
  position: relative;
  padding: 0 0 0 47px;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .contact-us-section .info-text-holder {
    padding: 0 0 0 55px;
    margin: 58px 0;
  }
}
.contact-us-section .info-text-holder::before {
  content: "";
  height: 32px;
  width: 32px;
  background: url(../img/ico-info.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .contact-us-section .info-text-holder::before {
    height: 40px;
    width: 40px;
  }
}
.contact-us-section .info-text-holder p {
  margin: 0 0 10px;
}
.contact-us-section .wpcf7-response-output {
  display: none;
}
.contact-us-section .error-text-holder {
  padding-bottom: 0;
}

.banner-main .banner-footer {
  background: #ffffff;
}
@media (min-width: 1340px) {
  .banner-main .text-holder {
    margin-left: -30px;
  }
}
.banner-main .social-banner-main .row {
  align-items: flex-end;
}
.banner-main .form-footer {
  display: flex;
  justify-content: center;
  color: #0f63fb;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 0 0;
}
@media (min-width: 992px) {
  .banner-main .form-footer {
    padding: 19px 0 0;
  }
}
.banner-main .form-footer .ico-holder {
  margin: 0;
}
.banner-main .form-footer p {
  margin: 0;
}

.faq-section {
  padding: 20px 0 30px;
}
@media (min-width: 768px) {
  .faq-section {
    padding: 60px 0 30px;
  }
}
@media (min-width: 992px) {
  .hub-page-class .faq-section .btn-holder {
    padding-bottom: 17px;
  }
}
.faq-section h2, .faq-section .h2 {
  margin: 0 0 10px;
}
@media (min-width: 992px) {
  .faq-section h2, .faq-section .h2 {
    max-width: 30%;
  }
}
.faq-section .btn-holder {
  padding: 30px 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .faq-section .btn-holder {
    padding: 75px 0;
  }
}
.faq-section .btn-holder .btn {
  padding: 16px 22px;
}
.faq-section .collapse-item {
  border-bottom: 1px solid #dce5f5;
}
.faq-section .collapse-item:first-child {
  border-top: 1px solid #dce5f5;
}
.faq-section .collapse-item h3, .faq-section .collapse-item .h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .faq-section .collapse-item h3, .faq-section .collapse-item .h3 {
    font-size: 20px;
  }
}
.faq-section .collapse-link {
  font-weight: 700;
  padding: 19px 50px 5px 0;
  color: #393a66;
  display: inline-block;
  width: 100%;
  position: relative;
}
.faq-section .collapse-link[aria-expanded=true]::after {
  content: url(../img/Arrow-down-f-new.svg);
  transform: rotate(180deg);
  color: #0f63fb;
  border: 1px solid #0f63fb;
  line-height: 35px;
}
.faq-section .collapse-link::after {
  content: url(../img/Arrow-down-g-new.svg);
  position: absolute;
  top: 21px;
  right: 0;
  font-size: 8px;
  color: #0f63fb;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #0f63fb;
  text-align: center;
  line-height: 38px;
  transition: all 0.2s ease 0.15s;
}
@media (min-width: 992px) {
  .faq-section .collapse-link::after {
    top: 19px;
    right: -2px;
  }
}
.faq-section .collapse-holder {
  padding: 0 0 14px;
}
@media (min-width: 992px) {
  .faq-section .collapse-holder .text-holder {
    max-width: 69%;
  }
}
@media (max-width: 767.98px) {
  .faq-section .collapse-holder .text-holder {
    padding: 6px 0 0;
  }
}
.faq-section .collapse-holder .text-holder p {
  margin: 0 0 5px;
}

.smart-banner-section {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f4f6fe;
  padding: 5px 16px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  height: 68px;
}
@media (min-width: 768px) {
  .smart-banner-section {
    display: none;
  }
}
@media (max-width: 374.98px) {
  .smart-banner-section {
    padding: 5px 10px;
  }
}
.smart-banner-active .smart-banner-section {
  transform: none;
  opacity: 1;
  visibility: visible;
}
.smart-banner-section .close-banner-btn {
  height: 20px;
  width: 20px;
  position: relative;
  flex-shrink: 0;
}
.smart-banner-section .close-banner-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  border-bottom: 2px solid #7a7a93;
  transform: rotate(45deg);
  width: 70%;
}
.smart-banner-section .close-banner-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  border-bottom: 2px solid #7a7a93;
  transform: rotate(-45deg);
  width: 70%;
}
.smart-banner-section .banner-content {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.smart-banner-section .img-holder {
  margin: 0 10px 0 0;
  flex-shrink: 0;
}
.smart-banner-section .img-holder img {
  height: 50px;
  width: 50px;
  border-radius: 10px;
}
.smart-banner-section .text-holder {
  padding: 4px 0 0;
  color: #848489;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.smart-banner-section .text-holder h5, .smart-banner-section .text-holder .h5 {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #393a66;
  margin: 0 0 3px 0;
}
.smart-banner-section .text-holder p {
  margin: 0;
}
.smart-banner-section .rating-info {
  display: flex;
  align-items: center;
}
.smart-banner-section .rating-info .rating-value {
  color: #393a66;
  font-weight: 500;
  margin-right: 4px;
}
.smart-banner-section .stars-rating .star {
  height: 11px;
  width: 11px;
  background-size: 10px 10px;
  background: url(../img/ico-star-full-blue.svg) no-repeat;
  margin: 0 3px 0 0;
}
.smart-banner-section .stars-rating .star.half {
  background: url(../img/ico-star-half-blue.svg) no-repeat;
  background-size: 10px 10px;
}
.smart-banner-section .stars-rating .star.empty {
  background-size: 10px 10px;
}
.smart-banner-section .btn {
  padding: 5px 16px 6px 15px;
  margin: 0 0 0 auto;
  text-transform: none;
  font-size: 12px;
  font-weight: 600;
}

.stars-rating {
  --size: 14px;
  display: flex;
}
.stars-rating .star {
  display: block;
  background: url(../img/ico-star-full-blue.svg) no-repeat;
  background-size: var(--size) var(--size);
  height: var(--size);
  width: var(--size);
  margin-left: 4px;
}
.stars-rating .star.empty {
  background: url(../img/ico-star-empty.svg) no-repeat;
  background-size: var(--size) var(--size);
}
.stars-rating .star.half {
  background: url(../img/ico-star-half-blue.svg) no-repeat;
  background-size: var(--size) var(--size);
}
.stars-rating .star:nth-child(1) {
  margin-left: 0;
}

.header-bg {
  background: transparent;
}

.top-hr {
  display: none;
}

.header-top {
  justify-content: center;
}

.top-menu {
  display: none;
}

.top-header-button {
  display: none;
}

#omForm {
  background-color: #fff !important;
  padding-top: 80px !important;
}

#omForm .om_subhead {
  /*height: 210px !important;*/
  padding-top: 100px !important;
  margin-top: -100px !important;
  background: linear-gradient(236.51deg, #127CFFD8 -17.51%, #2460E8D8 14.05%, #234EEAD8 44.04%, #1721FBD8 63.63%) !important;
}

#omForm .om_full_step_row::after {
  display: none !important;
}

#omForm .om_full_mddl {
  max-width: 1110px !important;
}

#omForm .om_full_area h3, #omForm .om_full_area .h3 {
  display: none !important;
}

#omForm .om_full_area button {
  border-radius: 50px !important;
}

#omForm .om_subhead h3, #omForm .om_subhead .h3 {
  font-weight: 600 !important;
  font-size: 45px !important;
  line-height: 65px !important;
  margin: 1em !important;
  margin-bottom: 20px !important;
}

#omForm .om_full_step_label {
  display: none;
}

#omForm .om_full_step_row .om_full_clmns {
  flex-direction: column !important;
}

#omForm .om_full_clmn_33 {
  margin: 10px auto !important;
  text-align: center;
}

#omForm .om_full_step_row .om_full_clmns .om_full_clmns {
  flex-direction: row !important;
}

#omForm .om_full_area button {
  max-width: 200px !important;
  margin: 15px auto !important;
}

#omForm .om_full_step_row_line {
  padding-top: 5px !important;
}

#omForm .om_full_area button.btn.omLookupStart {
  padding: 6px 30px !important;
  width: 100% !important;
  height: 45px !important;
  border: 4px solid #ff6a00 !important;
}

#omForm .om_full_area button.btn.omLookupStart:hover {
  background-color: transparent !important;
  color: #ff6a00 !important;
}

#omForm .om_full_area input:not([type=checkbox]):not([type=radio]), #omForm .om_full_area select {
  border-color: #4574ec !important;
}

#omForm .om_full_step_colored_bg label, #omForm .om_full_step_colored_bg h4, #omForm .om_full_step_colored_bg .h4 {
  color: #2c4b5d !important;
}

#omForm .om_full_step_colored_bg {
  background-color: transparent !important;
}

#omForm .om_full_area .om_full_step_colored_bg button {
  border: 4px solid #ff6a00 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

#omForm .om_full_area .om_full_step_colored_bg button:hover {
  background-color: transparent !important;
  color: #ff6a00 !important;
}

#omForm .om_full_step_colored_bg label a {
  color: #2c4b5d !important;
}

.toc-widget {
  margin: 10px 0 40px;
}
@media (min-width: 768px) {
  .toc-widget {
    margin: 30px 0 60px;
  }
}
@media (min-width: 768px) {
  .hub-page-class .toc-widget {
    margin: 20px 0;
  }
}
.hub-page-class .toc-widget__link {
  font-weight: 600;
  align-items: flex-start;
}
.toc-widget h4, .toc-widget .h4 {
  font-size: 16px;
  line-height: 1.375;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .toc-widget h4, .toc-widget .h4 {
    font-size: 18px;
    line-height: 1.333333;
  }
}
.toc-widget__item {
  margin: 0 0 10px;
}
.toc-widget__item:last-child {
  margin: 0;
}
.toc-widget__link {
  color: #0f63fb;
  display: flex;
  align-items: center;
}
.toc-widget__link:hover {
  color: #0f63fb;
}
.toc-widget__link::before {
  content: url(../img/ico-arrow-down.svg);
  margin-right: 4px;
  height: 24px;
}

.banner-get-conteiner {
  margin: 20px auto;
  text-align: center;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  border-top: 2px solid #0f63fb;
  border-bottom: 2px solid #0f63fb;
  font-size: 16px;
  font-weight: 400;
  color: #393a66;
}
@media (min-width: 992px) {
  .banner-get-conteiner {
    margin: 40px auto;
    padding: 20px;
  }
}
.banner-get-conteiner p {
  margin: 0 0 16px;
}
@media (min-width: 992px) {
  .banner-get-conteiner p {
    margin: 0 0 13px;
  }
}
.banner-get-conteiner p.banner-get-conteiner-footer {
  margin: 0;
}
.banner-get-conteiner .btn {
  min-width: 215px;
}
@media (min-width: 992px) {
  .banner-get-conteiner .banner-get-conteiner-midlle {
    max-width: 85%;
    margin: 0 auto 20px;
  }
}
.banner-get-conteiner h3, .banner-get-conteiner .h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #393a66;
}
@media (min-width: 992px) {
  .banner-get-conteiner h3, .banner-get-conteiner .h3 {
    font-size: 28px;
  }
}

.banner-download {
  margin: 30px 0;
}
@media (min-width: 992px) {
  .banner-download {
    margin: 40px 0;
  }
}
@media (min-width: 768px) {
  .banner-download.banner-size-middle .banner-holder {
    padding: 30px;
  }
}
.banner-download.banner-size-middle .banner-holder:after {
  bottom: -125px;
}
@media (min-width: 768px) {
  .banner-download.banner-size-middle .banner-holder:after {
    bottom: -40px;
  }
}
@media (min-width: 1340px) {
  .banner-download.banner-size-middle .banner-holder:after {
    transform: rotate(9deg);
    right: -100px;
  }
}
.banner-download.banner-size-middle .text-holder h3, .banner-download.banner-size-middle .text-holder .h3 {
  font-size: 18px;
  line-height: 1.333333;
}
@media (min-width: 768px) {
  .banner-download.banner-size-middle .text-holder h3, .banner-download.banner-size-middle .text-holder .h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}
.banner-download.banner-size-middle .img-holder {
  width: 228px;
  margin: -18px 12px -110px auto;
}
@media (min-width: 768px) {
  .banner-download.banner-size-middle .img-holder {
    margin: 0;
  }
}
@media (min-width: 1340px) {
  .banner-download.banner-size-middle .img-holder {
    top: -62px;
    right: 83px;
    width: 272px;
  }
}
.banner-download.banner-size-small .banner-holder {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .banner-download.banner-size-small .banner-holder {
    float: left;
    max-width: 48%;
    padding: 30px;
    margin: 0 20px 20px 0;
  }
}
@media (min-width: 1340px) {
  .banner-download.banner-size-small .banner-holder::after {
    top: unset;
    right: unset;
    bottom: -70px;
    left: 9px;
    transform: rotate(10deg);
  }
}
@media (max-width: 767.98px) {
  .banner-download.banner-size-small .banner-holder::after {
    content: url(../img/img-banner-decor-03-sm.svg);
    bottom: -13px;
    right: 7px;
    transform: rotate(-1deg);
  }
}
.banner-download.banner-size-small .text-holder {
  max-width: 65%;
}
@media (min-width: 768px) {
  .banner-download.banner-size-small .text-holder {
    max-width: 100%;
  }
}
.banner-download.banner-size-small .text-holder h3, .banner-download.banner-size-small .text-holder .h3 {
  font-size: 18px;
  line-height: 1.333333;
}
@media (min-width: 768px) {
  .banner-download.banner-size-small .text-holder h3, .banner-download.banner-size-small .text-holder .h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}
.banner-download.banner-size-small .img-holder {
  width: 145px;
  right: -29px;
  position: absolute;
  bottom: -25px;
  margin: 0;
}
@media (min-width: 768px) {
  .banner-download.banner-size-small .img-holder {
    position: relative;
    margin: 0 -5px -107px auto;
    width: 264px;
    top: unset;
    right: unset;
    transform: none;
  }
}
@media (min-width: 1340px) {
  .banner-download.banner-size-small .img-holder {
    margin: -61px -5px -82px auto;
  }
}
@media (max-width: 767.98px) {
  .banner-download.banner-style-yellow.banner-size-small .banner-holder::after {
    content: url(../img/img-banner-decor-04-sm.svg);
    bottom: -13px;
    right: 7px;
    transform: rotate(-1deg);
  }
}
.banner-download.banner-style-yellow .banner-holder {
  background: #fdcc1f;
  color: #393a66;
}
.banner-download.banner-style-yellow .banner-holder::after {
  content: url(../img/img-banner-decor-04.svg);
}
.banner-download.banner-style-yellow .text-holder .btn {
  color: #ffffff;
  background-color: #0f63fb;
  border-color: #0f63fb;
}
.banner-download.banner-style-yellow .text-holder .btn:hover {
  color: #0f63fb;
  background-color: transparent;
  border-color: #0f63fb;
}
.btn-check:focus + .banner-download.banner-style-yellow .text-holder .btn, .banner-download.banner-style-yellow .text-holder .btn:focus {
  color: #0f63fb;
  background-color: transparent;
  border-color: #0f63fb;
  box-shadow: 0 0 0 0.25rem rgba(51, 122, 252, 0.5);
}
.btn-check:checked + .banner-download.banner-style-yellow .text-holder .btn, .btn-check:active + .banner-download.banner-style-yellow .text-holder .btn, .btn-check.nice-select.open + .banner-download.banner-style-yellow .text-holder .btn, .banner-download.banner-style-yellow .text-holder .btn:active, .banner-download.banner-style-yellow .text-holder .btn.nice-select.open, .banner-download.banner-style-yellow .text-holder .btn.active, .show > .banner-download.banner-style-yellow .text-holder .btn.dropdown-toggle {
  color: #ffffff;
  background-color: #0c4fc9;
  border-color: #0b4abc;
}
.btn-check:checked + .banner-download.banner-style-yellow .text-holder .btn:focus, .btn-check:active + .banner-download.banner-style-yellow .text-holder .btn:focus, .btn-check.nice-select.open + .banner-download.banner-style-yellow .text-holder .btn:focus, .banner-download.banner-style-yellow .text-holder .btn:active:focus, .banner-download.banner-style-yellow .text-holder .btn.nice-select.open:focus, .banner-download.banner-style-yellow .text-holder .btn.active:focus, .show > .banner-download.banner-style-yellow .text-holder .btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 122, 252, 0.5);
}
.banner-download.banner-style-yellow .text-holder .btn:disabled, .banner-download.banner-style-yellow .text-holder .btn.disabled {
  color: #ffffff;
  background-color: #0f63fb;
  border-color: #0f63fb;
}
@media (min-width: 768px) {
  .banner-download.reverse .banner-holder {
    margin: 0 0 20px 20px;
    float: right;
  }
}
.banner-download + * {
  clear: both;
}
.banner-download .banner-holder {
  background: #0f63fb;
  border-radius: 12px;
  color: #ffffff;
  padding: 20px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .banner-download .banner-holder {
    padding: 50px 30px;
  }
}
.banner-download .banner-holder::after {
  pointer-events: none;
  content: url(../img/img-banner-decor-03.svg);
  position: absolute;
  bottom: -110px;
  right: -155px;
  transform: rotate(10deg);
  z-index: 1;
}
@media (min-width: 768px) {
  .banner-download .banner-holder::after {
    bottom: -40px;
    right: -123px;
    transform: none;
  }
}
@media (min-width: 1340px) {
  .banner-download .banner-holder::after {
    bottom: unset;
    top: 7px;
  }
}
.banner-download .text-holder {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .banner-download .text-holder {
    max-width: calc(100% - 220px - 20px);
  }
}
@media (min-width: 1340px) {
  .banner-download .text-holder {
    max-width: 50%;
  }
}
.banner-download .text-holder h3, .banner-download .text-holder .h3 {
  color: inherit;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .banner-download .text-holder h3, .banner-download .text-holder .h3 {
    margin: 0 0 30px;
  }
}
.banner-download .text-holder .btn {
  color: #0f63fb;
  background-color: #ffffff;
  border-color: #ffffff;
  padding: 13px 23px;
  font-size: 16px;
}
.banner-download .text-holder .btn:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-check:focus + .banner-download .text-holder .btn, .banner-download .text-holder .btn:focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: 0 0 0 0.25rem rgba(219, 232, 254, 0.5);
}
.btn-check:checked + .banner-download .text-holder .btn, .btn-check:active + .banner-download .text-holder .btn, .btn-check.nice-select.open + .banner-download .text-holder .btn, .banner-download .text-holder .btn:active, .banner-download .text-holder .btn.nice-select.open, .banner-download .text-holder .btn.active, .show > .banner-download .text-holder .btn.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .banner-download .text-holder .btn:focus, .btn-check:active + .banner-download .text-holder .btn:focus, .btn-check.nice-select.open + .banner-download .text-holder .btn:focus, .banner-download .text-holder .btn:active:focus, .banner-download .text-holder .btn.nice-select.open:focus, .banner-download .text-holder .btn.active:focus, .show > .banner-download .text-holder .btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(219, 232, 254, 0.5);
}
.banner-download .text-holder .btn:disabled, .banner-download .text-holder .btn.disabled {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
@media (min-width: 768px) {
  .banner-download .text-holder .btn {
    padding: 16px 23px;
  }
}
.banner-download .img-holder {
  position: relative;
  width: 264px;
  margin: -6px auto -119px 28px;
  pointer-events: none;
  z-index: 5;
}
@media (min-width: 768px) {
  .banner-download .img-holder {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 220px;
    transform: translateY(-50%);
    margin: 0;
  }
}
@media (min-width: 1340px) {
  .banner-download .img-holder {
    top: -73px;
    right: 47px;
    width: 325px;
    transform: none;
  }
}

.benefits-section {
  padding: 35px 0 40px;
}
@media (min-width: 768px) {
  .benefits-section {
    padding: 60px 0 50px;
  }
}
.benefits-section .row > div {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .benefits-section .row > div {
    margin-bottom: 20px;
  }
}
.benefits-section .img-holder {
  background: #f9faff;
  border-radius: 20px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0;
  height: 100%;
}
@media (min-width: 768px) {
  .benefits-section .img-holder {
    padding: 30px;
  }
}
.benefits-section .img-holder img {
  width: 48px;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .benefits-section .img-holder img {
    width: 58px;
  }
}
.benefits-section .img-holder figcaption h3, .benefits-section .img-holder figcaption .h3 {
  font-size: 18px;
  line-height: 1.333333;
  margin: 0;
}
@media (min-width: 768px) {
  .benefits-section .img-holder figcaption h3, .benefits-section .img-holder figcaption .h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}

.how-to-apply-section {
  padding: 20px 0 61px;
}
@media (min-width: 768px) {
  .how-to-apply-section {
    padding: 50px 0 78px;
  }
}
.how-to-apply-section .steps-list {
  --offset: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--offset) * -1);
  margin-right: calc(var(--offset) * -1);
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
  counter-reset: list;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333333;
}
@media (min-width: 768px) {
  .how-to-apply-section .steps-list {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 40px;
  }
}
@media (min-width: 1340px) {
  .how-to-apply-section .steps-list {
    --offset: 20px;
    padding: 0 50px;
  }
}
.how-to-apply-section .steps-list li {
  margin-left: var(--offset);
  margin-right: var(--offset);
  margin-bottom: 20px;
  flex-basis: 100%;
  max-width: 100%;
  display: flex;
}
@media (min-width: 375px) {
  .how-to-apply-section .steps-list li {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .how-to-apply-section .steps-list li {
    align-items: flex-start;
    flex-basis: calc(33.3333333333% - var(--offset) * 2);
    max-width: calc(33.3333333333% - var(--offset) * 2);
  }
}
@media (max-width: 767.98px) {
  .how-to-apply-section .steps-list li:last-child {
    margin-bottom: 0;
  }
}
.how-to-apply-section .steps-list li::before {
  content: counters(list, " ");
  counter-increment: list;
  border-radius: 50%;
  background: #0f63fb;
  color: #ffffff;
  margin: 6px 20px 0 0;
  height: 36px;
  width: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 375px) {
  .how-to-apply-section .steps-list li::before {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 768px) {
  .how-to-apply-section .steps-list li::before {
    height: 48px;
    width: 48px;
  }
}
.how-to-apply-section footer {
  background: #fdcc1f;
  border-radius: 20px;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .how-to-apply-section footer {
    flex-direction: row;
  }
}
.how-to-apply-section footer .text-holder {
  padding: 20px;
  flex: 1 0 calc(50% + 20px);
}
@media (min-width: 768px) {
  .how-to-apply-section footer .text-holder {
    padding: 30px 36px 30px 30px;
  }
}
@media (max-width: 767.98px) {
  .how-to-apply-section footer .text-holder p {
    margin: 0 0 12px;
  }
}
.how-to-apply-section footer .text-holder p:nth-last-of-type(1) {
  margin: 0;
}
.how-to-apply-section footer .img-holder {
  flex: 1 0 calc(50% - 20px);
  position: relative;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  overflow: hidden;
  padding-bottom: 55%;
  margin: 0;
}
@media (min-width: 768px) {
  .how-to-apply-section footer .img-holder {
    padding-bottom: 0;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0;
  }
}
.how-to-apply-section footer .img-holder img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.get-started {
  position: relative;
  padding: 40px 40px;
  background: #0f63fb;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .get-started {
    margin: 0;
  }
}
.get-started::before {
  content: url(../img/img-banner-decor-01-mob.svg);
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .get-started::before {
    content: url(../img/img-banner-decor-01.svg);
  }
}
.get-started::after {
  content: url(../img/img-banner-decor-02-mob.png);
  position: absolute;
  bottom: -6px;
  right: 0;
}
@media (min-width: 768px) {
  .get-started::after {
    content: url(../img/img-banner-decor-02.png);
    bottom: -8px;
  }
}
.get-started .content {
  position: relative;
  z-index: 1;
  max-width: 702px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}
.get-started .content .title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .get-started .content .title {
    margin-bottom: 15px;
  }
}
.get-started .content .text {
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  .get-started .content .text {
    margin-bottom: 30px;
  }
}
.get-started .content .flex-container-my {
  display: flex;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  .get-started .content .flex-container-my {
    flex-direction: column;
  }
}
.get-started .content .flex-container-my form {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .get-started .content .flex-container-my form {
    flex-direction: row;
    padding: 0 10px 0 0;
  }
}
.get-started .content .flex-container-my .item .dropdown-select {
  position: relative;
}
.get-started .content .flex-container-my .item .dropdown-select .active-select {
  cursor: pointer;
  width: 350px;
  height: 56px;
  background-color: #ffffff;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 10px rgba(1, 39, 73, 0.11);
  border-radius: 48px;
}
.get-started .content .flex-container-my .item .dropdown-select .active-select .selected-option {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #393a66;
}
.get-started .content .flex-container-my .item .dropdown-select .active-select .arrow-img {
  width: 16px;
  height: 16px;
  display: block;
}
.get-started .content .flex-container-my .item .dropdown-select .options {
  margin-top: 10px;
  display: none;
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.get-started .content .flex-container-my .item .dropdown-select .options .option-item {
  cursor: pointer;
  width: 350px;
  height: 56px;
  background-color: #ffffff;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 10px rgba(1, 39, 73, 0.11);
  border-radius: 48px;
  margin-bottom: 7px;
}
.get-started .content .flex-container-my .item .dropdown-select .options .option-item:last-child {
  margin-bottom: 0;
}
.get-started .content .flex-container-my .item .dropdown-select .options .option-item .option {
  color: #393a66;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
.get-started .content .flex-container-my .item .dropdown-select.active .options {
  display: block;
}
.get-started .content .flex-container-my .nice-select {
  width: 100%;
  max-width: 350px;
}
.get-started .content .flex-container-my .btn-block .btn {
  width: 100%;
}
.get-started .content .items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 0 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .get-started .content .items {
    padding: 20px 0 0 0;
  }
}
.get-started .content .items .item1 {
  justify-self: end;
}
.get-started .content .items .item1 p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
}
.get-started .content .items .item2 {
  justify-self: start;
}
.get-started .content .items .item2 p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 991.98px) {
  .get-started {
    padding: 30px 16px;
  }
  .get-started .content .flex-container-my .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .get-started .content .flex-container-my .item .dropdown-select {
    max-width: fit-content;
    margin: 0 auto;
  }
  .get-started .content .flex-container-my .btn-block {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
  .get-started .content .flex-container-my .btn-block .btn {
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
  }
}

.our-community-section {
  padding: 40px 0;
  background: #f9faff;
}
@media (min-width: 992px) {
  .our-community-section {
    padding: 60px 0;
  }
}
@media (max-width: 991.98px) {
  .our-community-section .row {
    flex-direction: column-reverse;
  }
}
.our-community-section .inner {
  border-radius: 25px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.06);
  background: #ffffff;
  overflow: hidden;
}
.our-community-section .text-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .our-community-section .text-holder {
    max-width: 65%;
    margin: 0 auto;
    padding: 72px 0 71px;
  }
}
.our-community-section .text-holder .img-holder {
  max-width: 120px;
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .our-community-section .text-holder .img-holder {
    max-width: 153px;
    margin: 0 0 36px;
  }
}
.our-community-section .text-holder h2, .our-community-section .text-holder .h2 {
  text-align: center;
  margin: 0;
}
.our-community-section .info-block {
  border: 2px solid #0f63fb;
  box-shadow: 1px 2px 0 0 #2d6cfe;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  color: #5d5e86;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 21px;
}
@media (min-width: 992px) {
  .our-community-section .info-block {
    font-size: 16px;
    padding: 13px 23px;
    box-shadow: 2px 3px 0 0 #2d6cfe;
  }
}
.our-community-section .info-block .rating-holder {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #393a66;
}
@media (min-width: 992px) {
  .our-community-section .info-block .rating-holder {
    font-size: 16px;
  }
}
.our-community-section .info-block .reviews {
  position: relative;
  margin: 0 0 0 6px;
  padding: 0 0 0 6px;
}
.our-community-section .info-block .reviews::before {
  content: "";
  height: 3px;
  width: 3px;
  position: absolute;
  top: 6px;
  left: 0;
  background: #454565;
  border-radius: 50%;
}
.our-community-section .stars-rating {
  margin: 0 6px 0 0;
}
.our-community-section .stars-rating .star {
  margin: 0 1px;
  background: url(../img/ico-star-full-blue.svg) no-repeat;
  background-size: 10px 10px;
  height: 10px;
  width: 10px;
}
@media (min-width: 992px) {
  .our-community-section .stars-rating .star {
    margin: 0 2px;
    background-size: 13px 13px;
    height: 13px;
    width: 13px;
  }
}
.our-community-section .stars-rating .star.empty {
  background: url(../img/ico-star-empty.svg) no-repeat;
  background-size: 13px 13px;
}
@media (min-width: 992px) {
  .our-community-section .stars-rating .star.empty {
    background-size: 10px 10px;
  }
}
.our-community-section .stars-rating .star.half {
  background: url(../img/ico-star-half-blue.svg) no-repeat;
  background-size: 10px 10px;
}
@media (min-width: 992px) {
  .our-community-section .stars-rating .star.half {
    background-size: 13px 13px;
  }
}
.our-community-section .slider-holder {
  position: relative;
  height: 100%;
}
@media (min-width: 1340px) {
  .our-community-section .slider-holder {
    margin: 0 -44px 0 0;
  }
}
.our-community-section .swiper-community {
  height: 100%;
}
@media (min-width: 992px) {
  .our-community-section .swiper-community {
    padding: 42px 2px 0 0;
  }
}
@media (min-width: 992px) {
  .our-community-section .swiper-community .swiper-wrapper {
    align-items: flex-end;
  }
}
.our-community-section .swiper-community .swiper-slide {
  border-radius: 20px 20px 0 0;
  border: 2px solid #0f63fb;
  background: #ffffff;
  box-shadow: 2px 3px 0 0 #0f63fb;
  padding: 20px;
  width: 250px;
  direction: ltr;
  background: #ffffff;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .our-community-section .swiper-community .swiper-slide {
    margin-bottom: -168px;
    width: 280px;
  }
}
@media (max-width: 991.98px) {
  .our-community-section .swiper-community .swiper-slide {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: -2px;
    height: auto;
  }
}
.our-community-section .swiper-community .swiper-slide.swiper-slide-active {
  background: #0f63fb;
  color: #ffffff;
  margin-bottom: 0;
}
.our-community-section .swiper-community .swiper-slide.swiper-slide-active .ico-holder img {
  filter: brightness(0) invert(1);
}
.our-community-section .swiper-community .swiper-slide.swiper-slide-active .btn {
  color: #ffffff;
  border-color: #ffffff;
}
.our-community-section .swiper-community .swiper-slide.swiper-slide-active .btn:hover {
  color: #ffffff;
  background-color: #0f63fb;
  border-color: #ffffff;
}
.btn-check:focus + .our-community-section .swiper-community .swiper-slide.swiper-slide-active .btn, .our-community-section .swiper-community .swiper-slide.swiper-slide-active .btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .our-community-section .swiper-community .swiper-slide.swiper-slide-active .btn, .btn-check:active + .our-community-section .swiper-community .swiper-slide.swiper-slide-active .btn, .btn-check.nice-select.open + .our-community-section .swiper-community .swiper-slide.swiper-slide-active .btn, .our-community-section .swiper-community .swiper-slide.swiper-slide-active .btn:active, .our-community-section .swiper-community .swiper-slide.swiper-slide-active .btn.nice-select.open, .our-community-section .swiper-community .swiper-slide.swiper-slide-active .btn.active, .our-community-section .swiper-community .swiper-slide.swiper-slide-active .btn.dropdown-toggle.show {
  color: #ffffff;
  background-color: #0f63fb;
  border-color: #ffffff;
}
.btn-check:checked + .our-community-section .swiper-community .swiper-slide.swiper-slide-active .btn:focus, .btn-check:active + .our-community-section .swiper-community .swiper-slide.swiper-slide-active .btn:focus, .btn-check.nice-select.open + .our-community-section .swiper-community .swiper-slide.swiper-slide-active .btn:focus, .our-community-section .swiper-community .swiper-slide.swiper-slide-active .btn:active:focus, .our-community-section .swiper-community .swiper-slide.swiper-slide-active .btn.nice-select.open:focus, .our-community-section .swiper-community .swiper-slide.swiper-slide-active .btn.active:focus, .our-community-section .swiper-community .swiper-slide.swiper-slide-active .btn.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.our-community-section .swiper-community .swiper-slide.swiper-slide-active .btn:disabled, .our-community-section .swiper-community .swiper-slide.swiper-slide-active .btn.disabled {
  color: #ffffff;
  background-color: transparent;
}
.our-community-section .swiper-community .swiper-slide.swiper-slide-active .btn:hover {
  color: #0f63fb;
  background: #ffffff;
}
.our-community-section .swiper-community .swiper-slide.swiper-slide-active .ico-holder .regular-icon {
  display: none;
}
.our-community-section .swiper-community .swiper-slide.swiper-slide-active .ico-holder .active-icon {
  display: block;
  filter: none;
}
@media (min-width: 992px) {
  .our-community-section .swiper-community .swiper-slide.swiper-slide-prev {
    background: #0f63fb;
    color: #ffffff;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .our-community-section .swiper-community .swiper-slide.swiper-slide-next {
    margin-bottom: -84px;
  }
}
.our-community-section .swiper-community .swiper-slide .text-wrapper {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
@media (min-width: 992px) {
  .our-community-section .swiper-community .swiper-slide .text-wrapper {
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 991.98px) {
  .our-community-section .swiper-community .swiper-slide p {
    margin: 0 0 12px;
  }
}
.our-community-section .swiper-community .swiper-slide .ico-holder {
  margin: 10px 0 20px;
}
@media (min-width: 992px) {
  .our-community-section .swiper-community .swiper-slide .ico-holder {
    margin: 12px 0 30px;
  }
}
@media (max-width: 991.98px) {
  .our-community-section .swiper-community .swiper-slide .ico-holder img {
    width: 26px;
  }
}
.our-community-section .swiper-community .swiper-slide .ico-holder .active-icon {
  display: none;
}
.our-community-section .swiper-community .swiper-slide .btn {
  color: #0f63fb;
  border-color: #0f63fb;
  font-size: 16px;
  padding: 13px;
  min-width: 171px;
}
.our-community-section .swiper-community .swiper-slide .btn:hover {
  color: #0f63fb;
  background-color: #ffffff;
  border-color: #0f63fb;
}
.btn-check:focus + .our-community-section .swiper-community .swiper-slide .btn, .our-community-section .swiper-community .swiper-slide .btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(15, 99, 251, 0.5);
}
.btn-check:checked + .our-community-section .swiper-community .swiper-slide .btn, .btn-check:active + .our-community-section .swiper-community .swiper-slide .btn, .btn-check.nice-select.open + .our-community-section .swiper-community .swiper-slide .btn, .our-community-section .swiper-community .swiper-slide .btn:active, .our-community-section .swiper-community .swiper-slide .btn.nice-select.open, .our-community-section .swiper-community .swiper-slide .btn.active, .our-community-section .swiper-community .swiper-slide .btn.dropdown-toggle.show {
  color: #000000;
  background-color: #ffffff;
  border-color: #0f63fb;
}
.btn-check:checked + .our-community-section .swiper-community .swiper-slide .btn:focus, .btn-check:active + .our-community-section .swiper-community .swiper-slide .btn:focus, .btn-check.nice-select.open + .our-community-section .swiper-community .swiper-slide .btn:focus, .our-community-section .swiper-community .swiper-slide .btn:active:focus, .our-community-section .swiper-community .swiper-slide .btn.nice-select.open:focus, .our-community-section .swiper-community .swiper-slide .btn.active:focus, .our-community-section .swiper-community .swiper-slide .btn.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(15, 99, 251, 0.5);
}
.our-community-section .swiper-community .swiper-slide .btn:disabled, .our-community-section .swiper-community .swiper-slide .btn.disabled {
  color: #0f63fb;
  background-color: transparent;
}
.our-community-section .swiper-community .swiper-slide .btn:hover {
  color: #ffffff;
  background: #0f63fb;
}
@media (max-width: 991.98px) {
  .our-community-section .swiper-button-prev,
.our-community-section .swiper-button-next {
    display: none;
  }
}
.our-community-section .swiper-button-next {
  left: 109px;
}

.how-borrow-section {
  padding: 36px 0;
}
.how-borrow-section._appear ol li:nth-child(1) {
  transition-delay: calc(0.5s * 1);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(2) {
  transition-delay: calc(0.5s * 2);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(3) {
  transition-delay: calc(0.5s * 3);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(4) {
  transition-delay: calc(0.5s * 4);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(5) {
  transition-delay: calc(0.5s * 5);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(6) {
  transition-delay: calc(0.5s * 6);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(7) {
  transition-delay: calc(0.5s * 7);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(8) {
  transition-delay: calc(0.5s * 8);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(9) {
  transition-delay: calc(0.5s * 9);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(10) {
  transition-delay: calc(0.5s * 10);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(11) {
  transition-delay: calc(0.5s * 11);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(12) {
  transition-delay: calc(0.5s * 12);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(13) {
  transition-delay: calc(0.5s * 13);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(14) {
  transition-delay: calc(0.5s * 14);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(15) {
  transition-delay: calc(0.5s * 15);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(16) {
  transition-delay: calc(0.5s * 16);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(17) {
  transition-delay: calc(0.5s * 17);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(18) {
  transition-delay: calc(0.5s * 18);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(19) {
  transition-delay: calc(0.5s * 19);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(20) {
  transition-delay: calc(0.5s * 20);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(21) {
  transition-delay: calc(0.5s * 21);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(22) {
  transition-delay: calc(0.5s * 22);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(23) {
  transition-delay: calc(0.5s * 23);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(24) {
  transition-delay: calc(0.5s * 24);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(25) {
  transition-delay: calc(0.5s * 25);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(26) {
  transition-delay: calc(0.5s * 26);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(27) {
  transition-delay: calc(0.5s * 27);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(28) {
  transition-delay: calc(0.5s * 28);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(29) {
  transition-delay: calc(0.5s * 29);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(30) {
  transition-delay: calc(0.5s * 30);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(31) {
  transition-delay: calc(0.5s * 31);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(32) {
  transition-delay: calc(0.5s * 32);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(33) {
  transition-delay: calc(0.5s * 33);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(34) {
  transition-delay: calc(0.5s * 34);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(35) {
  transition-delay: calc(0.5s * 35);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(36) {
  transition-delay: calc(0.5s * 36);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(37) {
  transition-delay: calc(0.5s * 37);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(38) {
  transition-delay: calc(0.5s * 38);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(39) {
  transition-delay: calc(0.5s * 39);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(40) {
  transition-delay: calc(0.5s * 40);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(41) {
  transition-delay: calc(0.5s * 41);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(42) {
  transition-delay: calc(0.5s * 42);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(43) {
  transition-delay: calc(0.5s * 43);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(44) {
  transition-delay: calc(0.5s * 44);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(45) {
  transition-delay: calc(0.5s * 45);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(46) {
  transition-delay: calc(0.5s * 46);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(47) {
  transition-delay: calc(0.5s * 47);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(48) {
  transition-delay: calc(0.5s * 48);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(49) {
  transition-delay: calc(0.5s * 49);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(50) {
  transition-delay: calc(0.5s * 50);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(51) {
  transition-delay: calc(0.5s * 51);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(52) {
  transition-delay: calc(0.5s * 52);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(53) {
  transition-delay: calc(0.5s * 53);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(54) {
  transition-delay: calc(0.5s * 54);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(55) {
  transition-delay: calc(0.5s * 55);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(56) {
  transition-delay: calc(0.5s * 56);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(57) {
  transition-delay: calc(0.5s * 57);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(58) {
  transition-delay: calc(0.5s * 58);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(59) {
  transition-delay: calc(0.5s * 59);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(60) {
  transition-delay: calc(0.5s * 60);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(61) {
  transition-delay: calc(0.5s * 61);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(62) {
  transition-delay: calc(0.5s * 62);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(63) {
  transition-delay: calc(0.5s * 63);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(64) {
  transition-delay: calc(0.5s * 64);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(65) {
  transition-delay: calc(0.5s * 65);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(66) {
  transition-delay: calc(0.5s * 66);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(67) {
  transition-delay: calc(0.5s * 67);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(68) {
  transition-delay: calc(0.5s * 68);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(69) {
  transition-delay: calc(0.5s * 69);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(70) {
  transition-delay: calc(0.5s * 70);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(71) {
  transition-delay: calc(0.5s * 71);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(72) {
  transition-delay: calc(0.5s * 72);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(73) {
  transition-delay: calc(0.5s * 73);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(74) {
  transition-delay: calc(0.5s * 74);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(75) {
  transition-delay: calc(0.5s * 75);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(76) {
  transition-delay: calc(0.5s * 76);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(77) {
  transition-delay: calc(0.5s * 77);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(78) {
  transition-delay: calc(0.5s * 78);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(79) {
  transition-delay: calc(0.5s * 79);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(80) {
  transition-delay: calc(0.5s * 80);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(81) {
  transition-delay: calc(0.5s * 81);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(82) {
  transition-delay: calc(0.5s * 82);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(83) {
  transition-delay: calc(0.5s * 83);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(84) {
  transition-delay: calc(0.5s * 84);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(85) {
  transition-delay: calc(0.5s * 85);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(86) {
  transition-delay: calc(0.5s * 86);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(87) {
  transition-delay: calc(0.5s * 87);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(88) {
  transition-delay: calc(0.5s * 88);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(89) {
  transition-delay: calc(0.5s * 89);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(90) {
  transition-delay: calc(0.5s * 90);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(91) {
  transition-delay: calc(0.5s * 91);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(92) {
  transition-delay: calc(0.5s * 92);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(93) {
  transition-delay: calc(0.5s * 93);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(94) {
  transition-delay: calc(0.5s * 94);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(95) {
  transition-delay: calc(0.5s * 95);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(96) {
  transition-delay: calc(0.5s * 96);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(97) {
  transition-delay: calc(0.5s * 97);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(98) {
  transition-delay: calc(0.5s * 98);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(99) {
  transition-delay: calc(0.5s * 99);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section._appear ol li:nth-child(100) {
  transition-delay: calc(0.5s * 100);
  opacity: 1;
  visibility: visible;
}
.how-borrow-section ol {
  --offset: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: list;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .how-borrow-section ol {
    padding: 0 40px;
    margin-left: calc(var(--offset) * -1);
    margin-right: calc(var(--offset) * -1);
  }
}
.how-borrow-section ol > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 100%;
  max-width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  margin-bottom: 43px;
}
@media (min-width: 768px) {
  .how-borrow-section ol > li {
    flex-basis: calc(33.3333333333% - var(--offset) * 2);
    max-width: calc(33.3333333333% - var(--offset) * 2);
    margin-left: var(--offset);
    margin-right: var(--offset);
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .how-borrow-section ol > li:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.how-borrow-section ol > li::before {
  content: counters(list, " ");
  counter-increment: list;
  height: 36px;
  width: 36px;
  background: #0f63fb;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .how-borrow-section ol > li::before {
    height: 48px;
    width: 48px;
    font-size: 22px;
  }
}
.how-borrow-section ol > li:nth-child(3n+3)::after, .how-borrow-section ol > li:nth-child(3n+2)::after {
  content: url(../img/img-steps-decor-mob.svg);
  position: absolute;
  bottom: 98%;
  right: 50%;
  pointer-events: none;
  transform: translateX(50%);
}
@media (min-width: 768px) {
  .how-borrow-section ol > li:nth-child(3n+3)::after, .how-borrow-section ol > li:nth-child(3n+2)::after {
    content: url(../img/img-steps-decor.svg);
    top: 5px;
    right: 60%;
    transform: none;
  }
}
@media (min-width: 1340px) {
  .how-borrow-section ol > li:nth-child(3n+3)::after, .how-borrow-section ol > li:nth-child(3n+2)::after {
    right: 75%;
  }
}
.how-borrow-section ol > li h3, .how-borrow-section ol > li .h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #0f63fb;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .how-borrow-section ol > li h3, .how-borrow-section ol > li .h3 {
    margin: 0 0 22px;
  }
}

.what-we-provide {
  padding: 40px 30px 60px;
  background: linear-gradient(106.8deg, #1fa0fd -40.78%, #0e62fb 54.27%);
}
.what-we-provide .section-title {
  color: #ffffff;
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 20px;
}
@media (min-width: 992px) {
  .what-we-provide .section-title {
    font-size: 28px;
  }
}
.what-we-provide .grid-container-my-1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  gap: 30px;
}
.what-we-provide .grid-container-my-1 .item {
  background-color: #ffffff;
  border: 1.5px solid #ffffff;
  transition: 0.1s;
  border-radius: 25px;
}
.what-we-provide .grid-container-my-1 .item:hover {
  background-color: #0f63fb;
  border: 1.5px solid #ffffff;
  transition: 0.1s;
}
.what-we-provide .grid-container-my-1 .item:hover .item-title {
  color: #ffffff;
}
.what-we-provide .grid-container-my-1 .item:hover .text {
  color: #ffffff;
}
.what-we-provide .grid-container-my-1 .content {
  padding: 30px;
  display: inherit;
}
.what-we-provide .grid-container-my-1 .content .img-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #f4f6fe;
  border-radius: 50%;
  padding: 14px;
}
.what-we-provide .grid-container-my-1 .content .item-img {
  display: block;
}
.what-we-provide .grid-container-my-1 .content .item-title {
  color: #393a66;
  font-weight: 700;
  margin: 15px 0 10px;
}
.what-we-provide .grid-container-my-1 .content .text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #5d5e86;
  margin-bottom: 0;
}

.app-for-you-section {
  padding: 60px 30px 0;
}
.app-for-you-section .grid-container-my {
  display: grid;
  grid-template-columns: 6fr 6fr;
  grid-template-rows: 1fr;
  align-items: center;
}
@media (min-width: 992px) {
  .app-for-you-section .grid-container-my .item-left {
    padding: 32px 10px 0 0;
  }
}
.app-for-you-section .grid-container-my .item-left .grid-container-my-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 15px 20px;
}
.app-for-you-section .grid-container-my .item-left .grid-container-my-2 .item-text .section-title {
  color: #393a66;
  font-size: 36px;
  line-height: 40px;
  margin: 0;
  text-align: left;
}
.app-for-you-section .grid-container-my .item-left .grid-container-my-2 .item-text .sm-title {
  color: #0f63fb;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px 0;
}
@media (max-width: 767.98px) {
  .app-for-you-section .grid-container-my .item-left .grid-container-my-2 .item-text .sm-title {
    letter-spacing: 0.02em;
  }
}
.app-for-you-section .grid-container-my .item-left .grid-container-my-2 .item-text .sub-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px 0;
}
@media (max-width: 767.98px) {
  .app-for-you-section .grid-container-my .item-left .grid-container-my-2 .item-text .sub-title {
    letter-spacing: -0.01em;
    margin: 0 0 5px;
  }
}
.app-for-you-section .grid-container-my .item-left .grid-container-my-2 .item-text .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.app-for-you-section .grid-container-my .item-right .img-block {
  max-width: 472px;
  display: flex;
  margin: 0 0 0 auto;
}
@media (min-width: 992px) {
  .app-for-you-section .grid-container-my .item-right .img-block {
    margin: 0 40px 0 auto;
  }
}
.app-for-you-section .grid-container-my .item-right .img-block .item-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.our-partners {
  padding: 80px 40px;
}
.our-partners .flex-container-my {
  align-items: center;
  justify-content: space-between;
}
.our-partners .item {
  flex: 1 0 auto;
}
@media (min-width: 1340px) {
  .our-partners .item:first-child .partner-logo-img {
    margin-left: 0;
  }
}
@media (min-width: 1340px) {
  .our-partners .item:last-child .partner-logo-img {
    margin-right: 0;
  }
}
.our-partners .partner-logo-img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}
.our-partners .line {
  margin-top: 40px;
  width: 100%;
  height: 1px;
  background-color: #dce5f5;
}

.tips-for-using-new {
  padding: 60px 16px 55px 16px;
}
.tips-for-using-new .section-title {
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  color: #393a66;
  margin: 0 0 30px 0;
}
.tips-for-using-new .sub-title {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  color: #5d5e86;
  font-size: 18px;
  line-height: 28px;
}
.tips-for-using-new .sub-title p {
  margin: 0;
}
.tips-for-using-new .grid-container-my {
  margin-top: 60px;
  margin-bottom: 58px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 1fr;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.tips-for-using-new .grid-container-my .item-left .item-content {
  max-width: 615px;
}
.tips-for-using-new .grid-container-my .item-left .item-content .step-item {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.tips-for-using-new .grid-container-my .item-left .item-content .step-item:last-child {
  margin-bottom: 0;
}
.tips-for-using-new .grid-container-my .item-left .item-content .step-item .step-title-block {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.tips-for-using-new .grid-container-my .item-left .item-content .step-item .step-title-block .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f4f6fe;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #0f63fb;
  padding: 12px;
}
.tips-for-using-new .grid-container-my .item-left .item-content .step-item .step-title-block .step-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  color: #393a66;
}
.tips-for-using-new .grid-container-my .item-left .item-img-mob {
  display: none;
}
.tips-for-using-new .grid-container-my .item-right .img-block .item-img {
  max-width: 485px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.tips-for-using-new .btn-block {
  text-align: center;
}

.cards-section {
  padding: 30px 0 10px;
  margin-top: -178px;
}
@media (min-width: 992px) {
  .cards-section {
    margin-top: -86px;
    padding: 30px 0;
  }
}
@media (max-width: 991.98px) {
  .cards-section .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .cards-section .row > [class^=col] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.cards-section .row > div {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .cards-section .row > div {
    margin-bottom: 0;
  }
}
.cards-section .card {
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(24, 28, 71, 0.2);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  height: 100%;
}
@media (min-width: 992px) {
  .cards-section .card {
    font-size: 20px;
    line-height: 1.2;
    padding: 20px;
  }
}
.cards-section .card:hover {
  color: #0f63fb;
}
.cards-section .card .img-holder {
  margin: 0 0 11px;
}
@media (min-width: 992px) {
  .cards-section .card .img-holder {
    margin: 0 0 15px;
  }
}
@media (max-width: 991.98px) {
  .cards-section .card .img-holder svg,
.cards-section .card .img-holder img {
    max-width: 28px;
  }
}
.cards-section .card .img-holder svg path {
  fill: currentColor;
}
.cards-section .card .text-holder p {
  margin: 0;
}

.best-personal-loans-section {
  padding: 16px 0 38px;
}
@media (min-width: 768px) {
  .best-personal-loans-section {
    padding: 30px 0 50px;
  }
}
@media (max-width: 767.98px) {
  .best-personal-loans-section .section-header {
    margin: 0 0 40px;
  }
}
.best-personal-loans-section .section-header h2, .best-personal-loans-section .section-header .h2 {
  text-align: left;
}
@media (min-width: 992px) {
  .best-personal-loans-section .credit-block {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .best-personal-loans-section .credit-block .options-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .best-personal-loans-section .credit-block .options-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.best-personal-loans-section .credit-block .options-list li::before {
  content: attr(data-title);
}
.best-personal-loans-section .btn-holder {
  text-align: center;
}
@media (min-width: 768px) {
  .best-personal-loans-section .btn-holder {
    padding: 7px 0;
  }
}

.hub-banner-section .banner-download {
  margin: 0 0 10px;
}
@media (min-width: 992px) {
  .hub-banner-section .banner-download {
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) {
  .hub-banner-section .banner-download .banner-holder {
    padding: 40px;
  }
}
.hub-banner-section .banner-download .banner-holder::after {
  display: none;
}
.hub-banner-section .banner-download .img-holder {
  width: auto;
  right: 0;
}
@media (min-width: 768px) {
  .hub-banner-section .banner-download .img-holder {
    right: -200px;
    width: 80%;
  }
}
@media (min-width: 992px) {
  .hub-banner-section .banner-download .img-holder {
    width: 60%;
  }
}
@media (min-width: 1340px) {
  .hub-banner-section .banner-download .img-holder {
    top: unset;
    bottom: 0;
    right: 0;
    width: 51.3%;
  }
}
@media (max-width: 767.98px) {
  .hub-banner-section .banner-download .img-holder {
    margin: -15px -20px -24px;
  }
}

.posts-grid-section + .posts-grid-section .inner {
  border-top: 1px solid #dce5f5;
}
.posts-grid-section .row {
  gap: 15px 0;
}
@media (min-width: 992px) {
  .posts-grid-section .row {
    gap: 0;
  }
}
.posts-grid-section .inner {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .posts-grid-section .inner {
    padding: 40px 0;
  }
}
.posts-grid-section .section-header {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .posts-grid-section .section-header {
    margin: 0 0 40px;
  }
}
.posts-grid-section .section-header h2, .posts-grid-section .section-header .h2 {
  text-align: left;
}
.posts-grid-section .row-2-cols-type {
  gap: 15px 0;
}
@media (min-width: 992px) {
  .posts-grid-section .row-2-cols-type {
    gap: 30px 0;
  }
}
@media (min-width: 992px) {
  .posts-grid-section .swiper-grid-posts {
    overflow: unset;
  }
}
@media (max-width: 991.98px) {
  .posts-grid-section .swiper-grid-posts {
    padding-left: 16px;
    padding-bottom: 40px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 992px) {
  .posts-grid-section .swiper-grid-posts .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .posts-grid-section .swiper-grid-posts .swiper-slide {
    width: 86%;
  }
}
.posts-grid-section .swiper-grid-posts .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
}
.posts-grid-section .swiper-grid-posts .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background: #f4f6fe;
  margin: 0 10px;
  opacity: 1;
}
.posts-grid-section .swiper-grid-posts .swiper-pagination-bullet-active {
  background: #0f63fb;
}

.grid-post-card {
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(24, 28, 71, 0.2);
  overflow: hidden;
  cursor: pointer;
}
.grid-post-card.half-lg .img-holder {
  padding-bottom: 49.6%;
}
.grid-post-card.half-lg .text-holder {
  font-size: 18px;
  line-height: 1.333333;
}
@media (min-width: 992px) {
  .grid-post-card.half-lg .text-holder {
    font-size: 20px;
    line-height: 1.2;
  }
}
.grid-post-card.half-lg .text-holder::before, .grid-post-card.half-lg .text-holder::after {
  font-size: 14px;
}
.grid-post-card.half-lg .text-holder::before {
  content: attr(data-author);
}
.grid-post-card.half-lg .text-holder a {
  margin: 0 0 12px;
}
@media (min-width: 992px) {
  .grid-post-card.half-lg .text-holder a {
    margin: 0 0 18px;
  }
}
.grid-post-card.half-sm {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 0 15px;
}
@media (min-width: 992px) {
  .grid-post-card.half-sm {
    margin: 0 0 20px;
  }
}
.grid-post-card.half-sm:nth-last-of-type(1) {
  margin: 0;
}
.grid-post-card.half-sm .img-holder {
  padding-bottom: 25.2%;
  width: 35%;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .grid-post-card.half-sm .img-holder {
    padding-bottom: 25.2%;
    width: 47.5%;
  }
}
.grid-post-card.half-sm .text-holder::before, .grid-post-card.half-sm .text-holder::after {
  margin-top: auto;
}
@media (max-width: 991.98px) {
  .grid-post-card.half-sm .text-holder::before, .grid-post-card.half-sm .text-holder::after {
    font-size: 12px;
  }
}
.grid-post-card.half-sm .text-holder::before {
  content: attr(data-author-mobile);
}
.grid-post-card.half-sm .text-holder a {
  font-size: 18px;
  line-height: 1.333333;
}
@media (min-width: 992px) {
  .grid-post-card.half-sm .text-holder a {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 991.98px) {
  .grid-post-card.half-sm .text-holder a {
    margin: 0 0 11px;
  }
}
.grid-post-card .img-holder {
  position: relative;
  padding-bottom: 44%;
  margin: 0;
}
@media (min-width: 992px) {
  .grid-post-card .img-holder {
    padding-bottom: 49.5%;
  }
}
.grid-post-card .img-holder img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.grid-post-card .text-holder {
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .grid-post-card .text-holder {
    padding: 20px;
    font-size: 18px;
    line-height: 1.333333;
  }
}
.grid-post-card .text-holder::before {
  content: attr(data-author-desktop);
  font-size: 14px;
  font-weight: 400;
}
.grid-post-card .text-holder::after {
  content: attr(data-readtime);
  margin-left: auto;
  font-size: 14px;
  font-weight: 400;
}
.grid-post-card .text-holder a {
  color: #393a66;
  font-weight: 700;
  letter-spacing: -0.005em;
  overflow: hidden;
  text-overflow: ellipsis;
  order: -1;
  margin: 0 0 16px;
  width: 100%;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

/* чекбокс */
#menu__toggle {
  opacity: 0;
}

/* кнопка */
.menu__btn {
  display: none;
  align-items: center;
  position: absolute;
  top: 33px;
  width: 21px;
  margin-right: 4px;
  cursor: pointer;
  z-index: 2;
}

/* гамбургер */
.menu__btn > span {
  display: flex;
  position: absolute;
  width: 100%;
  height: 2px;
  transition: all 0.2s ease-in-out;
}

.menu__btn > span::before,
.menu__btn > span::after {
  display: flex;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2d6cfe;
  transition: all 0.2s ease-in-out;
}

.menu__btn > span::before {
  content: "";
  top: -4px;
}

.menu__btn > span::after {
  content: "";
  top: 6px;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}

#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
  background-color: #2d6cfe;
}

#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
  background-color: #2d6cfe;
}

#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  top: 65px;
  z-index: 1;
  padding-top: 35px;
  background: #f9faff;
}

.hamburger-menu {
  display: flex;
  justify-content: right;
  overflow: hidden;
}

.menu__box {
  display: block;
  position: absolute;
  visibility: hidden;
  top: -100%;
  right: 0;
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 80px 0 30px;
  list-style: none;
  text-align: center;
  transition: all 0.1s ease-in-out;
}
.menu__box > li.current-menu-item > a {
  color: #0f63fb;
}
.menu__box > li > a {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  font-family: "DM Sans", sans-serif;
  color: #393a66;
  padding: 5px;
}
.menu__box ul {
  padding: 0;
}
.menu__box li {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
}
.menu__box li:hover > .sub-menu {
  z-index: 2;
  opacity: 1;
  transform: translateY(1);
  pointer-events: visible;
}

@media (max-width: 991.98px) {
  .menu__btn {
    display: flex;
  }
}

/*# sourceMappingURL=main.css.map*/