@charset "UTF-8";
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #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: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.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: #fff;
  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: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

.accordion-item {
  background-color: #fff;
  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;
}

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

.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #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::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

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

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

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

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

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

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: 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='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

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

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

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

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

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

.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: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

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

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

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

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

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 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: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.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,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

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

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

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

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

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

.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: #6c757d;
  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: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  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;
}

.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: #fff;
  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 /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.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: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

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

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

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

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

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

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

.fnt-xxs {
  font-weight: 500;
  font-size: 10px;
  line-height: 160%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 8px;
}

.fnt-xs {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 8px;
}

.fnt-s {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 8px;
}

.fnt-m {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

.fnt-l {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

.fnt-xl {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

.fnt-2xl {
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

.fnt-3xl {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

.fnt-4xl {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

.fnt-5xl {
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

.fnt-6xl {
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

.fnt-7xl {
  font-weight: 600;
  font-size: 48px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

body a, body p, body h1, body .h1, body h2, body .h2, body h3, body .h3, body h5, body .h5, body h6, body .h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
  color: #4F4F4F;
}
@media (max-width: 834px) {
  body a, body p, body h1, body .h1, body h2, body .h2, body h3, body .h3, body h5, body .h5, body h6, body .h6 {
    font-weight: 500;
    font-size: 24px;
    line-height: 133%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
@media (max-width: 575px) {
  body a, body p, body h1, body .h1, body h2, body .h2, body h3, body .h3, body h5, body .h5, body h6, body .h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
body h4, body .h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
}
body a:hover {
  color: #4F4F4F;
}

@media (max-width: 575px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.fnt-xxs {
  font-weight: 500;
  font-size: 10px;
  line-height: 160%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 8px;
}

.fnt-xs {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 8px;
}

.fnt-s {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 8px;
}

.fnt-m {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

.fnt-l {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

.fnt-xl {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

.fnt-2xl {
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

.fnt-3xl {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

.fnt-4xl {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

.fnt-5xl {
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

.fnt-6xl {
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

.fnt-7xl {
  font-weight: 600;
  font-size: 48px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

body a, body p, body h1, body .h1, body h2, body .h2, body h3, body .h3, body h5, body .h5, body h6, body .h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
  color: #4F4F4F;
}
@media (max-width: 834px) {
  body a, body p, body h1, body .h1, body h2, body .h2, body h3, body .h3, body h5, body .h5, body h6, body .h6 {
    font-weight: 500;
    font-size: 24px;
    line-height: 133%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
@media (max-width: 575px) {
  body a, body p, body h1, body .h1, body h2, body .h2, body h3, body .h3, body h5, body .h5, body h6, body .h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
body h4, body .h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
}
body a:hover {
  color: #4F4F4F;
}

.ff_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  gap: 10px;
  border-radius: 8px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  text-decoration: none;
  margin-bottom: 0;
  transition: all 0.2s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}
.ff_btn:hover {
  cursor: pointer;
  text-decoration: none;
  color: #FFFFFF;
}
.ff_btn:focus {
  text-decoration: none;
  color: #FFFFFF;
}
.ff_btn.disabled {
  cursor: not-allowed;
}
.ff_btn.primary {
  background-color: #EAA61F;
}
.ff_btn.primary:hover {
  background-color: #FBC562;
}
.ff_btn.primary:focus {
  background-color: #EA9C00;
}
.ff_btn.primary.disabled {
  background-color: #E7E7E7;
  color: #CDCDCD;
}
.ff_btn.secondary {
  background-color: #FFFFFF;
  border: 1px solid #E7E7E7;
  color: #1A1A1A;
}
.ff_btn.secondary:hover {
  background-color: #FAFAFA;
  color: #1A1A1A;
}
.ff_btn.secondary:focus {
  border: 1px solid #EAA61F;
  color: #1A1A1A;
}
.ff_btn.secondary.disabled {
  background-color: #FAFAFA;
  border: 1px solid #E7E7E7;
  color: #E7E7E7;
}
.ff_btn.tertiary {
  background-color: #3A032D;
}
.ff_btn.tertiary:hover {
  background-color: #50043E;
}
.ff_btn.tertiary:focus {
  background-color: #65054E;
}
.ff_btn.tertiary.disabled {
  background: #A7A7A7;
  color: #828282;
}
.ff_btn.additional {
  border: 1px solid #F3B543;
  background: transparent;
}
.ff_btn.additional:hover {
  border: 1px solid #FBC562;
}
.ff_btn.additional:focus {
  border: 1px solid #EA9C00;
}
.ff_btn.additional.disabled {
  border: 1px solid #6F6F6F;
  color: #4F4F4F;
}
.ff_btn.size-xl {
  width: 138px;
  height: 56px;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
.ff_btn.size-l {
  width: 131px;
  height: 48px;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
.ff_btn.size-m {
  width: 108px;
  height: 36px;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
.ff_btn.size-s {
  height: 32px;
  width: 36px;
  padding: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
.ff_btn.font-size-xl {
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
.ff_btn.font-size-l {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
.ff_btn.font-size-m {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
.ff_btn.font-size-s {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
.ff_btn.has-icon {
  padding: 16px 32px 16px 28px;
  gap: 8px;
}
.ff_btn.has-icon.size-xl {
  width: 150px;
  height: 56px;
  padding: 0;
}
.ff_btn.has-icon.size-l {
  width: 143px;
  height: 48px;
  padding: 0;
}
.ff_btn.has-icon.size-m {
  width: 122px;
  height: 36px;
  padding: 0;
}
.ff_btn.has-icon.size-s {
  width: 103px;
  height: 32px;
  padding: 0;
}

.ff_btn_block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 834px) {
  .ff_btn_block {
    align-content: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }
}
.ff_btn_block.center {
  align-content: center;
  justify-content: center;
  align-items: center;
}
.ff_btn_block.left {
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.ff_btn_block.right {
  align-content: flex-end;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 834px) {
  .ff_btn_block.right {
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}
.ff_btn_block.mobile_only {
  display: none;
}
@media (max-width: 834px) {
  .ff_btn_block.mobile_only {
    display: flex;
    width: 100%;
  }
}
.ff_btn_block.two_btns {
  justify-content: space-between;
}
@media (max-width: 834px) {
  .ff_btn_block.two_btns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .ff_btn_block.two_btns .system_btn {
    margin: 0 !important;
    margin-bottom: 16px !important;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .ff_btn_block .ff_btn {
    width: 100%;
  }
}

.fnt-xxs {
  font-weight: 500;
  font-size: 10px;
  line-height: 160%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 8px;
}

.fnt-xs {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 8px;
}

.fnt-s {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 8px;
}

.fnt-m {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

.fnt-l {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

.fnt-xl {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

.fnt-2xl {
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

.fnt-3xl {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

.fnt-4xl {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

.fnt-5xl {
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

.fnt-6xl {
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

.fnt-7xl {
  font-weight: 600;
  font-size: 48px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

body a, body p, body h1, body .h1, body h2, body .h2, body h3, body .h3, body h5, body .h5, body h6, body .h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
  color: #4F4F4F;
}
@media (max-width: 834px) {
  body a, body p, body h1, body .h1, body h2, body .h2, body h3, body .h3, body h5, body .h5, body h6, body .h6 {
    font-weight: 500;
    font-size: 24px;
    line-height: 133%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
@media (max-width: 575px) {
  body a, body p, body h1, body .h1, body h2, body .h2, body h3, body .h3, body h5, body .h5, body h6, body .h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
body h4, body .h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
}
body a:hover {
  color: #4F4F4F;
}

.checkbox_container {
  max-width: 100%;
  display: block;
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s ease;
  box-sizing: content-box;
}
.checkbox_container:after, .checkbox_container:before {
  box-sizing: content-box;
}
.checkbox_container .checkbox_label {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
.checkbox_container + .parsley-errors-list {
  position: absolute;
  top: 81px;
  padding-left: 0;
  font-size: 11px;
  line-height: 11px;
}
@media (max-width: 834px) {
  .checkbox_container + .parsley-errors-list {
    top: 70px;
  }
}
/* Hide the browser's default checkbox */
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #A7A7A7;
  box-sizing: content-box;
}

/* On mouse-over */
.checkbox_container:hover input ~ .checkmark {
  border: 2px solid #FBC562;
  transition: all 0.2s ease;
}

/* When the checkbox is checked */
.checkbox_container input:checked ~ .checkmark {
  background-color: #FFFFFF;
  border: 2px solid #F3B543;
}

.checkbox_container:hover input:checked ~ .checkmark {
  background-color: #FFFFFF;
  border: 2px solid #FBC562;
}
.checkbox_container:hover input:checked ~ .checkmark:after {
  content: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.5L4.375 8L10 1' stroke='%23FBC562' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.5L4.375 8L10 1' stroke='%23F3B543' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
  display: flex;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
  left: calc(50% - 9px / 2);
  top: calc((50% - 7px / 2));
  width: 9px;
  height: 7px;
}

.ff_label {
  color: #1A1A1A;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 4px;
}

.input_block {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  transition: all 0.2s ease;
  position: relative;
}
.input_block.no-mb {
  margin-bottom: 0;
}
.input_block.disabled .ff_label {
  color: #A7A7A7;
}
.input_block.disabled .ff_input {
  background: #E7E7E7;
  color: #CDCDCD;
}
.input_block .ff_input {
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 8px;
  padding: 16px;
  color: #1A1A1A;
  outline: none;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 4px;
  transition: all 0.2s ease;
}
.input_block .ff_input::-moz-placeholder {
  color: #A7A7A7;
}
.input_block .ff_input:-ms-input-placeholder {
  color: #A7A7A7;
}
.input_block .ff_input::placeholder {
  color: #A7A7A7;
}
.input_block .ff_input:focus, .input_block .ff_input:focus-visible {
  border: 1px solid #EA9C00;
}
.input_block textarea.ff_input {
  height: 128px;
}
.input_block .input_wrap {
  position: relative;
  display: flex;
  width: 100%;
}
.input_block .input_wrap .ff_icon {
  position: absolute;
  width: 24px;
  height: 24px;
}
.input_block .input_wrap .ff_icon img {
  width: 100%;
  height: 100%;
}
.input_block .input_wrap .error_icon {
  right: 16px;
  top: calc(50% - 24px / 2 - 2px);
  display: none;
}
.input_block .input_wrap.error .error_icon {
  display: flex;
}
.input_block .input_wrap.error .ff_input {
  border: 1px solid #FF0000;
  padding-right: calc(16px + 24px + 8px);
}
.input_block .input_wrap.with_icon.left_icon .ff_input {
  padding-left: calc(16px + 24px + 8px);
}
.input_block .input_wrap.with_icon.left_icon .icon {
  left: 16px;
  top: calc(50% - 24px / 2 - 2px);
  display: flex;
}
.input_block .input_wrap.with_icon.right_icon .ff_input {
  padding-right: calc(16px + 24px + 8px);
}
.input_block .input_wrap.with_icon.right_icon .icon {
  right: 16px;
  top: calc(50% - 24px / 2 - 2px);
  display: flex;
}
.input_block .input_wrap.with_icon.error.right_icon .icon {
  display: none;
}
.input_block .input_wrap .parsley-errors-list {
  position: absolute;
  bottom: -16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #FF0000;
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
  width: 100%;
  left: 100%;
}
.input_block .error_text {
  bottom: -16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #FF0000;
  margin-bottom: 0;
  margin-top: 0;
}
.input_block .error_text.hidden {
  display: none;
}
.input_block .input_counter {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #4F4F4F;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.input_block .input_counter.orange {
  color: #DF44B9;
}
@media (max-width: 575px) {
  .input_block .input_counter {
    font-weight: 500;
    font-size: 10px;
    line-height: 160%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}

.error_text {
  bottom: -16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #FF0000;
  margin-bottom: 0;
  margin-top: 0;
}

footer {
  box-shadow: 0px 0px 8px rgba(167, 167, 167, 0.16);
  padding-top: 56px;
  padding-bottom: 32px;
  position: relative;
}
@media (max-width: 834px) {
  footer {
    padding-top: 40px;
    padding-bottom: 16px;
  }
}
footer .logo_block {
  margin-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 834px) {
  footer .logo_block {
    margin-bottom: 40px;
  }
}
footer .logo_block a {
  margin-bottom: 0;
}
footer .logo_block .footer_logo {
  width: 100%;
  max-width: 166px;
}
footer .footer_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 834px) {
  footer .footer_content {
    flex-direction: column;
  }
  footer .footer_content .about_block {
    order: 2;
  }
  footer .footer_content .private_block {
    order: 0;
  }
  footer .footer_content .advisor_block {
    order: 1;
  }
  footer .footer_content .legal_block {
    order: 3;
  }
}
footer .footer_content .list_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
  color: #1A1A1A;
}
footer .footer_content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 48px;
}
@media (max-width: 834px) {
  footer .footer_content ul {
    margin-bottom: 24px;
  }
}
footer .footer_content ul li {
  margin-bottom: 16px;
}
footer .footer_content ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 834px) {
  footer .footer_content.accordion {
    margin-bottom: 80px;
  }
}
footer .footer_content.accordion .accordion-item {
  box-shadow: none;
  border-radius: 0;
  border: none;
}
footer .footer_content.accordion .accordion-item .accordion-header {
  border: none;
  background: #ffffff;
}
footer .footer_content.accordion .accordion-item .accordion-header .accordion-button {
  background: #ffffff;
  border: none;
  box-shadow: none;
  padding: 0;
  pointer-events: none;
}
@media (max-width: 834px) {
  footer .footer_content.accordion .accordion-item .accordion-header .accordion-button {
    pointer-events: auto;
    display: flex;
    justify-content: space-between;
  }
}
footer .footer_content.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(/img/user-interface/landing/accordion_arrow_up_icon.svg);
  transform: none;
  background-size: cover;
  background-position: center;
  width: 32px;
  height: 32px;
  display: none;
}
@media (max-width: 834px) {
  footer .footer_content.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    display: block;
    margin-left: 4px;
  }
}
footer .footer_content.accordion .accordion-item .accordion-header .accordion-button.collapsed {
  border: none;
}
footer .footer_content.accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
  background-image: url(/img/user-interface/landing/accordion_arrow_down_icon.svg);
  background-size: cover;
  background-position: center;
  width: 32px;
  height: 32px;
  display: none;
}
@media (max-width: 834px) {
  footer .footer_content.accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
    display: block;
    margin-left: 4px;
  }
}
footer .footer_content.accordion .accordion-item .accordion-collapse {
  border: none;
}
footer .footer_content.accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
}
footer .footer_content.accordion .accordion-item .accordion-collapse .accordion-body .subheading {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
  color: #1A1A1A;
}
footer .copy_and_socials {
  padding-top: 24px;
  border-top: 1px solid #E7E7E7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 834px) {
  footer .copy_and_socials {
    flex-direction: column;
    padding-top: 0;
    border-top: none;
  }
}
@media (max-width: 834px) {
  footer .copy_and_socials .copy_block {
    padding-top: 16px;
    border-top: 1px solid #E7E7E7;
    width: 100%;
    text-align: center;
  }
}
footer .copy_and_socials .copy_block .copy {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #4F4F4F;
  margin-bottom: 0;
}
footer .copy_and_socials .logos {
  display: flex;
}
@media (max-width: 834px) {
  footer .copy_and_socials .logos {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }
}
footer .copy_and_socials .logos .partners {
  margin-right: 72px;
  display: flex;
}
@media (max-width: 834px) {
  footer .copy_and_socials .logos .partners {
    margin-right: 0;
  }
}
footer .copy_and_socials .logos .one_logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
}
@media (max-width: 834px) {
  footer .copy_and_socials .logos .one_logo {
    margin-right: 24px;
  }
}
footer .copy_and_socials .logos .one_logo.linkedin_logo {
  margin-right: 0;
}
footer .copy_and_socials .logos .one_logo.f_10_logo {
  margin-right: 0;
}
footer .copy_and_socials .logos .one_logo a {
  margin-bottom: 0;
}
footer .copy_and_socials .logos .one_logo .text {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 0;
}
footer .copy_and_socials .logos .one_logo .logo {
  max-width: 100%;
  height: 32px;
}
@media (max-width: 834px) {
  footer .copy_and_socials .logos .one_logo .logo {
    height: 32px;
  }
}
@media (max-width: 834px) {
  footer .copy_and_socials .copy_block {
    order: 1;
  }
  footer .copy_and_socials .logos {
    order: 0;
  }
}

.cookie_container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .cookie_container {
    flex-direction: column;
    gap: 12px;
  }
}

.cookies_consent {
  padding: 16px 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 8px rgba(167, 167, 167, 0.16);
  border-radius: 8px;
  border: 1px solid #E7E7E7;
  background: #FAFAFA;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .cookies_consent {
    flex-direction: column;
    gap: 12px;
  }
}
.cookies_consent p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 0;
  margin-right: 32px;
}
@media (max-width: 575px) {
  .cookies_consent p {
    margin-right: 0;
  }
}
.cookies_consent .link {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #FBC562;
}
.cookies_consent .link:hover {
  color: #FBC562;
}
.ff_card {
  background: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(167, 167, 167, 0.16);
  border-radius: 8px;
  padding: 32px;
}
@media (max-width: 575px) {
  .ff_card {
    padding: 40px 24px;
  }
}
.ff_card.full_screen {
  padding: 40px;
}
@media (max-width: 575px) {
  .ff_card.full_screen {
    padding: 40px 24px;
  }
}

.lang_switch {
  color: #fff;
  text-decoration: none;
  display: flex;
  margin-left: 20px;
}
@media (max-width: 575px) {
  .lang_switch {
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.lang_switch .dropdown-toggle {
  color: #fff;
  text-decoration: none;
  margin-bottom: 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
@media (max-width: 834px) {
  .lang_switch .dropdown-toggle {
    color: #1A1A1A;
  }
}
.lang_switch .flag-icon {
  width: 30px;
  height: 20px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  display: flex;
}
.lang_switch .flag-icon.en {
  background-image: url("/img/user-interface/common/english_lang_icon.svg");
}
.lang_switch .flag-icon.de {
  background-image: url("/img/user-interface/common/german_lang_icon.svg");
}
.lang_switch .flag-icon.fr {
  background-image: url("/img/user-interface/common/french_lang_icon.svg");
}
.lang_switch .flag-icon.it {
  background-image: url("/img/user-interface/common/italian_lang_icon.svg");
}
.lang_switch .lang_code {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 834px) {
  .lang_switch .lang_code {
    color: #1A1A1A;
  }
}
.lang_switch .dropdown-menu {
  min-width: 0;
  background: transparent;
  border: 1px solid #EA9C00;
  border-radius: 8px;
  box-shadow: none;
}
@media (max-width: 834px) {
  .lang_switch .dropdown-menu {
    background: #fff;
    border: none;
  }
}
.lang_switch .dropdown-menu li:last-child .dropdown-item {
  margin-bottom: 0;
}
.lang_switch .dropdown-item {
  text-align: center;
  margin-bottom: 8px;
}
.lang_switch .dropdown-item:hover, .lang_switch .dropdown-item:focus {
  background-color: #FBC562;
}
.lang_switch .dropdown-item:hover .lang_code, .lang_switch .dropdown-item:focus .lang_code {
  color: #1A1A1A;
}
@media (max-width: 575px) {
  .lang_switch .dropdown-item {
    padding-left: 0;
  }
}

.public_pages_header .dropdown-menu {
  box-shadow: 0px 0px 8px rgba(167, 167, 167, 0.16);
}
.public_pages_header .lang_switch {
  color: #FBC562;
}
.public_pages_header .lang_switch .dropdown-toggle {
  color: #FBC562;
}
.public_pages_header .lang_switch .dropdown-menu {
  background: #fff;
  border: none;
}
.public_pages_header .lang_switch .dropdown-item {
  border-radius: 8px;
}
.public_pages_header .lang_switch .lang_code {
  color: #1A1A1A;
  text-transform: uppercase;
  text-align: center;
}

.platform_header .dropdown-menu {
  box-shadow: 0px 0px 8px rgba(167, 167, 167, 0.16);
}
.platform_header .lang_switch {
  color: #1A1A1A;
}
.platform_header .lang_switch .dropdown-toggle {
  color: #1A1A1A;
}
.platform_header .lang_switch .dropdown-menu {
  background: #fff;
  border: none;
  left: 0;
}
.platform_header .lang_switch .dropdown-item {
  border-radius: 8px;
}
.platform_header .lang_switch .lang_code {
  color: #1A1A1A;
  text-transform: uppercase;
  text-align: center;
}

.platform_header .main_navbar .mobile_only.lang_mobile .dropdown-menu .dropdown-item {
  padding-left: 0;
}
.platform_header .main_navbar .mobile_only.lang_mobile .lang_code {
  color: #6F6F6F;
  text-transform: uppercase;
  text-align: center;
}
.platform_header .mobile_only.lang_mobile {
  display: none !important;
}
@media (max-width: 575px) {
  .platform_header .mobile_only.lang_mobile {
    display: flex !important;
  }
  .platform_header .mobile_only.lang_mobile .dropdown-item {
    padding-left: 0;
  }
}

.mobile_only--flex {
  display: none !important;
}
@media (max-width: 834px) {
  .mobile_only--flex {
    display: flex !important;
  }
}
.mobile_only--block {
  display: none !important;
}
@media (max-width: 834px) {
  .mobile_only--block {
    display: block !important;
  }
}

.tablet_only--flex {
  display: none !important;
}
@media (min-width: 576px) and (max-width: 1024px) {
  .tablet_only--flex {
    display: flex !important;
  }
}
.tablet_only--block {
  display: none !important;
}
@media (min-width: 576px) and (max-width: 1024px) {
  .tablet_only--block {
    display: block !important;
  }
}

.desktop_only--flex {
  display: none !important;
}
@media (min-width: 835px) {
  .desktop_only--flex {
    display: flex !important;
  }
}
.desktop_only--block {
  display: none !important;
}
@media (min-width: 835px) {
  .desktop_only--block {
    display: block !important;
  }
}

.zero_row_margin {
  margin-left: 0;
  margin-right: 0;
}

.lp_block_heading {
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  margin-bottom: 24px;
  text-align: center;
}
.lp_block_heading.align_left {
  text-align: left;
}
@media (max-width: 834px) {
  .lp_block_heading {
    font-weight: 500;
    font-size: 24px;
    line-height: 133%;
    font-family: "Inter", sans-serif;
    font-style: normal;
    margin-bottom: 24px;
  }
}

.lp_block_subheading {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #4F4F4F;
  margin-bottom: 56px;
  text-align: center;
}
.lp_block_subheading.align_left {
  text-align: left;
}
@media (max-width: 834px) {
  .lp_block_subheading {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    font-family: "Inter", sans-serif;
    font-style: normal;
    margin-bottom: 40px;
  }
}

.inner_headings .lp_block_heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  margin-bottom: 24px;
  text-align: left;
}
@media (max-width: 834px) {
  .inner_headings .lp_block_heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    font-family: "Inter", sans-serif;
    font-style: normal;
    margin-bottom: 16px;
  }
}
.inner_headings .lp_block_subheading {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #4F4F4F;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 834px) {
  .inner_headings .lp_block_subheading {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    font-family: "Inter", sans-serif;
    font-style: normal;
    margin-bottom: 40px;
  }
}

.section_container {
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .section_container {
    margin-bottom: 80px;
  }
}

.text_image_overlap_block .content_block {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 575px) {
  .text_image_overlap_block .content_block {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
.text_image_overlap_block.text_left .text_block {
  left: 35px;
}
@media (max-width: 834px) {
  .text_image_overlap_block.text_left {
    top: 0;
    left: 22px;
  }
}
.text_image_overlap_block.text_right .text_block {
  right: 35px;
}
@media (max-width: 834px) {
  .text_image_overlap_block.text_right {
    top: 0;
    right: 22px;
  }
}
.text_image_overlap_block .text_block {
  background: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(167, 167, 167, 0.16);
  border-radius: 8px;
  padding: 32px;
  width: 584px;
  position: relative;
  z-index: 88;
}
@media (max-width: 575px) {
  .text_image_overlap_block .text_block {
    order: 1;
    left: 0;
    position: initial;
    width: 90%;
    margin-top: -120px;
    text-align: center;
    padding: 24px;
  }
}
.text_image_overlap_block .text_block .heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
}
@media (max-width: 575px) {
  .text_image_overlap_block .text_block .subheading {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
.text_image_overlap_block .photo_block {
  border-radius: 8px;
}
@media (max-width: 575px) {
  .text_image_overlap_block .photo_block {
    order: 0;
    width: 100%;
  }
}
.text_image_overlap_block .photo_block .desktop_photo {
  display: none;
}
@media (min-width: 576px) {
  .text_image_overlap_block .photo_block .desktop_photo {
    display: flex;
  }
}
.text_image_overlap_block .photo_block .mobile_photo {
  display: none;
}
@media (max-width: 575px) {
  .text_image_overlap_block .photo_block .mobile_photo {
    display: flex;
  }
}
.text_image_overlap_block .photo_block img {
  width: 100%;
  max-width: 704px;
}

.std_link {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  text-decoration: none;
}
.std_link:hover {
  color: #1A1A1A;
  text-decoration: none;
  cursor: pointer;
}
.std_link.accent_link {
  color: #FBC562;
}
.std_link.red_link {
  color: #FC9D9D;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}
.std_link.blue_link {
  color: #67A8FF;
}
.std_link.underlined {
  text-decoration: underline;
}
.std_link.hidden {
  display: none;
}

.ff_text_block_heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
}

.promo_section {
  background-image: url(/img/user-interface/landing/promo_bg.png);
  background-size: cover;
  margin-bottom: 148px;
  padding-bottom: 52px;
}
@media (max-width: 1440px) {
  .promo_section {
    background-position: 43% 0;
  }
}
@media (max-width: 1240px) {
  .promo_section {
    background-position: 53% 0;
  }
}
@media (max-width: 1024px) {
  .promo_section {
    background-position: 53% 0;
  }
}
@media (max-width: 834px) {
  .promo_section {
    padding-bottom: 180px;
    margin-bottom: 308px;
  }
}
.promo_section.experiment {
  margin-bottom: 0px;
  padding-bottom: 52px;
}
@media (max-width: 1440px) {
  .promo_section.experiment {
    background-position: 43% 0;
  }
}
@media (max-width: 1240px) {
  .promo_section.experiment {
    background-position: 53% 0;
  }
}
@media (max-width: 1024px) {
  .promo_section.experiment {
    background-position: 53% 0;
  }
}
@media (max-width: 834px) {
  .promo_section.experiment {
    padding-bottom: 180px;
    margin-bottom: 0px;
  }
}
@media (max-width: 834px) {
  .promo_section header {
    display: flex;
    justify-content: center;
    background-color: transparent;
    margin-bottom: 42px;
    align-items: center;
  }
}
.promo_section header .header_logo_block {
  max-width: 250px;
}
@media (max-width: 834px) {
  .promo_section header .header_logo_block {
    max-width: 100%;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .promo_section header .header_logo_block img {
    width: 208px;
  }
  .promo_section header .header_logo_block .desktop_logo {
    display: none;
  }
}
@media (min-width: 835px) {
  .promo_section header .header_logo_block .mobile_logo {
    display: none;
  }
}
.promo_section .promo_content_block {
  margin-bottom: 272px;
}
@media (max-width: 1440px) {
  .promo_section .promo_content_block {
    margin-bottom: 138px;
  }
}
@media (max-width: 1240px) {
  .promo_section .promo_content_block {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .promo_section .promo_content_block {
    margin-bottom: 60px;
  }
}
@media (max-width: 834px) {
  .promo_section .promo_content_block {
    margin-bottom: 0px;
  }
}
.promo_section .promo_content_block .promo_heading {
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .promo_section .promo_content_block .promo_heading {
    font-weight: 500;
    font-size: 24px;
    line-height: 133%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
.promo_section .promo_content_block .promo_description {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #ffffff;
}
@media (max-width: 834px) {
  .promo_section .promo_content_block .promo_description {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    font-family: "Inter", sans-serif;
    font-style: normal;
    margin-bottom: 42px;
  }
}
.promo_section .promo_form_block {
  position: relative;
}
.promo_section .promo_form_block.landing_exp .promo_form {
  padding: 12px;
  position: relative;
}
@media (max-width: 834px) {
  .promo_section .promo_form_block.landing_exp .promo_form {
    padding: 12px;
  }
}
.promo_section .promo_form_block .promo_form_description {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .promo_section .promo_form_block .promo_form_description {
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
.promo_section .promo_form_block .promo_form {
  background-color: #FFFFFF;
  position: absolute;
  width: 100%;
  box-shadow: 0px 0px 8px rgba(167, 167, 167, 0.16);
  border-radius: 8px;
  padding: 24px 32px;
}
@media (max-width: 834px) {
  .promo_section .promo_form_block .promo_form {
    padding: 24px;
    width: calc(100%);
  }
}
.promo_section .promo_form_block .promo_form .promo_form_form {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .promo_section .promo_form_block .promo_form .promo_form_form {
    flex-direction: column;
  }
}
.promo_section .promo_form_block .promo_form .promo_form_form .fields {
  display: flex;
  padding-top: 16px;
}
@media (max-width: 834px) {
  .promo_section .promo_form_block .promo_form .promo_form_form .fields {
    flex-direction: column;
  }
}
.promo_section .promo_form_block .promo_form .promo_form_form .fields .one_checkbox {
  margin-right: 32px;
}
@media (min-width: 1025px) and (max-width: 1240px) {
  .promo_section .promo_form_block .promo_form .promo_form_form .fields .one_checkbox {
    margin-right: 24px;
  }
  .promo_section .promo_form_block .promo_form .promo_form_form .fields .one_checkbox .checkbox_container .checkbox_label {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 835px) and (max-width: 1024px) {
  .promo_section .promo_form_block .promo_form .promo_form_form .fields .one_checkbox {
    margin-right: 12px;
  }
  .promo_section .promo_form_block .promo_form .promo_form_form .fields .one_checkbox .checkbox_container {
    padding-left: 27px;
  }
  .promo_section .promo_form_block .promo_form .promo_form_form .fields .one_checkbox .checkbox_container .checkbox_label {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 834px) {
  .promo_section .promo_form_block .promo_form .promo_form_form .fields .one_checkbox {
    margin-right: 0;
  }
  .promo_section .promo_form_block .promo_form .promo_form_form .fields .one_checkbox .checkbox_container {
    margin-bottom: 24px;
  }
}
.promo_section .promo_form_block .promo_form .promo_form_form .fields .one_checkbox .checkbox_container .checkmark:after {
  top: calc((50% - 7px / 2) * -1);
}
.promo_section .promo_form_block .promo_form .promo_form_form .button_wrapper {
  position: relative;
}
@media (max-width: 834px) {
  .promo_section .promo_form_block .promo_form .promo_form_form .button_wrapper {
    margin-top: 8px;
  }
}
.promo_section .promo_form_block .promo_form .promo_form_form .button_wrapper .form_text_block {
  display: flex;
  width: 100%;
  justify-content: center;
  position: absolute;
  top: calc(100% + 24px);
}
@media (max-width: 834px) {
  .promo_section .promo_form_block .promo_form .promo_form_form .button_wrapper .form_text_block {
    top: calc(100% + 32px);
  }
}
.promo_section .promo_form_block .promo_form .promo_form_form .button_wrapper .form_text_block .form_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #4F4F4F;
  text-align: center;
}
.promo_section .promo_form_block .promo_form .promo_form_form .promo_btn {
  padding: 16px 100px;
  width: auto;
}

.landing_experiment_container {
  position: relative;
  top: -300px;
  margin-bottom: -180px;
}
@media (max-width: 575px) {
  .landing_experiment_container {
    top: -200px;
    margin-bottom: -120px;
  }
}
.landing_experiment_container .empty-spacer {
  padding-bottom: 150px;
}
@media (max-width: 1240px) {
  .landing_experiment_container .empty-spacer {
    padding-bottom: 200px;
  }
}
@media (max-width: 1024px) {
  .landing_experiment_container .empty-spacer {
    padding-bottom: 200px;
  }
}
@media (max-width: 575px) {
  .landing_experiment_container .empty-spacer {
    padding-bottom: 50px;
  }
}
.landing_experiment_container .promo_form_block .promo_form_description {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .landing_experiment_container .promo_form_block .promo_form_description {
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
.landing_experiment_container .select-box__list {
  max-height: 450px;
}
@media (max-width: 575px) {
  .landing_experiment_container .select-box__list {
    max-height: 600px;
  }
}
.landing_experiment_container .landing_exp_container .filters_block {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-evenly;
  align-items: baseline;
  gap: 0.5rem;
  box-shadow: 0px 0px 8px rgba(167, 167, 167, 0.16);
  border-radius: 8px;
  padding: 16px;
  background: #fff;
  margin-bottom: 4px;
}
@media (max-width: 834px) {
  .landing_experiment_container .landing_exp_container .filters_block {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .landing_experiment_container .landing_exp_container .filters_block {
    flex-direction: column;
  }
}
.landing_experiment_container .landing_exp_container .filters_block .one_filter_block {
  margin-bottom: 10px;
  min-width: 24%;
}
@media (max-width: 834px) {
  .landing_experiment_container .landing_exp_container .filters_block .one_filter_block {
    min-width: 49%;
  }
}
@media (max-width: 575px) {
  .landing_experiment_container .landing_exp_container .filters_block .one_filter_block {
    min-width: 100%;
  }
}
.landing_experiment_container .landing_exp_container .filters_block .one_filter_block .input_block input {
  margin-bottom: 0;
}
.landing_experiment_container .landing_exp_container .filters_block .one_filter_block .select-box__list {
  z-index: 7000;
}
.landing_experiment_container .landing_exp_container .filters_block .select-box__input:checked + .select-box__input-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 24px;
}
.landing_experiment_container .landing_exp_container .filters_block .input_help_label {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 4px;
}
.landing_experiment_container .landing_exp_container .advisors_block {
  box-shadow: 0px 0px 8px rgba(167, 167, 167, 0.16);
  border-radius: 8px;
  background: #fff;
  padding: 8px;
  position: relative;
}
@media (max-width: 575px) {
  .landing_experiment_container .landing_exp_container .advisors_block {
    box-shadow: none;
  }
}
.landing_experiment_container .landing_exp_container .advisors_block .ff_loader {
  z-index: 5000;
}
.landing_experiment_container .landing_exp_container .advisors_block .promo_form_description {
  color: #1A1A1A;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 12px;
  padding: 0px 8px;
}
@media (max-width: 834px) {
  .landing_experiment_container .landing_exp_container .advisors_block .promo_form_description {
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
@media (max-width: 575px) {
  .landing_experiment_container .landing_exp_container .advisors_block .promo_form_description {
    margin-top: 12px;
  }
}
.landing_experiment_container .landing_exp_container .advisors_block .ff_loader {
  position: absolute;
  border-radius: 8px;
}
.landing_experiment_container .landing_exp_container .advisors_block .advisor_cards {
  display: flex;
  flex-wrap: wrap;
  /* Allow wrapping to new rows */
  gap: 0.5rem;
  /* Adjust spacing between tiles */
  padding-left: 12px;
  padding-right: 12px;
}
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card {
  flex: 1 1 23%;
  /* Flex-grow, shrink, and basis */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Ensure the content fills the height */
  box-sizing: border-box;
  /* Padding/border doesn't affect width/height */
}
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card.ff_card {
  padding: 12px;
}
@media (max-width: 375px) {
  .landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card {
    flex: 1 1 100%;
  }
}
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card.more_advisors_card {
  justify-content: center;
}
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card.more_advisors_card p {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  text-align: center;
}
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .admin_section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .admin_section {
    flex-direction: column;
  }
}
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 24px;
  position: relative;
}
@media (max-width: 575px) {
  .landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details {
    flex-direction: column;
    order: 0;
  }
}
@media (max-width: 375px) {
  .landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details {
    flex-direction: row;
  }
}
@media (max-width: 320px) {
  .landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details {
    flex-direction: column;
  }
}
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .top_rated {
  display: block;
  width: 100px;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background-color: #EAA61F;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  text-align: center;
  color: #fff;
}
@media (max-width: 575px) {
  .landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .top_rated {
    width: 100%;
  }
}
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .photo_block {
  width: 100px;
  height: 100px;
}
@media (max-width: 575px) {
  .landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .photo_block {
    width: 150px;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
  }
}
@media (max-width: 375px) {
  .landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .photo_block {
    width: 45%;
    height: 150px;
  }
}
@media (max-width: 320px) {
  .landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .photo_block {
    width: 100%;
    height: 250px;
  }
}
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .photo_block .advisor_photo {
  display: block;
  width: 100px;
  height: 100px;
  background-size: cover;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-position: top center;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 575px) {
  .landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .photo_block .advisor_photo {
    width: 100%;
    height: 100%;
  }
}
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .advisor_details {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex: 1 0 0;
}
@media (max-width: 575px) {
  .landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .advisor_details {
    margin-top: 12px;
  }
}
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .advisor_details .advisor_profile_link {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #1A1A1A;
  text-decoration: none;
  margin-bottom: 12px;
}
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .advisor_details .advisor_profile_link:hover {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .advisor_details .advisor_profile_link {
    margin-bottom: 16px;
  }
}
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .advisor_details .city_block p, .landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .advisor_details .city_block a,
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .advisor_details .company_block p,
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .advisor_details .company_block a,
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .advisor_details .advisor_rating p,
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .advisor_details .advisor_rating a {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  margin-bottom: 0;
}
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .advisor_details .city_block {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .advisor_details .city_block img {
  height: 16px;
  width: 16px;
}
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .advisor_details .company_block {
  margin-bottom: 12px;
}
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .advisor_details .company_block .company {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .advisor_details .company_block .company svg {
  margin-left: 8px;
  height: 16px;
  width: 16px;
}
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .advisor_details .advisor_rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .advisor_details .advisor_rating .stars_block {
  display: flex;
  align-items: flex-start;
  gap: 2px;
}
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .advisor_details .advisor_rating .stars_block img {
  height: 16px;
  width: 16px;
}
@media (max-width: 575px) {
  .landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .advisor_personal_details .advisor_details .advisor_rating {
    margin-bottom: 0px;
  }
}
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .compensation {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
  align-self: stretch;
}
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .compensation .system_pill {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  align-self: stretch;
}
@media (max-width: 575px) {
  .landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .compensation .system_pill {
    align-self: stretch;
  }
}
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .compensation .system_pill svg path {
  stroke: #EAA61F;
}
.landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .ff_btn_block .ff_btn {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
}
@media (max-width: 575px) {
  .landing_experiment_container .landing_exp_container .advisors_block .one_advisor_card .ff_btn_block .ff_btn {
    padding: 8px;
    font-size: 14px;
  }
}

.successModal.experimentModal .modal-header {
  padding-top: 40px;
  justify-content: center;
  padding-bottom: 0px;
  flex-direction: column;
}
.successModal.experimentModal .modal-header .success_img_block {
  background-color: #DCF8E7;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.successModal.experimentModal .modal-header .success_img_block img {
  height: 24px;
  width: 24px;
}
.successModal.experimentModal .modal-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  text-align: center;
}
@media (max-width: 834px) {
  .successModal.experimentModal .modal-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
.successModal.experimentModal .modal-body {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 8px;
  padding-left: 40px;
  padding-right: 40px;
}
.successModal.experimentModal .modal-body .modal_description {
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 834px) {
  .successModal.experimentModal .modal-body .modal_description {
    font-size: 16px;
    font-weight: 400;
  }
}
.successModal.experimentModal .modal-body .ff_btn_block .ff_btn {
  padding: 12px 16px;
}

.contact_modal.experimentModal .modal-header {
  padding-top: 40px;
  justify-content: space-between;
  padding-bottom: 0px;
  flex-direction: row;
}
.contact_modal.experimentModal .modal-header p {
  margin-bottom: 0;
}
.contact_modal.experimentModal .modal-header img {
  height: 24px;
  width: 24px;
}
.contact_modal.experimentModal .modal-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  text-align: center;
}
@media (max-width: 834px) {
  .contact_modal.experimentModal .modal-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
.contact_modal.experimentModal .modal-body {
  padding-bottom: 40px;
  padding-top: 24px;
  padding-left: 40px;
  padding-right: 40px;
}
.contact_modal.experimentModal .modal-body .input_block .input_help_label {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 4px;
}
.contact_modal.experimentModal .modal-body .ff_btn_block {
  margin-top: 24px;
}
.contact_modal.experimentModal .modal-body .ff_btn_block .ff_btn {
  padding: 12px 16px;
}

.landing_header {
  padding-top: 40px;
  margin-bottom: 200px;
}
@media (max-width: 1440px) {
  .landing_header {
    margin-bottom: 110px;
  }
}
@media (max-width: 1240px) {
  .landing_header {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .landing_header {
    margin-bottom: 60px;
  }
}
@media (max-width: 834px) {
  .landing_header {
    display: flex;
    justify-content: center;
  }
}
.landing_header.open-nav {
  background-color: #ffffff;
}
.landing_header.open-nav .logo_open_nav {
  display: block;
}
.landing_header.open-nav .logo {
  display: none;
}
.landing_header .logo_open_nav {
  display: none;
}
.landing_header .header_container {
  position: relative;
}
.landing_header .header_container .navbar-brand {
  margin-bottom: 0;
}
.landing_header .header_container .navbar-brand:hover {
  cursor: pointer;
}
.landing_header .header_container img {
  width: 100%;
  max-width: 250px;
}
.landing_header .header_container .navbar-toggler svg {
  height: 32px;
  width: 32px;
}
.landing_header .header_container .navbar-toggler svg path {
  stroke: #A7A7A7;
}
.landing_header .header_container .navbar-toggler:focus {
  box-shadow: none;
}
.landing_header .header_container .navbar-toggler.collapsed svg path {
  stroke: #F3B543;
}
.landing_header .header_container .navbar.main_navbar {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.landing_header .header_container .navbar.main_navbar .container-fluid, .landing_header .header_container .navbar.main_navbar .container-sm, .landing_header .header_container .navbar.main_navbar .container-md, .landing_header .header_container .navbar.main_navbar .container-lg, .landing_header .header_container .navbar.main_navbar .container-xl, .landing_header .header_container .navbar.main_navbar .container-xxl {
  padding-left: 0;
  padding-right: 0;
}
.landing_header .header_container .navbar.main_navbar .container-fluid .navbar-brand, .landing_header .header_container .navbar.main_navbar .container-sm .navbar-brand, .landing_header .header_container .navbar.main_navbar .container-md .navbar-brand, .landing_header .header_container .navbar.main_navbar .container-lg .navbar-brand, .landing_header .header_container .navbar.main_navbar .container-xl .navbar-brand, .landing_header .header_container .navbar.main_navbar .container-xxl .navbar-brand {
  padding: 0;
  position: relative;
  z-index: 999;
}
.landing_header .header_container .navbar.main_navbar .container-fluid .navbar-toggler, .landing_header .header_container .navbar.main_navbar .container-sm .navbar-toggler, .landing_header .header_container .navbar.main_navbar .container-md .navbar-toggler, .landing_header .header_container .navbar.main_navbar .container-lg .navbar-toggler, .landing_header .header_container .navbar.main_navbar .container-xl .navbar-toggler, .landing_header .header_container .navbar.main_navbar .container-xxl .navbar-toggler {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 999;
}
.landing_header .header_container .navbar.main_navbar .container-fluid .navbar-collapse, .landing_header .header_container .navbar.main_navbar .container-sm .navbar-collapse, .landing_header .header_container .navbar.main_navbar .container-md .navbar-collapse, .landing_header .header_container .navbar.main_navbar .container-lg .navbar-collapse, .landing_header .header_container .navbar.main_navbar .container-xl .navbar-collapse, .landing_header .header_container .navbar.main_navbar .container-xxl .navbar-collapse {
  position: absolute;
  width: calc(100% + 48px);
  top: 33px;
  left: -24px;
  z-index: 888;
}
@media (min-width: 835px) {
  .landing_header .header_container .navbar.main_navbar .container-fluid .navbar-collapse, .landing_header .header_container .navbar.main_navbar .container-sm .navbar-collapse, .landing_header .header_container .navbar.main_navbar .container-md .navbar-collapse, .landing_header .header_container .navbar.main_navbar .container-lg .navbar-collapse, .landing_header .header_container .navbar.main_navbar .container-xl .navbar-collapse, .landing_header .header_container .navbar.main_navbar .container-xxl .navbar-collapse {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  .landing_header .header_container .navbar.main_navbar .container-fluid .navbar-collapse, .landing_header .header_container .navbar.main_navbar .container-sm .navbar-collapse, .landing_header .header_container .navbar.main_navbar .container-md .navbar-collapse, .landing_header .header_container .navbar.main_navbar .container-lg .navbar-collapse, .landing_header .header_container .navbar.main_navbar .container-xl .navbar-collapse, .landing_header .header_container .navbar.main_navbar .container-xxl .navbar-collapse {
    width: calc(100% + 84px);
    left: -48px;
  }
}
.landing_header .header_container .navbar.main_navbar .container-fluid .navbar-collapse .navbar-nav, .landing_header .header_container .navbar.main_navbar .container-sm .navbar-collapse .navbar-nav, .landing_header .header_container .navbar.main_navbar .container-md .navbar-collapse .navbar-nav, .landing_header .header_container .navbar.main_navbar .container-lg .navbar-collapse .navbar-nav, .landing_header .header_container .navbar.main_navbar .container-xl .navbar-collapse .navbar-nav, .landing_header .header_container .navbar.main_navbar .container-xxl .navbar-collapse .navbar-nav {
  width: 100%;
  background: #FFFFFF;
  border-radius: 0px 0px 8px 8px;
  padding: 24px 24px 40px 24px;
}
@media (min-width: 576px) and (max-width: 1024px) {
  .landing_header .header_container .navbar.main_navbar .container-fluid .navbar-collapse .navbar-nav, .landing_header .header_container .navbar.main_navbar .container-sm .navbar-collapse .navbar-nav, .landing_header .header_container .navbar.main_navbar .container-md .navbar-collapse .navbar-nav, .landing_header .header_container .navbar.main_navbar .container-lg .navbar-collapse .navbar-nav, .landing_header .header_container .navbar.main_navbar .container-xl .navbar-collapse .navbar-nav, .landing_header .header_container .navbar.main_navbar .container-xxl .navbar-collapse .navbar-nav {
    padding-left: 48px;
  }
}
.landing_header .header_container .navbar.main_navbar .container-fluid .navbar-collapse .navbar-nav .nav-item, .landing_header .header_container .navbar.main_navbar .container-sm .navbar-collapse .navbar-nav .nav-item, .landing_header .header_container .navbar.main_navbar .container-md .navbar-collapse .navbar-nav .nav-item, .landing_header .header_container .navbar.main_navbar .container-lg .navbar-collapse .navbar-nav .nav-item, .landing_header .header_container .navbar.main_navbar .container-xl .navbar-collapse .navbar-nav .nav-item, .landing_header .header_container .navbar.main_navbar .container-xxl .navbar-collapse .navbar-nav .nav-item {
  margin-bottom: 24px;
}
.landing_header .header_container .navbar.main_navbar .container-fluid .navbar-collapse .navbar-nav .nav-item:last-child, .landing_header .header_container .navbar.main_navbar .container-sm .navbar-collapse .navbar-nav .nav-item:last-child, .landing_header .header_container .navbar.main_navbar .container-md .navbar-collapse .navbar-nav .nav-item:last-child, .landing_header .header_container .navbar.main_navbar .container-lg .navbar-collapse .navbar-nav .nav-item:last-child, .landing_header .header_container .navbar.main_navbar .container-xl .navbar-collapse .navbar-nav .nav-item:last-child, .landing_header .header_container .navbar.main_navbar .container-xxl .navbar-collapse .navbar-nav .nav-item:last-child {
  margin-bottom: 0;
}
.landing_header .header_container .navbar.main_navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link, .landing_header .header_container .navbar.main_navbar .container-sm .navbar-collapse .navbar-nav .nav-item .nav-link, .landing_header .header_container .navbar.main_navbar .container-md .navbar-collapse .navbar-nav .nav-item .nav-link, .landing_header .header_container .navbar.main_navbar .container-lg .navbar-collapse .navbar-nav .nav-item .nav-link, .landing_header .header_container .navbar.main_navbar .container-xl .navbar-collapse .navbar-nav .nav-item .nav-link, .landing_header .header_container .navbar.main_navbar .container-xxl .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  margin-bottom: 0;
}
.landing_header .buttons_block {
  align-items: center;
}
@media (max-width: 834px) {
  .landing_header .buttons_block.experiment .lang_switch .dropdown-toggle {
    color: #fff !important;
  }
}
@media (max-width: 834px) {
  .landing_header .buttons_block.experiment .lang_switch .lang_code {
    color: #fff !important;
  }
}
@media (max-width: 834px) {
  .landing_header .buttons_block.experiment .lang_switch .dropdown-menu {
    min-width: 0;
    background: transparent;
    border: 1px solid #EA9C00;
    border-radius: 8px;
    box-shadow: none;
  }
}
@media (max-width: 834px) {
  .landing_header .buttons_block.experiment .lang_switch .dropdown-item {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.landing_header .buttons_block .one_link {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 0;
}
.landing_header .buttons_block .one_link:hover {
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 834px) {
  .landing_header .buttons_block .one_link:hover {
    color: #2d2d2d;
  }
}
.landing_header .buttons_block .register_button {
  width: auto;
  padding: 12px 40px;
  margin-left: 73px;
}
@media (max-width: 834px) {
  .landing_header .buttons_block .register_button {
    margin-left: 7px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.landing_header .buttons_block .register_button svg path {
  stroke: #FFFFFF;
}
.landing_header .buttons_block .register_button:hover svg path {
  stroke: #FBC562;
  transition: all 0.2s ease;
}
.why_us_section .why_us_section_content {
  background: #FAFAFA;
  border-radius: 8px;
  padding: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 834px) {
  .why_us_section .why_us_section_content {
    flex-direction: column;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.why_us_section .why_us_section_content .headings_block {
  min-width: 39%;
}
@media (max-width: 1440px) {
  .why_us_section .why_us_section_content .headings_block {
    min-width: 45%;
  }
}
@media (max-width: 834px) {
  .why_us_section .why_us_section_content .headings_block {
    min-width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
}
.why_us_section .why_us_section_content .headings_block .lp_block_subheading {
  margin-bottom: 0;
}
.why_us_section .why_us_section_content .reasons {
  display: flex;
  flex-direction: row;
}
@media (max-width: 834px) {
  .why_us_section .why_us_section_content .reasons {
    flex-direction: column;
    align-items: center;
  }
}
.why_us_section .why_us_section_content .reasons .one_reason {
  text-align: center;
}
@media (max-width: 575px) {
  .why_us_section .why_us_section_content .reasons .one_reason {
    margin-bottom: 16px;
  }
}
.why_us_section .why_us_section_content .reasons .one_reason:last-child .one_reason_text {
  border-right: none;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.why_us_section .why_us_section_content .reasons .one_reason_text {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  margin-bottom: 0;
  border-right: 2px solid #FBC562;
  padding-right: 4px;
  padding-left: 4px;
}
@media (max-width: 1024px) {
  .why_us_section .why_us_section_content .reasons .one_reason_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
@media (max-width: 834px) {
  .why_us_section .why_us_section_content .reasons .one_reason_text {
    border-right: none;
    padding-bottom: 16px;
    border-bottom: 2px solid #FBC562;
  }
}
.why_us_section .why_us_section_content .numbers_block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 575px) {
  .how_to_section.no_bg {
    background-image: none;
  }
}

.how_to_block {
  justify-content: space-between;
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
}
.how_to_block .lp_block_heading {
  margin-bottom: 56px;
}
.how_to_block .how_to_one_step {
  width: 24%;
  transform-style: preserve-3d;
  position: relative;
  transition: 1s ease-in-out;
  height: 184px;
}
@media (max-width: 1024px) {
  .how_to_block .how_to_one_step {
    height: 230px;
  }
}
@media (max-width: 834px) {
  .how_to_block .how_to_one_step {
    height: auto;
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.how_to_block .how_to_one_step:hover {
  cursor: pointer;
}
@media (min-width: 835px) {
  .how_to_block .how_to_one_step:hover {
    transform: rotateY(0.5turn);
  }
}
.how_to_block .how_to_one_step .front_block,
.how_to_block .how_to_one_step .back_block {
  transition: 1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
  height: 100%;
  background-image: url(/img/user-interface/landing/how_to_blocks_bg.png);
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  padding: 24px;
}
@media (max-width: 834px) {
  .how_to_block .how_to_one_step .front_block,
.how_to_block .how_to_one_step .back_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: initial;
    padding: 40px 24px;
  }
}
.how_to_block .how_to_one_step .front_block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .how_to_block .how_to_one_step .front_block {
    justify-content: center;
  }
}
.how_to_block .how_to_one_step .back_block {
  transform: rotateY(0.5turn);
  text-align: center;
  display: flex;
  align-items: center;
}
@media (max-width: 834px) {
  .how_to_block .how_to_one_step .back_block {
    display: none;
  }
}
.how_to_block .how_to_one_step .back_block p {
  margin-bottom: 0;
}
.how_to_block .how_to_one_step a {
  color: #1A1A1A;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 834px) {
  .how_to_block .how_to_one_step a {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 0px;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.how_to_block .how_to_one_step:last-child {
  margin-right: 0;
}
.how_to_block .how_to_one_step .icon_block {
  display: flex;
  flex-wrap: wrap;
  width: 64px;
  height: 64px;
  align-content: space-between;
  justify-content: space-between;
  margin-bottom: 24px;
}
.how_to_block .how_to_one_step .icon_block .one_square {
  height: 30px;
  width: 30px;
  border-radius: 4px;
  background-color: #FBC562;
}
.how_to_block .how_to_one_step .icon_block .one_square.accent_square {
  background-color: #3A032D;
}
.how_to_block .how_to_one_step .how_to_one_step_text {
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  margin-bottom: 0;
  text-align: center;
}

.perfect_match_section .perfect_match_text_block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.perfect_match_section .perfect_match_text_block .lp_block_subheading {
  max-width: 808px;
}
.perfect_match_section .gallery .gallery_scroller .slick-list {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.perfect_match_section .gallery .gallery_one_img {
  margin-left: 12px;
  margin-right: 12px;
  max-width: 240px;
  scroll-snap-align: center;
  min-width: 208px;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 834px) {
  .perfect_match_section .gallery .gallery_one_img {
    border-radius: 10px;
    max-width: 156px;
    border: 10px solid #ffffff;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 575px) {
  .perfect_match_section .gallery .gallery_one_img {
    min-width: 183px;
  }
}
@media (max-width: 375px) {
  .perfect_match_section .gallery .gallery_one_img {
    min-width: 158px;
  }
}
@media (max-width: 320px) {
  .perfect_match_section .gallery .gallery_one_img {
    min-width: 130px;
  }
}
.perfect_match_section .gallery .gallery_one_img img,
.perfect_match_section .gallery .gallery_one_img .img_block_one_advisor {
  width: 240px;
  height: 240px;
  box-shadow: 0px 0px 16px rgba(122, 122, 122, 0.24);
  border-radius: 6px;
  border: 16px solid #ffffff;
}
@media screen and (max-width: 1520px) {
  .perfect_match_section .gallery .gallery_one_img img,
.perfect_match_section .gallery .gallery_one_img .img_block_one_advisor {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 1440px) {
  .perfect_match_section .gallery .gallery_one_img img,
.perfect_match_section .gallery .gallery_one_img .img_block_one_advisor {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 834px) {
  .perfect_match_section .gallery .gallery_one_img img,
.perfect_match_section .gallery .gallery_one_img .img_block_one_advisor {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 575px) {
  .perfect_match_section .gallery .gallery_one_img img,
.perfect_match_section .gallery .gallery_one_img .img_block_one_advisor {
    width: 215px;
    height: 215px;
  }
}
@media (max-width: 375px) {
  .perfect_match_section .gallery .gallery_one_img img,
.perfect_match_section .gallery .gallery_one_img .img_block_one_advisor {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 320px) {
  .perfect_match_section .gallery .gallery_one_img img,
.perfect_match_section .gallery .gallery_one_img .img_block_one_advisor {
    width: 162px;
    height: 162px;
  }
}
.perfect_match_section .gallery .gallery_one_img .img_block_one_advisor {
  background-size: cover;
}

.companies_section .perfect_match_text_block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.companies_section .perfect_match_text_block .lp_block_heading {
  margin-bottom: 24px;
}
.companies_section .perfect_match_text_block .lp_block_subheading {
  max-width: 808px;
  text-align: center;
}
.companies_section .companies_scroller .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.companies_section .companies_scroller .slick-dots li {
  margin: 0 0.25rem;
}
.companies_section .companies_scroller .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #e7e7e7;
  text-indent: -9999px;
}
.companies_section .companies_scroller .slick-dots li.slick-active button {
  background-color: #EAA61F;
}
.companies_section .companies_scroller .slick-list {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.companies_section .companies_scroller .one_slide .one_slide_row {
  width: 100%;
  display: flex;
  margin-bottom: 42px;
  justify-content: space-around;
}
.companies_section .companies_scroller .one_slide .one_slide_row:last-child {
  margin-bottom: 56px;
}
.companies_section .companies_scroller .one_slide .one_slide_row:last-child .one_partner_img_block {
  margin-bottom: 0;
}
@media (max-width: 834px) {
  .companies_section .companies_scroller .one_slide .one_slide_row {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .companies_section .companies_scroller .one_slide .one_slide_row:last-child {
    margin-bottom: 40px;
  }
  .companies_section .companies_scroller .one_slide .one_slide_row:last-child .one_partner_img_block {
    margin-bottom: 0;
  }
}
.companies_section .companies_scroller .one_slide .one_slide_row .one_partner_img_block {
  width: 25%;
}
@media (max-width: 834px) {
  .companies_section .companies_scroller .one_slide .one_slide_row .one_partner_img_block {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.companies_section .companies_scroller .one_partner_img_block,
.companies_section .companies_scroller a {
  direction: ltr;
  margin-left: 12px;
  margin-right: 12px;
  max-width: 240px;
  height: 90px;
  scroll-snap-align: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
@media (max-width: 834px) {
  .companies_section .companies_scroller .one_partner_img_block,
.companies_section .companies_scroller a {
    border-radius: 10px;
    max-width: 156px;
    border: 10px solid #ffffff;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.companies_section .companies_scroller .one_partner_img_block img,
.companies_section .companies_scroller a img {
  max-width: 100%;
  max-height: 100%;
}
.companies_section .companies_scroller .one_partner_img_block:first-child,
.companies_section .companies_scroller a:first-child {
  margin-left: 0px;
}
.companies_section .companies_scroller .one_partner_img_block:last-child,
.companies_section .companies_scroller a:last-child {
  margin-right: 0;
}

@media (max-width: 834px) {
  .how_to_section {
    background-image: url(/img/user-interface/landing/options_mobile_bg_2.png);
    background-size: cover;
    background-position: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.how_to_section .options_block_mobile_heading {
  display: none;
}
@media (max-width: 834px) {
  .how_to_section .options_block_mobile_heading {
    display: block;
  }
}
.how_to_section .options_block {
  margin-right: 0;
  margin-left: 0;
}
.how_to_section .options_block .one_option {
  padding: 32px;
}
@media (max-width: 834px) {
  .how_to_section .options_block .one_option {
    padding-left: calc(var(--bs-gutter-x) / 2);
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
}
.how_to_section .options_block .one_option.custom_paddings {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.how_to_section .options_block .one_option.has_background {
  background-image: url(/img/user-interface/landing/option_blocks_bg.png);
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.how_to_section .options_block .one_option.first_option {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 834px) {
  .how_to_section .options_block .one_option.first_option {
    display: none;
  }
}
.how_to_section .options_block .one_option.first_option .lp_block_heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  text-align: left;
}
.how_to_section .options_block .one_option .option_icon_block {
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .how_to_section .options_block .one_option .option_icon_block.mobile_right {
    display: flex;
    justify-content: flex-end;
  }
}
.how_to_section .options_block .one_option .option_header {
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
}
.how_to_section .options_block .one_option .option_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #4F4F4F;
  margin-bottom: 0;
}

.steps_section {
  background-color: #FAFAFA;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .steps_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.steps_section .steps_section_text_block {
  padding-right: 92px;
}
@media (max-width: 834px) {
  .steps_section .steps_section_text_block {
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
}
.steps_section .one_step {
  background: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(167, 167, 167, 0.16);
  border-radius: 8px;
  padding: 44px 32px;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .steps_section .one_step {
    padding: 40px 24px;
  }
}
.steps_section .one_step:last-child {
  margin-bottom: 0;
}
.steps_section .one_step .step_number {
  font-weight: 600;
  font-size: 48px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 24px;
  color: #3A032D;
}
.steps_section .one_step .step_number .accent_step_number {
  color: #FBC562;
}
.steps_section .one_step .step_heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
}
.steps_section .one_step .step_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
.steps_section .one_step .step_description b {
  font-weight: 500;
}

@media (max-width: 575px) {
  .as_seen_on_section .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .as_seen_on_section .container .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.as_seen_on_section .gallery .gallery_scroller .slick-list {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.as_seen_on_section .gallery .gallery_one_img {
  margin-left: 12px;
  margin-right: 12px;
  max-width: 240px;
  scroll-snap-align: center;
  min-width: 208px;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 834px) {
  .as_seen_on_section .gallery .gallery_one_img {
    border-radius: 10px;
    max-width: 156px;
    border: 10px solid #ffffff;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 575px) {
  .as_seen_on_section .gallery .gallery_one_img {
    min-width: 183px;
  }
}
@media (max-width: 375px) {
  .as_seen_on_section .gallery .gallery_one_img {
    min-width: 158px;
  }
}
@media (max-width: 320px) {
  .as_seen_on_section .gallery .gallery_one_img {
    min-width: 130px;
  }
}
.as_seen_on_section .gallery .gallery_one_img img,
.as_seen_on_section .gallery .gallery_one_img .img_block_one_advisor {
  width: 240px;
  height: 240px;
  box-shadow: 0px 0px 16px rgba(122, 122, 122, 0.24);
  border-radius: 6px;
  border: 16px solid #ffffff;
}
@media screen and (max-width: 1520px) {
  .as_seen_on_section .gallery .gallery_one_img img,
.as_seen_on_section .gallery .gallery_one_img .img_block_one_advisor {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 1440px) {
  .as_seen_on_section .gallery .gallery_one_img img,
.as_seen_on_section .gallery .gallery_one_img .img_block_one_advisor {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 834px) {
  .as_seen_on_section .gallery .gallery_one_img img,
.as_seen_on_section .gallery .gallery_one_img .img_block_one_advisor {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 575px) {
  .as_seen_on_section .gallery .gallery_one_img img,
.as_seen_on_section .gallery .gallery_one_img .img_block_one_advisor {
    width: 215px;
    height: 215px;
  }
}
@media (max-width: 375px) {
  .as_seen_on_section .gallery .gallery_one_img img,
.as_seen_on_section .gallery .gallery_one_img .img_block_one_advisor {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 320px) {
  .as_seen_on_section .gallery .gallery_one_img img,
.as_seen_on_section .gallery .gallery_one_img .img_block_one_advisor {
    width: 162px;
    height: 162px;
  }
}
.as_seen_on_section .gallery .gallery_one_img .img_block_one_advisor {
  background-size: cover;
}
.as_seen_on_section .articles_scroller .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.as_seen_on_section .articles_scroller .slick-dots li {
  margin: 0 0.25rem;
}
.as_seen_on_section .articles_scroller .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #e7e7e7;
  text-indent: -9999px;
}
.as_seen_on_section .articles_scroller .slick-dots li.slick-active button {
  background-color: #EAA61F;
}
.as_seen_on_section .articles_scroller .slick-list {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.as_seen_on_section .articles_scroller .one_slide .one_slide_row {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.as_seen_on_section .articles_scroller .one_slide .one_slide_row:last-child .one_partner_img_block {
  margin-bottom: 0;
}
@media (max-width: 834px) {
  .as_seen_on_section .articles_scroller .one_slide .one_slide_row {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .as_seen_on_section .articles_scroller .one_slide .one_slide_row:last-child {
    margin-bottom: 40px;
  }
  .as_seen_on_section .articles_scroller .one_slide .one_slide_row:last-child .one_partner_img_block {
    margin-bottom: 0;
  }
}
.as_seen_on_section .articles_scroller .one_slide .one_slide_row .one_partner_img_block {
  width: 25%;
}
@media (max-width: 834px) {
  .as_seen_on_section .articles_scroller .one_slide .one_slide_row .one_partner_img_block {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.as_seen_on_section .articles_scroller .one_partner_img_block,
.as_seen_on_section .articles_scroller a {
  direction: ltr;
  margin-left: 12px;
  margin-right: 12px;
  max-width: 240px;
  height: 90px;
  scroll-snap-align: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
@media (max-width: 834px) {
  .as_seen_on_section .articles_scroller .one_partner_img_block,
.as_seen_on_section .articles_scroller a {
    border-radius: 10px;
    max-width: 156px;
    border: 10px solid #ffffff;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.as_seen_on_section .articles_scroller .one_partner_img_block img,
.as_seen_on_section .articles_scroller a img {
  max-width: 100%;
  max-height: 100%;
}
.as_seen_on_section .articles_scroller .one_partner_img_block:first-child,
.as_seen_on_section .articles_scroller a:first-child {
  margin-left: 0px;
}
.as_seen_on_section .articles_scroller .one_partner_img_block:last-child,
.as_seen_on_section .articles_scroller a:last-child {
  margin-right: 0;
}
.as_seen_on_section .text_block {
  top: 57px;
}
@media (max-width: 834px) {
  .as_seen_on_section .text_block {
    top: 0;
    right: 22px;
  }
}
@media (min-width: 576px) and (max-width: 834px) {
  .as_seen_on_section .text_block .subheading {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    font-family: "Inter", sans-serif;
    font-style: normal;
    margin-bottom: 0;
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  .as_seen_on_section .text_block .heading {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 834px) {
  .as_seen_on_section .text_block .heading {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .as_seen_on_section .text_block .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.as_seen_on_section .text_block .heading .logo {
  margin-left: 16px;
}
@media (max-width: 1024px) {
  .as_seen_on_section .text_block .heading .logo {
    width: 227px;
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  .as_seen_on_section .text_block .heading .logo {
    width: 160px;
    margin-left: 12px;
  }
}
@media (min-width: 576px) and (max-width: 834px) {
  .as_seen_on_section .text_block .heading .logo {
    width: 142px;
  }
}
@media (max-width: 575px) {
  .as_seen_on_section .text_block .heading .logo {
    margin-left: 0;
    margin-top: 22px;
  }
}

.reviews_section {
  background-color: #FAFAFA;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .reviews_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .reviews_section .lp_block_heading {
    text-align: left;
    max-width: 255px;
  }
}
.reviews_section .quote_block {
  position: absolute;
  left: 81%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1025px) and (max-width: 1240px) {
  .reviews_section .quote_block {
    left: 86%;
  }
}
@media (max-width: 834px) {
  .reviews_section .quote_block img {
    width: 48px;
  }
}
@media (max-width: 575px) {
  .reviews_section .quote_block {
    left: 78%;
  }
  .reviews_section .quote_block img {
    width: 48px;
  }
}
.reviews_section .slider {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media (max-width: 834px) {
  .reviews_section .slider {
    margin-top: 0;
  }
}
.reviews_section .slider .reviews_slider_btn {
  position: absolute;
  left: 0;
  z-index: 100;
  width: 48px;
  height: 42px;
  background-color: #FBC562;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .reviews_section .slider .reviews_slider_btn {
    left: -20px;
  }
}
.reviews_section .slider .reviews_slider_btn.reviews_slider_prev {
  top: 0px;
}
.reviews_section .slider .reviews_slider_btn.reviews_slider_next {
  top: 70px;
}
.reviews_section .slider .one_slide {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.reviews_section .slider .one_slide .slide_content {
  max-width: 895px;
}
.reviews_section .slider .one_slide .slide_text {
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 575px) {
  .reviews_section .slider .one_slide .slide_text {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
.reviews_section .slider .one_slide .slide_author_block {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .reviews_section .slider .one_slide .slide_author_block {
    justify-content: flex-start;
  }
}
.reviews_section .slider .one_slide .slide_author_block .author_photo_block {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.reviews_section .slider .one_slide .slide_author_block .author_photo_block img {
  width: 32px;
  height: 32px;
}
@media (max-width: 834px) {
  .reviews_section .slider .one_slide .slide_author_block .author_photo_block {
    width: 32px;
    height: 32px;
  }
}
.reviews_section .slider .one_slide .slide_author_block .slide_author {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  margin-bottom: 0;
}
.reviews_section .slider .one_slide .slide_author_block .slide_author span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #A7A7A7;
  margin-bottom: 0;
  margin-left: 8px;
}
.reviews_section .mobile_controls {
  display: none;
}
@media (max-width: 834px) {
  .reviews_section .mobile_controls {
    display: flex;
    justify-content: center;
  }
}
.reviews_section .mobile_controls .reviews_slider_btn {
  width: 48px;
  height: 48px;
  background-color: #FBC562;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.reviews_section .mobile_controls .reviews_slider_btn.reviews_slider_prev {
  transform: rotate(-90deg);
  margin-right: 32px;
}
.reviews_section .mobile_controls .reviews_slider_btn.reviews_slider_next {
  transform: rotate(-90deg);
}
.reviews_section .reviews_scroller .one_slide {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.reviews_section .reviews_scroller .one_slide .slide_content {
  max-width: 895px;
}
.reviews_section .reviews_scroller .one_slide .slide_text {
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 575px) {
  .reviews_section .reviews_scroller .one_slide .slide_text {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
.reviews_section .reviews_scroller .one_slide .slide_author_block {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .reviews_section .reviews_scroller .one_slide .slide_author_block {
    justify-content: flex-start;
  }
}
.reviews_section .reviews_scroller .one_slide .slide_author_block .author_photo_block {
  width: 64px;
  height: 64px;
  margin-right: 16px;
}
.reviews_section .reviews_scroller .one_slide .slide_author_block .author_photo_block img {
  width: 64px;
  height: 64px;
}
@media (max-width: 834px) {
  .reviews_section .reviews_scroller .one_slide .slide_author_block .author_photo_block {
    width: 64px;
    height: 64px;
  }
}
.reviews_section .reviews_scroller .one_slide .slide_author_block .slide_author {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  margin-bottom: 0;
}
.reviews_section .reviews_scroller .one_slide .slide_author_block .slide_author span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #A7A7A7;
  margin-bottom: 0;
  margin-left: 8px;
}
@media (max-width: 575px) {
  .reviews_section .reviews_scroller .one_slide .slide_author_block .slide_author span.nmm {
    margin-left: 0;
  }
}
.reviews_section .reviews_scroller .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 48px;
}
.reviews_section .reviews_scroller .slick-dots li {
  margin: 0 0.25rem;
}
.reviews_section .reviews_scroller .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #e7e7e7;
  text-indent: -9999px;
}
.reviews_section .reviews_scroller .slick-dots li.slick-active button {
  background-color: #EAA61F;
}
.reviews_section .reviews_scroller .slick-list {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

@media (max-width: 575px) {
  .looking_for_section .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .looking_for_section .container .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.looking_for_section .text_block .ff_btn {
  padding: 16px 40px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .looking_for_section .text_block .ff_btn {
    width: 100%;
  }
}

@media (max-width: 834px) {
  .articles_section .articles_block .own_articles_scroller .one_slide .one_slide_row .one_article {
    margin-bottom: 40px;
  }
}
.articles_section .articles_block .own_articles_scroller .one_slide .one_slide_row .one_article .article_img_block {
  width: 100%;
  margin-bottom: 24px;
}
.articles_section .articles_block .own_articles_scroller .one_slide .one_slide_row .one_article .article_img_block .article_image {
  display: flex;
  height: 248px;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
}
.articles_section .articles_block .own_articles_scroller .one_slide .one_slide_row .one_article .author_date_block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 12px;
}
.articles_section .articles_block .own_articles_scroller .one_slide .one_slide_row .one_article .author_date_block .author {
  color: #EAA61F;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  text-decoration: none;
}
.articles_section .articles_block .own_articles_scroller .one_slide .one_slide_row .one_article .author_date_block .author:hover {
  text-decoration: none;
}
.articles_section .articles_block .own_articles_scroller .one_slide .one_slide_row .one_article .author_date_block .date {
  color: #4F4F4F;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
.articles_section .articles_block .own_articles_scroller .one_slide .one_slide_row .one_article .title_block {
  margin-bottom: 40px;
  min-height: 55px;
}
@media (max-width: 1240px) {
  .articles_section .articles_block .own_articles_scroller .one_slide .one_slide_row .one_article .title_block {
    min-height: 85px;
  }
}
@media (max-width: 834px) {
  .articles_section .articles_block .own_articles_scroller .one_slide .one_slide_row .one_article .title_block {
    min-height: 55px;
  }
}
.articles_section .articles_block .own_articles_scroller .one_slide .one_slide_row .one_article .title_block .title {
  color: #1A1A1A;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  text-decoration: none;
}
@media (max-width: 834px) {
  .articles_section .articles_block .own_articles_scroller .one_slide .one_slide_row .one_article .ff_btn_block {
    align-content: flex-end;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.articles_section .articles_block .own_articles_scroller .one_slide .one_slide_row .one_article .ff_btn_block .ff_btn {
  color: #1A1A1A;
}
.articles_section .articles_block .own_articles_scroller .one_slide .one_slide_row .one_article .ff_btn_block .ff_btn:hover {
  color: #1A1A1A;
}
.articles_section .articles_block .own_articles_scroller .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 48px;
}
.articles_section .articles_block .own_articles_scroller .slick-dots li {
  margin: 0 0.25rem;
}
.articles_section .articles_block .own_articles_scroller .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #e7e7e7;
  text-indent: -9999px;
}
.articles_section .articles_block .own_articles_scroller .slick-dots li.slick-active button {
  background-color: #EAA61F;
}
.articles_section .articles_block .own_articles_scroller .slick-list {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.faq_section .text_block {
  padding-right: 118px;
}
@media (max-width: 834px) {
  .faq_section .text_block {
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
}
@media (max-width: 575px) {
  .faq_section .block_description {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
.faq_section .accordion .accordion-item {
  box-shadow: 0px 0px 8px rgba(167, 167, 167, 0.16);
  border-radius: 8px;
  margin-bottom: 24px;
  border: none;
  padding: 36px 32px;
}
@media (max-width: 575px) {
  .faq_section .accordion .accordion-item {
    padding: 40px 24px;
  }
}
.faq_section .accordion .accordion-item .accordion-header {
  border: none;
}
.faq_section .accordion .accordion-item .accordion-header .accordion-button {
  background: #ffffff;
  border: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 0;
  color: #1A1A1A;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq_section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(/img/user-interface/landing/accordion_arrow_up_icon.svg);
  transform: none;
  background-size: cover;
  background-position: center;
  width: 32px;
  height: 32px;
}
@media (max-width: 834px) {
  .faq_section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    margin-left: 4px;
  }
}
.faq_section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  border: none;
}
.faq_section .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
  background-image: url(/img/user-interface/landing/accordion_arrow_down_icon.svg);
  background-size: cover;
  background-position: center;
  width: 32px;
  height: 32px;
}
@media (max-width: 834px) {
  .faq_section .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
    margin-left: 4px;
  }
}
.faq_section .accordion .accordion-item .accordion-collapse {
  border: none;
}
.faq_section .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #4F4F4F;
  margin-bottom: 0;
  margin-top: 24px;
}

.partners_section {
  display: flex;
}
.partners_section .one_partner {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media (max-width: 834px) {
  .partners_section .one_partner {
    margin-bottom: 24px;
  }
}
.partners_section .one_partner .one_partner_img_block {
  background-image: url(/img/user-interface/landing/partners_blocks_bg.png);
  background-size: cover;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 834px) {
  .partners_section .one_partner .one_partner_img_block {
    min-height: 132px;
  }
}
.partners_section .one_partner .one_partner_img_block a {
  margin-bottom: 0;
}
.partners_section .one_partner .one_partner_img_block img {
  max-width: 100%;
  max-height: 68px;
}

.locations_section .lp_block_heading {
  margin-bottom: 56px;
}
.locations_section .locations_scroller .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.locations_section .locations_scroller .slick-dots li {
  margin: 0 0.25rem;
}
.locations_section .locations_scroller .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #e7e7e7;
  text-indent: -9999px;
}
.locations_section .locations_scroller .slick-dots li.slick-active button {
  background-color: #EAA61F;
}
.locations_section .locations_scroller .slick-list {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.locations_section .locations_scroller .one_slide .one_slide_row {
  width: 100%;
  display: flex;
  margin-bottom: 42px;
  justify-content: space-around;
}
.locations_section .locations_scroller .one_slide .one_slide_row:last-child {
  margin-bottom: 56px;
}
.locations_section .locations_scroller .one_slide .one_slide_row:last-child .one_partner_img_block {
  margin-bottom: 0;
}
@media (max-width: 834px) {
  .locations_section .locations_scroller .one_slide .one_slide_row {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .locations_section .locations_scroller .one_slide .one_slide_row:last-child {
    margin-bottom: 40px;
  }
  .locations_section .locations_scroller .one_slide .one_slide_row:last-child .one_partner_img_block {
    margin-bottom: 0;
  }
}
.locations_section .locations_scroller .one_slide .one_slide_row .one_location_block {
  width: 15%;
}
@media (max-width: 834px) {
  .locations_section .locations_scroller .one_slide .one_slide_row .one_location_block {
    width: 15%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .locations_section .locations_scroller .one_slide .one_slide_row .one_location_block {
    width: 33%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 320px) {
  .locations_section .locations_scroller .one_slide .one_slide_row .one_location_block {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.locations_section .locations_scroller .one_location_block,
.locations_section .locations_scroller a {
  margin-left: 12px;
  margin-right: 12px;
  scroll-snap-align: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}
@media (max-width: 834px) {
  .locations_section .locations_scroller .one_location_block,
.locations_section .locations_scroller a {
    border-radius: 10px;
    max-width: 156px;
    border: 10px solid #ffffff;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 575px) {
  .locations_section .locations_scroller .one_location_block,
.locations_section .locations_scroller a {
    margin-bottom: 0px;
    border: none;
  }
}
.locations_section .locations_scroller .one_location_block:hover,
.locations_section .locations_scroller a:hover {
  cursor: pointer;
}
.locations_section .locations_scroller .one_location_block .location_title,
.locations_section .locations_scroller a .location_title {
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .locations_section .locations_scroller .one_location_block .location_title,
.locations_section .locations_scroller a .location_title {
    margin-top: 6px;
  }
}
.locations_section .locations_scroller .one_location_block img,
.locations_section .locations_scroller a img {
  max-width: 52px;
  max-height: 52px;
}
.locations_section .locations_scroller .one_location_block:first-child,
.locations_section .locations_scroller a:first-child {
  margin-left: 0px;
}
.locations_section .locations_scroller .one_location_block:last-child,
.locations_section .locations_scroller a:last-child {
  margin-right: 0;
}

.cta_section .cta_block {
  background-image: url(/img/user-interface/landing/accent_yellow_bg.png);
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
@media (max-width: 575px) {
  .cta_section .cta_block {
    padding: 40px 20px;
  }
}
.cta_section .cta_block .lp_block_heading {
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 32px;
  color: #1A1A1A;
}
@media (max-width: 575px) {
  .cta_section .cta_block .lp_block_heading {
    font-weight: 500;
    font-size: 24px;
    line-height: 133%;
    font-family: "Inter", sans-serif;
    font-style: normal;
    margin-bottom: 32px;
  }
}
.cta_section .cta_block .ff_btn {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .cta_section .cta_block .ff_btn {
    width: 100%;
  }
}

.up_btn {
  display: none;
  position: fixed;
  right: 24px;
  bottom: 24px;
  border-radius: 48px;
  background-color: #3A032D;
  padding: 16px;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
@media (min-width: 576px) {
  .up_btn {
    display: none !important;
  }
}
.modal-header {
  padding: 40px 40px 20px 40px;
  background-color: #FFFFFF;
  border-bottom: none;
  align-items: center;
}
@media (max-width: 834px) {
  .modal-header {
    padding: 40px 24px 16px 24px;
  }
}
.modal-header .modal_mobile_header_block {
  display: flex;
}
@media (min-width: 835px) {
  .modal-header .modal_mobile_header_block {
    display: none;
  }
}
.modal-header .modal_mobile_header_block .mobile_heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  font-feature-settings: "liga" off;
  margin-right: 9px;
  margin-bottom: 0;
}
.modal-header .modal_mobile_header_block .mobile_step_indicator {
  border-radius: 21px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  padding: 1px 17px;
  margin-bottom: 0;
}
.modal-header .mobile_wrapper {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 834px) {
  .modal-header .mobile_wrapper {
    padding: 9px 7px;
    background-color: #FFFFFF;
    border-radius: 100px;
  }
}
.modal-header .finfinder_modal_prev_btn {
  visibility: hidden;
}
.modal-header .finfinder_modal_prev_btn.active {
  visibility: visible;
}
.modal-header .modal_close_btn:hover,
.modal-header .modal_back_btn:hover {
  cursor: pointer;
}
.modal-header .modal_substeps_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
}
@media (max-width: 834px) {
  .modal-header .modal_substeps_section {
    display: none !important;
  }
}
.modal-header .modal_substeps_section .substeps_counter_block {
  display: flex;
}
.modal-header .modal_substeps_section .substeps_counter_block .one_step {
  width: 48px;
  height: 4px;
  border-radius: 2px;
  background-color: #E7E7E7;
  margin-right: 16px;
}
.modal-header .modal_substeps_section .substeps_counter_block .one_step.active {
  background-color: #EAA61F;
}

@media (max-width: 834px) {
  .form_flow_modal .modal_flow_step .modal_flow_substep {
    padding-bottom: 175px;
  }
}
@media (max-width: 375px) {
  .form_flow_modal .modal_flow_step .modal_flow_substep {
    padding-bottom: 215px;
  }
}
.form_flow_modal .modal_flow_step .modal_flow_substep .substep_content_block .lp_substep_heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  margin-bottom: 56px;
  text-align: center;
}
@media (min-width: 835px) and (max-width: 1024px) {
  .form_flow_modal .modal_flow_step .modal_flow_substep .substep_content_block .lp_substep_heading {
    margin-bottom: 24px;
  }
}
@media (max-width: 834px) {
  .form_flow_modal .modal_flow_step .modal_flow_substep .substep_content_block .lp_substep_heading {
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
@media (max-width: 834px) {
  .form_flow_modal .modal_flow_step .modal_flow_substep .substep_content_block p {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
.form_flow_modal .modal_flow_step .modal_flow_substep .substep_content_block .substep_choice_block {
  position: relative;
}
.form_flow_modal .modal_flow_step .modal_flow_substep .substep_content_block .substep_choice_block .goals_placeholder {
  min-height: 242px;
  position: relative;
}
@media (max-width: 834px) {
  .form_flow_modal .modal_flow_step .modal_flow_substep .substep_content_block .substep_choice_block .goals_placeholder {
    min-height: 348px;
  }
}
.form_flow_modal .modal_flow_step .modal_flow_substep .substep_content_block .substep_choice_block .ff_loader {
  position: absolute;
}
.form_flow_modal .modal_flow_step .modal_flow_substep .substep_content_block .substep_choice_block .parsley-errors-list {
  position: absolute;
  max-height: 40px;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #F37272;
  list-style: none;
  bottom: -40px;
  margin-bottom: 0;
  padding: 0;
  left: 0;
}
@media (max-width: 834px) {
  .form_flow_modal .modal_flow_step .modal_flow_substep .substep_content_block .substep_choice_block .parsley-errors-list {
    bottom: 138px;
    z-index: 9;
    width: 100%;
    text-align: center;
    position: fixed;
  }
}
@media (max-width: 575px) {
  .form_flow_modal .modal_flow_step .modal_flow_substep .substep_content_block .substep_choice_block .parsley-errors-list {
    bottom: 160px;
  }
}
.form_flow_modal .modal_flow_step .modal_flow_substep .substep_content_block .substep_choice_block.goals_block .parsley-errors-list {
  bottom: -12px;
}
.form_flow_modal .modal_flow_step .modal_flow_substep .substep_img_block {
  border-radius: 8px;
}
@media (max-width: 834px) {
  .form_flow_modal .modal_flow_step .modal_flow_substep .substep_img_block {
    display: none;
  }
}
.form_flow_modal .modal_flow_step .modal_flow_substep .substep_img_block img {
  max-width: 100%;
  border-radius: 8px;
}
.form_flow_modal .modal_flow_step .modal_flow_substep .next_btn_block {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 834px) {
  .form_flow_modal .modal_flow_step .modal_flow_substep .next_btn_block {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 24px 24px 40px 24px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
  }
  .form_flow_modal .modal_flow_step .modal_flow_substep .next_btn_block .next_btn_text_block {
    order: 1;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    font-family: "Inter", sans-serif;
    font-style: normal;
    margin-bottom: 0;
    margin-top: 16px;
  }
  .form_flow_modal .modal_flow_step .modal_flow_substep .next_btn_block .ff_btn_block {
    order: 0;
    width: 100%;
  }
  .form_flow_modal .modal_flow_step .modal_flow_substep .next_btn_block .ff_btn_block .ff_btn {
    width: 100%;
  }
}
@media (min-width: 835px) and (max-width: 1024px) {
  .form_flow_modal .modal_flow_step .modal_flow_substep .next_btn_block .next_btn_text_block {
    max-width: 65%;
  }
}
.form_flow_modal .modal_flow_step .modal_flow_substep .next_btn_block .next_btn_text_block .next_btn_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 0;
}

.substep_one_choice {
  position: relative;
}
.substep_one_choice.additional_margin {
  margin-top: 22px;
  margin-bottom: 22px;
}
.substep_one_choice .btn-check:checked + .substep_one_choice_btn {
  border-color: #EAA61F;
}
.substep_one_choice .fin_label {
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 24px;
}
@media (min-width: 835px) and (max-width: 1024px) {
  .substep_one_choice .fin_label {
    margin-bottom: 16px;
  }
}
.substep_one_choice.custom_margin {
  margin-bottom: 32px;
}
@media (min-width: 835px) and (max-width: 1024px) {
  .substep_one_choice.custom_margin {
    margin-bottom: 0px;
  }
}
.substep_one_choice .input_block {
  margin-bottom: 0;
}
.substep_one_choice .substep_one_choice_btn {
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 28px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
  width: 100%;
  text-align: center;
  transition: 0.2s;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
@media (min-width: 835px) and (max-width: 1240px) {
  .substep_one_choice .substep_one_choice_btn {
    font-size: 14px;
  }
}
@media (min-width: 835px) and (max-width: 1024px) {
  .substep_one_choice .substep_one_choice_btn {
    padding: 16px;
  }
}
@media (max-width: 834px) {
  .substep_one_choice .substep_one_choice_btn {
    padding: 8px 16px;
  }
}
.substep_one_choice .substep_one_choice_btn:hover {
  cursor: pointer;
  border-color: #FBC562;
}
.substep_one_choice .substep_one_choice_btn.two_lines {
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
@media (max-width: 834px) {
  .substep_one_choice .substep_one_choice_btn.two_lines {
    min-height: auto;
    padding: 8px 16px;
  }
}
.substep_one_choice .substep_one_choice_btn.three_lines {
  min-height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
@media (max-width: 834px) {
  .substep_one_choice .substep_one_choice_btn.three_lines {
    min-height: auto;
    padding: 8px 16px;
  }
}
@media (min-width: 835px) and (max-width: 1024px) {
  .substep_one_choice .substep_one_choice_btn.custom_size {
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
  }
}
@media (max-width: 834px) {
  .substep_one_choice .substep_one_choice_btn.custom_size {
    min-height: auto;
    padding: 8px 16px;
  }
}

.substep_one_input_with_label {
  position: relative;
}
.substep_one_input_with_label.occupation_input {
  margin-top: 0;
}
@media (max-width: 834px) {
  .substep_one_input_with_label.occupation_input {
    margin-bottom: 32px;
  }
}
@media (max-width: 375px) {
  .substep_one_input_with_label.occupation_input {
    margin-bottom: 0;
  }
}
@media (max-width: 834px) {
  .substep_one_input_with_label {
    margin-top: 16px;
  }
}
@media (max-width: 834px) {
  .substep_one_input_with_label.input_block .parsley-errors-list {
    padding-right: 0px !important;
    padding-left: 0px !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 !important;
    margin-left: -24px !important;
  }
}
@media (max-width: 575px) {
  .substep_one_input_with_label.input_block .parsley-errors-list {
    bottom: 167px;
  }
}

.mobile_substeps_text_block {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #4F4F4F;
  margin-bottom: 15px;
  padding-bottom: 137px;
}
@media (min-width: 835px) {
  .mobile_substeps_text_block {
    display: none !important;
  }
}

.mobile_progressbar {
  width: 100%;
  height: 8px;
  padding-bottom: 21px;
  margin-top: 15px;
  background: #ffff;
}
@media (min-width: 835px) {
  .mobile_progressbar {
    display: none !important;
  }
}
.mobile_progressbar .progressbar {
  width: 100%;
  background-color: #E0E0E0;
  height: 8px;
}
.mobile_progressbar .progressbar .progress {
  background: #27AE60;
  border-radius: 0px 8px 8px 0px;
  height: 8px;
  display: block;
}

.personal_data_step .mobile_substeps_text_block {
  display: none;
}

.ff_loader {
  background-color: #fafafa;
  flex-direction: column;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s linear;
  width: 100%;
  z-index: 99999;
  opacity: 1;
  position: fixed;
}
.ff_loader.visible {
  display: flex;
}
.ff_loader .loader .loader-08 {
  position: relative;
}
.ff_loader .loader .loader-08:before, .ff_loader .loader .loader-08:after {
  content: "";
  width: inherit;
  height: inherit;
  border-radius: 50%;
  background-color: currentcolor;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader-08 2s infinite ease-in-out;
          animation: loader-08 2s infinite ease-in-out;
}
.ff_loader .loader .loader-08:after {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@-webkit-keyframes loader-08 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes loader-08 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.ff_loader .loader .box {
  display: inline-block;
  border-radius: 3px;
  position: relative;
  margin-bottom: 0.25em;
  vertical-align: top;
  transition: 0.3s color, 0.3s border, 0.3s transform, 0.3s opacity;
  color: #FBC562;
  font-size: 0;
  padding: 0;
  border-width: 3px;
  line-height: 200px;
  opacity: 1;
  transform: scale(1.2);
  z-index: 2;
}
.ff_loader .loader .box.big [class*=loader-] {
  font-size: 150px;
  line-height: 300px;
}
.ff_loader .loader .box [class*=loader-] {
  font-size: 70px;
  line-height: 200px;
}
.ff_loader .loader [class*=loader-] {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}

.form_flow_modal .modal-dialog.modal-xl {
  max-width: 1224px;
}
@media (max-width: 1240px) {
  .form_flow_modal .modal-dialog.modal-xl {
    max-width: 1128px;
  }
}
@media (max-width: 1024px) {
  .form_flow_modal .modal-dialog.modal-xl {
    max-width: 944px;
  }
}
@media (max-width: 834px) {
  .form_flow_modal .modal-dialog.modal-xl {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .form_flow_modal .modal-dialog.modal-xl {
    max-width: 100%;
  }
}
.form_flow_modal .modal-dialog .modal-content {
  border-radius: 8px;
  box-shadow: 0px 0px 8px rgba(167, 167, 167, 0.16);
  border: none;
}
.form_flow_modal .modal-dialog .modal-content .modal-body {
  padding: 0 40px 40px 40px;
}
@media (max-width: 834px) {
  .form_flow_modal .modal-dialog .modal-content .modal-body {
    padding: 0px 24px 0px 24px;
  }
}

.public_pages_header {
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(167, 167, 167, 0.16);
  margin-bottom: 56px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.public_pages_header .logo {
  display: none !important;
}
.public_pages_header .logo_open_nav {
  display: flex !important;
}
.public_pages_header .buttons_block .one_link {
  color: #1A1A1A;
}
.public_pages_header .buttons_block .one_link:hover {
  color: #1A1A1A;
}
.public_pages_header .buttons_block .ff_btn {
  color: #1A1A1A;
}
.public_pages_header .buttons_block .ff_btn svg path {
  stroke: #1A1A1A;
}
.public_pages_header .buttons_block .ff_btn:hover {
  color: #1A1A1A;
}
.public_pages_header .buttons_block .ff_btn:hover svg path {
  stroke: #1A1A1A;
}

.about_page_content .text_image_overlap_block .content_block {
  align-items: end;
}
@media (max-width: 834px) {
  .about_page_content .text_image_overlap_block .content_block {
    align-items: center;
  }
}
.about_page_content .text_image_overlap_block .content_block.text_top .text_block {
  margin-bottom: 80px;
}
@media (max-width: 834px) {
  .about_page_content .text_image_overlap_block .content_block.text_top .text_block {
    margin-bottom: 0;
  }
}
.about_page_content .text_image_overlap_block .content_block.text_top .photo_block {
  margin-bottom: 0;
}
.about_page_content .text_image_overlap_block .content_block .text_block {
  max-width: 704px;
}
@media (max-width: 834px) {
  .about_page_content .text_image_overlap_block .content_block .text_block {
    max-width: 100%;
  }
}
@media (max-width: 834px) {
  .about_page_content .text_image_overlap_block .content_block .text_block .heading {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .about_page_content .text_image_overlap_block .content_block .text_block .heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
.about_page_content .text_image_overlap_block .content_block .text_block .subheading {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
@media (max-width: 834px) {
  .about_page_content .text_image_overlap_block .content_block .text_block .subheading {
    text-align: left;
  }
}
.about_page_content .text_image_overlap_block .content_block .photo_block {
  margin-bottom: 80px;
}
@media (max-width: 834px) {
  .about_page_content .text_image_overlap_block .content_block .photo_block {
    margin-bottom: 0;
  }
}
.about_page_content .quotes_section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #FAFAFA;
}
@media (max-width: 834px) {
  .about_page_content .quotes_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about_page_content .quotes_section .quotes_wrap {
  background-image: url(/img/user-interface/pages/about/about_quote.svg);
  background-repeat: no-repeat;
  background-position: top right;
}
@media (max-width: 834px) {
  .about_page_content .quotes_section .quotes_wrap {
    background: none;
  }
}
.about_page_content .quotes_section .quotes_header {
  max-width: 520px;
  margin-bottom: 56px;
}
@media (max-width: 834px) {
  .about_page_content .quotes_section .quotes_header {
    margin-bottom: 40px;
  }
  .about_page_content .quotes_section .quotes_header .lp_block_heading {
    text-align: left;
  }
  .about_page_content .quotes_section .quotes_header .lp_block_subheading {
    text-align: left;
  }
}
.about_page_content .quotes_section .one_quote .name_block {
  margin-bottom: 24px;
  display: flex;
}
.about_page_content .quotes_section .one_quote .name_block .avatar {
  width: 72px;
  height: 72px;
  margin-right: 24px;
}
@media (max-width: 834px) {
  .about_page_content .quotes_section .one_quote .name_block .avatar {
    margin-right: 16px;
  }
}
.about_page_content .quotes_section .one_quote .name_block .avatar img {
  max-width: 100%;
}
.about_page_content .quotes_section .one_quote .name_block .name_title_block {
  display: flex;
  flex-direction: column;
}
.about_page_content .quotes_section .one_quote .name_block .name_title_block .name {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
@media (max-width: 834px) {
  .about_page_content .quotes_section .one_quote .name_block .name_title_block .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
.about_page_content .quotes_section .one_quote .quote_block {
  margin-bottom: 24px;
}
.about_page_content .quotes_section .one_quote .quote_block .quote .quote_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
.about_page_content .quotes_section .one_quote .about_block .about_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
.about_page_content .ati_quote {
  margin-top: 203px;
}
@media (max-width: 834px) {
  .about_page_content .ati_quote {
    margin-top: 24px;
  }
}
.about_page_content .photos_block .one_person {
  text-align: center;
}
@media (max-width: 575px) {
  .about_page_content .photos_block .one_person {
    margin-bottom: 24px;
  }
  .about_page_content .photos_block .one_person:last-child {
    margin-bottom: 0;
  }
}
.about_page_content .photos_block .one_person .advisor_photo {
  padding: 16px;
  background: #FFFFFF;
  display: table;
  margin: auto;
  box-shadow: 0px 0px 8px rgba(167, 167, 167, 0.16);
  border-radius: 8px;
  margin-bottom: 24px;
}
.about_page_content .photos_block .one_person .advisor_photo .img_block {
  background: radial-gradient(circle at 18.7% 37.8%, #fafafa 0%, #e1eaee 90%);
  border-radius: 8px;
}
.about_page_content .photos_block .one_person .advisor_photo .img_block img {
  margin-bottom: 0;
  width: 209px;
  border-radius: 8px;
}
.about_page_content .photos_block .one_person .advisor_photo img {
  margin-bottom: 0;
  width: 209px;
  border-radius: 8px;
}
.about_page_content .photos_block .one_person .name {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  margin-bottom: 16px;
}
.about_page_content .photos_block .one_person .title {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #4F4F4F;
  margin-bottom: 0;
}
.about_page_content .team_block {
  margin-top: 120px;
}
@media (max-width: 834px) {
  .about_page_content .team_block {
    margin-top: 80px;
  }
}
.about_page_content .team_block .lp_block_heading {
  margin-bottom: 56px;
}
@media (max-width: 834px) {
  .about_page_content .team_block .lp_block_heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .about_page_content .team_block .one_person img {
    width: 160px;
  }
}
@media (max-width: 575px) {
  .about_page_content .team_block .one_person img {
    width: auto;
  }
}
.about_page_content .advisors_board_block .lp_block_heading {
  margin-bottom: 56px;
}
@media (max-width: 834px) {
  .about_page_content .advisors_board_block .lp_block_heading {
    margin-bottom: 40px;
  }
}

.available_subscriptions .one_credit_pack.accent .ff_card {
  margin-top: -20px;
  padding-top: 52px;
  padding-bottom: 44px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 834px) {
  .available_subscriptions .one_credit_pack.accent .ff_card {
    margin-top: 0;
  }
}
.available_subscriptions .one_credit_pack.accent .ff_card .details_block {
  padding-left: 12px;
  padding-right: 12px;
}
.available_subscriptions .pack_content {
  padding-top: 32px;
}
@media (max-width: 834px) {
  .available_subscriptions .pack_content {
    margin-bottom: 24px;
  }
}
.available_subscriptions .heading p {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  text-align: center;
  color: #EAA61F;
}
.available_subscriptions .details_block .list_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
}
.available_subscriptions .details_block .details_list {
  color: #2d2d2d;
  list-style: none;
  padding-left: 0px;
  list-style-position: inside;
  margin-bottom: 24px;
}
.available_subscriptions .details_block .details_list li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.available_subscriptions .details_block .details_list li::before {
  content: " ";
  background-image: url(/img/user-interface/common/list_tick_icon.svg);
  background-size: cover;
  background-position: center;
  display: block;
  height: 24px;
  width: 24px;
  margin-right: 8px;
}
@media (min-width: 835px) and (max-width: 1124px) {
  .available_subscriptions .details_block .details_list li::before {
    width: 0;
    height: 0;
  }
}
.available_subscriptions .details_block .details_list li.not_included::before {
  content: " ";
  background-image: url(/img/user-interface/common/list_x_icon.svg);
}
@media (max-width: 575px) {
  .available_subscriptions .details_block .details_list li.not_included b {
    padding-left: 30px;
  }
}
.available_subscriptions .details_block .details_list li.no_marker {
  margin-left: 3px;
}
.available_subscriptions .details_block .details_list li.no_marker::before {
  content: none;
}
.available_subscriptions .details_block .details_list li .sublist {
  margin-left: 21px;
  margin-top: 8px;
  margin-bottom: 0;
}
.available_subscriptions .details_block .details_list li .sublist li:last-of-type {
  margin-bottom: 0;
}
.available_subscriptions .details_block .details_list .std_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  .available_subscriptions .details_block .details_list .std_text.empty {
    line-height: 44px;
  }
}
.available_subscriptions .details_block .details_list .long_li_wrap {
  display: flex;
  width: 89%;
}
.available_subscriptions .ff_btn_block .grey {
  background: #A7A7A7;
  color: #828282;
}
.available_subscriptions .ff_btn_block .grey:hover {
  background: #6F6F6F;
  color: #4F4F4F;
}
@media (max-width: 575px) {
  .available_subscriptions .ff_btn_block .ff_btn {
    width: 100%;
  }
}
.available_subscriptions .price_block {
  margin-bottom: 24px;
}
.available_subscriptions .price_block.free .price {
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  text-align: center;
  color: #1A1A1A;
}
.available_subscriptions .price_block.empty {
  height: 56px;
  margin-bottom: 56px;
}
@media (max-width: 575px) {
  .available_subscriptions .price_block.empty {
    height: 0;
  }
}
.available_subscriptions .price_block.with_comment .price_old_price .price {
  margin-bottom: 8px;
}
.available_subscriptions .price_block .price_old_price .price {
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  margin-bottom: 24px;
  text-align: center;
}
.available_subscriptions .price_block .price_old_price .price_comment {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  text-align: center;
  margin-bottom: 8px;
}
.available_subscriptions .current_balance_block {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E0E0E0;
}
.available_subscriptions .switch-button {
  display: table;
  margin: auto;
  margin-bottom: 20px;
  background: #fff;
  overflow: hidden;
  width: 308px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  color: #1A1A1A;
  position: relative;
  box-shadow: 0px 0px 8px rgba(167, 167, 167, 0.16);
  border-radius: 0.25rem;
  padding: 4px;
  padding-right: 154px;
}
.available_subscriptions .switch-button:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
.available_subscriptions .switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.available_subscriptions .switch-button-checkbox:checked + .switch-button-label:before {
  transform: translateX(154px);
  transition: transform 300ms linear;
}
.available_subscriptions .switch-button-checkbox + .switch-button-label {
  position: relative;
  padding: 8px 34px;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
.available_subscriptions .switch-button-checkbox + .switch-button-label:before {
  content: "";
  background: #FBC562;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
  transform: translateX(0);
  transition: transform 300ms;
}
.available_subscriptions .switch-button-checkbox + .switch-button-label .switch-button-label-span {
  position: relative;
}
.available_subscriptions #monthlyPrice,
.available_subscriptions #monthlyForm {
  display: none;
}

.advisor_how_to_section .how_to_one_step {
  height: 236px;
}
@media (max-width: 1024px) {
  .advisor_how_to_section .how_to_one_step {
    height: 270px;
  }
}
.advisor_how_to_section .how_to_one_step:hover {
  cursor: default;
}
@media (min-width: 835px) {
  .advisor_how_to_section .how_to_one_step:hover {
    transform: none;
  }
}

.advisor_public_repo .heading_block {
  text-align: left;
}
.advisor_public_repo .heading_block .lp_block_heading {
  text-align: left;
}
.advisor_public_repo .heading_block .filter_btn_block {
  display: flex;
}
@media (min-width: 835px) {
  .advisor_public_repo .heading_block .filter_btn_block {
    display: none;
  }
}
.advisor_public_repo .sorting_block .heading {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  text-decoration: none;
  margin-bottom: 0px;
}

.companies_public_repo .one_company_card .advisor_info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .companies_public_repo .one_company_card .advisor_info {
    flex-direction: column;
  }
}
.companies_public_repo .one_company_card .advisor_info .video_block,
.companies_public_repo .one_company_card .advisor_info .bio_block {
  width: 48%;
}
@media (max-width: 834px) {
  .companies_public_repo .one_company_card .advisor_info .video_block,
.companies_public_repo .one_company_card .advisor_info .bio_block {
    width: 100%;
  }
}
.companies_public_repo .one_company_card .advisor_info .bio_block.full_width {
  width: 100%;
}
@media (min-width: 835px) {
  .companies_public_repo .one_company_card .advisor_info .video_block .video {
    margin-bottom: 0;
  }
}
@media (max-width: 834px) {
  .companies_public_repo .one_company_card .ff_btn_block.two_btns {
    justify-content: center;
  }
}
.companies_public_repo .one_advisor_card .advisor_personal_details .photo_block {
  width: 50%;
  height: 152px;
}
@media (max-width: 575px) {
  .companies_public_repo .one_advisor_card .advisor_personal_details .photo_block {
    width: 100%;
  }
}
.companies_public_repo .one_advisor_card .advisor_personal_details .photo_block .advisor_photo {
  display: block;
  width: 100%;
  height: 152px;
  border-radius: 8px;
  background-position: center;
  margin-bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .companies_public_repo .one_advisor_card .advisor_personal_details .photo_block .advisor_photo {
    width: 100%;
    height: 100%;
    margin-bottom: 24px;
  }
}

.ff_select_block {
  position: relative;
}
.ff_select_block.error .select-box__current {
  border: 1px solid #FF0000;
}
.ff_select_block.error .error_text {
  position: absolute;
  bottom: -24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #FF0000;
  margin-bottom: 0;
  margin-top: 0;
}
.ff_select_block.disabled:hover {
  cursor: not-allowed;
  pointer-events: none;
}
.ff_select_block.disabled .select-box:hover {
  cursor: not-allowed;
  pointer-events: none;
}
.ff_select_block.disabled .select-box__current {
  background-color: #E7E7E7;
  color: #CDCDCD;
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.ff_select_block.disabled .select-box__input-text {
  background-color: #E7E7E7;
  color: #CDCDCD;
}
.ff_select_block.disabled .ff_label {
  color: #A7A7A7;
}

.select-box {
  position: relative;
  display: block;
  width: 100%;
  background: #FFFFFF;
  margin: 0 auto;
  margin-bottom: 24px;
}
.select-box__current {
  position: relative;
  cursor: pointer;
  outline: none;
  border: 1px solid #E7E7E7;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  color: #1A1A1A;
}
.select-box__current:focus {
  border: 1px solid #EA9C00;
  border-radius: 8px;
}
.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
          animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: 0.2s ease;
}
.select-box__value {
  display: flex;
  border-radius: 4px;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
  display: block;
}
.select-box__input-text {
  display: none;
  width: 100%;
  background-color: #fff;
  color: #1A1A1A;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  margin: 0;
}
.select-box__input-text.default {
  color: #A7A7A7;
}
.select-box__list {
  position: absolute;
  z-index: 999;
  width: 100%;
  list-style: none;
  opacity: 0;
  border: 1px solid #E7E7E7;
  border-radius: 8px;
  background: #FFFFFF;
  margin-top: 4px;
  margin-bottom: 0;
  box-sizing: border-box;
  padding: 16px 4px;
  color: #1A1A1A;
  max-height: 300px;
  overflow: scroll;
  -webkit-animation-name: HideList;
          animation-name: HideList;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 834px) {
  .select-box__list {
    max-height: 300px;
  }
}
.select-box li {
  margin-bottom: 24px;
}
.select-box li:last-child {
  margin-bottom: 0;
}
.select-box__option {
  display: block;
  background-color: #fff;
  padding: 8px 16px 8px 24px;
  color: #1A1A1A;
  border-radius: 4px;
}
.select-box__option:hover, .select-box__option:focus {
  color: #1A1A1A;
  background-color: #FBF9F0;
}

@-webkit-keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
@media (max-width: 834px) {
  .static_article_container .popular_articles_column {
    order: 0;
    margin-bottom: 24px;
  }
  .static_article_container .article_column {
    order: 1;
    display: flex;
    flex-direction: column;
  }
  .static_article_container .lp_block_heading {
    font-weight: 500;
    font-size: 32px;
    line-height: 125%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
@media (max-width: 575px) {
  .static_article_container .lp_block_heading {
    font-weight: 500;
    font-size: 24px;
    line-height: 133%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
.static_article_container .inner_headings .articles_lp_block_subheading {
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  margin-bottom: 16px;
  text-align: left;
}
@media (max-width: 834px) {
  .static_article_container .inner_headings .articles_lp_block_subheading {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    font-family: "Inter", sans-serif;
    font-style: normal;
    margin-bottom: 16px;
  }
}
.static_article_container .pre_disclaimer_container {
  margin-bottom: 48px;
}
@media (max-width: 575px) {
  .static_article_container .pre_disclaimer_container {
    margin-bottom: 32px;
  }
}
.static_article_container ul li:last-of-type, .static_article_container ol li:last-of-type {
  margin-bottom: 16px;
}
.static_article_container ul li p, .static_article_container ol li p {
  margin-bottom: 8px;
}
.static_article_container .disclaimer {
  background-color: #E7E7E7;
  border-radius: 8px;
  padding: 20px;
}
.static_article_container .disclaimer .disclaimer_text,
.static_article_container .disclaimer p,
.static_article_container .disclaimer a {
  font-style: italic;
  color: #1A1A1A;
  margin-bottom: 0px;
  text-align: left;
}
.static_article_container .inner_text_img_block {
  margin-bottom: 16px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.static_article_container .inner_text_img_block.with_caption {
  flex-direction: column;
  align-items: center;
}
.static_article_container .inner_text_img_block img {
  width: 50%;
}
@media (max-width: 834px) {
  .static_article_container .inner_text_img_block img {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .static_article_container .inner_text_img_block img {
    width: 100%;
  }
}
.static_article_container .inner_text_img_block .bigger_img {
  width: 68.5%;
}
.static_article_container .inner_text_img_block .img_text_sub {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-style: italic;
  width: 50%;
  text-align: center;
}
@media (max-width: 834px) {
  .static_article_container .inner_text_img_block .img_text_sub {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .static_article_container .inner_text_img_block .img_text_sub {
    width: 100%;
  }
}
.static_article_container .inner_table_block {
  width: 50%;
  display: table;
  margin: auto;
}
@media (max-width: 834px) {
  .static_article_container .inner_table_block {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .static_article_container .inner_table_block {
    width: 100%;
  }
}
.static_article_container .inner_table_block table {
  width: 100%;
}
.static_article_container .inner_table_block table td {
  border: 1px solid;
  padding-left: 10px;
  padding-right: 10px;
}
.static_article_container .inner_table_block .img_text_sub {
  width: 100%;
}
.static_article_container .banner_image {
  padding: 0;
  border-radius: 8px;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .static_article_container .banner_image {
    height: 200px;
  }
}
.static_article_container .author_section {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.static_article_container .static_author_block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  margin-bottom: 48px;
}
.static_article_container .static_author_block .advisor_photo {
  width: 58px;
  height: 58px;
  background-size: cover;
  background-position: top center;
  border-radius: 8px;
  display: flex;
  margin-bottom: 0;
}
.static_article_container .static_author_block .advisor_photo.company_photo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.static_article_container .static_author_block .advisor_photo .system_advisor_photo {
  border-radius: 8px;
}
.static_article_container .static_author_block .author {
  display: flex;
  margin-bottom: 0;
  margin-left: 12px;
}
.static_article_container .static_author_block .author a {
  margin-bottom: 0;
  margin-left: 4px;
}
.static_article_container .popular_articles_block {
  float: right;
  max-width: 25%;
  margin-left: 24px;
}
@media (max-width: 834px) {
  .static_article_container .popular_articles_block {
    float: none;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    order: 2;
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .static_article_container .popular_articles_block {
    margin-top: 32px;
  }
}
.static_article_container .popular_articles_block .lp_block_heading {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  text-align: left;
  margin-bottom: 24px;
  color: #1A1A1A;
  font-weight: 500;
}
.static_article_container .popular_articles_block .one_article {
  margin-bottom: 24px;
  border-top: 1px solid #A7A7A7;
  padding-top: 24px;
}
.static_article_container .popular_articles_block .one_article:last-child {
  margin-bottom: 0;
}
.static_article_container .popular_articles_block .one_article:nth-of-type(1) {
  padding-top: 0;
  border: none;
}
.static_article_container .popular_articles_block .one_article .author_block {
  margin-bottom: 0;
}
.static_article_container .popular_articles_block .one_article .author_block .static_author_block {
  margin-bottom: 8px;
}
.static_article_container .popular_articles_block .one_article .author_block .static_author_block .advisor_photo {
  width: 32px;
  height: 32px;
  margin-bottom: 0;
}
.static_article_container .popular_articles_block .one_article .author_block .static_author_block .author {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
.static_article_container .popular_articles_block .one_article .author_block .static_author_block .author a {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
.static_article_container .popular_articles_block .one_article .title {
  font-weight: 500;
}
.static_article_container .popular_articles_block .one_article .summary {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}

.articles_list .one_article_card {
  border: 1px solid #E7E7E7;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 32px;
}
.articles_list .one_article_card .image_block {
  height: 180px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .articles_list .one_article_card .image_block {
    height: 162px;
  }
}
@media (max-width: 834px) {
  .articles_list .one_article_card .image_block {
    height: 172px;
    width: 300px !important;
    display: table;
    margin: auto;
  }
}
@media (max-width: 575px) {
  .articles_list .one_article_card .image_block {
    height: 208px;
    width: 100%;
  }
}
.articles_list .one_article_card .heading {
  text-decoration: none;
}
.articles_list .one_article_card .summary .summary_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #4F4F4F;
  margin-bottom: 32px;
}
.articles_list .one_article_card .author_block {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .articles_list .one_article_card .author_block {
    margin-bottom: 32px;
  }
}
.articles_list .one_article_card .author_block .static_author_block {
  margin-bottom: 8px;
}
.articles_list .one_article_card .author_block .static_author_block .advisor_photo {
  width: 48px;
  height: 48px;
  background-size: cover;
  margin-bottom: 0;
}
.articles_list .one_article_card .author_block .static_author_block .advisor_photo.company_photo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.articles_list .one_article_card .author_block .static_author_block .author {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
.articles_list .one_article_card .author_block .static_author_block .author a {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}

.heading_block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media (max-width: 575px) {
  .heading_block {
    margin-bottom: 32px;
  }
}
.heading_block .lp_block_heading {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .heading_block {
    flex-direction: column;
  }
  .heading_block .filter_btn_block {
    margin-top: 40px;
  }
}

.filter_btn_block {
  display: flex;
}
.filter_btn_block:hover {
  cursor: pointer;
}
.filter_btn_block .filter_btn {
  padding: 12px 32px 12px 28px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 0.25rem;
  border: 1px solid #E7E7E7;
  width: 100% !important;
}
.filter_btn_block .filter_btn:hover {
  background: #FAFAFA;
  border-radius: 8px;
  border: 1px solid #E7E7E7;
}
.filter_btn_block .filter_btn:focus {
  border-color: #EAA61F;
}
.filter_btn_block .filter_btn .filter_text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  margin-bottom: 0;
  text-decoration: none;
}

.best_matches_filters_block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 40px 32px 80px 32px;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  width: 384px;
  box-shadow: 0px 0px 8px rgba(167, 167, 167, 0.16);
  border-radius: 8px 0px 0px 8px;
  -webkit-animation: slideIn 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slideIn 0.5s forwards;
}
@media (max-width: 575px) {
  .best_matches_filters_block {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .best_matches_filters_block .heading_block {
    flex-direction: row !important;
  }
}
.best_matches_filters_block.hidden {
  width: 384px;
  right: -384px;
  -webkit-animation: slideOut 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slideOut 0.5s forwards;
}

.on_page_filters {
  position: relative;
}
@media (max-width: 834px) {
  .on_page_filters {
    display: none;
  }
}
.on_page_filters .position-sticky {
  height: 616px;
  position: sticky !important;
  top: 12px;
  overflow-y: scroll;
}
.on_page_filters .filters_btn_block {
  position: sticky !important;
  top: 568px;
}

.best_matches_filters_block .heading_block,
.on_page_filters .heading_block {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
.best_matches_filters_block .heading_block .filter_heading,
.on_page_filters .heading_block .filter_heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  margin-bottom: 0;
}
.best_matches_filters_block .heading_block .close_icon_block,
.on_page_filters .heading_block .close_icon_block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
.best_matches_filters_block .heading_block .close_icon_block:hover,
.on_page_filters .heading_block .close_icon_block:hover {
  cursor: pointer;
}
.best_matches_filters_block .filters_block,
.on_page_filters .filters_block {
  width: auto;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  padding-bottom: 24px;
}
.best_matches_filters_block .filters_block .one_filter_block,
.on_page_filters .filters_block .one_filter_block {
  width: auto;
  margin-bottom: 24px;
}
.best_matches_filters_block .filters_block .one_filter_block.mb48,
.on_page_filters .filters_block .one_filter_block.mb48 {
  margin-bottom: 48px;
}
.best_matches_filters_block .filters_block .one_filter_block .filter_heading,
.on_page_filters .filters_block .one_filter_block .filter_heading {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  margin-bottom: 16px;
}
.best_matches_filters_block .filters_block .one_filter_block .checkbox_container .checkmark:after,
.on_page_filters .filters_block .one_filter_block .checkbox_container .checkmark:after {
  top: calc((50% - 7px / 2));
}
.best_matches_filters_block .filters_block .hidden,
.on_page_filters .filters_block .hidden {
  display: none;
}
.best_matches_filters_block .filters_btn_block,
.on_page_filters .filters_btn_block {
  position: absolute;
  padding: 24px 24px 40px 24px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 0px 8px rgba(167, 167, 167, 0.16);
  border-radius: 8px 8px 0px 0px;
}
.best_matches_filters_block .filters_btn_block .ff_btn,
.on_page_filters .filters_btn_block .ff_btn {
  width: 100%;
}

.advisor_public_repo .filters_block .one_filter_block .checkbox_container .checkmark:after {
  top: calc((50% - 7px / 2) * -1);
}

.system_pill {
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #FAFAFA;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  margin-bottom: 0;
}
.system_pill .span {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .system_pill {
    align-self: stretch;
    width: 100%;
    text-align: center;
  }
}

.video {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
.video video {
  width: 100%;
}
.video.frame_reply {
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  border-radius: 0.25rem;
}
.video.frame_reply iframe,
.video.frame_reply .my-video-dimensions,
.video.frame_reply video,
.video.frame_reply img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100%;
}
.video.frame_reply .my-video-dimensions {
  width: 100%;
}

.one_advisor_card {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 575px) {
  .one_advisor_card.mobile_video_card .advisor_personal_details .mobile_video_block {
    display: block;
  }
  .one_advisor_card.mobile_video_card .advisor_personal_details .photo_block {
    display: none;
  }
  .one_advisor_card.mobile_video_card .advisor_info .video {
    display: none;
  }
}
.one_advisor_card .admin_section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .one_advisor_card .admin_section {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .one_advisor_card .checkbox_row {
    order: 3;
  }
}
.one_advisor_card .checkbox_block {
  padding: 16px 23px 16px 28px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 0.25rem;
  border: 1px solid #F3B543;
  background: #FFF;
  margin-bottom: 32px;
}
@media (max-width: 575px) {
  .one_advisor_card .checkbox_block {
    margin-bottom: 0;
  }
}
.one_advisor_card .checkbox_block .checkbox_container {
  margin-bottom: 0;
}
.one_advisor_card .checkbox_block .checkbox_container .select_text {
  display: none;
}
.one_advisor_card .checkbox_block .checkbox_container .selected_text {
  display: inline;
}
.one_advisor_card .checkbox_block .checkbox_container.selectText .select_text {
  display: inline;
}
.one_advisor_card .checkbox_block .checkbox_container.selectText .selected_text {
  display: none;
}
.one_advisor_card .advisor_personal_details {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 24px;
  position: relative;
  /* HTML: <div class="ribbon">Your text content</div> */
}
@media (max-width: 575px) {
  .one_advisor_card .advisor_personal_details {
    flex-direction: column;
    order: 0;
  }
}
.one_advisor_card .advisor_personal_details .top_rated {
  display: block;
  width: 152px;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background-color: #EAA61F;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  text-align: center;
  color: #fff;
}
@media (max-width: 575px) {
  .one_advisor_card .advisor_personal_details .top_rated {
    width: 100%;
  }
}
.one_advisor_card .advisor_personal_details .photo_block {
  width: 152px;
  height: 176px;
}
@media (max-width: 575px) {
  .one_advisor_card .advisor_personal_details .photo_block {
    width: 100%;
    height: 313px;
  }
}
@media (max-width: 375px) {
  .one_advisor_card .advisor_personal_details .photo_block {
    height: 263px;
  }
}
@media (max-width: 320px) {
  .one_advisor_card .advisor_personal_details .photo_block {
    height: 208px;
  }
}
.one_advisor_card .advisor_personal_details .photo_block .advisor_photo {
  display: block;
  width: 152px;
  height: 152px;
  background-size: cover;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-position: top center;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 575px) {
  .one_advisor_card .advisor_personal_details .photo_block .advisor_photo {
    width: 100%;
    height: 100%;
  }
}
.one_advisor_card .advisor_personal_details .mobile_video_block {
  display: none;
}
.one_advisor_card .advisor_personal_details .mobile_video_block .video.frame_reply {
  margin-bottom: 0;
}
.one_advisor_card .advisor_personal_details .mobile_video_block .top_rated {
  margin-top: -3px;
}
.one_advisor_card .advisor_personal_details .advisor_details {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex: 1 0 0;
}
@media (max-width: 575px) {
  .one_advisor_card .advisor_personal_details .advisor_details {
    margin-top: 24px;
  }
}
.one_advisor_card .advisor_personal_details .advisor_details .advisor_profile_link {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  text-decoration: none;
  margin-bottom: 24px;
}
.one_advisor_card .advisor_personal_details .advisor_details .advisor_profile_link:hover {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .one_advisor_card .advisor_personal_details .advisor_details .advisor_profile_link {
    margin-bottom: 16px;
  }
}
.one_advisor_card .advisor_personal_details .advisor_details .city_block p, .one_advisor_card .advisor_personal_details .advisor_details .city_block a,
.one_advisor_card .advisor_personal_details .advisor_details .company_block p,
.one_advisor_card .advisor_personal_details .advisor_details .company_block a,
.one_advisor_card .advisor_personal_details .advisor_details .advisor_rating p,
.one_advisor_card .advisor_personal_details .advisor_details .advisor_rating a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  margin-bottom: 0;
}
.one_advisor_card .advisor_personal_details .advisor_details .city_block {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.one_advisor_card .advisor_personal_details .advisor_details .city_block img {
  height: 16px;
  width: 16px;
}
.one_advisor_card .advisor_personal_details .advisor_details .company_block {
  margin-bottom: 12px;
}
.one_advisor_card .advisor_personal_details .advisor_details .company_block .company {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.one_advisor_card .advisor_personal_details .advisor_details .company_block .company svg {
  margin-left: 8px;
  height: 16px;
  width: 16px;
}
.one_advisor_card .advisor_personal_details .advisor_details .advisor_rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.one_advisor_card .advisor_personal_details .advisor_details .advisor_rating .stars_block {
  display: flex;
  align-items: flex-start;
  gap: 2px;
}
.one_advisor_card .advisor_personal_details .advisor_details .advisor_rating .stars_block img {
  height: 16px;
  width: 16px;
}
@media (max-width: 575px) {
  .one_advisor_card .advisor_personal_details .advisor_details .advisor_rating {
    margin-bottom: 0px;
  }
}
.one_advisor_card .advisor_personal_details .compensation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
  align-self: stretch;
}
.one_advisor_card .advisor_personal_details .compensation .system_pill {
  align-self: end;
}
@media (max-width: 575px) {
  .one_advisor_card .advisor_personal_details .compensation .system_pill {
    align-self: stretch;
  }
}
.one_advisor_card .advisor_personal_details .compensation .system_pill svg path {
  stroke: #EAA61F;
}
@media (max-width: 575px) {
  .one_advisor_card .advisor_info {
    order: 1;
    display: flex;
    flex-direction: column;
  }
}
.one_advisor_card .advisor_info .personal_tags_block {
  margin-bottom: 24px;
}
.one_advisor_card .advisor_info .personal_tags_block .personal_tags {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .one_advisor_card .advisor_info .personal_tags_block .personal_tags {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
    align-self: stretch;
  }
}
@media (max-width: 575px) {
  .one_advisor_card .advisor_info .personal_tags_block {
    display: none;
  }
}
.one_advisor_card .advisor_info .personal_tags_block.languages_block .system_pill {
  background-color: #E8FCF0;
}
@media (max-width: 575px) {
  .one_advisor_card .advisor_info .personal_tags_block.languages_block .system_pill {
    align-self: stretch;
  }
}
@media (max-width: 575px) {
  .one_advisor_card .advisor_info .personal_tags_block.languages_block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
    align-self: stretch;
  }
  .one_advisor_card .advisor_info .personal_tags_block.languages_block .system_pill:not(:first-child) {
    display: none;
  }
}
@media (max-width: 575px) {
  .one_advisor_card .advisor_info .bio_block {
    order: 0;
    margin-bottom: 24px;
  }
}
.one_advisor_card .advisor_info .bio_block .bio {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #4F4F4F;
  margin-bottom: 0;
}
.one_advisor_card .advisor_info .bio_block .bio.hidden {
  display: none;
}
.one_advisor_card .advisor_info .bio_block .bio a {
  word-break: break-all;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #4F4F4F;
}
.one_advisor_card .advisor_info .bio_block .bio.no_sub .linkify a,
.one_advisor_card .advisor_info .bio_block .bio.no_sub .linkify_full a {
  word-break: break-all;
  color: transparent;
  text-shadow: 0 0 16px #000;
}
.one_advisor_card .advisor_info .bio_block .bio.no_sub .linkify a:hover,
.one_advisor_card .advisor_info .bio_block .bio.no_sub .linkify_full a:hover {
  cursor: default;
}
.one_advisor_card .advisor_info .bio_block a.more {
  font-size: 24px;
  line-height: 24px;
  color: #EAA61F;
  font-weight: 600;
  text-decoration: none;
}
.one_advisor_card .advisor_info .bio_block a.more:hover {
  cursor: pointer;
  text-decoration: underline;
}
.one_advisor_card .advisor_info .bio_block a.less {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #EAA61F;
  margin-bottom: 0;
  text-decoration: none;
}
.one_advisor_card .advisor_info .bio_block a.less:hover {
  cursor: pointer;
  text-decoration: underline;
}
.one_advisor_card .ff_btn_block.two_btns {
  width: 100%;
  display: flex;
  justify-content: end;
  margin-top: 24px;
  gap: 24px;
}
@media (max-width: 834px) {
  .one_advisor_card .ff_btn_block.two_btns {
    margin-top: 16px;
    order: 3;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
  .one_advisor_card .ff_btn_block.two_btns .ff_btn {
    width: 48%;
  }
}

.pagination_block {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.pagination_block .pagination {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination_block .page-item .page-link {
  color: #1A1A1A;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
@media (max-width: 834px) {
  .pagination_block .page-item .page-link {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
.pagination_block .page-item .page-link:focus, .pagination_block .page-item .page-link:hover {
  box-shadow: none;
  background-color: #FFEAC1;
}
.pagination_block .page-item.active .page-link {
  background-color: #FBC562;
  border-color: #FBC562;
}

.offers_content .lp_block_heading {
  text-align: left;
}
.offers_content .finfinder_tabs_nav {
  border: none;
  background: #FAFAFA;
  border-radius: 8px;
  padding: 24px 36px;
  margin-bottom: 32px;
}
@media (max-width: 834px) {
  .offers_content .finfinder_tabs_nav {
    flex-direction: column;
    padding: 16px 24px;
  }
}
.offers_content .finfinder_tabs_nav.vertical {
  flex-direction: column;
  padding: 16px 24px;
}
.offers_content .finfinder_tabs_nav.vertical .one_tab_nav {
  margin-right: 0;
  margin-bottom: 16px;
}
.offers_content .finfinder_tabs_nav.vertical .one_tab_nav .one_tab_link {
  width: 100%;
  text-align: left;
}
.offers_content .finfinder_tabs_nav .one_tab_nav {
  margin-right: 32px;
}
.offers_content .finfinder_tabs_nav .one_tab_nav:last-child {
  margin-right: 0;
}
@media (max-width: 834px) {
  .offers_content .finfinder_tabs_nav .one_tab_nav {
    margin-right: 16px;
  }
}
@media (max-width: 575px) {
  .offers_content .finfinder_tabs_nav .one_tab_nav {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .offers_content .finfinder_tabs_nav .one_tab_nav:last-child {
    margin-bottom: 0;
  }
}
.offers_content .finfinder_tabs_nav .one_tab_nav .one_tab_link {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  padding: 8px 12px;
  border-radius: 8px;
  border-color: transparent;
}
.offers_content .finfinder_tabs_nav .one_tab_nav .one_tab_link.active, .offers_content .finfinder_tabs_nav .one_tab_nav .one_tab_link:hover {
  background-color: #FBC562;
  color: #ffffff;
  width: 100%;
  text-align: left;
}
.offers_content .one_offer_card {
  border: 1px solid #E7E7E7;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 32px;
}
.offers_content .one_category_offers {
  margin-bottom: 32px;
}
.offers_content .pack_content .media_heading_code_block {
  display: flex;
}
@media (max-width: 834px) {
  .offers_content .pack_content .media_heading_code_block {
    flex-direction: column;
  }
}
.offers_content .pack_content .media_heading_code_block .heading_code_block {
  display: flex;
  flex-direction: column;
  flex-grow: 4;
}
.offers_content .pack_content .media_block {
  width: 100%;
  max-width: 328px;
  margin-bottom: 24px;
  margin-right: 32px;
}
@media (max-width: 834px) {
  .offers_content .pack_content .media_block {
    max-width: 100%;
    margin-right: 0;
  }
}
.offers_content .pack_content .media_block .video {
  position: relative;
  width: 100%;
}
.offers_content .pack_content .media_block .video video {
  width: 100%;
  border-radius: 8px;
}
.offers_content .pack_content .media_block .video.frame_reply {
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  border-radius: 8px;
}
.offers_content .pack_content .media_block .video.frame_reply iframe,
.offers_content .pack_content .media_block .video.frame_reply .my-video-dimensions {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100%;
}
.offers_content .pack_content .media_block .video.frame_reply .my-video-dimensions {
  width: 100%;
}
.offers_content .pack_content .media_block .image_block {
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 8px;
}
.offers_content .pack_content .media_block .image_block img {
  max-width: 100%;
  max-height: 150px;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .offers_content .pack_content .media_block .image_block img {
    max-height: 162px;
  }
}
@media (max-width: 834px) {
  .offers_content .pack_content .media_block .image_block img {
    max-height: 172px;
  }
}
@media (max-width: 575px) {
  .offers_content .pack_content .media_block .image_block img {
    max-height: 208px;
  }
}
.offers_content .pack_content .heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  margin-bottom: 24px;
}
.offers_content .pack_content .code_block .offer_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
  margin-bottom: 16px;
}
.offers_content .pack_content .code_block .offer_code {
  width: 100%;
  border: 1px solid #E7E7E7;
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offers_content .pack_content .code_block .offer_code .codeSpan {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1A1A1A;
}
@media (max-width: 834px) {
  .offers_content .pack_content .code_block .offer_code .codeSpan {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
.offers_content .pack_content .code_block .offer_code .offer_code_icon {
  width: 24px;
  height: 24px;
}
.offers_content .pack_content .code_block .offer_code .offer_code_icon:hover {
  cursor: pointer;
}
.offers_content .pack_content .details_block .full_offer_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #4F4F4F;
  margin-bottom: 32px;
}
.offers_content .pack_content .system_btn_block .system_btn {
  width: 197px;
}
@media (max-width: 834px) {
  .offers_content .pack_content .system_btn_block .system_btn {
    width: 100%;
  }
}
.offers_content .tooltip {
  position: relative;
  display: inline-block;
}
.offers_content .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.offers_content .tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #FAFAFA;
  color: #1A1A1A;
  text-align: center;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #E7E7E7;
  border-radius: 8px;
}
.offers_content .tooltip .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #E7E7E7 transparent transparent transparent;
}

@media (max-width: 834px) {
  .login_page a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
.login_page .jetstream_custom_text {
  margin-bottom: 24px;
  text-align: center;
}
.login_page .checkbox_container .checkmark:after {
  top: calc((50% - 28px / 2));
}

.platform_message_notification {
  min-width: 250px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  top: 90px;
  right: 10px;
  justify-content: center;
  z-index: 999;
  box-shadow: 0px 0px 16px rgba(122, 122, 122, 0.16);
  border-radius: 4px;
  padding: 24px;
  display: flex;
}
.platform_message_notification p, .platform_message_notification a {
  margin-bottom: 0;
  font-style: normal;
  text-align: center;
  font-feature-settings: "liga" off;
  color: #ffffff;
}
.platform_message_notification.success {
  background-color: #46C079;
  color: #ffffff;
}
.platform_message_notification.warning {
  background-color: #EAA61F;
  color: #ffffff;
}
.platform_message_notification.info {
  background-color: #2F80ED;
  color: #ffffff;
}
.platform_message_notification.error {
  background-color: #EB5757;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
.platform_message_notification.error a {
  text-decoration: underline;
}
.platform_message_notification.error a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.platform_message_notification.triggerable {
  display: none;
}
.platform_message_notification.triggerable.show {
  display: flex;
}
.platform_message_notification.require_action {
  background-color: #EAA61F;
  color: #A7A7A7;
}
.platform_message_notification.hidden {
  visibility: hidden;
}
.platform_message_notification.show {
  visibility: visible;
}
.platform_message_notification.on_page {
  position: initial;
  margin-bottom: 20px;
}
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

body {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
@media (max-width: 1024px) {
  body {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
@media (max-width: 834px) {
  body {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}

.contact_page .static_heading {
  margin-bottom: 48px;
}

@media (max-width: 575px) {
  .static_page_content .section_text,
.static_page_content .std_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
@media (max-width: 575px) {
  .static_page_content .section_text a,
.static_page_content .std_text a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}

.error_page .text_image_overlap_block .content_block {
  align-items: end;
}
@media (max-width: 834px) {
  .error_page .text_image_overlap_block .content_block {
    align-items: center;
  }
}
.error_page .text_image_overlap_block .content_block.text_top .text_block {
  margin-bottom: 80px;
}
@media (max-width: 834px) {
  .error_page .text_image_overlap_block .content_block.text_top .text_block {
    margin-bottom: 0;
  }
}
.error_page .text_image_overlap_block .content_block.text_top .photo_block {
  margin-bottom: 0;
}
.error_page .text_image_overlap_block .content_block .text_block {
  max-width: 704px;
}
@media (max-width: 834px) {
  .error_page .text_image_overlap_block .content_block .text_block {
    max-width: 100%;
  }
}
@media (max-width: 834px) {
  .error_page .text_image_overlap_block .content_block .text_block .heading {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .error_page .text_image_overlap_block .content_block .text_block .heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    font-family: "Inter", sans-serif;
    font-style: normal;
  }
}
.error_page .text_image_overlap_block .content_block .text_block .subheading {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
@media (max-width: 834px) {
  .error_page .text_image_overlap_block .content_block .text_block .subheading {
    text-align: left;
  }
}
.error_page .text_image_overlap_block .content_block .photo_block {
  margin-bottom: 80px;
}
@media (max-width: 834px) {
  .error_page .text_image_overlap_block .content_block .photo_block {
    margin-bottom: 0;
  }
}
.error_page .desktop_photo {
  display: none;
}
@media (min-width: 576px) {
  .error_page .desktop_photo {
    display: flex;
  }
}
.error_page .mobile_photo {
  display: none;
}
@media (max-width: 575px) {
  .error_page .mobile_photo {
    display: flex;
  }
}

/*# sourceMappingURL=style.css.map*/