﻿/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
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 {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
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,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
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;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.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: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}
.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}
.table-hover .table-secondary:hover {
  background-color: hsl(208.2352941176, 6.1371841155%, 79.7921568627%);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: hsl(208.2352941176, 6.1371841155%, 79.7921568627%);
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}
.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}
.table-hover .table-info:hover {
  background-color: hsl(188.198757764, 53.1353135314%, 78.3647058824%);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: hsl(188.198757764, 53.1353135314%, 78.3647058824%);
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}
.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}
.table-hover .table-danger:hover {
  background-color: hsl(354.251497006, 70.4641350211%, 81.9882352941%);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: hsl(354.251497006, 70.4641350211%, 81.9882352941%);
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}
.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}
.table-hover .table-dark:hover {
  background-color: hsl(210, 3.0456852792%, 73.368627451%);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: hsl(210, 3.0456852792%, 73.368627451%);
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: hsl(210, 10.3448275862%, 30.2450980392%);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: hsl(210, 10.3448275862%, 30.2450980392%);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  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::-ms-expand {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none;
}
select.form-control:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.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;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(0, 0, 0, 0);
  border: solid rgba(0, 0, 0, 0);
  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 {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}
.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: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.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 .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      right 0.75rem center/8px 10px no-repeat,
    #fff
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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")
      center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}
.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) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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.2rem rgba(220, 53, 69, 0.25);
}
.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.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 .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      right 0.75rem center/8px 10px no-repeat,
    #fff
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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")
      center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem 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;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: hsl(210, 10.3448275862%, 15.2450980392%);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: hsl(210, 10.3448275862%, 15.2450980392%);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: hsl(210, 10.3448275862%, 10.2450980392%);
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.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 {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  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 rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 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-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  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 rgba(0, 0, 0, 0);
  border-bottom: 0.3em solid;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid rgba(0, 0, 0, 0);
  border-right: 0;
  border-bottom: 0.3em solid rgba(0, 0, 0, 0);
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid rgba(0, 0, 0, 0);
  border-right: 0.3em solid;
  border-bottom: 0.3em solid rgba(0, 0, 0, 0);
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: hsl(210, 10.8108108108%, 9.5098039216%);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(127.5, 189, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #dee2e6;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #dee2e6;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.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: #007bff;
}
.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;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.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;
  float: none;
}
.navbar-text {
  display: inline-block;
  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: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row 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 > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .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 (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row 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 > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .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 (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row 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 > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .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 (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row 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 > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.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 > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.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.5);
}
.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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  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' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%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.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.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: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.5);
  border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  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;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.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;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
}
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}
.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: hsl(208.2352941176, 6.1371841155%, 79.7921568627%);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}
.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}
.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: hsl(188.198757764, 53.1353135314%, 78.3647058824%);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}
.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: hsl(45, 94.6564885496%, 16.7137254902%);
}
.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: hsl(354.251497006, 70.4641350211%, 81.9882352941%);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}
.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: hsl(210, 0.4142766093%, 40.7764705882%);
}
.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: hsl(210, 3.0456852792%, 73.368627451%);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}
.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: hsl(208.2352941176, 6.1371841155%, 79.7921568627%);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}
.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}
.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: hsl(188.198757764, 53.1353135314%, 78.3647058824%);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}
.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}
.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: hsl(354.251497006, 70.4641350211%, 81.9882352941%);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}
.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}
.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: hsl(210, 3.0456852792%, 73.368627451%);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: 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 {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.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;
  align-items: flex-start;
  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 .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem 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;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid hsl(0, 0%, 97%);
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: hsl(0, 0%, 97%);
  border-bottom: 1px solid hsl(0, 0%, 92%);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: hsl(210, 10.3448275862%, 7.7450980392%) !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: rgba(0, 0, 0, 0);
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
﻿.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
button {
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  padding: 0;
  white-space: nowrap;
  background: none;
  border: none;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.justify-start {
  justify-content: flex-start !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-end {
  justify-content: flex-end !important;
}
.justify-space-between {
  justify-content: space-between !important;
}
.align-start {
  align-items: flex-start !important;
}
.align-center {
  align-items: center !important;
}
.align-end {
  align-items: flex-end !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-grow {
  flex-grow: 1 !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-shrink {
  flex-shrink: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.hide {
  display: none !important;
}
@media (max-width: 959px) {
  .hide-s {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .hide-m {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hide-l {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .show-s {
    display: none !important;
  }
}
@media (max-width: 959px), (min-width: 1200px) {
  .show-m {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .show-l {
    display: none !important;
  }
}
.w100 {
  width: 100% !important;
}
.w80 {
  width: 80% !important;
}
.w75 {
  width: 75% !important;
}
.w50 {
  width: 50% !important;
}
.w25 {
  width: 25% !important;
}
.h100 {
  height: 100% !important;
}
:root,
[data-theme="light"] {
  --content-primary: rgb(0, 70, 225);
  --content-high: rgb(0, 25, 51);
  --content-mid: rgb(74, 84, 94);
  --content-low: rgb(179, 186, 194);
  --content-onprimary: rgb(255, 255, 255);
  --surface-primary: rgb(0, 70, 225);
  --surface-action-mid: rgb(217, 236, 255);
  --surface-action-low: rgb(242, 249, 255);
  --surface-mid: rgb(227, 230, 232);
  --surface-low: rgb(245, 245, 247);
  --surface-raised: rgb(255, 255, 255);
  --surface-promo-high: linear-gradient(92.31deg, #99afff 5.77%, #9ee7f8 98.75%);
  --surface-promo-low: linear-gradient(92.31deg, #e6ebff 5.77%, #e7f9fd 98.75%);
  --surface-onprimary: rgb(255, 255, 255);
  --surface-onprimary-low: rgba(255, 255, 255, 0.6);
  --surface-ontexture: rgba(255, 255, 255, 0.86);
  --surface-ontexture-low: rgba(255, 255, 255, 0.5);
  --surface-graph: linear-gradient(180deg, #b4d9fd 0%, rgba(180, 217, 253, 0) 100%);
  --background-base: rgb(255, 255, 255);
  --background-gradient-high: radial-gradient(
      44.31% 77.61% at 100% 75.74%,
      rgba(12, 202, 237, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(38.19% 66.91% at -3.47% 13.6%, rgba(0, 56, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #f2f9ff;
  --background-gradient-low: radial-gradient(
      27.03% 47.61% at 1.51% 57.5%,
      rgba(255, 230, 215, 0.3) 0%,
      rgba(255, 222, 201, 0) 100%
    ),
    radial-gradient(36.09% 79.43% at 100% 105%, rgba(0, 70, 225, 0.1) 0%, rgba(0, 70, 225, 0) 100%),
    linear-gradient(0deg, #f8f8fa 0%, #ffffff 77.56%);
  --background-overlay: rgba(25, 51, 77, 0.7);
  --semantic-notification-content: rgb(0, 70, 225);
  --semantic-notification-surface-high: rgb(0, 70, 225);
  --semantic-notification-surface-low: rgb(242, 249, 255);
  --semantic-warning-content: rgb(117, 70, 0);
  --semantic-warning-surface-high: rgb(168, 101, 0);
  --semantic-warning-surface-low: rgb(254, 244, 230);
  --semantic-problem-content: rgb(163, 0, 0);
  --semantic-problem-surface-high: rgb(181, 0, 0);
  --semantic-problem-surface-low: rgb(251, 234, 234);
  --semantic-success-content: rgb(2, 90, 22);
  --semantic-success-surface-high: rgb(2, 121, 29);
  --semantic-success-surface-low: rgb(226, 242, 229);
  --support-orchid-content: rgb(145, 8, 138);
  --support-orchid-surface-high: rgb(201, 12, 192);
  --support-orchid-surface-low: rgb(255, 235, 252);
  --support-violet-content: rgb(113, 11, 193);
  --support-violet-surface-high: rgb(113, 11, 193);
  --support-violet-surface-low: rgb(247, 235, 255);
  --support-marine-content: rgb(7, 89, 100);
  --support-marine-surface-high: rgb(11, 124, 140);
  --support-marine-surface-low: rgb(233, 249, 252);
  --support-olive-content: rgb(72, 89, 28);
  --support-olive-surface-high: rgb(104, 126, 39);
  --support-olive-surface-low: rgb(245, 249, 241);
  --support-ruby-content: rgb(170, 8, 57);
  --support-ruby-surface-high: rgb(202, 9, 67);
  --support-ruby-surface-low: rgb(254, 246, 246);
  --support-gold-content: rgb(102, 80, 0);
  --support-gold-surface-high: rgb(255, 193, 73);
  --support-gold-surface-low: rgb(254, 250, 235);
  --support-night-content: rgb(0, 25, 51);
  --support-night-surface-high: rgb(0, 26, 51);
  --support-night-surface-low: rgb(29, 58, 91);
}
:root .content-primary,
[data-theme="light"] .content-primary {
  color: var(--content-primary);
}
:root .content-high,
[data-theme="light"] .content-high {
  color: var(--content-high);
}
:root .content-mid,
[data-theme="light"] .content-mid {
  color: var(--content-mid);
}
:root .content-low,
[data-theme="light"] .content-low {
  color: var(--content-low);
}
:root .content-onprimary,
[data-theme="light"] .content-onprimary {
  color: var(--content-onprimary);
}
:root .surface-primary,
[data-theme="light"] .surface-primary {
  background: var(--surface-primary);
}
:root .surface-action-mid,
[data-theme="light"] .surface-action-mid {
  background: var(--surface-action-mid);
}
:root .surface-action-low,
[data-theme="light"] .surface-action-low {
  background: var(--surface-action-low);
}
:root .surface-mid,
[data-theme="light"] .surface-mid {
  background: var(--surface-mid);
}
:root .surface-low,
[data-theme="light"] .surface-low {
  background: var(--surface-low);
}
:root .surface-raised,
[data-theme="light"] .surface-raised {
  background: var(--surface-raised);
}
:root .surface-promo-high,
[data-theme="light"] .surface-promo-high {
  background: var(--surface-promo-high);
}
:root .surface-promo-low,
[data-theme="light"] .surface-promo-low {
  background: var(--surface-promo-low);
}
:root .surface-onprimary,
[data-theme="light"] .surface-onprimary {
  background: var(--surface-onprimary);
}
:root .surface-onprimary-low,
[data-theme="light"] .surface-onprimary-low {
  background: var(--surface-onprimary-low);
}
:root .surface-ontexture,
[data-theme="light"] .surface-ontexture {
  background: var(--surface-ontexture);
}
:root .surface-ontexture-low,
[data-theme="light"] .surface-ontexture-low {
  background: var(--surface-ontexture-low);
}
:root .surface-graph,
[data-theme="light"] .surface-graph {
  background: var(--surface-graph);
}
:root .background-base,
[data-theme="light"] .background-base {
  background: var(--background-base);
}
:root .background-gradient-high,
[data-theme="light"] .background-gradient-high {
  background: var(--background-gradient-high);
}
:root .background-gradient-low,
[data-theme="light"] .background-gradient-low {
  background: var(--background-gradient-low);
}
:root .background-overlay,
[data-theme="light"] .background-overlay {
  background: var(--background-overlay);
}
:root .semantic-notification-content,
[data-theme="light"] .semantic-notification-content {
  color: var(--semantic-notification-content);
}
:root .semantic-notification-surface-high,
[data-theme="light"] .semantic-notification-surface-high {
  background-color: var(--semantic-notification-surface-high);
}
:root .semantic-notification-surface-low,
[data-theme="light"] .semantic-notification-surface-low {
  background-color: var(--semantic-notification-surface-low);
}
:root .semantic-warning-content,
[data-theme="light"] .semantic-warning-content {
  color: var(--semantic-warning-content);
}
:root .semantic-warning-surface-high,
[data-theme="light"] .semantic-warning-surface-high {
  background-color: var(--semantic-warning-surface-high);
}
:root .semantic-warning-surface-low,
[data-theme="light"] .semantic-warning-surface-low {
  background-color: var(--semantic-warning-surface-low);
}
:root .semantic-problem-content,
[data-theme="light"] .semantic-problem-content {
  color: var(--semantic-problem-content);
}
:root .semantic-problem-surface-high,
[data-theme="light"] .semantic-problem-surface-high {
  background-color: var(--semantic-problem-surface-high);
}
:root .semantic-problem-surface-low,
[data-theme="light"] .semantic-problem-surface-low {
  background-color: var(--semantic-problem-surface-low);
}
:root .semantic-success-content,
[data-theme="light"] .semantic-success-content {
  color: var(--semantic-success-content);
}
:root .semantic-success-surface-high,
[data-theme="light"] .semantic-success-surface-high {
  background-color: var(--semantic-success-surface-high);
}
:root .semantic-success-surface-low,
[data-theme="light"] .semantic-success-surface-low {
  background-color: var(--semantic-success-surface-low);
}
:root .support-orchid-content,
[data-theme="light"] .support-orchid-content {
  color: var(--support-orchid-content);
}
:root .support-orchid-surface-high,
[data-theme="light"] .support-orchid-surface-high {
  background-color: var(--support-orchid-surface-high);
}
:root .support-orchid-surface-low,
[data-theme="light"] .support-orchid-surface-low {
  background-color: var(--support-orchid-surface-low);
}
:root .support-violet-content,
[data-theme="light"] .support-violet-content {
  color: var(--support-violet-content);
}
:root .support-violet-surface-high,
[data-theme="light"] .support-violet-surface-high {
  background-color: var(--support-violet-surface-high);
}
:root .support-violet-surface-low,
[data-theme="light"] .support-violet-surface-low {
  background-color: var(--support-violet-surface-low);
}
:root .support-marine-content,
[data-theme="light"] .support-marine-content {
  color: var(--support-marine-content);
}
:root .support-marine-surface-high,
[data-theme="light"] .support-marine-surface-high {
  background-color: var(--support-marine-surface-high);
}
:root .support-marine-surface-low,
[data-theme="light"] .support-marine-surface-low {
  background-color: var(--support-marine-surface-low);
}
:root .support-olive-content,
[data-theme="light"] .support-olive-content {
  color: var(--support-olive-content);
}
:root .support-olive-surface-high,
[data-theme="light"] .support-olive-surface-high {
  background-color: var(--support-olive-surface-high);
}
:root .support-olive-surface-low,
[data-theme="light"] .support-olive-surface-low {
  background-color: var(--support-olive-surface-low);
}
:root .support-ruby-content,
[data-theme="light"] .support-ruby-content {
  color: var(--support-ruby-content);
}
:root .support-ruby-surface-high,
[data-theme="light"] .support-ruby-surface-high {
  background-color: var(--support-ruby-surface-high);
}
:root .support-ruby-surface-low,
[data-theme="light"] .support-ruby-surface-low {
  background-color: var(--support-ruby-surface-low);
}
:root .support-gold-content,
[data-theme="light"] .support-gold-content {
  color: var(--support-gold-content);
}
:root .support-gold-surface-high,
[data-theme="light"] .support-gold-surface-high {
  background-color: var(--support-gold-surface-high);
}
:root .support-gold-surface-low,
[data-theme="light"] .support-gold-surface-low {
  background-color: var(--support-gold-surface-low);
}
:root .support-night-content,
[data-theme="light"] .support-night-content {
  color: var(--support-night-content);
}
:root .support-night-surface-high,
[data-theme="light"] .support-night-surface-high {
  background-color: var(--support-night-surface-high);
}
:root .support-night-surface-low,
[data-theme="light"] .support-night-surface-low {
  background-color: var(--support-night-surface-low);
}
:root [data-theme="dark"] {
  --content-primary: rgb(52, 158, 255);
  --content-high: rgb(255, 255, 255);
  --content-mid: rgb(200, 206, 213);
  --content-low: rgb(76, 83, 96);
  --content-onprimary: rgb(255, 255, 255);
  --surface-primary: rgb(0, 70, 225);
  --surface-action-mid: rgb(29, 58, 91);
  --surface-action-low: rgb(16, 40, 62);
  --surface-mid: rgb(47, 53, 67);
  --surface-low: rgb(33, 37, 47);
  --surface-raised: rgb(24, 27, 35);
  --surface-promo-high: linear-gradient(92.31deg, #2346c6 5.77%, #580575 98.75%);
  --surface-promo-low: linear-gradient(92.31deg, #091953 5.77%, #2f043f 98.75%);
  --surface-onprimary: rgb(39, 44, 57);
  --surface-onprimary-low: rgba(255, 255, 255, 0.6);
  --surface-ontexture: rgba(39, 45, 57, 0.86);
  --surface-ontexture-low: rgba(39, 44, 57, 0.6);
  --surface-graph: linear-gradient(92.31deg, #091953 5.77%, #2f043f 98.75%);
  --background-base: rgb(0, 9, 28);
  --background-gradient-high: radial-gradient(
      77.96% 44.91% at 100% 75.74%,
      rgba(12, 202, 237, 0.18) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(70.17% 43.65% at -3.47% 13.6%, rgba(0, 56, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), #0c1222;
  --background-gradient-low: radial-gradient(
      77.96% 44.91% at 100% 75.74%,
      rgba(12, 202, 237, 0.09) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(70.17% 43.65% at -3.47% 13.6%, rgba(0, 56, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%), #090f1f;
  --background-overlay: rgba(25, 51, 77, 0.5);
  --semantic-notification-content: rgb(52, 158, 255);
  --semantic-notification-surface-high: rgb(0, 70, 225);
  --semantic-notification-surface-low: rgb(0, 27, 62);
  --semantic-warning-content: rgb(255, 210, 143);
  --semantic-warning-surface-high: rgb(180, 86, 0);
  --semantic-warning-surface-low: rgb(84, 63, 33);
  --semantic-problem-content: rgb(255, 108, 108);
  --semantic-problem-surface-high: rgb(164, 44, 44);
  --semantic-problem-surface-low: rgb(84, 37, 51);
  --semantic-success-content: rgb(143, 214, 160);
  --semantic-success-surface-high: rgb(30, 106, 47);
  --semantic-success-surface-low: rgb(10, 60, 62);
  --support-orchid-content: rgb(255, 128, 251);
  --support-orchid-surface-high: rgb(201, 12, 192);
  --support-orchid-surface-low: rgb(64, 7, 82);
  --support-violet-content: rgb(213, 158, 255);
  --support-violet-surface-high: rgb(113, 11, 193);
  --support-violet-surface-low: rgb(45, 28, 85);
  --support-marine-content: rgb(97, 203, 219);
  --support-marine-surface-high: rgb(11, 124, 140);
  --support-marine-surface-low: rgb(0, 51, 72);
  --support-olive-content: rgb(167, 199, 74);
  --support-olive-surface-high: rgb(104, 126, 39);
  --support-olive-surface-low: rgb(18, 42, 28);
  --support-ruby-content: rgb(244, 134, 167);
  --support-ruby-surface-high: rgb(202, 9, 67);
  --support-ruby-surface-low: rgb(51, 15, 30);
  --support-gold-content: rgb(255, 193, 73);
  --support-gold-surface-high: rgb(255, 193, 73);
  --support-gold-surface-low: rgb(38, 44, 24);
  --support-night-content: rgb(255, 255, 255);
  --support-night-surface-high: rgb(0, 26, 51);
  --support-night-surface-low: rgb(29, 58, 91);
}
@font-face {
  font-family: "Manrope";
  src: url("../../fonts/Manrope-Variable[wght].woff2") format("woff2-variations"), local(sans-serif);
}
@font-face {
  font-family: "Rubik";
  src: url("../../fonts/Rubik-SemiBold.woff2") format("woff2"), local(sans-serif);
}
.high-xxs {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
.high-xs {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.high-s {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.high-m {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.high-l {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.high-xl {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.25px;
}
.high-xxl {
  font-family: Rubik, Arial, sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.25px;
}
.high-xxxl {
  font-family: Rubik, Arial, sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.25px;
}
@media (max-width: 959px) {
  .s-high-xxs {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
  }
  .s-high-xs {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
  }
  .s-high-s {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  .s-high-m {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
  }
  .s-high-l {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
  .s-high-xl {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.25px;
  }
  .s-high-xxl {
    font-family: Rubik, Arial, sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.25px;
  }
  .s-high-xxxl {
    font-family: Rubik, Arial, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.25px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .m-high-xxs {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
  }
  .m-high-xs {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
  }
  .m-high-s {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  .m-high-m {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
  }
  .m-high-l {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
  .m-high-xl {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.25px;
  }
  .m-high-xxl {
    font-family: Rubik, Arial, sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.25px;
  }
  .m-high-xxxl {
    font-family: Rubik, Arial, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.25px;
  }
}
@media (min-width: 1200px) {
  .l-high-xxs {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
  }
  .l-high-xs {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
  }
  .l-high-s {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  .l-high-m {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
  }
  .l-high-l {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
  .l-high-xl {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.25px;
  }
  .l-high-xxl {
    font-family: Rubik, Arial, sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.25px;
  }
  .l-high-xxxl {
    font-family: Rubik, Arial, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.25px;
  }
}
.low-xxs {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.low-xs {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.low-xs-link {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}
.low-s {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.low-s-link {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}
.low-m {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.low-l {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.low-xl {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 959px) {
  .s-low-xxs {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
  .s-low-xs {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .s-low-xs-link {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
  }
  .s-low-s {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .s-low-s-link {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
  }
  .s-low-m {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
  }
  .s-low-l {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
  }
  .s-low-xl {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .m-low-xxs {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
  .m-low-xs {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .m-low-xs-link {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
  }
  .m-low-s {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .m-low-s-link {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
  }
  .m-low-m {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
  }
  .m-low-l {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
  }
  .m-low-xl {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .l-low-xxs {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
  .l-low-xs {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .l-low-xs-link {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
  }
  .l-low-s {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .l-low-s-link {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
  }
  .l-low-m {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
  }
  .l-low-l {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
  }
  .l-low-xl {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
  }
}
:root {
  --shadow-m: 0px 2px 10px rgba(0, 0, 0, 0.08);
  --shadow-l: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 4px 28px rgba(0, 0, 0, 0.08);
  --shadow-fl: 0px 2px 28px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.08);
}
:root .blur-m {
  backdrop-filter: blur(3px);
}
:root .shadow-m {
  box-shadow: var(--shadow-m);
}
:root .shadow-l {
  box-shadow: var(--shadow-l);
}
:root .shadow-fl {
  box-shadow: var(--shadow-fl);
}
:root [data-theme="dark"] {
  --shadow-m: none;
  --shadow-l: none;
  --shadow-fl: none;
}
:root [data-theme="dark"] .shadow-m {
  box-shadow: var(--shadow-m);
}
:root [data-theme="dark"] .shadow-l {
  box-shadow: var(--shadow-l);
}
:root [data-theme="dark"] .shadow-fl {
  box-shadow: var(--shadow-fl);
}
:root {
  --radius-s: 8px;
  --radius-m: 16px;
  --radius-l: 24px;
  --radius-xl: 40px;
  --radius-max: 10000px;
}
:root .radius-s {
  border-radius: var(--radius-s);
}
:root .radius-m {
  border-radius: var(--radius-m);
}
:root .radius-l {
  border-radius: var(--radius-l);
}
:root .radius-xl {
  border-radius: var(--radius-xl);
}
:root .radius-max {
  border-radius: var(--radius-max);
}
:root {
  --space-0: 0;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-14: 56px;
  --space-16: 64px;
  --space-18: 72px;
  --space-20: 80px;
}
:root .m0 {
  margin-top: var(--space-0);
  margin-bottom: var(--space-0);
  margin-left: var(--space-0);
  margin-right: var(--space-0);
}
:root .mt0 {
  margin-top: var(--space-0);
}
:root .mr0 {
  margin-right: var(--space-0);
}
:root .mb0 {
  margin-bottom: var(--space-0);
}
:root .ml0 {
  margin-left: var(--space-0);
}
:root .mv0 {
  margin-top: var(--space-0);
  margin-bottom: var(--space-0);
}
:root .mh0 {
  margin-right: var(--space-0);
  margin-left: var(--space-0);
}
@media (max-width: 959px) {
  :root .s-m0 {
    margin-top: var(--space-0) !important;
    margin-bottom: var(--space-0) !important;
    margin-left: var(--space-0) !important;
    margin-right: var(--space-0) !important;
  }
  :root .s-mt0 {
    margin-top: var(--space-0) !important;
  }
  :root .s-mr0 {
    margin-right: var(--space-0) !important;
  }
  :root .s-mb0 {
    margin-bottom: var(--space-0) !important;
  }
  :root .s-ml0 {
    margin-left: var(--space-0) !important;
  }
  :root .s-mv0 {
    margin-top: var(--space-0) !important;
    margin-bottom: var(--space-0) !important;
  }
  :root .s-mh0 {
    margin-right: var(--space-0) !important;
    margin-left: var(--space-0) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-m0 {
    margin-top: var(--space-0) !important;
    margin-bottom: var(--space-0) !important;
    margin-left: var(--space-0) !important;
    margin-right: var(--space-0) !important;
  }
  :root .m-mt0 {
    margin-top: var(--space-0) !important;
  }
  :root .m-mr0 {
    margin-right: var(--space-0) !important;
  }
  :root .m-mb0 {
    margin-bottom: var(--space-0) !important;
  }
  :root .m-ml0 {
    margin-left: var(--space-0) !important;
  }
  :root .m-mv0 {
    margin-top: var(--space-0) !important;
    margin-bottom: var(--space-0) !important;
  }
  :root .m-mh0 {
    margin-right: var(--space-0) !important;
    margin-left: var(--space-0) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-m0 {
    margin-top: var(--space-0) !important;
    margin-bottom: var(--space-0) !important;
    margin-left: var(--space-0) !important;
    margin-right: var(--space-0) !important;
  }
  :root .l-mt0 {
    margin-top: var(--space-0) !important;
  }
  :root .l-mr0 {
    margin-right: var(--space-0) !important;
  }
  :root .l-mb0 {
    margin-bottom: var(--space-0) !important;
  }
  :root .l-ml0 {
    margin-left: var(--space-0) !important;
  }
  :root .l-mv0 {
    margin-top: var(--space-0) !important;
    margin-bottom: var(--space-0) !important;
  }
  :root .l-mh0 {
    margin-right: var(--space-0) !important;
    margin-left: var(--space-0) !important;
  }
}
:root .p0 {
  padding-top: var(--space-0);
  padding-bottom: var(--space-0);
  padding-left: var(--space-0);
  padding-right: var(--space-0);
}
:root .pt0 {
  padding-top: var(--space-0);
}
:root .pr0 {
  padding-right: var(--space-0);
}
:root .pb0 {
  padding-bottom: var(--space-0);
}
:root .pl0 {
  padding-left: var(--space-0);
}
:root .pv0 {
  padding-top: var(--space-0);
  padding-bottom: var(--space-0);
}
:root .ph0 {
  padding-right: var(--space-0);
  padding-left: var(--space-0);
}
@media (max-width: 959px) {
  :root .s-p0 {
    padding-top: var(--space-0) !important;
    padding-bottom: var(--space-0) !important;
    padding-left: var(--space-0) !important;
    padding-right: var(--space-0) !important;
  }
  :root .s-pt0 {
    padding-top: var(--space-0) !important;
  }
  :root .s-pr0 {
    padding-right: var(--space-0) !important;
  }
  :root .s-pb0 {
    padding-bottom: var(--space-0) !important;
  }
  :root .s-pl0 {
    padding-left: var(--space-0) !important;
  }
  :root .s-pv0 {
    padding-top: var(--space-0) !important;
    padding-bottom: var(--space-0) !important;
  }
  :root .s-ph0 {
    padding-right: var(--space-0) !important;
    padding-left: var(--space-0) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-p0 {
    padding-top: var(--space-0) !important;
    padding-bottom: var(--space-0) !important;
    padding-left: var(--space-0) !important;
    padding-right: var(--space-0) !important;
  }
  :root .m-pt0 {
    padding-top: var(--space-0) !important;
  }
  :root .m-pr0 {
    padding-right: var(--space-0) !important;
  }
  :root .m-pb0 {
    padding-bottom: var(--space-0) !important;
  }
  :root .m-pl0 {
    padding-left: var(--space-0) !important;
  }
  :root .m-pv0 {
    padding-top: var(--space-0) !important;
    padding-bottom: var(--space-0) !important;
  }
  :root .m-ph0 {
    padding-right: var(--space-0) !important;
    padding-left: var(--space-0) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-p0 {
    padding-top: var(--space-0) !important;
    padding-bottom: var(--space-0) !important;
    padding-left: var(--space-0) !important;
    padding-right: var(--space-0) !important;
  }
  :root .l-pt0 {
    padding-top: var(--space-0) !important;
  }
  :root .l-pr0 {
    padding-right: var(--space-0) !important;
  }
  :root .l-pb0 {
    padding-bottom: var(--space-0) !important;
  }
  :root .l-pl0 {
    padding-left: var(--space-0) !important;
  }
  :root .l-pv0 {
    padding-top: var(--space-0) !important;
    padding-bottom: var(--space-0) !important;
  }
  :root .l-ph0 {
    padding-right: var(--space-0) !important;
    padding-left: var(--space-0) !important;
  }
}
:root .m1 {
  margin-top: var(--space-1);
  margin-bottom: var(--space-1);
  margin-left: var(--space-1);
  margin-right: var(--space-1);
}
:root .mt1 {
  margin-top: var(--space-1);
}
:root .mr1 {
  margin-right: var(--space-1);
}
:root .mb1 {
  margin-bottom: var(--space-1);
}
:root .ml1 {
  margin-left: var(--space-1);
}
:root .mv1 {
  margin-top: var(--space-1);
  margin-bottom: var(--space-1);
}
:root .mh1 {
  margin-right: var(--space-1);
  margin-left: var(--space-1);
}
@media (max-width: 959px) {
  :root .s-m1 {
    margin-top: var(--space-1) !important;
    margin-bottom: var(--space-1) !important;
    margin-left: var(--space-1) !important;
    margin-right: var(--space-1) !important;
  }
  :root .s-mt1 {
    margin-top: var(--space-1) !important;
  }
  :root .s-mr1 {
    margin-right: var(--space-1) !important;
  }
  :root .s-mb1 {
    margin-bottom: var(--space-1) !important;
  }
  :root .s-ml1 {
    margin-left: var(--space-1) !important;
  }
  :root .s-mv1 {
    margin-top: var(--space-1) !important;
    margin-bottom: var(--space-1) !important;
  }
  :root .s-mh1 {
    margin-right: var(--space-1) !important;
    margin-left: var(--space-1) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-m1 {
    margin-top: var(--space-1) !important;
    margin-bottom: var(--space-1) !important;
    margin-left: var(--space-1) !important;
    margin-right: var(--space-1) !important;
  }
  :root .m-mt1 {
    margin-top: var(--space-1) !important;
  }
  :root .m-mr1 {
    margin-right: var(--space-1) !important;
  }
  :root .m-mb1 {
    margin-bottom: var(--space-1) !important;
  }
  :root .m-ml1 {
    margin-left: var(--space-1) !important;
  }
  :root .m-mv1 {
    margin-top: var(--space-1) !important;
    margin-bottom: var(--space-1) !important;
  }
  :root .m-mh1 {
    margin-right: var(--space-1) !important;
    margin-left: var(--space-1) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-m1 {
    margin-top: var(--space-1) !important;
    margin-bottom: var(--space-1) !important;
    margin-left: var(--space-1) !important;
    margin-right: var(--space-1) !important;
  }
  :root .l-mt1 {
    margin-top: var(--space-1) !important;
  }
  :root .l-mr1 {
    margin-right: var(--space-1) !important;
  }
  :root .l-mb1 {
    margin-bottom: var(--space-1) !important;
  }
  :root .l-ml1 {
    margin-left: var(--space-1) !important;
  }
  :root .l-mv1 {
    margin-top: var(--space-1) !important;
    margin-bottom: var(--space-1) !important;
  }
  :root .l-mh1 {
    margin-right: var(--space-1) !important;
    margin-left: var(--space-1) !important;
  }
}
:root .p1 {
  padding-top: var(--space-1);
  padding-bottom: var(--space-1);
  padding-left: var(--space-1);
  padding-right: var(--space-1);
}
:root .pt1 {
  padding-top: var(--space-1);
}
:root .pr1 {
  padding-right: var(--space-1);
}
:root .pb1 {
  padding-bottom: var(--space-1);
}
:root .pl1 {
  padding-left: var(--space-1);
}
:root .pv1 {
  padding-top: var(--space-1);
  padding-bottom: var(--space-1);
}
:root .ph1 {
  padding-right: var(--space-1);
  padding-left: var(--space-1);
}
@media (max-width: 959px) {
  :root .s-p1 {
    padding-top: var(--space-1) !important;
    padding-bottom: var(--space-1) !important;
    padding-left: var(--space-1) !important;
    padding-right: var(--space-1) !important;
  }
  :root .s-pt1 {
    padding-top: var(--space-1) !important;
  }
  :root .s-pr1 {
    padding-right: var(--space-1) !important;
  }
  :root .s-pb1 {
    padding-bottom: var(--space-1) !important;
  }
  :root .s-pl1 {
    padding-left: var(--space-1) !important;
  }
  :root .s-pv1 {
    padding-top: var(--space-1) !important;
    padding-bottom: var(--space-1) !important;
  }
  :root .s-ph1 {
    padding-right: var(--space-1) !important;
    padding-left: var(--space-1) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-p1 {
    padding-top: var(--space-1) !important;
    padding-bottom: var(--space-1) !important;
    padding-left: var(--space-1) !important;
    padding-right: var(--space-1) !important;
  }
  :root .m-pt1 {
    padding-top: var(--space-1) !important;
  }
  :root .m-pr1 {
    padding-right: var(--space-1) !important;
  }
  :root .m-pb1 {
    padding-bottom: var(--space-1) !important;
  }
  :root .m-pl1 {
    padding-left: var(--space-1) !important;
  }
  :root .m-pv1 {
    padding-top: var(--space-1) !important;
    padding-bottom: var(--space-1) !important;
  }
  :root .m-ph1 {
    padding-right: var(--space-1) !important;
    padding-left: var(--space-1) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-p1 {
    padding-top: var(--space-1) !important;
    padding-bottom: var(--space-1) !important;
    padding-left: var(--space-1) !important;
    padding-right: var(--space-1) !important;
  }
  :root .l-pt1 {
    padding-top: var(--space-1) !important;
  }
  :root .l-pr1 {
    padding-right: var(--space-1) !important;
  }
  :root .l-pb1 {
    padding-bottom: var(--space-1) !important;
  }
  :root .l-pl1 {
    padding-left: var(--space-1) !important;
  }
  :root .l-pv1 {
    padding-top: var(--space-1) !important;
    padding-bottom: var(--space-1) !important;
  }
  :root .l-ph1 {
    padding-right: var(--space-1) !important;
    padding-left: var(--space-1) !important;
  }
}
:root .m2 {
  margin-top: var(--space-2);
  margin-bottom: var(--space-2);
  margin-left: var(--space-2);
  margin-right: var(--space-2);
}
:root .mt2 {
  margin-top: var(--space-2);
}
:root .mr2 {
  margin-right: var(--space-2);
}
:root .mb2 {
  margin-bottom: var(--space-2);
}
:root .ml2 {
  margin-left: var(--space-2);
}
:root .mv2 {
  margin-top: var(--space-2);
  margin-bottom: var(--space-2);
}
:root .mh2 {
  margin-right: var(--space-2);
  margin-left: var(--space-2);
}
@media (max-width: 959px) {
  :root .s-m2 {
    margin-top: var(--space-2) !important;
    margin-bottom: var(--space-2) !important;
    margin-left: var(--space-2) !important;
    margin-right: var(--space-2) !important;
  }
  :root .s-mt2 {
    margin-top: var(--space-2) !important;
  }
  :root .s-mr2 {
    margin-right: var(--space-2) !important;
  }
  :root .s-mb2 {
    margin-bottom: var(--space-2) !important;
  }
  :root .s-ml2 {
    margin-left: var(--space-2) !important;
  }
  :root .s-mv2 {
    margin-top: var(--space-2) !important;
    margin-bottom: var(--space-2) !important;
  }
  :root .s-mh2 {
    margin-right: var(--space-2) !important;
    margin-left: var(--space-2) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-m2 {
    margin-top: var(--space-2) !important;
    margin-bottom: var(--space-2) !important;
    margin-left: var(--space-2) !important;
    margin-right: var(--space-2) !important;
  }
  :root .m-mt2 {
    margin-top: var(--space-2) !important;
  }
  :root .m-mr2 {
    margin-right: var(--space-2) !important;
  }
  :root .m-mb2 {
    margin-bottom: var(--space-2) !important;
  }
  :root .m-ml2 {
    margin-left: var(--space-2) !important;
  }
  :root .m-mv2 {
    margin-top: var(--space-2) !important;
    margin-bottom: var(--space-2) !important;
  }
  :root .m-mh2 {
    margin-right: var(--space-2) !important;
    margin-left: var(--space-2) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-m2 {
    margin-top: var(--space-2) !important;
    margin-bottom: var(--space-2) !important;
    margin-left: var(--space-2) !important;
    margin-right: var(--space-2) !important;
  }
  :root .l-mt2 {
    margin-top: var(--space-2) !important;
  }
  :root .l-mr2 {
    margin-right: var(--space-2) !important;
  }
  :root .l-mb2 {
    margin-bottom: var(--space-2) !important;
  }
  :root .l-ml2 {
    margin-left: var(--space-2) !important;
  }
  :root .l-mv2 {
    margin-top: var(--space-2) !important;
    margin-bottom: var(--space-2) !important;
  }
  :root .l-mh2 {
    margin-right: var(--space-2) !important;
    margin-left: var(--space-2) !important;
  }
}
:root .p2 {
  padding-top: var(--space-2);
  padding-bottom: var(--space-2);
  padding-left: var(--space-2);
  padding-right: var(--space-2);
}
:root .pt2 {
  padding-top: var(--space-2);
}
:root .pr2 {
  padding-right: var(--space-2);
}
:root .pb2 {
  padding-bottom: var(--space-2);
}
:root .pl2 {
  padding-left: var(--space-2);
}
:root .pv2 {
  padding-top: var(--space-2);
  padding-bottom: var(--space-2);
}
:root .ph2 {
  padding-right: var(--space-2);
  padding-left: var(--space-2);
}
@media (max-width: 959px) {
  :root .s-p2 {
    padding-top: var(--space-2) !important;
    padding-bottom: var(--space-2) !important;
    padding-left: var(--space-2) !important;
    padding-right: var(--space-2) !important;
  }
  :root .s-pt2 {
    padding-top: var(--space-2) !important;
  }
  :root .s-pr2 {
    padding-right: var(--space-2) !important;
  }
  :root .s-pb2 {
    padding-bottom: var(--space-2) !important;
  }
  :root .s-pl2 {
    padding-left: var(--space-2) !important;
  }
  :root .s-pv2 {
    padding-top: var(--space-2) !important;
    padding-bottom: var(--space-2) !important;
  }
  :root .s-ph2 {
    padding-right: var(--space-2) !important;
    padding-left: var(--space-2) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-p2 {
    padding-top: var(--space-2) !important;
    padding-bottom: var(--space-2) !important;
    padding-left: var(--space-2) !important;
    padding-right: var(--space-2) !important;
  }
  :root .m-pt2 {
    padding-top: var(--space-2) !important;
  }
  :root .m-pr2 {
    padding-right: var(--space-2) !important;
  }
  :root .m-pb2 {
    padding-bottom: var(--space-2) !important;
  }
  :root .m-pl2 {
    padding-left: var(--space-2) !important;
  }
  :root .m-pv2 {
    padding-top: var(--space-2) !important;
    padding-bottom: var(--space-2) !important;
  }
  :root .m-ph2 {
    padding-right: var(--space-2) !important;
    padding-left: var(--space-2) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-p2 {
    padding-top: var(--space-2) !important;
    padding-bottom: var(--space-2) !important;
    padding-left: var(--space-2) !important;
    padding-right: var(--space-2) !important;
  }
  :root .l-pt2 {
    padding-top: var(--space-2) !important;
  }
  :root .l-pr2 {
    padding-right: var(--space-2) !important;
  }
  :root .l-pb2 {
    padding-bottom: var(--space-2) !important;
  }
  :root .l-pl2 {
    padding-left: var(--space-2) !important;
  }
  :root .l-pv2 {
    padding-top: var(--space-2) !important;
    padding-bottom: var(--space-2) !important;
  }
  :root .l-ph2 {
    padding-right: var(--space-2) !important;
    padding-left: var(--space-2) !important;
  }
}
:root .m3 {
  margin-top: var(--space-3);
  margin-bottom: var(--space-3);
  margin-left: var(--space-3);
  margin-right: var(--space-3);
}
:root .mt3 {
  margin-top: var(--space-3);
}
:root .mr3 {
  margin-right: var(--space-3);
}
:root .mb3 {
  margin-bottom: var(--space-3);
}
:root .ml3 {
  margin-left: var(--space-3);
}
:root .mv3 {
  margin-top: var(--space-3);
  margin-bottom: var(--space-3);
}
:root .mh3 {
  margin-right: var(--space-3);
  margin-left: var(--space-3);
}
@media (max-width: 959px) {
  :root .s-m3 {
    margin-top: var(--space-3) !important;
    margin-bottom: var(--space-3) !important;
    margin-left: var(--space-3) !important;
    margin-right: var(--space-3) !important;
  }
  :root .s-mt3 {
    margin-top: var(--space-3) !important;
  }
  :root .s-mr3 {
    margin-right: var(--space-3) !important;
  }
  :root .s-mb3 {
    margin-bottom: var(--space-3) !important;
  }
  :root .s-ml3 {
    margin-left: var(--space-3) !important;
  }
  :root .s-mv3 {
    margin-top: var(--space-3) !important;
    margin-bottom: var(--space-3) !important;
  }
  :root .s-mh3 {
    margin-right: var(--space-3) !important;
    margin-left: var(--space-3) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-m3 {
    margin-top: var(--space-3) !important;
    margin-bottom: var(--space-3) !important;
    margin-left: var(--space-3) !important;
    margin-right: var(--space-3) !important;
  }
  :root .m-mt3 {
    margin-top: var(--space-3) !important;
  }
  :root .m-mr3 {
    margin-right: var(--space-3) !important;
  }
  :root .m-mb3 {
    margin-bottom: var(--space-3) !important;
  }
  :root .m-ml3 {
    margin-left: var(--space-3) !important;
  }
  :root .m-mv3 {
    margin-top: var(--space-3) !important;
    margin-bottom: var(--space-3) !important;
  }
  :root .m-mh3 {
    margin-right: var(--space-3) !important;
    margin-left: var(--space-3) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-m3 {
    margin-top: var(--space-3) !important;
    margin-bottom: var(--space-3) !important;
    margin-left: var(--space-3) !important;
    margin-right: var(--space-3) !important;
  }
  :root .l-mt3 {
    margin-top: var(--space-3) !important;
  }
  :root .l-mr3 {
    margin-right: var(--space-3) !important;
  }
  :root .l-mb3 {
    margin-bottom: var(--space-3) !important;
  }
  :root .l-ml3 {
    margin-left: var(--space-3) !important;
  }
  :root .l-mv3 {
    margin-top: var(--space-3) !important;
    margin-bottom: var(--space-3) !important;
  }
  :root .l-mh3 {
    margin-right: var(--space-3) !important;
    margin-left: var(--space-3) !important;
  }
}
:root .p3 {
  padding-top: var(--space-3);
  padding-bottom: var(--space-3);
  padding-left: var(--space-3);
  padding-right: var(--space-3);
}
:root .pt3 {
  padding-top: var(--space-3);
}
:root .pr3 {
  padding-right: var(--space-3);
}
:root .pb3 {
  padding-bottom: var(--space-3);
}
:root .pl3 {
  padding-left: var(--space-3);
}
:root .pv3 {
  padding-top: var(--space-3);
  padding-bottom: var(--space-3);
}
:root .ph3 {
  padding-right: var(--space-3);
  padding-left: var(--space-3);
}
@media (max-width: 959px) {
  :root .s-p3 {
    padding-top: var(--space-3) !important;
    padding-bottom: var(--space-3) !important;
    padding-left: var(--space-3) !important;
    padding-right: var(--space-3) !important;
  }
  :root .s-pt3 {
    padding-top: var(--space-3) !important;
  }
  :root .s-pr3 {
    padding-right: var(--space-3) !important;
  }
  :root .s-pb3 {
    padding-bottom: var(--space-3) !important;
  }
  :root .s-pl3 {
    padding-left: var(--space-3) !important;
  }
  :root .s-pv3 {
    padding-top: var(--space-3) !important;
    padding-bottom: var(--space-3) !important;
  }
  :root .s-ph3 {
    padding-right: var(--space-3) !important;
    padding-left: var(--space-3) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-p3 {
    padding-top: var(--space-3) !important;
    padding-bottom: var(--space-3) !important;
    padding-left: var(--space-3) !important;
    padding-right: var(--space-3) !important;
  }
  :root .m-pt3 {
    padding-top: var(--space-3) !important;
  }
  :root .m-pr3 {
    padding-right: var(--space-3) !important;
  }
  :root .m-pb3 {
    padding-bottom: var(--space-3) !important;
  }
  :root .m-pl3 {
    padding-left: var(--space-3) !important;
  }
  :root .m-pv3 {
    padding-top: var(--space-3) !important;
    padding-bottom: var(--space-3) !important;
  }
  :root .m-ph3 {
    padding-right: var(--space-3) !important;
    padding-left: var(--space-3) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-p3 {
    padding-top: var(--space-3) !important;
    padding-bottom: var(--space-3) !important;
    padding-left: var(--space-3) !important;
    padding-right: var(--space-3) !important;
  }
  :root .l-pt3 {
    padding-top: var(--space-3) !important;
  }
  :root .l-pr3 {
    padding-right: var(--space-3) !important;
  }
  :root .l-pb3 {
    padding-bottom: var(--space-3) !important;
  }
  :root .l-pl3 {
    padding-left: var(--space-3) !important;
  }
  :root .l-pv3 {
    padding-top: var(--space-3) !important;
    padding-bottom: var(--space-3) !important;
  }
  :root .l-ph3 {
    padding-right: var(--space-3) !important;
    padding-left: var(--space-3) !important;
  }
}
:root .m4 {
  margin-top: var(--space-4);
  margin-bottom: var(--space-4);
  margin-left: var(--space-4);
  margin-right: var(--space-4);
}
:root .mt4 {
  margin-top: var(--space-4);
}
:root .mr4 {
  margin-right: var(--space-4);
}
:root .mb4 {
  margin-bottom: var(--space-4);
}
:root .ml4 {
  margin-left: var(--space-4);
}
:root .mv4 {
  margin-top: var(--space-4);
  margin-bottom: var(--space-4);
}
:root .mh4 {
  margin-right: var(--space-4);
  margin-left: var(--space-4);
}
@media (max-width: 959px) {
  :root .s-m4 {
    margin-top: var(--space-4) !important;
    margin-bottom: var(--space-4) !important;
    margin-left: var(--space-4) !important;
    margin-right: var(--space-4) !important;
  }
  :root .s-mt4 {
    margin-top: var(--space-4) !important;
  }
  :root .s-mr4 {
    margin-right: var(--space-4) !important;
  }
  :root .s-mb4 {
    margin-bottom: var(--space-4) !important;
  }
  :root .s-ml4 {
    margin-left: var(--space-4) !important;
  }
  :root .s-mv4 {
    margin-top: var(--space-4) !important;
    margin-bottom: var(--space-4) !important;
  }
  :root .s-mh4 {
    margin-right: var(--space-4) !important;
    margin-left: var(--space-4) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-m4 {
    margin-top: var(--space-4) !important;
    margin-bottom: var(--space-4) !important;
    margin-left: var(--space-4) !important;
    margin-right: var(--space-4) !important;
  }
  :root .m-mt4 {
    margin-top: var(--space-4) !important;
  }
  :root .m-mr4 {
    margin-right: var(--space-4) !important;
  }
  :root .m-mb4 {
    margin-bottom: var(--space-4) !important;
  }
  :root .m-ml4 {
    margin-left: var(--space-4) !important;
  }
  :root .m-mv4 {
    margin-top: var(--space-4) !important;
    margin-bottom: var(--space-4) !important;
  }
  :root .m-mh4 {
    margin-right: var(--space-4) !important;
    margin-left: var(--space-4) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-m4 {
    margin-top: var(--space-4) !important;
    margin-bottom: var(--space-4) !important;
    margin-left: var(--space-4) !important;
    margin-right: var(--space-4) !important;
  }
  :root .l-mt4 {
    margin-top: var(--space-4) !important;
  }
  :root .l-mr4 {
    margin-right: var(--space-4) !important;
  }
  :root .l-mb4 {
    margin-bottom: var(--space-4) !important;
  }
  :root .l-ml4 {
    margin-left: var(--space-4) !important;
  }
  :root .l-mv4 {
    margin-top: var(--space-4) !important;
    margin-bottom: var(--space-4) !important;
  }
  :root .l-mh4 {
    margin-right: var(--space-4) !important;
    margin-left: var(--space-4) !important;
  }
}
:root .p4 {
  padding-top: var(--space-4);
  padding-bottom: var(--space-4);
  padding-left: var(--space-4);
  padding-right: var(--space-4);
}
:root .pt4 {
  padding-top: var(--space-4);
}
:root .pr4 {
  padding-right: var(--space-4);
}
:root .pb4 {
  padding-bottom: var(--space-4);
}
:root .pl4 {
  padding-left: var(--space-4);
}
:root .pv4 {
  padding-top: var(--space-4);
  padding-bottom: var(--space-4);
}
:root .ph4 {
  padding-right: var(--space-4);
  padding-left: var(--space-4);
}
@media (max-width: 959px) {
  :root .s-p4 {
    padding-top: var(--space-4) !important;
    padding-bottom: var(--space-4) !important;
    padding-left: var(--space-4) !important;
    padding-right: var(--space-4) !important;
  }
  :root .s-pt4 {
    padding-top: var(--space-4) !important;
  }
  :root .s-pr4 {
    padding-right: var(--space-4) !important;
  }
  :root .s-pb4 {
    padding-bottom: var(--space-4) !important;
  }
  :root .s-pl4 {
    padding-left: var(--space-4) !important;
  }
  :root .s-pv4 {
    padding-top: var(--space-4) !important;
    padding-bottom: var(--space-4) !important;
  }
  :root .s-ph4 {
    padding-right: var(--space-4) !important;
    padding-left: var(--space-4) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-p4 {
    padding-top: var(--space-4) !important;
    padding-bottom: var(--space-4) !important;
    padding-left: var(--space-4) !important;
    padding-right: var(--space-4) !important;
  }
  :root .m-pt4 {
    padding-top: var(--space-4) !important;
  }
  :root .m-pr4 {
    padding-right: var(--space-4) !important;
  }
  :root .m-pb4 {
    padding-bottom: var(--space-4) !important;
  }
  :root .m-pl4 {
    padding-left: var(--space-4) !important;
  }
  :root .m-pv4 {
    padding-top: var(--space-4) !important;
    padding-bottom: var(--space-4) !important;
  }
  :root .m-ph4 {
    padding-right: var(--space-4) !important;
    padding-left: var(--space-4) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-p4 {
    padding-top: var(--space-4) !important;
    padding-bottom: var(--space-4) !important;
    padding-left: var(--space-4) !important;
    padding-right: var(--space-4) !important;
  }
  :root .l-pt4 {
    padding-top: var(--space-4) !important;
  }
  :root .l-pr4 {
    padding-right: var(--space-4) !important;
  }
  :root .l-pb4 {
    padding-bottom: var(--space-4) !important;
  }
  :root .l-pl4 {
    padding-left: var(--space-4) !important;
  }
  :root .l-pv4 {
    padding-top: var(--space-4) !important;
    padding-bottom: var(--space-4) !important;
  }
  :root .l-ph4 {
    padding-right: var(--space-4) !important;
    padding-left: var(--space-4) !important;
  }
}
:root .m5 {
  margin-top: var(--space-5);
  margin-bottom: var(--space-5);
  margin-left: var(--space-5);
  margin-right: var(--space-5);
}
:root .mt5 {
  margin-top: var(--space-5);
}
:root .mr5 {
  margin-right: var(--space-5);
}
:root .mb5 {
  margin-bottom: var(--space-5);
}
:root .ml5 {
  margin-left: var(--space-5);
}
:root .mv5 {
  margin-top: var(--space-5);
  margin-bottom: var(--space-5);
}
:root .mh5 {
  margin-right: var(--space-5);
  margin-left: var(--space-5);
}
@media (max-width: 959px) {
  :root .s-m5 {
    margin-top: var(--space-5) !important;
    margin-bottom: var(--space-5) !important;
    margin-left: var(--space-5) !important;
    margin-right: var(--space-5) !important;
  }
  :root .s-mt5 {
    margin-top: var(--space-5) !important;
  }
  :root .s-mr5 {
    margin-right: var(--space-5) !important;
  }
  :root .s-mb5 {
    margin-bottom: var(--space-5) !important;
  }
  :root .s-ml5 {
    margin-left: var(--space-5) !important;
  }
  :root .s-mv5 {
    margin-top: var(--space-5) !important;
    margin-bottom: var(--space-5) !important;
  }
  :root .s-mh5 {
    margin-right: var(--space-5) !important;
    margin-left: var(--space-5) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-m5 {
    margin-top: var(--space-5) !important;
    margin-bottom: var(--space-5) !important;
    margin-left: var(--space-5) !important;
    margin-right: var(--space-5) !important;
  }
  :root .m-mt5 {
    margin-top: var(--space-5) !important;
  }
  :root .m-mr5 {
    margin-right: var(--space-5) !important;
  }
  :root .m-mb5 {
    margin-bottom: var(--space-5) !important;
  }
  :root .m-ml5 {
    margin-left: var(--space-5) !important;
  }
  :root .m-mv5 {
    margin-top: var(--space-5) !important;
    margin-bottom: var(--space-5) !important;
  }
  :root .m-mh5 {
    margin-right: var(--space-5) !important;
    margin-left: var(--space-5) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-m5 {
    margin-top: var(--space-5) !important;
    margin-bottom: var(--space-5) !important;
    margin-left: var(--space-5) !important;
    margin-right: var(--space-5) !important;
  }
  :root .l-mt5 {
    margin-top: var(--space-5) !important;
  }
  :root .l-mr5 {
    margin-right: var(--space-5) !important;
  }
  :root .l-mb5 {
    margin-bottom: var(--space-5) !important;
  }
  :root .l-ml5 {
    margin-left: var(--space-5) !important;
  }
  :root .l-mv5 {
    margin-top: var(--space-5) !important;
    margin-bottom: var(--space-5) !important;
  }
  :root .l-mh5 {
    margin-right: var(--space-5) !important;
    margin-left: var(--space-5) !important;
  }
}
:root .p5 {
  padding-top: var(--space-5);
  padding-bottom: var(--space-5);
  padding-left: var(--space-5);
  padding-right: var(--space-5);
}
:root .pt5 {
  padding-top: var(--space-5);
}
:root .pr5 {
  padding-right: var(--space-5);
}
:root .pb5 {
  padding-bottom: var(--space-5);
}
:root .pl5 {
  padding-left: var(--space-5);
}
:root .pv5 {
  padding-top: var(--space-5);
  padding-bottom: var(--space-5);
}
:root .ph5 {
  padding-right: var(--space-5);
  padding-left: var(--space-5);
}
@media (max-width: 959px) {
  :root .s-p5 {
    padding-top: var(--space-5) !important;
    padding-bottom: var(--space-5) !important;
    padding-left: var(--space-5) !important;
    padding-right: var(--space-5) !important;
  }
  :root .s-pt5 {
    padding-top: var(--space-5) !important;
  }
  :root .s-pr5 {
    padding-right: var(--space-5) !important;
  }
  :root .s-pb5 {
    padding-bottom: var(--space-5) !important;
  }
  :root .s-pl5 {
    padding-left: var(--space-5) !important;
  }
  :root .s-pv5 {
    padding-top: var(--space-5) !important;
    padding-bottom: var(--space-5) !important;
  }
  :root .s-ph5 {
    padding-right: var(--space-5) !important;
    padding-left: var(--space-5) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-p5 {
    padding-top: var(--space-5) !important;
    padding-bottom: var(--space-5) !important;
    padding-left: var(--space-5) !important;
    padding-right: var(--space-5) !important;
  }
  :root .m-pt5 {
    padding-top: var(--space-5) !important;
  }
  :root .m-pr5 {
    padding-right: var(--space-5) !important;
  }
  :root .m-pb5 {
    padding-bottom: var(--space-5) !important;
  }
  :root .m-pl5 {
    padding-left: var(--space-5) !important;
  }
  :root .m-pv5 {
    padding-top: var(--space-5) !important;
    padding-bottom: var(--space-5) !important;
  }
  :root .m-ph5 {
    padding-right: var(--space-5) !important;
    padding-left: var(--space-5) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-p5 {
    padding-top: var(--space-5) !important;
    padding-bottom: var(--space-5) !important;
    padding-left: var(--space-5) !important;
    padding-right: var(--space-5) !important;
  }
  :root .l-pt5 {
    padding-top: var(--space-5) !important;
  }
  :root .l-pr5 {
    padding-right: var(--space-5) !important;
  }
  :root .l-pb5 {
    padding-bottom: var(--space-5) !important;
  }
  :root .l-pl5 {
    padding-left: var(--space-5) !important;
  }
  :root .l-pv5 {
    padding-top: var(--space-5) !important;
    padding-bottom: var(--space-5) !important;
  }
  :root .l-ph5 {
    padding-right: var(--space-5) !important;
    padding-left: var(--space-5) !important;
  }
}
:root .m6 {
  margin-top: var(--space-6);
  margin-bottom: var(--space-6);
  margin-left: var(--space-6);
  margin-right: var(--space-6);
}
:root .mt6 {
  margin-top: var(--space-6);
}
:root .mr6 {
  margin-right: var(--space-6);
}
:root .mb6 {
  margin-bottom: var(--space-6);
}
:root .ml6 {
  margin-left: var(--space-6);
}
:root .mv6 {
  margin-top: var(--space-6);
  margin-bottom: var(--space-6);
}
:root .mh6 {
  margin-right: var(--space-6);
  margin-left: var(--space-6);
}
@media (max-width: 959px) {
  :root .s-m6 {
    margin-top: var(--space-6) !important;
    margin-bottom: var(--space-6) !important;
    margin-left: var(--space-6) !important;
    margin-right: var(--space-6) !important;
  }
  :root .s-mt6 {
    margin-top: var(--space-6) !important;
  }
  :root .s-mr6 {
    margin-right: var(--space-6) !important;
  }
  :root .s-mb6 {
    margin-bottom: var(--space-6) !important;
  }
  :root .s-ml6 {
    margin-left: var(--space-6) !important;
  }
  :root .s-mv6 {
    margin-top: var(--space-6) !important;
    margin-bottom: var(--space-6) !important;
  }
  :root .s-mh6 {
    margin-right: var(--space-6) !important;
    margin-left: var(--space-6) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-m6 {
    margin-top: var(--space-6) !important;
    margin-bottom: var(--space-6) !important;
    margin-left: var(--space-6) !important;
    margin-right: var(--space-6) !important;
  }
  :root .m-mt6 {
    margin-top: var(--space-6) !important;
  }
  :root .m-mr6 {
    margin-right: var(--space-6) !important;
  }
  :root .m-mb6 {
    margin-bottom: var(--space-6) !important;
  }
  :root .m-ml6 {
    margin-left: var(--space-6) !important;
  }
  :root .m-mv6 {
    margin-top: var(--space-6) !important;
    margin-bottom: var(--space-6) !important;
  }
  :root .m-mh6 {
    margin-right: var(--space-6) !important;
    margin-left: var(--space-6) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-m6 {
    margin-top: var(--space-6) !important;
    margin-bottom: var(--space-6) !important;
    margin-left: var(--space-6) !important;
    margin-right: var(--space-6) !important;
  }
  :root .l-mt6 {
    margin-top: var(--space-6) !important;
  }
  :root .l-mr6 {
    margin-right: var(--space-6) !important;
  }
  :root .l-mb6 {
    margin-bottom: var(--space-6) !important;
  }
  :root .l-ml6 {
    margin-left: var(--space-6) !important;
  }
  :root .l-mv6 {
    margin-top: var(--space-6) !important;
    margin-bottom: var(--space-6) !important;
  }
  :root .l-mh6 {
    margin-right: var(--space-6) !important;
    margin-left: var(--space-6) !important;
  }
}
:root .p6 {
  padding-top: var(--space-6);
  padding-bottom: var(--space-6);
  padding-left: var(--space-6);
  padding-right: var(--space-6);
}
:root .pt6 {
  padding-top: var(--space-6);
}
:root .pr6 {
  padding-right: var(--space-6);
}
:root .pb6 {
  padding-bottom: var(--space-6);
}
:root .pl6 {
  padding-left: var(--space-6);
}
:root .pv6 {
  padding-top: var(--space-6);
  padding-bottom: var(--space-6);
}
:root .ph6 {
  padding-right: var(--space-6);
  padding-left: var(--space-6);
}
@media (max-width: 959px) {
  :root .s-p6 {
    padding-top: var(--space-6) !important;
    padding-bottom: var(--space-6) !important;
    padding-left: var(--space-6) !important;
    padding-right: var(--space-6) !important;
  }
  :root .s-pt6 {
    padding-top: var(--space-6) !important;
  }
  :root .s-pr6 {
    padding-right: var(--space-6) !important;
  }
  :root .s-pb6 {
    padding-bottom: var(--space-6) !important;
  }
  :root .s-pl6 {
    padding-left: var(--space-6) !important;
  }
  :root .s-pv6 {
    padding-top: var(--space-6) !important;
    padding-bottom: var(--space-6) !important;
  }
  :root .s-ph6 {
    padding-right: var(--space-6) !important;
    padding-left: var(--space-6) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-p6 {
    padding-top: var(--space-6) !important;
    padding-bottom: var(--space-6) !important;
    padding-left: var(--space-6) !important;
    padding-right: var(--space-6) !important;
  }
  :root .m-pt6 {
    padding-top: var(--space-6) !important;
  }
  :root .m-pr6 {
    padding-right: var(--space-6) !important;
  }
  :root .m-pb6 {
    padding-bottom: var(--space-6) !important;
  }
  :root .m-pl6 {
    padding-left: var(--space-6) !important;
  }
  :root .m-pv6 {
    padding-top: var(--space-6) !important;
    padding-bottom: var(--space-6) !important;
  }
  :root .m-ph6 {
    padding-right: var(--space-6) !important;
    padding-left: var(--space-6) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-p6 {
    padding-top: var(--space-6) !important;
    padding-bottom: var(--space-6) !important;
    padding-left: var(--space-6) !important;
    padding-right: var(--space-6) !important;
  }
  :root .l-pt6 {
    padding-top: var(--space-6) !important;
  }
  :root .l-pr6 {
    padding-right: var(--space-6) !important;
  }
  :root .l-pb6 {
    padding-bottom: var(--space-6) !important;
  }
  :root .l-pl6 {
    padding-left: var(--space-6) !important;
  }
  :root .l-pv6 {
    padding-top: var(--space-6) !important;
    padding-bottom: var(--space-6) !important;
  }
  :root .l-ph6 {
    padding-right: var(--space-6) !important;
    padding-left: var(--space-6) !important;
  }
}
:root .m8 {
  margin-top: var(--space-8);
  margin-bottom: var(--space-8);
  margin-left: var(--space-8);
  margin-right: var(--space-8);
}
:root .mt8 {
  margin-top: var(--space-8);
}
:root .mr8 {
  margin-right: var(--space-8);
}
:root .mb8 {
  margin-bottom: var(--space-8);
}
:root .ml8 {
  margin-left: var(--space-8);
}
:root .mv8 {
  margin-top: var(--space-8);
  margin-bottom: var(--space-8);
}
:root .mh8 {
  margin-right: var(--space-8);
  margin-left: var(--space-8);
}
@media (max-width: 959px) {
  :root .s-m8 {
    margin-top: var(--space-8) !important;
    margin-bottom: var(--space-8) !important;
    margin-left: var(--space-8) !important;
    margin-right: var(--space-8) !important;
  }
  :root .s-mt8 {
    margin-top: var(--space-8) !important;
  }
  :root .s-mr8 {
    margin-right: var(--space-8) !important;
  }
  :root .s-mb8 {
    margin-bottom: var(--space-8) !important;
  }
  :root .s-ml8 {
    margin-left: var(--space-8) !important;
  }
  :root .s-mv8 {
    margin-top: var(--space-8) !important;
    margin-bottom: var(--space-8) !important;
  }
  :root .s-mh8 {
    margin-right: var(--space-8) !important;
    margin-left: var(--space-8) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-m8 {
    margin-top: var(--space-8) !important;
    margin-bottom: var(--space-8) !important;
    margin-left: var(--space-8) !important;
    margin-right: var(--space-8) !important;
  }
  :root .m-mt8 {
    margin-top: var(--space-8) !important;
  }
  :root .m-mr8 {
    margin-right: var(--space-8) !important;
  }
  :root .m-mb8 {
    margin-bottom: var(--space-8) !important;
  }
  :root .m-ml8 {
    margin-left: var(--space-8) !important;
  }
  :root .m-mv8 {
    margin-top: var(--space-8) !important;
    margin-bottom: var(--space-8) !important;
  }
  :root .m-mh8 {
    margin-right: var(--space-8) !important;
    margin-left: var(--space-8) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-m8 {
    margin-top: var(--space-8) !important;
    margin-bottom: var(--space-8) !important;
    margin-left: var(--space-8) !important;
    margin-right: var(--space-8) !important;
  }
  :root .l-mt8 {
    margin-top: var(--space-8) !important;
  }
  :root .l-mr8 {
    margin-right: var(--space-8) !important;
  }
  :root .l-mb8 {
    margin-bottom: var(--space-8) !important;
  }
  :root .l-ml8 {
    margin-left: var(--space-8) !important;
  }
  :root .l-mv8 {
    margin-top: var(--space-8) !important;
    margin-bottom: var(--space-8) !important;
  }
  :root .l-mh8 {
    margin-right: var(--space-8) !important;
    margin-left: var(--space-8) !important;
  }
}
:root .p8 {
  padding-top: var(--space-8);
  padding-bottom: var(--space-8);
  padding-left: var(--space-8);
  padding-right: var(--space-8);
}
:root .pt8 {
  padding-top: var(--space-8);
}
:root .pr8 {
  padding-right: var(--space-8);
}
:root .pb8 {
  padding-bottom: var(--space-8);
}
:root .pl8 {
  padding-left: var(--space-8);
}
:root .pv8 {
  padding-top: var(--space-8);
  padding-bottom: var(--space-8);
}
:root .ph8 {
  padding-right: var(--space-8);
  padding-left: var(--space-8);
}
@media (max-width: 959px) {
  :root .s-p8 {
    padding-top: var(--space-8) !important;
    padding-bottom: var(--space-8) !important;
    padding-left: var(--space-8) !important;
    padding-right: var(--space-8) !important;
  }
  :root .s-pt8 {
    padding-top: var(--space-8) !important;
  }
  :root .s-pr8 {
    padding-right: var(--space-8) !important;
  }
  :root .s-pb8 {
    padding-bottom: var(--space-8) !important;
  }
  :root .s-pl8 {
    padding-left: var(--space-8) !important;
  }
  :root .s-pv8 {
    padding-top: var(--space-8) !important;
    padding-bottom: var(--space-8) !important;
  }
  :root .s-ph8 {
    padding-right: var(--space-8) !important;
    padding-left: var(--space-8) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-p8 {
    padding-top: var(--space-8) !important;
    padding-bottom: var(--space-8) !important;
    padding-left: var(--space-8) !important;
    padding-right: var(--space-8) !important;
  }
  :root .m-pt8 {
    padding-top: var(--space-8) !important;
  }
  :root .m-pr8 {
    padding-right: var(--space-8) !important;
  }
  :root .m-pb8 {
    padding-bottom: var(--space-8) !important;
  }
  :root .m-pl8 {
    padding-left: var(--space-8) !important;
  }
  :root .m-pv8 {
    padding-top: var(--space-8) !important;
    padding-bottom: var(--space-8) !important;
  }
  :root .m-ph8 {
    padding-right: var(--space-8) !important;
    padding-left: var(--space-8) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-p8 {
    padding-top: var(--space-8) !important;
    padding-bottom: var(--space-8) !important;
    padding-left: var(--space-8) !important;
    padding-right: var(--space-8) !important;
  }
  :root .l-pt8 {
    padding-top: var(--space-8) !important;
  }
  :root .l-pr8 {
    padding-right: var(--space-8) !important;
  }
  :root .l-pb8 {
    padding-bottom: var(--space-8) !important;
  }
  :root .l-pl8 {
    padding-left: var(--space-8) !important;
  }
  :root .l-pv8 {
    padding-top: var(--space-8) !important;
    padding-bottom: var(--space-8) !important;
  }
  :root .l-ph8 {
    padding-right: var(--space-8) !important;
    padding-left: var(--space-8) !important;
  }
}
:root .m10 {
  margin-top: var(--space-10);
  margin-bottom: var(--space-10);
  margin-left: var(--space-10);
  margin-right: var(--space-10);
}
:root .mt10 {
  margin-top: var(--space-10);
}
:root .mr10 {
  margin-right: var(--space-10);
}
:root .mb10 {
  margin-bottom: var(--space-10);
}
:root .ml10 {
  margin-left: var(--space-10);
}
:root .mv10 {
  margin-top: var(--space-10);
  margin-bottom: var(--space-10);
}
:root .mh10 {
  margin-right: var(--space-10);
  margin-left: var(--space-10);
}
@media (max-width: 959px) {
  :root .s-m10 {
    margin-top: var(--space-10) !important;
    margin-bottom: var(--space-10) !important;
    margin-left: var(--space-10) !important;
    margin-right: var(--space-10) !important;
  }
  :root .s-mt10 {
    margin-top: var(--space-10) !important;
  }
  :root .s-mr10 {
    margin-right: var(--space-10) !important;
  }
  :root .s-mb10 {
    margin-bottom: var(--space-10) !important;
  }
  :root .s-ml10 {
    margin-left: var(--space-10) !important;
  }
  :root .s-mv10 {
    margin-top: var(--space-10) !important;
    margin-bottom: var(--space-10) !important;
  }
  :root .s-mh10 {
    margin-right: var(--space-10) !important;
    margin-left: var(--space-10) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-m10 {
    margin-top: var(--space-10) !important;
    margin-bottom: var(--space-10) !important;
    margin-left: var(--space-10) !important;
    margin-right: var(--space-10) !important;
  }
  :root .m-mt10 {
    margin-top: var(--space-10) !important;
  }
  :root .m-mr10 {
    margin-right: var(--space-10) !important;
  }
  :root .m-mb10 {
    margin-bottom: var(--space-10) !important;
  }
  :root .m-ml10 {
    margin-left: var(--space-10) !important;
  }
  :root .m-mv10 {
    margin-top: var(--space-10) !important;
    margin-bottom: var(--space-10) !important;
  }
  :root .m-mh10 {
    margin-right: var(--space-10) !important;
    margin-left: var(--space-10) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-m10 {
    margin-top: var(--space-10) !important;
    margin-bottom: var(--space-10) !important;
    margin-left: var(--space-10) !important;
    margin-right: var(--space-10) !important;
  }
  :root .l-mt10 {
    margin-top: var(--space-10) !important;
  }
  :root .l-mr10 {
    margin-right: var(--space-10) !important;
  }
  :root .l-mb10 {
    margin-bottom: var(--space-10) !important;
  }
  :root .l-ml10 {
    margin-left: var(--space-10) !important;
  }
  :root .l-mv10 {
    margin-top: var(--space-10) !important;
    margin-bottom: var(--space-10) !important;
  }
  :root .l-mh10 {
    margin-right: var(--space-10) !important;
    margin-left: var(--space-10) !important;
  }
}
:root .p10 {
  padding-top: var(--space-10);
  padding-bottom: var(--space-10);
  padding-left: var(--space-10);
  padding-right: var(--space-10);
}
:root .pt10 {
  padding-top: var(--space-10);
}
:root .pr10 {
  padding-right: var(--space-10);
}
:root .pb10 {
  padding-bottom: var(--space-10);
}
:root .pl10 {
  padding-left: var(--space-10);
}
:root .pv10 {
  padding-top: var(--space-10);
  padding-bottom: var(--space-10);
}
:root .ph10 {
  padding-right: var(--space-10);
  padding-left: var(--space-10);
}
@media (max-width: 959px) {
  :root .s-p10 {
    padding-top: var(--space-10) !important;
    padding-bottom: var(--space-10) !important;
    padding-left: var(--space-10) !important;
    padding-right: var(--space-10) !important;
  }
  :root .s-pt10 {
    padding-top: var(--space-10) !important;
  }
  :root .s-pr10 {
    padding-right: var(--space-10) !important;
  }
  :root .s-pb10 {
    padding-bottom: var(--space-10) !important;
  }
  :root .s-pl10 {
    padding-left: var(--space-10) !important;
  }
  :root .s-pv10 {
    padding-top: var(--space-10) !important;
    padding-bottom: var(--space-10) !important;
  }
  :root .s-ph10 {
    padding-right: var(--space-10) !important;
    padding-left: var(--space-10) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-p10 {
    padding-top: var(--space-10) !important;
    padding-bottom: var(--space-10) !important;
    padding-left: var(--space-10) !important;
    padding-right: var(--space-10) !important;
  }
  :root .m-pt10 {
    padding-top: var(--space-10) !important;
  }
  :root .m-pr10 {
    padding-right: var(--space-10) !important;
  }
  :root .m-pb10 {
    padding-bottom: var(--space-10) !important;
  }
  :root .m-pl10 {
    padding-left: var(--space-10) !important;
  }
  :root .m-pv10 {
    padding-top: var(--space-10) !important;
    padding-bottom: var(--space-10) !important;
  }
  :root .m-ph10 {
    padding-right: var(--space-10) !important;
    padding-left: var(--space-10) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-p10 {
    padding-top: var(--space-10) !important;
    padding-bottom: var(--space-10) !important;
    padding-left: var(--space-10) !important;
    padding-right: var(--space-10) !important;
  }
  :root .l-pt10 {
    padding-top: var(--space-10) !important;
  }
  :root .l-pr10 {
    padding-right: var(--space-10) !important;
  }
  :root .l-pb10 {
    padding-bottom: var(--space-10) !important;
  }
  :root .l-pl10 {
    padding-left: var(--space-10) !important;
  }
  :root .l-pv10 {
    padding-top: var(--space-10) !important;
    padding-bottom: var(--space-10) !important;
  }
  :root .l-ph10 {
    padding-right: var(--space-10) !important;
    padding-left: var(--space-10) !important;
  }
}
:root .m12 {
  margin-top: var(--space-12);
  margin-bottom: var(--space-12);
  margin-left: var(--space-12);
  margin-right: var(--space-12);
}
:root .mt12 {
  margin-top: var(--space-12);
}
:root .mr12 {
  margin-right: var(--space-12);
}
:root .mb12 {
  margin-bottom: var(--space-12);
}
:root .ml12 {
  margin-left: var(--space-12);
}
:root .mv12 {
  margin-top: var(--space-12);
  margin-bottom: var(--space-12);
}
:root .mh12 {
  margin-right: var(--space-12);
  margin-left: var(--space-12);
}
@media (max-width: 959px) {
  :root .s-m12 {
    margin-top: var(--space-12) !important;
    margin-bottom: var(--space-12) !important;
    margin-left: var(--space-12) !important;
    margin-right: var(--space-12) !important;
  }
  :root .s-mt12 {
    margin-top: var(--space-12) !important;
  }
  :root .s-mr12 {
    margin-right: var(--space-12) !important;
  }
  :root .s-mb12 {
    margin-bottom: var(--space-12) !important;
  }
  :root .s-ml12 {
    margin-left: var(--space-12) !important;
  }
  :root .s-mv12 {
    margin-top: var(--space-12) !important;
    margin-bottom: var(--space-12) !important;
  }
  :root .s-mh12 {
    margin-right: var(--space-12) !important;
    margin-left: var(--space-12) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-m12 {
    margin-top: var(--space-12) !important;
    margin-bottom: var(--space-12) !important;
    margin-left: var(--space-12) !important;
    margin-right: var(--space-12) !important;
  }
  :root .m-mt12 {
    margin-top: var(--space-12) !important;
  }
  :root .m-mr12 {
    margin-right: var(--space-12) !important;
  }
  :root .m-mb12 {
    margin-bottom: var(--space-12) !important;
  }
  :root .m-ml12 {
    margin-left: var(--space-12) !important;
  }
  :root .m-mv12 {
    margin-top: var(--space-12) !important;
    margin-bottom: var(--space-12) !important;
  }
  :root .m-mh12 {
    margin-right: var(--space-12) !important;
    margin-left: var(--space-12) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-m12 {
    margin-top: var(--space-12) !important;
    margin-bottom: var(--space-12) !important;
    margin-left: var(--space-12) !important;
    margin-right: var(--space-12) !important;
  }
  :root .l-mt12 {
    margin-top: var(--space-12) !important;
  }
  :root .l-mr12 {
    margin-right: var(--space-12) !important;
  }
  :root .l-mb12 {
    margin-bottom: var(--space-12) !important;
  }
  :root .l-ml12 {
    margin-left: var(--space-12) !important;
  }
  :root .l-mv12 {
    margin-top: var(--space-12) !important;
    margin-bottom: var(--space-12) !important;
  }
  :root .l-mh12 {
    margin-right: var(--space-12) !important;
    margin-left: var(--space-12) !important;
  }
}
:root .p12 {
  padding-top: var(--space-12);
  padding-bottom: var(--space-12);
  padding-left: var(--space-12);
  padding-right: var(--space-12);
}
:root .pt12 {
  padding-top: var(--space-12);
}
:root .pr12 {
  padding-right: var(--space-12);
}
:root .pb12 {
  padding-bottom: var(--space-12);
}
:root .pl12 {
  padding-left: var(--space-12);
}
:root .pv12 {
  padding-top: var(--space-12);
  padding-bottom: var(--space-12);
}
:root .ph12 {
  padding-right: var(--space-12);
  padding-left: var(--space-12);
}
@media (max-width: 959px) {
  :root .s-p12 {
    padding-top: var(--space-12) !important;
    padding-bottom: var(--space-12) !important;
    padding-left: var(--space-12) !important;
    padding-right: var(--space-12) !important;
  }
  :root .s-pt12 {
    padding-top: var(--space-12) !important;
  }
  :root .s-pr12 {
    padding-right: var(--space-12) !important;
  }
  :root .s-pb12 {
    padding-bottom: var(--space-12) !important;
  }
  :root .s-pl12 {
    padding-left: var(--space-12) !important;
  }
  :root .s-pv12 {
    padding-top: var(--space-12) !important;
    padding-bottom: var(--space-12) !important;
  }
  :root .s-ph12 {
    padding-right: var(--space-12) !important;
    padding-left: var(--space-12) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-p12 {
    padding-top: var(--space-12) !important;
    padding-bottom: var(--space-12) !important;
    padding-left: var(--space-12) !important;
    padding-right: var(--space-12) !important;
  }
  :root .m-pt12 {
    padding-top: var(--space-12) !important;
  }
  :root .m-pr12 {
    padding-right: var(--space-12) !important;
  }
  :root .m-pb12 {
    padding-bottom: var(--space-12) !important;
  }
  :root .m-pl12 {
    padding-left: var(--space-12) !important;
  }
  :root .m-pv12 {
    padding-top: var(--space-12) !important;
    padding-bottom: var(--space-12) !important;
  }
  :root .m-ph12 {
    padding-right: var(--space-12) !important;
    padding-left: var(--space-12) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-p12 {
    padding-top: var(--space-12) !important;
    padding-bottom: var(--space-12) !important;
    padding-left: var(--space-12) !important;
    padding-right: var(--space-12) !important;
  }
  :root .l-pt12 {
    padding-top: var(--space-12) !important;
  }
  :root .l-pr12 {
    padding-right: var(--space-12) !important;
  }
  :root .l-pb12 {
    padding-bottom: var(--space-12) !important;
  }
  :root .l-pl12 {
    padding-left: var(--space-12) !important;
  }
  :root .l-pv12 {
    padding-top: var(--space-12) !important;
    padding-bottom: var(--space-12) !important;
  }
  :root .l-ph12 {
    padding-right: var(--space-12) !important;
    padding-left: var(--space-12) !important;
  }
}
:root .m14 {
  margin-top: var(--space-14);
  margin-bottom: var(--space-14);
  margin-left: var(--space-14);
  margin-right: var(--space-14);
}
:root .mt14 {
  margin-top: var(--space-14);
}
:root .mr14 {
  margin-right: var(--space-14);
}
:root .mb14 {
  margin-bottom: var(--space-14);
}
:root .ml14 {
  margin-left: var(--space-14);
}
:root .mv14 {
  margin-top: var(--space-14);
  margin-bottom: var(--space-14);
}
:root .mh14 {
  margin-right: var(--space-14);
  margin-left: var(--space-14);
}
@media (max-width: 959px) {
  :root .s-m14 {
    margin-top: var(--space-14) !important;
    margin-bottom: var(--space-14) !important;
    margin-left: var(--space-14) !important;
    margin-right: var(--space-14) !important;
  }
  :root .s-mt14 {
    margin-top: var(--space-14) !important;
  }
  :root .s-mr14 {
    margin-right: var(--space-14) !important;
  }
  :root .s-mb14 {
    margin-bottom: var(--space-14) !important;
  }
  :root .s-ml14 {
    margin-left: var(--space-14) !important;
  }
  :root .s-mv14 {
    margin-top: var(--space-14) !important;
    margin-bottom: var(--space-14) !important;
  }
  :root .s-mh14 {
    margin-right: var(--space-14) !important;
    margin-left: var(--space-14) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-m14 {
    margin-top: var(--space-14) !important;
    margin-bottom: var(--space-14) !important;
    margin-left: var(--space-14) !important;
    margin-right: var(--space-14) !important;
  }
  :root .m-mt14 {
    margin-top: var(--space-14) !important;
  }
  :root .m-mr14 {
    margin-right: var(--space-14) !important;
  }
  :root .m-mb14 {
    margin-bottom: var(--space-14) !important;
  }
  :root .m-ml14 {
    margin-left: var(--space-14) !important;
  }
  :root .m-mv14 {
    margin-top: var(--space-14) !important;
    margin-bottom: var(--space-14) !important;
  }
  :root .m-mh14 {
    margin-right: var(--space-14) !important;
    margin-left: var(--space-14) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-m14 {
    margin-top: var(--space-14) !important;
    margin-bottom: var(--space-14) !important;
    margin-left: var(--space-14) !important;
    margin-right: var(--space-14) !important;
  }
  :root .l-mt14 {
    margin-top: var(--space-14) !important;
  }
  :root .l-mr14 {
    margin-right: var(--space-14) !important;
  }
  :root .l-mb14 {
    margin-bottom: var(--space-14) !important;
  }
  :root .l-ml14 {
    margin-left: var(--space-14) !important;
  }
  :root .l-mv14 {
    margin-top: var(--space-14) !important;
    margin-bottom: var(--space-14) !important;
  }
  :root .l-mh14 {
    margin-right: var(--space-14) !important;
    margin-left: var(--space-14) !important;
  }
}
:root .p14 {
  padding-top: var(--space-14);
  padding-bottom: var(--space-14);
  padding-left: var(--space-14);
  padding-right: var(--space-14);
}
:root .pt14 {
  padding-top: var(--space-14);
}
:root .pr14 {
  padding-right: var(--space-14);
}
:root .pb14 {
  padding-bottom: var(--space-14);
}
:root .pl14 {
  padding-left: var(--space-14);
}
:root .pv14 {
  padding-top: var(--space-14);
  padding-bottom: var(--space-14);
}
:root .ph14 {
  padding-right: var(--space-14);
  padding-left: var(--space-14);
}
@media (max-width: 959px) {
  :root .s-p14 {
    padding-top: var(--space-14) !important;
    padding-bottom: var(--space-14) !important;
    padding-left: var(--space-14) !important;
    padding-right: var(--space-14) !important;
  }
  :root .s-pt14 {
    padding-top: var(--space-14) !important;
  }
  :root .s-pr14 {
    padding-right: var(--space-14) !important;
  }
  :root .s-pb14 {
    padding-bottom: var(--space-14) !important;
  }
  :root .s-pl14 {
    padding-left: var(--space-14) !important;
  }
  :root .s-pv14 {
    padding-top: var(--space-14) !important;
    padding-bottom: var(--space-14) !important;
  }
  :root .s-ph14 {
    padding-right: var(--space-14) !important;
    padding-left: var(--space-14) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-p14 {
    padding-top: var(--space-14) !important;
    padding-bottom: var(--space-14) !important;
    padding-left: var(--space-14) !important;
    padding-right: var(--space-14) !important;
  }
  :root .m-pt14 {
    padding-top: var(--space-14) !important;
  }
  :root .m-pr14 {
    padding-right: var(--space-14) !important;
  }
  :root .m-pb14 {
    padding-bottom: var(--space-14) !important;
  }
  :root .m-pl14 {
    padding-left: var(--space-14) !important;
  }
  :root .m-pv14 {
    padding-top: var(--space-14) !important;
    padding-bottom: var(--space-14) !important;
  }
  :root .m-ph14 {
    padding-right: var(--space-14) !important;
    padding-left: var(--space-14) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-p14 {
    padding-top: var(--space-14) !important;
    padding-bottom: var(--space-14) !important;
    padding-left: var(--space-14) !important;
    padding-right: var(--space-14) !important;
  }
  :root .l-pt14 {
    padding-top: var(--space-14) !important;
  }
  :root .l-pr14 {
    padding-right: var(--space-14) !important;
  }
  :root .l-pb14 {
    padding-bottom: var(--space-14) !important;
  }
  :root .l-pl14 {
    padding-left: var(--space-14) !important;
  }
  :root .l-pv14 {
    padding-top: var(--space-14) !important;
    padding-bottom: var(--space-14) !important;
  }
  :root .l-ph14 {
    padding-right: var(--space-14) !important;
    padding-left: var(--space-14) !important;
  }
}
:root .m16 {
  margin-top: var(--space-16);
  margin-bottom: var(--space-16);
  margin-left: var(--space-16);
  margin-right: var(--space-16);
}
:root .mt16 {
  margin-top: var(--space-16);
}
:root .mr16 {
  margin-right: var(--space-16);
}
:root .mb16 {
  margin-bottom: var(--space-16);
}
:root .ml16 {
  margin-left: var(--space-16);
}
:root .mv16 {
  margin-top: var(--space-16);
  margin-bottom: var(--space-16);
}
:root .mh16 {
  margin-right: var(--space-16);
  margin-left: var(--space-16);
}
@media (max-width: 959px) {
  :root .s-m16 {
    margin-top: var(--space-16) !important;
    margin-bottom: var(--space-16) !important;
    margin-left: var(--space-16) !important;
    margin-right: var(--space-16) !important;
  }
  :root .s-mt16 {
    margin-top: var(--space-16) !important;
  }
  :root .s-mr16 {
    margin-right: var(--space-16) !important;
  }
  :root .s-mb16 {
    margin-bottom: var(--space-16) !important;
  }
  :root .s-ml16 {
    margin-left: var(--space-16) !important;
  }
  :root .s-mv16 {
    margin-top: var(--space-16) !important;
    margin-bottom: var(--space-16) !important;
  }
  :root .s-mh16 {
    margin-right: var(--space-16) !important;
    margin-left: var(--space-16) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-m16 {
    margin-top: var(--space-16) !important;
    margin-bottom: var(--space-16) !important;
    margin-left: var(--space-16) !important;
    margin-right: var(--space-16) !important;
  }
  :root .m-mt16 {
    margin-top: var(--space-16) !important;
  }
  :root .m-mr16 {
    margin-right: var(--space-16) !important;
  }
  :root .m-mb16 {
    margin-bottom: var(--space-16) !important;
  }
  :root .m-ml16 {
    margin-left: var(--space-16) !important;
  }
  :root .m-mv16 {
    margin-top: var(--space-16) !important;
    margin-bottom: var(--space-16) !important;
  }
  :root .m-mh16 {
    margin-right: var(--space-16) !important;
    margin-left: var(--space-16) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-m16 {
    margin-top: var(--space-16) !important;
    margin-bottom: var(--space-16) !important;
    margin-left: var(--space-16) !important;
    margin-right: var(--space-16) !important;
  }
  :root .l-mt16 {
    margin-top: var(--space-16) !important;
  }
  :root .l-mr16 {
    margin-right: var(--space-16) !important;
  }
  :root .l-mb16 {
    margin-bottom: var(--space-16) !important;
  }
  :root .l-ml16 {
    margin-left: var(--space-16) !important;
  }
  :root .l-mv16 {
    margin-top: var(--space-16) !important;
    margin-bottom: var(--space-16) !important;
  }
  :root .l-mh16 {
    margin-right: var(--space-16) !important;
    margin-left: var(--space-16) !important;
  }
}
:root .p16 {
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
  padding-left: var(--space-16);
  padding-right: var(--space-16);
}
:root .pt16 {
  padding-top: var(--space-16);
}
:root .pr16 {
  padding-right: var(--space-16);
}
:root .pb16 {
  padding-bottom: var(--space-16);
}
:root .pl16 {
  padding-left: var(--space-16);
}
:root .pv16 {
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
}
:root .ph16 {
  padding-right: var(--space-16);
  padding-left: var(--space-16);
}
@media (max-width: 959px) {
  :root .s-p16 {
    padding-top: var(--space-16) !important;
    padding-bottom: var(--space-16) !important;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-16) !important;
  }
  :root .s-pt16 {
    padding-top: var(--space-16) !important;
  }
  :root .s-pr16 {
    padding-right: var(--space-16) !important;
  }
  :root .s-pb16 {
    padding-bottom: var(--space-16) !important;
  }
  :root .s-pl16 {
    padding-left: var(--space-16) !important;
  }
  :root .s-pv16 {
    padding-top: var(--space-16) !important;
    padding-bottom: var(--space-16) !important;
  }
  :root .s-ph16 {
    padding-right: var(--space-16) !important;
    padding-left: var(--space-16) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-p16 {
    padding-top: var(--space-16) !important;
    padding-bottom: var(--space-16) !important;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-16) !important;
  }
  :root .m-pt16 {
    padding-top: var(--space-16) !important;
  }
  :root .m-pr16 {
    padding-right: var(--space-16) !important;
  }
  :root .m-pb16 {
    padding-bottom: var(--space-16) !important;
  }
  :root .m-pl16 {
    padding-left: var(--space-16) !important;
  }
  :root .m-pv16 {
    padding-top: var(--space-16) !important;
    padding-bottom: var(--space-16) !important;
  }
  :root .m-ph16 {
    padding-right: var(--space-16) !important;
    padding-left: var(--space-16) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-p16 {
    padding-top: var(--space-16) !important;
    padding-bottom: var(--space-16) !important;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-16) !important;
  }
  :root .l-pt16 {
    padding-top: var(--space-16) !important;
  }
  :root .l-pr16 {
    padding-right: var(--space-16) !important;
  }
  :root .l-pb16 {
    padding-bottom: var(--space-16) !important;
  }
  :root .l-pl16 {
    padding-left: var(--space-16) !important;
  }
  :root .l-pv16 {
    padding-top: var(--space-16) !important;
    padding-bottom: var(--space-16) !important;
  }
  :root .l-ph16 {
    padding-right: var(--space-16) !important;
    padding-left: var(--space-16) !important;
  }
}
:root .m18 {
  margin-top: var(--space-18);
  margin-bottom: var(--space-18);
  margin-left: var(--space-18);
  margin-right: var(--space-18);
}
:root .mt18 {
  margin-top: var(--space-18);
}
:root .mr18 {
  margin-right: var(--space-18);
}
:root .mb18 {
  margin-bottom: var(--space-18);
}
:root .ml18 {
  margin-left: var(--space-18);
}
:root .mv18 {
  margin-top: var(--space-18);
  margin-bottom: var(--space-18);
}
:root .mh18 {
  margin-right: var(--space-18);
  margin-left: var(--space-18);
}
@media (max-width: 959px) {
  :root .s-m18 {
    margin-top: var(--space-18) !important;
    margin-bottom: var(--space-18) !important;
    margin-left: var(--space-18) !important;
    margin-right: var(--space-18) !important;
  }
  :root .s-mt18 {
    margin-top: var(--space-18) !important;
  }
  :root .s-mr18 {
    margin-right: var(--space-18) !important;
  }
  :root .s-mb18 {
    margin-bottom: var(--space-18) !important;
  }
  :root .s-ml18 {
    margin-left: var(--space-18) !important;
  }
  :root .s-mv18 {
    margin-top: var(--space-18) !important;
    margin-bottom: var(--space-18) !important;
  }
  :root .s-mh18 {
    margin-right: var(--space-18) !important;
    margin-left: var(--space-18) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-m18 {
    margin-top: var(--space-18) !important;
    margin-bottom: var(--space-18) !important;
    margin-left: var(--space-18) !important;
    margin-right: var(--space-18) !important;
  }
  :root .m-mt18 {
    margin-top: var(--space-18) !important;
  }
  :root .m-mr18 {
    margin-right: var(--space-18) !important;
  }
  :root .m-mb18 {
    margin-bottom: var(--space-18) !important;
  }
  :root .m-ml18 {
    margin-left: var(--space-18) !important;
  }
  :root .m-mv18 {
    margin-top: var(--space-18) !important;
    margin-bottom: var(--space-18) !important;
  }
  :root .m-mh18 {
    margin-right: var(--space-18) !important;
    margin-left: var(--space-18) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-m18 {
    margin-top: var(--space-18) !important;
    margin-bottom: var(--space-18) !important;
    margin-left: var(--space-18) !important;
    margin-right: var(--space-18) !important;
  }
  :root .l-mt18 {
    margin-top: var(--space-18) !important;
  }
  :root .l-mr18 {
    margin-right: var(--space-18) !important;
  }
  :root .l-mb18 {
    margin-bottom: var(--space-18) !important;
  }
  :root .l-ml18 {
    margin-left: var(--space-18) !important;
  }
  :root .l-mv18 {
    margin-top: var(--space-18) !important;
    margin-bottom: var(--space-18) !important;
  }
  :root .l-mh18 {
    margin-right: var(--space-18) !important;
    margin-left: var(--space-18) !important;
  }
}
:root .p18 {
  padding-top: var(--space-18);
  padding-bottom: var(--space-18);
  padding-left: var(--space-18);
  padding-right: var(--space-18);
}
:root .pt18 {
  padding-top: var(--space-18);
}
:root .pr18 {
  padding-right: var(--space-18);
}
:root .pb18 {
  padding-bottom: var(--space-18);
}
:root .pl18 {
  padding-left: var(--space-18);
}
:root .pv18 {
  padding-top: var(--space-18);
  padding-bottom: var(--space-18);
}
:root .ph18 {
  padding-right: var(--space-18);
  padding-left: var(--space-18);
}
@media (max-width: 959px) {
  :root .s-p18 {
    padding-top: var(--space-18) !important;
    padding-bottom: var(--space-18) !important;
    padding-left: var(--space-18) !important;
    padding-right: var(--space-18) !important;
  }
  :root .s-pt18 {
    padding-top: var(--space-18) !important;
  }
  :root .s-pr18 {
    padding-right: var(--space-18) !important;
  }
  :root .s-pb18 {
    padding-bottom: var(--space-18) !important;
  }
  :root .s-pl18 {
    padding-left: var(--space-18) !important;
  }
  :root .s-pv18 {
    padding-top: var(--space-18) !important;
    padding-bottom: var(--space-18) !important;
  }
  :root .s-ph18 {
    padding-right: var(--space-18) !important;
    padding-left: var(--space-18) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-p18 {
    padding-top: var(--space-18) !important;
    padding-bottom: var(--space-18) !important;
    padding-left: var(--space-18) !important;
    padding-right: var(--space-18) !important;
  }
  :root .m-pt18 {
    padding-top: var(--space-18) !important;
  }
  :root .m-pr18 {
    padding-right: var(--space-18) !important;
  }
  :root .m-pb18 {
    padding-bottom: var(--space-18) !important;
  }
  :root .m-pl18 {
    padding-left: var(--space-18) !important;
  }
  :root .m-pv18 {
    padding-top: var(--space-18) !important;
    padding-bottom: var(--space-18) !important;
  }
  :root .m-ph18 {
    padding-right: var(--space-18) !important;
    padding-left: var(--space-18) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-p18 {
    padding-top: var(--space-18) !important;
    padding-bottom: var(--space-18) !important;
    padding-left: var(--space-18) !important;
    padding-right: var(--space-18) !important;
  }
  :root .l-pt18 {
    padding-top: var(--space-18) !important;
  }
  :root .l-pr18 {
    padding-right: var(--space-18) !important;
  }
  :root .l-pb18 {
    padding-bottom: var(--space-18) !important;
  }
  :root .l-pl18 {
    padding-left: var(--space-18) !important;
  }
  :root .l-pv18 {
    padding-top: var(--space-18) !important;
    padding-bottom: var(--space-18) !important;
  }
  :root .l-ph18 {
    padding-right: var(--space-18) !important;
    padding-left: var(--space-18) !important;
  }
}
:root .m20 {
  margin-top: var(--space-20);
  margin-bottom: var(--space-20);
  margin-left: var(--space-20);
  margin-right: var(--space-20);
}
:root .mt20 {
  margin-top: var(--space-20);
}
:root .mr20 {
  margin-right: var(--space-20);
}
:root .mb20 {
  margin-bottom: var(--space-20);
}
:root .ml20 {
  margin-left: var(--space-20);
}
:root .mv20 {
  margin-top: var(--space-20);
  margin-bottom: var(--space-20);
}
:root .mh20 {
  margin-right: var(--space-20);
  margin-left: var(--space-20);
}
@media (max-width: 959px) {
  :root .s-m20 {
    margin-top: var(--space-20) !important;
    margin-bottom: var(--space-20) !important;
    margin-left: var(--space-20) !important;
    margin-right: var(--space-20) !important;
  }
  :root .s-mt20 {
    margin-top: var(--space-20) !important;
  }
  :root .s-mr20 {
    margin-right: var(--space-20) !important;
  }
  :root .s-mb20 {
    margin-bottom: var(--space-20) !important;
  }
  :root .s-ml20 {
    margin-left: var(--space-20) !important;
  }
  :root .s-mv20 {
    margin-top: var(--space-20) !important;
    margin-bottom: var(--space-20) !important;
  }
  :root .s-mh20 {
    margin-right: var(--space-20) !important;
    margin-left: var(--space-20) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-m20 {
    margin-top: var(--space-20) !important;
    margin-bottom: var(--space-20) !important;
    margin-left: var(--space-20) !important;
    margin-right: var(--space-20) !important;
  }
  :root .m-mt20 {
    margin-top: var(--space-20) !important;
  }
  :root .m-mr20 {
    margin-right: var(--space-20) !important;
  }
  :root .m-mb20 {
    margin-bottom: var(--space-20) !important;
  }
  :root .m-ml20 {
    margin-left: var(--space-20) !important;
  }
  :root .m-mv20 {
    margin-top: var(--space-20) !important;
    margin-bottom: var(--space-20) !important;
  }
  :root .m-mh20 {
    margin-right: var(--space-20) !important;
    margin-left: var(--space-20) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-m20 {
    margin-top: var(--space-20) !important;
    margin-bottom: var(--space-20) !important;
    margin-left: var(--space-20) !important;
    margin-right: var(--space-20) !important;
  }
  :root .l-mt20 {
    margin-top: var(--space-20) !important;
  }
  :root .l-mr20 {
    margin-right: var(--space-20) !important;
  }
  :root .l-mb20 {
    margin-bottom: var(--space-20) !important;
  }
  :root .l-ml20 {
    margin-left: var(--space-20) !important;
  }
  :root .l-mv20 {
    margin-top: var(--space-20) !important;
    margin-bottom: var(--space-20) !important;
  }
  :root .l-mh20 {
    margin-right: var(--space-20) !important;
    margin-left: var(--space-20) !important;
  }
}
:root .p20 {
  padding-top: var(--space-20);
  padding-bottom: var(--space-20);
  padding-left: var(--space-20);
  padding-right: var(--space-20);
}
:root .pt20 {
  padding-top: var(--space-20);
}
:root .pr20 {
  padding-right: var(--space-20);
}
:root .pb20 {
  padding-bottom: var(--space-20);
}
:root .pl20 {
  padding-left: var(--space-20);
}
:root .pv20 {
  padding-top: var(--space-20);
  padding-bottom: var(--space-20);
}
:root .ph20 {
  padding-right: var(--space-20);
  padding-left: var(--space-20);
}
@media (max-width: 959px) {
  :root .s-p20 {
    padding-top: var(--space-20) !important;
    padding-bottom: var(--space-20) !important;
    padding-left: var(--space-20) !important;
    padding-right: var(--space-20) !important;
  }
  :root .s-pt20 {
    padding-top: var(--space-20) !important;
  }
  :root .s-pr20 {
    padding-right: var(--space-20) !important;
  }
  :root .s-pb20 {
    padding-bottom: var(--space-20) !important;
  }
  :root .s-pl20 {
    padding-left: var(--space-20) !important;
  }
  :root .s-pv20 {
    padding-top: var(--space-20) !important;
    padding-bottom: var(--space-20) !important;
  }
  :root .s-ph20 {
    padding-right: var(--space-20) !important;
    padding-left: var(--space-20) !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  :root .m-p20 {
    padding-top: var(--space-20) !important;
    padding-bottom: var(--space-20) !important;
    padding-left: var(--space-20) !important;
    padding-right: var(--space-20) !important;
  }
  :root .m-pt20 {
    padding-top: var(--space-20) !important;
  }
  :root .m-pr20 {
    padding-right: var(--space-20) !important;
  }
  :root .m-pb20 {
    padding-bottom: var(--space-20) !important;
  }
  :root .m-pl20 {
    padding-left: var(--space-20) !important;
  }
  :root .m-pv20 {
    padding-top: var(--space-20) !important;
    padding-bottom: var(--space-20) !important;
  }
  :root .m-ph20 {
    padding-right: var(--space-20) !important;
    padding-left: var(--space-20) !important;
  }
}
@media (min-width: 1200px) {
  :root .l-p20 {
    padding-top: var(--space-20) !important;
    padding-bottom: var(--space-20) !important;
    padding-left: var(--space-20) !important;
    padding-right: var(--space-20) !important;
  }
  :root .l-pt20 {
    padding-top: var(--space-20) !important;
  }
  :root .l-pr20 {
    padding-right: var(--space-20) !important;
  }
  :root .l-pb20 {
    padding-bottom: var(--space-20) !important;
  }
  :root .l-pl20 {
    padding-left: var(--space-20) !important;
  }
  :root .l-pv20 {
    padding-top: var(--space-20) !important;
    padding-bottom: var(--space-20) !important;
  }
  :root .l-ph20 {
    padding-right: var(--space-20) !important;
    padding-left: var(--space-20) !important;
  }
}
@font-face {
  font-family: "b2m-icon";
  src: url("fonts/b2m-icon.eot?c9pp21");
  src: url("fonts/b2m-icon.eot?c9pp21#iefix") format("embedded-opentype"),
    url("fonts/b2m-icon.ttf?c9pp21") format("truetype"), url("fonts/b2m-icon.woff?c9pp21") format("woff"),
    url("fonts/b2m-icon.svg?c9pp21#b2m-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="b2m-icon-"],
[class*=" b2m-icon-"] {
  font-family: "b2m-icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.b2m-icon-tax:before {
  content: "";
}
.b2m-icon-bit2me-icon:before {
  content: "";
}
.b2m-icon-b2m:before {
  content: "";
}
.b2m-icon-accelerator:before {
  content: "";
}
.b2m-icon-capital:before {
  content: "";
}
.b2m-icon-growth:before {
  content: "";
}
.b2m-icon-academy:before {
  content: "";
}
.b2m-icon-card:before {
  content: "";
}
.b2m-icon-launchpad:before {
  content: "";
}
.b2m-icon-commerce:before {
  content: "";
}
.b2m-icon-consulting:before {
  content: "";
}
.b2m-icon-crypto-api:before {
  content: "";
}
.b2m-icon-custody:before {
  content: "";
}
.b2m-icon-earn:before {
  content: "";
}
.b2m-icon-tikebit:before {
  content: "";
}
.b2m-icon-live-tv:before {
  content: "";
}
.b2m-icon-news:before {
  content: "";
}
.b2m-icon-otc:before {
  content: "";
}
.b2m-icon-pay:before {
  content: "";
}
.b2m-icon-space-center:before {
  content: "";
}
.b2m-icon-pro:before {
  content: "";
}
.b2m-icon-wallet:before {
  content: "";
}
.b2m-icon-defi:before {
  content: "";
}
.b2m-icon-nodes:before {
  content: "";
}
.b2m-icon-agenda:before {
  content: "";
}
.b2m-icon-blog:before {
  content: "";
}
.b2m-icon-loan:before {
  content: "";
}
.b2m-icon-referral:before {
  content: "";
}
.b2m-icon-calculator:before {
  content: "";
}
.b2m-icon-collection:before {
  content: "";
}
.b2m-icon-wealth:before {
  content: "";
}
.b2m-icon-analysis:before {
  content: "";
}
.b2m-icon-web3mba:before {
  content: "";
}
.b2m-icon-create-alert:before {
  content: "";
}
.b2m-icon-coin-b2m:before {
  content: "";
}
.b2m-icon-cancelled:before {
  content: "";
}
.b2m-icon-check:before {
  content: "";
}
.b2m-icon-check-circle:before {
  content: "";
}
.b2m-icon-clock:before {
  content: "";
}
.b2m-icon-thumb-up:before {
  content: "";
}
.b2m-icon-verified:before {
  content: "";
}
.b2m-icon-shield-check:before {
  content: "";
}
.b2m-icon-error:before {
  content: "";
}
.b2m-icon-warning:before {
  content: "";
}
.b2m-icon-new:before {
  content: "";
}
.b2m-icon-hot-fire:before {
  content: "";
}
.b2m-icon-new-tag:before {
  content: "";
}
.b2m-icon-price-up:before {
  content: "";
}
.b2m-icon-price-down:before {
  content: "";
}
.b2m-icon-info:before {
  content: "";
}
.b2m-icon-instant:before {
  content: "";
}
.b2m-icon-thumb-down:before {
  content: "";
}
.b2m-icon-linkedin:before {
  content: "";
}
.b2m-icon-youtube:before {
  content: "";
}
.b2m-icon-telegram:before {
  content: "";
}
.b2m-icon-google-play:before {
  content: "";
}
.b2m-icon-twitter:before {
  content: "";
}
.b2m-icon-instagram:before {
  content: "";
}
.b2m-icon-facebook:before {
  content: "";
}
.b2m-icon-google:before {
  content: "";
}
.b2m-icon-apple:before {
  content: "";
}
.b2m-icon-android:before {
  content: "";
}
.b2m-icon-bitcoin:before {
  content: "";
}
.b2m-icon-whatsapp:before {
  content: "";
}
.b2m-icon-mastercard:before {
  content: "";
}
.b2m-icon-discord:before {
  content: "";
}
.b2m-icon-paypal:before {
  content: "";
}
.b2m-icon-hourglass:before {
  content: "";
}
.b2m-icon-discount:before {
  content: "";
}
.b2m-icon-bank:before {
  content: "";
}
.b2m-icon-briefcase:before {
  content: "";
}
.b2m-icon-circle-empty:before {
  content: "";
}
.b2m-icon-internal-link:before {
  content: "";
}
.b2m-icon-external-link:before {
  content: "";
}
.b2m-icon-filter:before {
  content: "";
}
.b2m-icon-identification:before {
  content: "";
}
.b2m-icon-lightbulb:before {
  content: "";
}
.b2m-icon-virtual-card:before {
  content: "";
}
.b2m-icon-at:before {
  content: "";
}
.b2m-icon-euro:before {
  content: "";
}
.b2m-icon-savings:before {
  content: "";
}
.b2m-icon-nft:before {
  content: "";
}
.b2m-icon-candle-chart:before {
  content: "";
}
.b2m-icon-pie-chart:before {
  content: "";
}
.b2m-icon-line-chart:before {
  content: "";
}
.b2m-icon-security:before {
  content: "";
}
.b2m-icon-qr-code:before {
  content: "";
}
.b2m-icon-gamepad:before {
  content: "";
}
.b2m-icon-book:before {
  content: "";
}
.b2m-icon-document:before {
  content: "";
}
.b2m-icon-mining:before {
  content: "";
}
.b2m-icon-home:before {
  content: "";
}
.b2m-icon-blockchain:before {
  content: "";
}
.b2m-icon-tag:before {
  content: "";
}
.b2m-icon-support:before {
  content: "";
}
.b2m-icon-notification:before {
  content: "";
}
.b2m-icon-question:before {
  content: "";
}
.b2m-icon-mail:before {
  content: "";
}
.b2m-icon-coins:before {
  content: "";
}
.b2m-icon-user-group:before {
  content: "";
}
.b2m-icon-coin:before {
  content: "";
}
.b2m-icon-rocket:before {
  content: "";
}
.b2m-icon-trophy:before {
  content: "";
}
.b2m-icon-history:before {
  content: "";
}
.b2m-icon-user:before {
  content: "";
}
.b2m-icon-list:before {
  content: "";
}
.b2m-icon-gift:before {
  content: "";
}
.b2m-icon-settings:before {
  content: "";
}
.b2m-icon-bag:before {
  content: "";
}
.b2m-icon-food:before {
  content: "";
}
.b2m-icon-leisure:before {
  content: "";
}
.b2m-icon-moon:before {
  content: "";
}
.b2m-icon-sun:before {
  content: "";
}
.b2m-icon-car:before {
  content: "";
}
.b2m-icon-ranking:before {
  content: "";
}
.b2m-icon-vault:before {
  content: "";
}
.b2m-icon-map:before {
  content: "";
}
.b2m-icon-notification-fill:before {
  content: "";
}
.b2m-icon-phone-pay:before {
  content: "";
}
.b2m-icon-mail-pay:before {
  content: "";
}
.b2m-icon-cloud:before {
  content: "";
}
.b2m-icon-custom-look:before {
  content: "";
}
.b2m-icon-building:before {
  content: "";
}
.b2m-icon-arrow-down:before {
  content: "";
}
.b2m-icon-arrow-up:before {
  content: "";
}
.b2m-icon-arrow-left:before {
  content: "";
}
.b2m-icon-arrow-right:before {
  content: "";
}
.b2m-icon-close:before {
  content: "";
}
.b2m-icon-chevron-right:before {
  content: "";
}
.b2m-icon-chevron-down:before {
  content: "";
}
.b2m-icon-chevron-left:before {
  content: "";
}
.b2m-icon-chevron-up:before {
  content: "";
}
.b2m-icon-apps-menu:before {
  content: "";
}
.b2m-icon-ham-menu:before {
  content: "";
}
.b2m-icon-horizontal-menu:before {
  content: "";
}
.b2m-icon-vertical-menu:before {
  content: "";
}
.b2m-icon-expand:before {
  content: "";
}
.b2m-icon-recurrent-buy:before {
  content: "";
}
.b2m-icon-recurrent-sell:before {
  content: "";
}
.b2m-icon-instant-buy:before {
  content: "";
}
.b2m-icon-instant-sell:before {
  content: "";
}
.b2m-icon-recurrent:before {
  content: "";
}
.b2m-icon-set-sell-price:before {
  content: "";
}
.b2m-icon-upload:before {
  content: "";
}
.b2m-icon-receive:before {
  content: "";
}
.b2m-icon-send:before {
  content: "";
}
.b2m-icon-buy:before {
  content: "";
}
.b2m-icon-sell:before {
  content: "";
}
.b2m-icon-deposit:before {
  content: "";
}
.b2m-icon-withdraw:before {
  content: "";
}
.b2m-icon-add:before {
  content: "";
}
.b2m-icon-remove:before {
  content: "";
}
.b2m-icon-swap:before {
  content: "";
}
.b2m-icon-cart:before {
  content: "";
}
.b2m-icon-cancel:before {
  content: "";
}
.b2m-icon-add-circle:before {
  content: "";
}
.b2m-icon-log-out:before {
  content: "";
}
.b2m-icon-log-in:before {
  content: "";
}
.b2m-icon-edit:before {
  content: "";
}
.b2m-icon-options:before {
  content: "";
}
.b2m-icon-eye:before {
  content: "";
}
.b2m-icon-eye-slash:before {
  content: "";
}
.b2m-icon-heart:before {
  content: "";
}
.b2m-icon-heart-fill:before {
  content: "";
}
.b2m-icon-power:before {
  content: "";
}
.b2m-icon-chat:before {
  content: "";
}
.b2m-icon-copy:before {
  content: "";
}
.b2m-icon-attach:before {
  content: "";
}
.b2m-icon-search:before {
  content: "";
}
.b2m-icon-language:before {
  content: "";
}
.b2m-icon-exchange:before {
  content: "";
}
.b2m-icon-delete:before {
  content: "";
}
.b2m-icon-lock:before {
  content: "";
}
.b2m-icon-unlock:before {
  content: "";
}
.b2m-icon-share:before {
  content: "";
}
.b2m-icon-update:before {
  content: "";
}
.b2m-icon-refresh:before {
  content: "";
}
.b2m-icon-add-user:before {
  content: "";
}
.b2m-icon-play:before {
  content: "";
}
.b2m-icon-loop-flip:before {
  content: "";
}
.b2m-icon-fingerprint:before {
  content: "";
}
.b2m-icon-favourite:before {
  content: "";
}
.b2m-icon-favourite-fill:before {
  content: "";
}
.b2m-icon-earn-add:before {
  content: "";
}
.b2m-icon-backspace:before {
  content: "";
}
.b2m-icon-set-price:before {
  content: "";
}
.b2m-icon-align-center:before {
  content: "";
}
.b2m-icon-add-card:before {
  content: "";
}
.b2m-icon-earn-remove:before {
  content: "";
}
.b2m-icon-sort:before {
  content: "";
}
.b2m-icon-sort-amount-down:before {
  content: "";
}
.b2m-icon-return:before {
  content: "";
}
.b2m-icon-compress:before {
  content: "";
}
.b2m-icon-face-id:before {
  content: "";
}
.b2m-icon-pause:before {
  content: "";
}
.b2m-icon-desktop:before {
  content: "";
}
.b2m-icon-place:before {
  content: "";
}
.b2m-icon-phone:before {
  content: "";
}
.b2m-icon-download:before {
  content: "";
}
.b2m-icon-camera:before {
  content: "";
}
.b2m-icon-contact-phone:before {
  content: "";
}
.b2m-icon-file-download:before {
  content: "";
}
[class^="b2m-icon-"],
[class*=" b2m-icon-"] {
  font-size: 24px;
}
.fluid {
  width: 100%;
  max-width: unset;
  box-sizing: border-box;
  padding: 0 var(--space-4);
}
@media (min-width: 960px) and (max-width: 1199px) {
  .fluid {
    width: 100%;
    max-width: unset;
    box-sizing: border-box;
    padding: 0 var(--space-6);
  }
}
@media (min-width: 1200px) {
  .fluid {
    width: 100%;
    max-width: unset;
    box-sizing: border-box;
    padding: 0 var(--space-8);
  }
}
.fixed-narrow {
  box-sizing: border-box;
  width: unset;
  margin: 0 auto;
  padding: 0 var(--space-8);
  max-width: 480px;
}
.fixed-medium {
  box-sizing: border-box;
  width: unset;
  margin: 0 auto;
  padding: 0 var(--space-8);
  max-width: 960px;
}
.fixed {
  box-sizing: border-box;
  width: unset;
  margin: 0 auto;
  padding: 0 var(--space-4);
  max-width: 1200px;
}
@media (max-width: 959px) {
  .fixed {
    max-width: 480px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .fixed {
    box-sizing: border-box;
    width: unset;
    margin: 0 auto;
    padding: 0 var(--space-6);
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .fixed {
    box-sizing: border-box;
    width: unset;
    margin: 0 auto;
    padding: 0 var(--space-8);
    max-width: 1200px;
  }
}
@media (max-width: 959px) {
  .s-fluid {
    width: 100%;
    max-width: unset;
    box-sizing: border-box;
    padding: 0 var(--space-4);
  }
  .s-fixed {
    box-sizing: border-box;
    width: unset;
    margin: 0 auto;
    padding: 0 var(--space-4);
    max-width: 480px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .m-fluid {
    width: 100%;
    max-width: unset;
    box-sizing: border-box;
    padding: 0 var(--space-6);
  }
  .m-fixed-narrow {
    box-sizing: border-box;
    width: unset;
    margin: 0 auto;
    padding: 0 var(--space-6);
    max-width: 480px;
  }
  .m-fixed {
    box-sizing: border-box;
    width: unset;
    margin: 0 auto;
    padding: 0 var(--space-6);
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .l-fluid {
    width: 100%;
    max-width: unset;
    box-sizing: border-box;
    padding: 0 var(--space-8);
  }
  .l-fixed-narrow {
    box-sizing: border-box;
    width: unset;
    margin: 0 auto;
    padding: 0 var(--space-8);
    max-width: 480px;
  }
  .l-fixed-medium {
    box-sizing: border-box;
    width: unset;
    margin: 0 auto;
    padding: 0 var(--space-8);
    max-width: 960px;
  }
  .l-fixed {
    box-sizing: border-box;
    width: unset;
    margin: 0 auto;
    padding: 0 var(--space-8);
    max-width: 1200px;
  }
}
.gap0 {
  gap: var(--space-0);
}
@media (max-width: 959px) {
  .s-gap0 {
    gap: var(--space-0);
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .m-gap0 {
    gap: var(--space-0);
  }
}
@media (min-width: 1200px) {
  .l-gap0 {
    gap: var(--space-0);
  }
}
.gap1 {
  gap: var(--space-1);
}
@media (max-width: 959px) {
  .s-gap1 {
    gap: var(--space-1);
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .m-gap1 {
    gap: var(--space-1);
  }
}
@media (min-width: 1200px) {
  .l-gap1 {
    gap: var(--space-1);
  }
}
.gap2 {
  gap: var(--space-2);
}
@media (max-width: 959px) {
  .s-gap2 {
    gap: var(--space-2);
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .m-gap2 {
    gap: var(--space-2);
  }
}
@media (min-width: 1200px) {
  .l-gap2 {
    gap: var(--space-2);
  }
}
.gap3 {
  gap: var(--space-3);
}
@media (max-width: 959px) {
  .s-gap3 {
    gap: var(--space-3);
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .m-gap3 {
    gap: var(--space-3);
  }
}
@media (min-width: 1200px) {
  .l-gap3 {
    gap: var(--space-3);
  }
}
.gap4 {
  gap: var(--space-4);
}
@media (max-width: 959px) {
  .s-gap4 {
    gap: var(--space-4);
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .m-gap4 {
    gap: var(--space-4);
  }
}
@media (min-width: 1200px) {
  .l-gap4 {
    gap: var(--space-4);
  }
}
.gap5 {
  gap: var(--space-5);
}
@media (max-width: 959px) {
  .s-gap5 {
    gap: var(--space-5);
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .m-gap5 {
    gap: var(--space-5);
  }
}
@media (min-width: 1200px) {
  .l-gap5 {
    gap: var(--space-5);
  }
}
.gap6 {
  gap: var(--space-6);
}
@media (max-width: 959px) {
  .s-gap6 {
    gap: var(--space-6);
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .m-gap6 {
    gap: var(--space-6);
  }
}
@media (min-width: 1200px) {
  .l-gap6 {
    gap: var(--space-6);
  }
}
.gap8 {
  gap: var(--space-8);
}
@media (max-width: 959px) {
  .s-gap8 {
    gap: var(--space-8);
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .m-gap8 {
    gap: var(--space-8);
  }
}
@media (min-width: 1200px) {
  .l-gap8 {
    gap: var(--space-8);
  }
}
.gap10 {
  gap: var(--space-10);
}
@media (max-width: 959px) {
  .s-gap10 {
    gap: var(--space-10);
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .m-gap10 {
    gap: var(--space-10);
  }
}
@media (min-width: 1200px) {
  .l-gap10 {
    gap: var(--space-10);
  }
}
.gap12 {
  gap: var(--space-12);
}
@media (max-width: 959px) {
  .s-gap12 {
    gap: var(--space-12);
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .m-gap12 {
    gap: var(--space-12);
  }
}
@media (min-width: 1200px) {
  .l-gap12 {
    gap: var(--space-12);
  }
}
.gap14 {
  gap: var(--space-14);
}
@media (max-width: 959px) {
  .s-gap14 {
    gap: var(--space-14);
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .m-gap14 {
    gap: var(--space-14);
  }
}
@media (min-width: 1200px) {
  .l-gap14 {
    gap: var(--space-14);
  }
}
.gap16 {
  gap: var(--space-16);
}
@media (max-width: 959px) {
  .s-gap16 {
    gap: var(--space-16);
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .m-gap16 {
    gap: var(--space-16);
  }
}
@media (min-width: 1200px) {
  .l-gap16 {
    gap: var(--space-16);
  }
}
.gap18 {
  gap: var(--space-18);
}
@media (max-width: 959px) {
  .s-gap18 {
    gap: var(--space-18);
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .m-gap18 {
    gap: var(--space-18);
  }
}
@media (min-width: 1200px) {
  .l-gap18 {
    gap: var(--space-18);
  }
}
.gap20 {
  gap: var(--space-20);
}
@media (max-width: 959px) {
  .s-gap20 {
    gap: var(--space-20);
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .m-gap20 {
    gap: var(--space-20);
  }
}
@media (min-width: 1200px) {
  .l-gap20 {
    gap: var(--space-20);
  }
}
.content-row,
.flex-col {
  display: flex;
  flex-direction: column;
}
.content-col,
.flex-row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 959px) {
  .s-content-row,
  .s-flex-col {
    display: flex;
    flex-direction: column;
  }
  .s-content-col,
  .s-flex-row {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .m-content-row,
  .m-flex-col {
    display: flex;
    flex-direction: column;
  }
  .m-content-col,
  .m-flex-row {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .l-content-row,
  .l-flex-col {
    display: flex;
    flex-direction: column;
  }
  .l-content-col,
  .l-flex-row {
    display: flex;
    flex-direction: row;
  }
}
[class^="b2m-icon-"],
[class*=" b2m-icon-"] {
  font-size: inherit;
}
:root {
  --support-night-content: #001933;
  --support-night-surface-high: #001a33;
  --support-night-surface-low: #1d3a5b;
}
:root .support-night-content {
  color: var(--support-night-content);
}
:root .support-night-surface-high {
  background-color: var(--support-night-surface-high);
}
:root .support-night-surface-low {
  background-color: var(--support-night-surface-low);
}
.h1 {
  height: unset !important;
}
.h2 {
  height: unset !important;
}
.h3 {
  height: unset !important;
}
.h4 {
  height: unset !important;
}
.h5 {
  height: unset !important;
}
.h6 {
  height: unset !important;
}
body {
  background-color: var(--background-base);
}
.container {
  padding-left: var(--space-4);
  padding-right: var(--space-4);
  max-width: 480px;
}
@media (min-width: 576px) {
  .container {
    max-width: 560px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid {
  padding-left: var(--space-4);
  padding-right: var(--space-4);
}
.row {
  margin-left: calc(var(--space-4) * -1);
  margin-right: calc(var(--space-4) * -1);
}
.col,
*[class^="col-"] {
  padding-left: var(--space-4);
  padding-right: var(--space-4);
}
.local-link {
  position: absolute;
  top: 0;
  left: 0;
}
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--background-base);
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  z-index: 0;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select.open {
  z-index: 1;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}
.nice-select .current:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -12px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.nice-select.open .current:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled .current:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small .current:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .current {
  line-height: inherit;
  display: block;
  height: 40px;
  position: relative;
}
.nice-select .current > img {
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.nice-select .list {
  background-color: var(--background-base);
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  max-height: 120px;
  overflow-y: scroll;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 1;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: rgba(0, 0, 0, 0) !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  list-style: none;
  min-height: 30px;
  outline: none;
  padding: 10px 29px 10px 18px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: var(--surface-mid);
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: rgba(0, 0, 0, 0);
  color: #999;
  cursor: default;
}
.nice-select .option > img {
  height: 20px;
  margin-right: 5px;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-search-icon-color: #999;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url("../img/flags.webp");
  --iti-path-flags-2x: url("../img/flags@2x.webp");
  --iti-path-globe-1x: url("../img/globe.webp");
  --iti-path-globe-2x: url("../img/globe@2x.webp");
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type="text"],
.iti input.iti__tel-input[type="tel"] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
}
.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: var(--iti-border-width);
}
.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}
.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}
.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}
.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding-left: 30px;
  padding-right: 28px;
}
[dir="rtl"] .iti__search-input {
  padding-left: inherit;
  padding-right: 30px;
  background-position: right 8px center;
}
.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}
.iti__search-input::-webkit-search-cancel-button {
  appearance: none;
}
.iti__search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.iti__search-icon {
  position: absolute;
  left: 8px;
  display: flex;
  pointer-events: none;
}
[dir="rtl"] .iti__search-icon {
  left: auto;
  right: 8px;
}
.iti__search-icon-svg {
  stroke: var(--iti-search-icon-color);
  fill: none;
  stroke-width: 3;
}
.iti__search-clear {
  position: absolute;
  right: 4px;
  background: transparent;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease;
  width: 24px;
  height: 24px;
}
.iti__search-clear .iti__search-clear-x {
  stroke-width: 2;
}
.iti__search-clear .iti__search-clear-bg {
  fill: var(--iti-search-icon-color);
}
[dir="rtl"] .iti__search-clear {
  right: auto;
  left: 4px;
}
.iti__search-clear:hover,
.iti__search-clear:focus-visible {
  background: var(--iti-hover-color);
  outline: none;
}
.iti__no-results {
  text-align: center;
  padding: 30px 0;
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}
.iti__dial-code {
  color: var(--iti-dialcode-color);
}
.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}
.iti__country-list .iti__flag,
.iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}
[dir="rtl"] .iti__country-list .iti__flag,
[dir="rtl"] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}
.iti--allow-dropdown
  .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly]))
  button.iti__selected-country {
  cursor: pointer;
}
.iti--allow-dropdown
  .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly]))
  .iti__selected-country-primary:hover,
.iti--allow-dropdown
  .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly]))
  .iti__selected-country:has(+ .iti__dropdown-content:hover)
  .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}
.iti .iti__selected-dial-code {
  margin-left: 4px;
}
.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}
.iti--container:hover {
  cursor: pointer;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}
.iti__ac {
  --iti-flag-offset: 0px;
}
.iti__ad {
  --iti-flag-offset: -16px;
}
.iti__ae {
  --iti-flag-offset: -32px;
}
.iti__af {
  --iti-flag-offset: -48px;
}
.iti__ag {
  --iti-flag-offset: -64px;
}
.iti__ai {
  --iti-flag-offset: -80px;
}
.iti__al {
  --iti-flag-offset: -96px;
}
.iti__am {
  --iti-flag-offset: -112px;
}
.iti__ao {
  --iti-flag-offset: -128px;
}
.iti__ar {
  --iti-flag-offset: -144px;
}
.iti__as {
  --iti-flag-offset: -160px;
}
.iti__at {
  --iti-flag-offset: -176px;
}
.iti__au {
  --iti-flag-offset: -192px;
}
.iti__aw {
  --iti-flag-offset: -208px;
}
.iti__ax {
  --iti-flag-offset: -224px;
}
.iti__az {
  --iti-flag-offset: -240px;
}
.iti__ba {
  --iti-flag-offset: -256px;
}
.iti__bb {
  --iti-flag-offset: -272px;
}
.iti__bd {
  --iti-flag-offset: -288px;
}
.iti__be {
  --iti-flag-offset: -304px;
}
.iti__bf {
  --iti-flag-offset: -320px;
}
.iti__bg {
  --iti-flag-offset: -336px;
}
.iti__bh {
  --iti-flag-offset: -352px;
}
.iti__bi {
  --iti-flag-offset: -368px;
}
.iti__bj {
  --iti-flag-offset: -384px;
}
.iti__bl {
  --iti-flag-offset: -400px;
}
.iti__bm {
  --iti-flag-offset: -416px;
}
.iti__bn {
  --iti-flag-offset: -432px;
}
.iti__bo {
  --iti-flag-offset: -448px;
}
.iti__bq {
  --iti-flag-offset: -464px;
}
.iti__br {
  --iti-flag-offset: -480px;
}
.iti__bs {
  --iti-flag-offset: -496px;
}
.iti__bt {
  --iti-flag-offset: -512px;
}
.iti__bw {
  --iti-flag-offset: -528px;
}
.iti__by {
  --iti-flag-offset: -544px;
}
.iti__bz {
  --iti-flag-offset: -560px;
}
.iti__ca {
  --iti-flag-offset: -576px;
}
.iti__cc {
  --iti-flag-offset: -592px;
}
.iti__cd {
  --iti-flag-offset: -608px;
}
.iti__cf {
  --iti-flag-offset: -624px;
}
.iti__cg {
  --iti-flag-offset: -640px;
}
.iti__ch {
  --iti-flag-offset: -656px;
}
.iti__ci {
  --iti-flag-offset: -672px;
}
.iti__ck {
  --iti-flag-offset: -688px;
}
.iti__cl {
  --iti-flag-offset: -704px;
}
.iti__cm {
  --iti-flag-offset: -720px;
}
.iti__cn {
  --iti-flag-offset: -736px;
}
.iti__co {
  --iti-flag-offset: -752px;
}
.iti__cr {
  --iti-flag-offset: -768px;
}
.iti__cu {
  --iti-flag-offset: -784px;
}
.iti__cv {
  --iti-flag-offset: -800px;
}
.iti__cw {
  --iti-flag-offset: -816px;
}
.iti__cx {
  --iti-flag-offset: -832px;
}
.iti__cy {
  --iti-flag-offset: -848px;
}
.iti__cz {
  --iti-flag-offset: -864px;
}
.iti__de {
  --iti-flag-offset: -880px;
}
.iti__dj {
  --iti-flag-offset: -896px;
}
.iti__dk {
  --iti-flag-offset: -912px;
}
.iti__dm {
  --iti-flag-offset: -928px;
}
.iti__do {
  --iti-flag-offset: -944px;
}
.iti__dz {
  --iti-flag-offset: -960px;
}
.iti__ec {
  --iti-flag-offset: -976px;
}
.iti__ee {
  --iti-flag-offset: -992px;
}
.iti__eg {
  --iti-flag-offset: -1008px;
}
.iti__eh {
  --iti-flag-offset: -1024px;
}
.iti__er {
  --iti-flag-offset: -1040px;
}
.iti__es {
  --iti-flag-offset: -1056px;
}
.iti__et {
  --iti-flag-offset: -1072px;
}
.iti__fi {
  --iti-flag-offset: -1088px;
}
.iti__fj {
  --iti-flag-offset: -1104px;
}
.iti__fk {
  --iti-flag-offset: -1120px;
}
.iti__fm {
  --iti-flag-offset: -1136px;
}
.iti__fo {
  --iti-flag-offset: -1152px;
}
.iti__fr {
  --iti-flag-offset: -1168px;
}
.iti__ga {
  --iti-flag-offset: -1184px;
}
.iti__gb {
  --iti-flag-offset: -1200px;
}
.iti__gd {
  --iti-flag-offset: -1216px;
}
.iti__ge {
  --iti-flag-offset: -1232px;
}
.iti__gf {
  --iti-flag-offset: -1248px;
}
.iti__gg {
  --iti-flag-offset: -1264px;
}
.iti__gh {
  --iti-flag-offset: -1280px;
}
.iti__gi {
  --iti-flag-offset: -1296px;
}
.iti__gl {
  --iti-flag-offset: -1312px;
}
.iti__gm {
  --iti-flag-offset: -1328px;
}
.iti__gn {
  --iti-flag-offset: -1344px;
}
.iti__gp {
  --iti-flag-offset: -1360px;
}
.iti__gq {
  --iti-flag-offset: -1376px;
}
.iti__gr {
  --iti-flag-offset: -1392px;
}
.iti__gt {
  --iti-flag-offset: -1408px;
}
.iti__gu {
  --iti-flag-offset: -1424px;
}
.iti__gw {
  --iti-flag-offset: -1440px;
}
.iti__gy {
  --iti-flag-offset: -1456px;
}
.iti__hk {
  --iti-flag-offset: -1472px;
}
.iti__hn {
  --iti-flag-offset: -1488px;
}
.iti__hr {
  --iti-flag-offset: -1504px;
}
.iti__ht {
  --iti-flag-offset: -1520px;
}
.iti__hu {
  --iti-flag-offset: -1536px;
}
.iti__id {
  --iti-flag-offset: -1552px;
}
.iti__ie {
  --iti-flag-offset: -1568px;
}
.iti__il {
  --iti-flag-offset: -1584px;
}
.iti__im {
  --iti-flag-offset: -1600px;
}
.iti__in {
  --iti-flag-offset: -1616px;
}
.iti__io {
  --iti-flag-offset: -1632px;
}
.iti__iq {
  --iti-flag-offset: -1648px;
}
.iti__ir {
  --iti-flag-offset: -1664px;
}
.iti__is {
  --iti-flag-offset: -1680px;
}
.iti__it {
  --iti-flag-offset: -1696px;
}
.iti__je {
  --iti-flag-offset: -1712px;
}
.iti__jm {
  --iti-flag-offset: -1728px;
}
.iti__jo {
  --iti-flag-offset: -1744px;
}
.iti__jp {
  --iti-flag-offset: -1760px;
}
.iti__ke {
  --iti-flag-offset: -1776px;
}
.iti__kg {
  --iti-flag-offset: -1792px;
}
.iti__kh {
  --iti-flag-offset: -1808px;
}
.iti__ki {
  --iti-flag-offset: -1824px;
}
.iti__km {
  --iti-flag-offset: -1840px;
}
.iti__kn {
  --iti-flag-offset: -1856px;
}
.iti__kp {
  --iti-flag-offset: -1872px;
}
.iti__kr {
  --iti-flag-offset: -1888px;
}
.iti__kw {
  --iti-flag-offset: -1904px;
}
.iti__ky {
  --iti-flag-offset: -1920px;
}
.iti__kz {
  --iti-flag-offset: -1936px;
}
.iti__la {
  --iti-flag-offset: -1952px;
}
.iti__lb {
  --iti-flag-offset: -1968px;
}
.iti__lc {
  --iti-flag-offset: -1984px;
}
.iti__li {
  --iti-flag-offset: -2000px;
}
.iti__lk {
  --iti-flag-offset: -2016px;
}
.iti__lr {
  --iti-flag-offset: -2032px;
}
.iti__ls {
  --iti-flag-offset: -2048px;
}
.iti__lt {
  --iti-flag-offset: -2064px;
}
.iti__lu {
  --iti-flag-offset: -2080px;
}
.iti__lv {
  --iti-flag-offset: -2096px;
}
.iti__ly {
  --iti-flag-offset: -2112px;
}
.iti__ma {
  --iti-flag-offset: -2128px;
}
.iti__mc {
  --iti-flag-offset: -2144px;
}
.iti__md {
  --iti-flag-offset: -2160px;
}
.iti__me {
  --iti-flag-offset: -2176px;
}
.iti__mf {
  --iti-flag-offset: -2192px;
}
.iti__mg {
  --iti-flag-offset: -2208px;
}
.iti__mh {
  --iti-flag-offset: -2224px;
}
.iti__mk {
  --iti-flag-offset: -2240px;
}
.iti__ml {
  --iti-flag-offset: -2256px;
}
.iti__mm {
  --iti-flag-offset: -2272px;
}
.iti__mn {
  --iti-flag-offset: -2288px;
}
.iti__mo {
  --iti-flag-offset: -2304px;
}
.iti__mp {
  --iti-flag-offset: -2320px;
}
.iti__mq {
  --iti-flag-offset: -2336px;
}
.iti__mr {
  --iti-flag-offset: -2352px;
}
.iti__ms {
  --iti-flag-offset: -2368px;
}
.iti__mt {
  --iti-flag-offset: -2384px;
}
.iti__mu {
  --iti-flag-offset: -2400px;
}
.iti__mv {
  --iti-flag-offset: -2416px;
}
.iti__mw {
  --iti-flag-offset: -2432px;
}
.iti__mx {
  --iti-flag-offset: -2448px;
}
.iti__my {
  --iti-flag-offset: -2464px;
}
.iti__mz {
  --iti-flag-offset: -2480px;
}
.iti__na {
  --iti-flag-offset: -2496px;
}
.iti__nc {
  --iti-flag-offset: -2512px;
}
.iti__ne {
  --iti-flag-offset: -2528px;
}
.iti__nf {
  --iti-flag-offset: -2544px;
}
.iti__ng {
  --iti-flag-offset: -2560px;
}
.iti__ni {
  --iti-flag-offset: -2576px;
}
.iti__nl {
  --iti-flag-offset: -2592px;
}
.iti__no {
  --iti-flag-offset: -2608px;
}
.iti__np {
  --iti-flag-offset: -2624px;
}
.iti__nr {
  --iti-flag-offset: -2640px;
}
.iti__nu {
  --iti-flag-offset: -2656px;
}
.iti__nz {
  --iti-flag-offset: -2672px;
}
.iti__om {
  --iti-flag-offset: -2688px;
}
.iti__pa {
  --iti-flag-offset: -2704px;
}
.iti__pe {
  --iti-flag-offset: -2720px;
}
.iti__pf {
  --iti-flag-offset: -2736px;
}
.iti__pg {
  --iti-flag-offset: -2752px;
}
.iti__ph {
  --iti-flag-offset: -2768px;
}
.iti__pk {
  --iti-flag-offset: -2784px;
}
.iti__pl {
  --iti-flag-offset: -2800px;
}
.iti__pm {
  --iti-flag-offset: -2816px;
}
.iti__pr {
  --iti-flag-offset: -2832px;
}
.iti__ps {
  --iti-flag-offset: -2848px;
}
.iti__pt {
  --iti-flag-offset: -2864px;
}
.iti__pw {
  --iti-flag-offset: -2880px;
}
.iti__py {
  --iti-flag-offset: -2896px;
}
.iti__qa {
  --iti-flag-offset: -2912px;
}
.iti__re {
  --iti-flag-offset: -2928px;
}
.iti__ro {
  --iti-flag-offset: -2944px;
}
.iti__rs {
  --iti-flag-offset: -2960px;
}
.iti__ru {
  --iti-flag-offset: -2976px;
}
.iti__rw {
  --iti-flag-offset: -2992px;
}
.iti__sa {
  --iti-flag-offset: -3008px;
}
.iti__sb {
  --iti-flag-offset: -3024px;
}
.iti__sc {
  --iti-flag-offset: -3040px;
}
.iti__sd {
  --iti-flag-offset: -3056px;
}
.iti__se {
  --iti-flag-offset: -3072px;
}
.iti__sg {
  --iti-flag-offset: -3088px;
}
.iti__sh {
  --iti-flag-offset: -3104px;
}
.iti__si {
  --iti-flag-offset: -3120px;
}
.iti__sj {
  --iti-flag-offset: -3136px;
}
.iti__sk {
  --iti-flag-offset: -3152px;
}
.iti__sl {
  --iti-flag-offset: -3168px;
}
.iti__sm {
  --iti-flag-offset: -3184px;
}
.iti__sn {
  --iti-flag-offset: -3200px;
}
.iti__so {
  --iti-flag-offset: -3216px;
}
.iti__sr {
  --iti-flag-offset: -3232px;
}
.iti__ss {
  --iti-flag-offset: -3248px;
}
.iti__st {
  --iti-flag-offset: -3264px;
}
.iti__sv {
  --iti-flag-offset: -3280px;
}
.iti__sx {
  --iti-flag-offset: -3296px;
}
.iti__sy {
  --iti-flag-offset: -3312px;
}
.iti__sz {
  --iti-flag-offset: -3328px;
}
.iti__tc {
  --iti-flag-offset: -3344px;
}
.iti__td {
  --iti-flag-offset: -3360px;
}
.iti__tg {
  --iti-flag-offset: -3376px;
}
.iti__th {
  --iti-flag-offset: -3392px;
}
.iti__tj {
  --iti-flag-offset: -3408px;
}
.iti__tk {
  --iti-flag-offset: -3424px;
}
.iti__tl {
  --iti-flag-offset: -3440px;
}
.iti__tm {
  --iti-flag-offset: -3456px;
}
.iti__tn {
  --iti-flag-offset: -3472px;
}
.iti__to {
  --iti-flag-offset: -3488px;
}
.iti__tr {
  --iti-flag-offset: -3504px;
}
.iti__tt {
  --iti-flag-offset: -3520px;
}
.iti__tv {
  --iti-flag-offset: -3536px;
}
.iti__tw {
  --iti-flag-offset: -3552px;
}
.iti__tz {
  --iti-flag-offset: -3568px;
}
.iti__ua {
  --iti-flag-offset: -3584px;
}
.iti__ug {
  --iti-flag-offset: -3600px;
}
.iti__us {
  --iti-flag-offset: -3616px;
}
.iti__uy {
  --iti-flag-offset: -3632px;
}
.iti__uz {
  --iti-flag-offset: -3648px;
}
.iti__va {
  --iti-flag-offset: -3664px;
}
.iti__vc {
  --iti-flag-offset: -3680px;
}
.iti__ve {
  --iti-flag-offset: -3696px;
}
.iti__vg {
  --iti-flag-offset: -3712px;
}
.iti__vi {
  --iti-flag-offset: -3728px;
}
.iti__vn {
  --iti-flag-offset: -3744px;
}
.iti__vu {
  --iti-flag-offset: -3760px;
}
.iti__wf {
  --iti-flag-offset: -3776px;
}
.iti__ws {
  --iti-flag-offset: -3792px;
}
.iti__xk {
  --iti-flag-offset: -3808px;
}
.iti__ye {
  --iti-flag-offset: -3824px;
}
.iti__yt {
  --iti-flag-offset: -3840px;
}
.iti__za {
  --iti-flag-offset: -3856px;
}
.iti__zm {
  --iti-flag-offset: -3872px;
}
.iti__zw {
  --iti-flag-offset: -3888px;
}
.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}
@media (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}
.shortcode-buy-sell-app .b2m-buy-widget-app {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border-radius: 5px;
  max-width: 360px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  color: #000;
}
.shortcode-buy-sell-app .b2m-buy-widget-app * {
  box-sizing: border-box;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .loading-layer {
  display: none;
}
.shortcode-buy-sell-app .b2m-buy-widget-app.loading .loading-layer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #fff;
  border-radius: inherit;
}
.shortcode-buy-sell-app .b2m-buy-widget-app.loading .loading-layer .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shortcode-buy-sell-app .b2m-buy-widget-app.loading .loading-layer .spinner i {
  display: block;
  font-size: 1.5rem;
  color: #044e97;
  animation: rotate-cw 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body {
  position: relative;
  z-index: 1;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body fieldset {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  border: 0;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body fieldset.logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body fieldset.logo .currency-icon {
  width: 50px;
  margin-right: 5px;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body fieldset.logo .currency-name {
  font-size: 1.9rem;
  line-height: 2rem;
  font-weight: 700;
  font-style: italic;
  text-align: left;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body fieldset.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body fieldset.header .price {
  display: flex;
  flex: 1 1 55%;
  align-items: center;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body fieldset.header .price .price-box span.crypto {
  display: block;
  font-size: 12px;
  line-height: 1em;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body fieldset.header .price .price-box span.fiat {
  display: block;
  font-weight: 500;
  color: #044e97;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body fieldset.header .price .chart-link {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #e8edf4;
  color: #044e97;
  border-radius: 50%;
  text-align: center;
  margin-left: 5px;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body fieldset.header .price .chart-link i {
  position: relative;
  line-height: inherit;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body fieldset.header .price .chart-link:hover {
  text-decoration: none;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body fieldset.header .offer {
  flex: 1 1 45%;
  text-align: right;
  position: relative;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body fieldset.header .offer .info-button {
  display: inline-block;
  font-size: 12px;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body fieldset.header .offer .info-button .icon {
  position: relative;
  top: 2px;
  font-size: 1.8em;
  color: #91adcc;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body fieldset.header .offer .info-button .tooltip {
  display: none;
  position: absolute;
  bottom: calc(100% + 10px);
  right: -20px;
  width: 310px;
  padding: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  text-align: center;
  z-index: 10;
  opacity: 0;
  font-size: 1em;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body fieldset.header .offer .info-button .tooltip::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 88.5%;
  width: 0;
  height: 0;
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body fieldset.header .offer .info-button .tooltip::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 15px);
  z-index: 1;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body fieldset.header .offer .info-button .tooltip p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body fieldset.header .offer .info-button .tooltip p a {
  color: #fff;
  text-decoration: underline;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body fieldset.header .offer .info-button:focus .tooltip,
.shortcode-buy-sell-app .b2m-buy-widget-app .body fieldset.header .offer .info-button:hover .tooltip {
  display: block;
  opacity: 1;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body .form-group {
  position: static;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body .form-group label {
  display: inline-block;
  margin: 0;
  line-height: 20px;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body .form-group ul.list li {
  position: relative;
  padding-left: 40px;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body .form-group ul.list li img {
  position: absolute;
  display: block;
  max-width: 40px;
  max-height: 40px;
  top: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body .form-group.amount-to-pay {
  margin-top: 0;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body .form-group.amount-to-get ul.list {
  max-height: 160px;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .body .form-group.method ul.list {
  max-height: 160px;
  top: auto;
  bottom: 100%;
  margin: 0;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .footer a {
  position: static;
  display: block !important;
  width: 100%;
  margin-right: 0;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .best-option {
  display: inline-block;
  padding: 5px;
  color: #044e97;
  box-shadow: 0 0 0 1px #044e97;
  font-size: 0.7em;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
  font-family: arial;
  border-radius: 3px;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .tab-buttons {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .tab-buttons .tab-button {
  box-sizing: content-box;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 10px;
  color: rgba(0, 0, 0, 0.4);
  background-color: #dee8ed;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 24px;
  height: 26px;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .tab-buttons .tab-button.active {
  color: #56595d;
  background-color: #f0f5f8;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .tab-contents {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .tab-contents .tab {
  display: none;
  background-image: url("/assets/img/widgets/buy/v2/cover-app-background.png");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px 40px;
}
@media (max-width: 350px) {
  .shortcode-buy-sell-app .b2m-buy-widget-app .tab-contents .tab {
    padding: 15px 25px;
  }
}
@media (max-width: 280px) {
  .shortcode-buy-sell-app .b2m-buy-widget-app .tab-contents .tab {
    padding: 15px 15px 10px;
  }
}
.shortcode-buy-sell-app .b2m-buy-widget-app .tab-contents .tab.active {
  display: block;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .tab-contents .tab .form-group .input-group {
  position: static;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .tab-contents .tab .form-group .input-group input {
  flex-grow: 1;
  flex-shrink: 1;
  width: auto;
  min-width: 0;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .tab-contents .tab .form-group .input-group .input-addon {
  flex-grow: 0;
  flex-shrink: 0;
  position: static;
  width: 120px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  z-index: auto;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .tab-contents .tab .form-group .input-group .input-addon .nice-select {
  position: static;
}
.shortcode-buy-sell-app .b2m-buy-widget-app .tab-contents .tab .form-group .input-group .input-addon .nice-select.open {
  position: relative;
  z-index: 100;
}
.shortcode-buy-sell-app
  .b2m-buy-widget-app
  .tab-contents
  .tab
  .form-group
  .input-group
  .input-addon
  .nice-select
  .list {
  margin: 0;
  left: unset;
  left: initial;
  right: 0;
}
.shortcode-b2m-breadcrumbs {
  padding: var(--space-3) 0;
}
.shortcode-b2m-breadcrumbs ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: var(--space-1);
  margin-bottom: 0;
  color: var(--content-mid);
}
.shortcode-b2m-breadcrumbs ul li {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: inline;
}
.shortcode-b2m-breadcrumbs ul li a {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color: var(--content-mid);
}
.shortcode-b2m-breadcrumbs ul li a i {
  margin-right: var(--space-1);
}
.shortcode-b2m-breadcrumbs ul li a:hover {
  color: var(--content-high);
}
.shortcode-b2m-breadcrumbs ul li a:hover i {
  color: var(--content-high);
}
.b2m-card {
  height: 100%;
  text-align: left;
  padding-bottom: 30px;
}
.b2m-card .inner {
  border-radius: 5px;
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid rgba(0, 128, 255, 0.15);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.b2m-card .inner .info .image-wrapper {
  background-color: #f3f5f9;
  width: 100%;
  padding-bottom: 58.82%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  margin-bottom: 15px;
}
.b2m-card .inner .info .title {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
  color: #001a33;
}
.b2m-card .inner .info .subtitle {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.4);
}
.b2m-card .inner .info .description {
  margin-bottom: 15px;
}
.b2m-card .inner .info .description p {
  margin-bottom: 5px;
}
.b2m-card .inner .info .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #575757;
  margin-bottom: 32px;
}
.b2m-card .inner .action-box .action-element {
  display: block !important;
  text-align: inherit;
  margin-right: 0;
  min-width: 0;
  width: 100%;
}
.b2m-card .inner .action-box .action-element.btn-solid,
.b2m-card .inner .action-box .action-element.btn-line {
  display: block !important;
  text-align: center;
}
.b2m-card .inner .action-box .action-element + .action-element {
  margin-top: 5px;
}
.b2m-card .inner .action-box a {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #044e97;
}
.b2m-card .inner .action-box a i {
  font-size: 20px;
}
.b2m-card .inner .action-box a:hover {
  text-decoration: none;
}
.b2m-card .inner .action-box .extended-info {
  margin-top: 15px;
}
.b2m-card .inner .action-box .extended-info .address,
.b2m-card .inner .action-box .extended-info .date {
  font-size: 0.8rem;
  line-height: 1rem;
  color: rgba(0, 0, 0, 0.4);
}
.b2m-card .inner .action-box .extended-info .address {
  text-align: left;
}
.shortcode-b2m-countdown {
  position: relative;
  overflow: hidden;
}
.shortcode-b2m-countdown.default {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .shortcode-b2m-countdown.default {
    justify-content: center;
  }
}
.shortcode-b2m-countdown.default .countdown-element {
  margin-right: 10px;
  text-align: center;
}
.shortcode-b2m-countdown.default .countdown-element:last-child {
  margin-right: 0 !important;
}
@media (max-width: 575px) {
  .shortcode-b2m-countdown.default .countdown-element {
    margin-right: 5px;
  }
}
.shortcode-b2m-countdown.default .countdown-element .time {
  display: block;
  text-align: inherit;
  font-size: 0.7rem;
  line-height: 1rem;
  opacity: 0.7;
  margin-bottom: 3px;
}
.shortcode-b2m-countdown.default .countdown-element .time-value-wrapper {
  display: block;
  text-align: inherit;
  font-weight: 300 !important;
  background-color: #000;
  color: #fff;
  font-size: 4rem;
  line-height: 4rem;
  padding: 0 5px;
  transform: scaleY(1);
  transition: transform 0.3s ease;
}
@media (max-width: 575px) {
  .shortcode-b2m-countdown.default .countdown-element .time-value-wrapper {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
.shortcode-b2m-countdown.default .countdown-element .time-value-wrapper .time-value {
  display: block;
  font-size: inherit;
  line-height: inherit;
  transform: scaleY(1);
  transition: all 0.3s ease;
}
.shortcode-b2m-countdown.default.mini .countdown-element {
  margin-right: 5px;
}
.shortcode-b2m-countdown.default.mini .countdown-element .time {
  font-size: 0.5rem;
  line-height: 0.7rem;
  margin-bottom: 2px;
}
.shortcode-b2m-countdown.default.mini .countdown-element .time-value {
  font-size: 2rem;
  line-height: 2rem;
  padding: 0 3px;
}
.shortcode-b2m-countdown.default.loading .countdown-element:nth-child(1) .time-value-wrapper {
  animation-delay: 0s;
}
.shortcode-b2m-countdown.default.loading .countdown-element:nth-child(2) .time-value-wrapper {
  animation-delay: 0.25s;
}
.shortcode-b2m-countdown.default.loading .countdown-element:nth-child(3) .time-value-wrapper {
  animation-delay: 0.5s;
}
.shortcode-b2m-countdown.default.loading .countdown-element:nth-child(4) .time-value-wrapper {
  animation-delay: 0.75s;
}
.shortcode-b2m-countdown.default.loading .countdown-element .time-value-wrapper {
  transform: scaleY(0.8);
  border-radius: 5px;
  animation: fade-in-out 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.shortcode-b2m-countdown.default.loading .countdown-element .time-value-wrapper .time-value {
  transform: scaleY(0);
}
.shortcode-b2m-countdown.compact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 4px;
  transition: all 0.3s ease;
}
.shortcode-b2m-countdown.compact .countdown-element {
  opacity: 1;
  transition: inherit;
}
.shortcode-b2m-countdown.compact.loading .countdown-element {
  opacity: 0;
}
.shortcode-b2m-countdown.light {
  gap: 16px;
}
.shortcode-b2m-countdown.light .countdown-element {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  padding: 8px 16px;
  margin-right: 0;
  background-color: #fff;
  border-radius: 4px;
}
.shortcode-b2m-countdown.light .countdown-element .time {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.25px;
  color: #6e6e6e;
}
.shortcode-b2m-countdown.light .countdown-element .time-value-wrapper {
  padding: 0;
  font-size: 24px;
  line-height: 32px;
  background: rgba(0, 0, 0, 0);
  color: #044e97;
}
.shortcode-b2m-countdown.light .countdown-element .time-value-wrapper .time-value {
  padding: 0;
}
.shortcode-b2m-countdown.light .countdown-element.minutes .time {
  max-width: 3ch;
  overflow: hidden;
}
.shortcode-b2m-countdown.light .countdown-element.seconds .time {
  max-width: 3ch;
  overflow: hidden;
}
.cover-title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cover-title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .cover-title {
    font-size: 1.5rem;
  }
}
.cover-title h1 {
  display: inline;
  font: inherit;
}
.cross-currency-links-list {
  list-style: none;
  padding: 0;
}
@media (min-width: 992px) {
  .cross-currency-links-list .column {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cross-currency-links-list .column a {
  padding: 0;
  line-height: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.cross-currency-links-list .column a img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.cross-currency-links-list .column a span {
  display: block;
  line-height: 50px;
  min-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.crypto-prices-chart-box {
  position: relative;
}
.crypto-prices-chart-box .app {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  background: var(--background-gradient-low);
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-l);
}
.crypto-prices-chart-box .app .menu {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: var(--space-8);
  padding-bottom: var(--space-2);
}
@media (max-width: 1199px) {
  .crypto-prices-chart-box .app .menu {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: var(--space-3);
  }
}
.crypto-prices-chart-box .app .menu .main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: var(--space-4);
  flex-wrap: nowrap;
}
.crypto-prices-chart-box .app .menu .main img {
  display: block;
  width: 64px;
  height: 64px;
}
.crypto-prices-chart-box .app .menu .main .price {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--space-2);
}
.crypto-prices-chart-box .app .menu .main .price .currency {
  color: var(--content-high);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.25px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .crypto-prices-chart-box .app .menu .main .price .currency {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
  }
}
.crypto-prices-chart-box .app .menu .main .price .values {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: var(--space-2);
  text-transform: uppercase;
  color: var(--content-primary);
}
.crypto-prices-chart-box .app .menu .main .price span {
  display: inline-block;
  line-height: inherit;
  vertical-align: middle;
}
.crypto-prices-chart-box .app .menu .main .price .fiat-value {
  font-weight: 700;
  font-size: 1.5rem;
}
.crypto-prices-chart-box .app .menu .main .price .change-value {
  display: flex;
  flex-direction: row;
  gap: var(--space-1);
}
.crypto-prices-chart-box .app .menu .main .price .change-value .icon {
  display: none;
  font-size: 1.5em;
}
.crypto-prices-chart-box .app .menu .main .price .change-value.positive {
  color: var(--semantic-success-content);
}
.crypto-prices-chart-box .app .menu .main .price .change-value.positive .icon.positive {
  display: block;
}
.crypto-prices-chart-box .app .menu .main .price .change-value.negative {
  color: var(--semantic-problem-content);
}
.crypto-prices-chart-box .app .menu .main .price .change-value.negative .icon.negative {
  display: block;
}
.crypto-prices-chart-box .app .menu .buttons-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--space-2);
}
.crypto-prices-chart-box .app .menu .buttons-box .time-button,
.crypto-prices-chart-box .app .menu .buttons-box .chart-swap-button {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  background: rgba(0, 0, 0, 0);
  border-radius: var(--radius-s);
  color: var(--content-mid);
  padding: var(--space-2);
  transition: all 0.3s ease;
}
.crypto-prices-chart-box .app .menu .buttons-box .time-button[disabled],
.crypto-prices-chart-box .app .menu .buttons-box .chart-swap-button[disabled] {
  pointer-events: none;
  opacity: 0.3;
}
.crypto-prices-chart-box .app .menu .buttons-box .time-button:hover:not([disabled]),
.crypto-prices-chart-box .app .menu .buttons-box .time-button:active:not([disabled]),
.crypto-prices-chart-box .app .menu .buttons-box .time-button.active:not([disabled]),
.crypto-prices-chart-box .app .menu .buttons-box .chart-swap-button:hover:not([disabled]),
.crypto-prices-chart-box .app .menu .buttons-box .chart-swap-button:active:not([disabled]),
.crypto-prices-chart-box .app .menu .buttons-box .chart-swap-button.active:not([disabled]) {
  color: var(--content-high);
  background: var(--surface-action-mid);
}
.crypto-prices-chart-box .app .menu .buttons-box .chart-swap-button i[data-view-on="idle"] {
  display: block;
}
.crypto-prices-chart-box .app .menu .buttons-box .chart-swap-button i[data-view-on="active"] {
  display: none;
}
.crypto-prices-chart-box .app .menu .buttons-box .chart-swap-button.active i[data-view-on="idle"] {
  display: none;
}
.crypto-prices-chart-box .app .menu .buttons-box .chart-swap-button.active i[data-view-on="active"] {
  display: block;
}
.crypto-prices-chart-box .app .price-alert-banner {
  margin: 0 auto;
  border-radius: var(--radius-s);
  background: var(--surface-promo-low);
  width: 80%;
  max-width: 1024px;
  padding: var(--space-3);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--content-high);
  text-align: center;
}
.crypto-prices-chart-box .app .price-alert-banner i {
  display: inline-block;
  align-self: center;
  margin-right: var(--space-2);
}
.crypto-prices-chart-box .app .price-alert-banner span {
  display: inline-block;
  align-self: center;
}
.crypto-prices-chart-box .app .price-alert-banner strong {
  color: var(--content-primary);
  font-weight: inherit;
}
.crypto-prices-chart-box .app .canvas-wrapper {
  display: block;
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  aspect-ratio: 2.7/1;
}
@media (max-width: 767px) {
  .crypto-prices-chart-box .app .canvas-wrapper {
    aspect-ratio: 1/1;
  }
}
.crypto-prices-chart-box .app .canvas-wrapper .graphic-canvas {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(100%);
  transform-origin: center;
  opacity: 1;
  transition: all 0.3s ease;
}
.crypto-prices-chart-box .app .canvas-wrapper .crosshair-tooltip {
  display: none;
  position: absolute;
  top: 20px;
  width: 150px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.7);
  color: var(--content-high);
  padding: 10px;
  background-color: var(--background-base);
  border-radius: 5px;
  z-index: 1001;
}
.crypto-prices-chart-box .app .canvas-wrapper .crosshair-tooltip .price,
.crypto-prices-chart-box .app .canvas-wrapper .crosshair-tooltip .date {
  width: 100%;
}
.crypto-prices-chart-box .app .canvas-wrapper .crosshair-tooltip .price {
  color: var(--content-primary);
  font-weight: 700;
}
.crypto-prices-chart-box .app .canvas-wrapper .crosshair-tooltip .date {
  font-size: 10px;
  line-height: 12px;
}
.crypto-prices-chart-box .app .canvas-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
  transform: translateX(-50%);
}
.crypto-prices-chart-box .app .canvas-wrapper.loading::before {
  overflow: hidden;
  background-color: var(--content-primary);
  animation-name: pan;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.crypto-prices-chart-box .app .canvas-wrapper.loading .graphic-canvas {
  transform: scaleY(0);
  opacity: 0;
}
.crypto-prices-chart-box .app .canvas-wrapper[data-chart="pro"] {
  display: none;
}
.crypto-prices-chart-box .app .canvas-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.crypto-prices-chart-box .app .attribution {
  font-size: 12px;
  line-height: 16px;
  color: #646464;
  padding: var(--space-8);
  padding-top: 0;
}
.crypto-prices-chart-box .app .attribution p {
  margin-bottom: 0;
}
.crypto-prices-chart-box .container {
  padding-top: 20px;
  padding-bottom: 20px;
  height: inherit;
}
.crypto-prices-chart-box .emotional-copy {
  text-align: center;
  margin-top: 10px;
}
@keyframes pan {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    width: 20%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
.shortcode-b2m-crypto-search {
  max-width: 385px;
  margin: 0 auto;
  background: var(--surface-low);
  border-radius: var(--radius-xl);
}
.shortcode-b2m-crypto-search:focus-within {
  background: var(--surface-action-mid);
}
.shortcode-b2m-crypto-search .form-group {
  margin: 0;
  padding: 0;
}
.shortcode-b2m-crypto-search .form-group .input-group {
  z-index: 3;
  color: var(--content-mid);
}
.shortcode-b2m-crypto-search .form-group .input-group input {
  padding-right: 50px;
  border: none;
}
.shortcode-b2m-crypto-search .form-group .input-group input::placeholder {
  color: var(--content-mid);
}
.shortcode-b2m-crypto-search .form-group .input-group input:focus {
  box-shadow: none;
}
.shortcode-b2m-crypto-search .form-group .input-group input:disabled {
  cursor: progress;
  opacity: 0.5;
}
.shortcode-b2m-crypto-search .form-group .input-group .input-addon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shortcode-b2m-crypto-search .form-group .input-group .input-addon.left i {
  font-size: 24px;
}
.shortcode-b2m-crypto-search .form-group .input-group .input-addon.right .reset-search-button {
  display: block;
}
.shortcode-b2m-crypto-search .form-group .input-group .input-addon.right .reset-search-button::before {
  display: none;
}
.shortcode-b2m-crypto-search .form-group .input-group .input-addon.right .reset-search-button i {
  font-size: 24px;
  top: 5px;
  opacity: 0.5;
}
.shortcode-b2m-crypto-search .form-group .search-list {
  display: none;
  position: absolute;
  top: calc(100% + 3px);
  width: 100%;
  height: auto;
  max-height: 300px;
  overflow-y: auto;
  padding: 15px 15px 15px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #dbdbdb;
  z-index: 5;
}
@media (max-width: 767px) {
  .shortcode-b2m-crypto-search .form-group .search-list {
    width: 385px;
    max-width: calc(100vw - 30px);
  }
}
.shortcode-b2m-crypto-search .form-group .search-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.shortcode-b2m-crypto-search .form-group .search-list ul li {
  padding: 7px 5px;
  border-radius: 10px;
}
.shortcode-b2m-crypto-search .form-group .search-list ul li:hover {
  background: rgba(4, 78, 151, 0.05);
}
.shortcode-b2m-crypto-search .form-group .search-list ul li:last-child {
  margin-bottom: 0;
}
.shortcode-b2m-crypto-search .form-group .search-list ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #33475b;
  font-weight: 600;
}
.shortcode-b2m-crypto-search .form-group .search-list ul li a img {
  width: 25px;
  margin-right: 8px;
}
.shortcode-b2m-crypto-search .form-group .search-list ul li.no-results,
.shortcode-b2m-crypto-search .form-group .search-list ul li.sample {
  display: none;
  pointer-events: none;
}
.shortcode-b2m-crypto-search .form-group .search-list.active {
  display: block;
}
.shortcode-b2m-crypto-search.status-empty .form-group .input-group input {
  padding-right: 15px;
}
.shortcode-b2m-crypto-search.status-empty .form-group .input-group .input-addon.right .reset-search-button {
  display: none;
}
@media (max-width: 767px) {
  .shortcode-b2m-crypto-search.active .breadcrums {
    opacity: 0;
  }
  .shortcode-b2m-crypto-search.active .search-bar .form-group .input-group input {
    box-shadow: none;
    border: 1.5px solid #1e4b8a;
    color: #1e4b8a;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .shortcode-b2m-crypto-search.active .search-bar .form-group .input-group input {
    background: #fff;
    width: 360px;
    max-width: calc(100vw - 30px);
  }
  .shortcode-b2m-crypto-search.active .search-bar .form-group .input-group input::placeholder {
    opacity: 1;
  }
}
@media (max-width: 767px) and (max-width: 767px) and (max-width: 767px) {
  .shortcode-b2m-crypto-search.active .search-bar .form-group .input-group input {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .shortcode-b2m-crypto-search.active .search-bar .form-group .input-group input:focus {
    box-shadow: none;
    border: 1.5px solid #1e4b8a;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .shortcode-b2m-crypto-search.active .search-bar .form-group .input-group input:focus {
    background: #fff;
    width: 360px;
    max-width: calc(100vw - 30px);
  }
  .shortcode-b2m-crypto-search.active .search-bar .form-group .input-group input:focus::placeholder {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .shortcode-b2m-crypto-search.active
    .search-bar
    .form-group
    .input-group
    .input-addon
    .toggle-active-button
    .b2m-icon-search {
    display: none;
  }
  .shortcode-b2m-crypto-search.active
    .search-bar
    .form-group
    .input-group
    .input-addon
    .toggle-active-button
    .b2m-icon-close {
    display: block;
  }
}
.shortcode-b2m-currencies-highlight {
  position: relative;
  padding: 0;
}
.shortcode-b2m-currencies-highlight .header {
  display: block;
  box-shadow: 0 1px 1px 0 #fff;
}
@media (min-width: 992px) {
  .shortcode-b2m-currencies-highlight .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.shortcode-b2m-currencies-highlight .header .tab-buttons {
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  .shortcode-b2m-currencies-highlight .header .tab-buttons {
    position: relative;
    white-space: nowrap;
    overflow-x: auto;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .shortcode-b2m-currencies-highlight .header .tab-buttons {
    order: 1;
  }
}
.shortcode-b2m-currencies-highlight .header .tab-buttons button.tab-button {
  margin: 0 auto;
  padding: 0 25px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  color: inherit;
  transition: all 0.3s ease;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .shortcode-b2m-currencies-highlight .header .tab-buttons button.tab-button {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .shortcode-b2m-currencies-highlight .header .tab-buttons button.tab-button:hover {
    color: #044e97;
    opacity: 1;
  }
}
.shortcode-b2m-currencies-highlight .header .tab-buttons button.tab-button.active {
  color: #044e97;
  opacity: 1;
}
.shortcode-b2m-currencies-highlight .header .tab-buttons button.tab-button.active::after {
  transform: scaleX(1) translateX(-50%);
}
.shortcode-b2m-currencies-highlight .header .tab-buttons button.tab-button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  height: 2px;
  background-color: #044e97;
  transition: all 0.3s ease;
  transform: scaleX(0) translateX(-50%);
  transform-origin: center;
}
@media (max-width: 767px) {
  .shortcode-b2m-currencies-highlight .header .tab-buttons button.tab-button::after {
    display: none;
  }
}
.shortcode-b2m-currencies-highlight .header .tab-buttons button.tab-button i {
  font-size: 1.5rem;
  position: relative;
  top: 1px;
}
.shortcode-b2m-currencies-highlight .header .tab-buttons.has-title {
  display: none;
}
.shortcode-b2m-currencies-highlight .header .header-title .title {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: var(--content-high);
}
@media (min-width: 992px) {
  .shortcode-b2m-currencies-highlight .header .search-bar {
    order: 2;
  }
}
@media (max-width: 991px) {
  .shortcode-b2m-currencies-highlight .header .search-bar {
    margin-bottom: 24px;
  }
}
.shortcode-b2m-currencies-highlight .header .search-bar .shortcode-b2m-crypto-search {
  margin: 0;
}
@media (max-width: 991px) {
  .shortcode-b2m-currencies-highlight .header .search-bar .shortcode-b2m-crypto-search {
    margin: 0 auto;
  }
}
.shortcode-b2m-currencies-highlight .tabs-container {
  position: relative;
  display: flex;
  padding: 30px 0;
}
.shortcode-b2m-currencies-highlight .tabs-container.loading {
  min-height: 460px;
}
@media (max-width: 991px) {
  .shortcode-b2m-currencies-highlight .tabs-container.loading {
    min-height: 320px;
  }
}
.shortcode-b2m-currencies-highlight .tabs-container .tab-content {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 100%;
}
.shortcode-b2m-currencies-highlight .tabs-container .tab-content.active {
  opacity: 1;
  z-index: 2;
}
@media (max-width: 575px) {
  .shortcode-b2m-currencies-highlight .tabs-container .tab-content.table-responsive-xl {
    overflow: visible;
  }
}
.shortcode-b2m-currencies-highlight .tabs-container .table {
  margin: 0;
}
.shortcode-b2m-currencies-highlight .tabs-container .table thead tr th {
  border: none;
  color: #575757;
  font-weight: 400;
}
.shortcode-b2m-currencies-highlight .tabs-container .table thead tr th.count {
  width: 30px;
}
@media (max-width: 767px) {
  .shortcode-b2m-currencies-highlight .tabs-container .table thead tr th.count {
    display: none;
  }
}
@media (max-width: 991px) {
  .shortcode-b2m-currencies-highlight .tabs-container .table thead tr th.graph-wrapper {
    display: none;
  }
}
@media (max-width: 575px) {
  .shortcode-b2m-currencies-highlight .tabs-container .table thead tr th.operations {
    display: none;
  }
}
.shortcode-b2m-currencies-highlight .tabs-container .table tbody tr th {
  padding: 0 15px;
  border: none;
}
.shortcode-b2m-currencies-highlight .tabs-container .table tbody tr th.count {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .shortcode-b2m-currencies-highlight .tabs-container .table tbody tr th.count {
    display: none;
  }
}
.shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td {
  cursor: pointer;
  vertical-align: middle;
  border-top: none;
  border-bottom: 1px solid rgba(0, 128, 255, 0.15);
  padding: 5px 15px;
}
@media (max-width: 991px) {
  .shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td {
    padding: 5px 10px;
  }
}
@media (max-width: 575px) {
  .shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td {
    padding: var(--space-1);
  }
}
.shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.icon {
  width: 40px;
  min-width: 40px;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  left: 0;
  background-color: #fff;
  z-index: 2;
}
@media (max-width: 991px) {
  .shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.icon {
    position: relative;
  }
}
.shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.icon .logo {
  display: block;
  box-shadow: 0 0 0 5px #fff;
  border-radius: 50%;
}
.shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.coin {
  min-width: 140px;
}
@media (max-width: 991px) {
  .shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.coin {
    min-width: 100px;
  }
}
.shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.coin .coin-wrapper {
  display: flex;
  gap: 10px;
  width: max-content;
}
.shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.coin .coin-wrapper .logo {
  display: block;
  box-shadow: 0 0 0 5px #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.coin .coin-wrapper .text-wrapper .name {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}
.shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.coin .coin-wrapper .text-wrapper .symbol {
  color: #575757;
}
.shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.price {
  min-width: 100px;
}
.shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.change {
  min-width: 100px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.change {
    min-width: 50px;
  }
}
.shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.change.positive {
  color: #36a34d;
}
.shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.change.positive .value {
  position: relative;
  padding-left: 8px;
}
.shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.change.positive .value:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.change.negative {
  color: #ef233c;
}
@media (max-width: 991px) {
  .shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.graph-wrapper {
    display: none;
  }
}
.shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.graph-wrapper .spark-graph {
  position: relative;
  display: block;
  width: 180px;
  height: 60px;
  pointer-events: none !important;
}
.shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.graph-wrapper .spark-graph table {
  position: absolute;
  top: 0;
  left: 0;
}
.shortcode-b2m-currencies-highlight
  .tabs-container
  .table
  tbody
  tr
  td.graph-wrapper
  .spark-graph
  table
  tr:first-child
  td:nth-child(1),
.shortcode-b2m-currencies-highlight
  .tabs-container
  .table
  tbody
  tr
  td.graph-wrapper
  .spark-graph
  table
  tr:first-child
  td:nth-child(3) {
  display: none !important;
}
.shortcode-b2m-currencies-highlight
  .tabs-container
  .table
  tbody
  tr
  td.graph-wrapper
  .spark-graph
  table
  tr:first-child
  td:nth-child(2) {
  width: 100% !important;
}
.shortcode-b2m-currencies-highlight
  .tabs-container
  .table
  tbody
  tr
  td.graph-wrapper
  .spark-graph
  table
  tr:first-child
  td:nth-child(2)
  canvas {
  width: 100% !important;
}
.shortcode-b2m-currencies-highlight
  .tabs-container
  .table
  tbody
  tr
  td.graph-wrapper
  .spark-graph
  table
  tr:first-child
  td:nth-child(2)
  a {
  display: none !important;
}
.shortcode-b2m-currencies-highlight
  .tabs-container
  .table
  tbody
  tr
  td.graph-wrapper
  .spark-graph
  table
  tr:nth-child(2) {
  display: none !important;
}
.shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.graph-wrapper .spark-graph.loading {
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.graph-wrapper .spark-graph.loading::before {
  content: "…";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #044e97;
}
.shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.graph-wrapper .spark-graph td {
  border: none;
}
.shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.operations {
  width: 210px;
}
@media (max-width: 575px) {
  .shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.operations {
    display: none;
  }
}
.shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.operations .inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 15px;
}
.shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.operations .inner a:last-child {
  margin-right: 0;
  min-width: 85px;
  min-height: 35px;
  padding: 0 12px;
}
.shortcode-b2m-currencies-highlight .tabs-container .table tbody tr td.operations .inner a.b2m-btn.btn-solid {
  text-transform: inherit;
}
.shortcode-b2m-currencies-highlight .more-currencies {
  text-align: right;
}
.shortcode-b2m-currencies-highlight .more-currencies a {
  font-size: 16px;
  line-height: 24px;
}
.shortcode-b2m-currencies-highlight .more-currencies i {
  font-weight: 700;
  margin-left: 10px;
}
.b2m-launchpad-cards-progress-bar {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.25px;
}
.b2m-launchpad-cards-progress-bar .status {
  margin-bottom: 4px;
}
.b2m-launchpad-cards-progress-bar .status p {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: bold;
  color: #333;
  margin-bottom: 0;
}
.b2m-launchpad-cards-progress-bar .bar {
  position: relative;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background-color: #f0f0f0;
  transition: all 0.3s ease;
  margin-bottom: 4px;
  overflow: hidden;
}
.b2m-launchpad-cards-progress-bar .bar .fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(109.8deg, #183358 0%, #5693e6 100%);
  transition: inherit;
}
.b2m-launchpad-cards-progress-bar .bar.completed {
  background-color: #36a34d;
}
.b2m-launchpad-cards-progress-bar .bar.completed .fill {
  opacity: 0;
}
.b2m-launchpad-cards-progress-bar .stats p {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #6e6e6e;
  margin-bottom: 0;
}
.b2m-shortcode-launchpad-phase-card {
  height: 100%;
}
.b2m-shortcode-launchpad-phase-card .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.b2m-shortcode-launchpad-phase-card .card-wrapper .card-section {
  flex: 0 0 auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: 0 solid rgba(0, 0, 0, 0);
  padding: 24px;
}
.b2m-shortcode-launchpad-phase-card .card-wrapper .card-section:first-child {
  padding-top: 32px;
}
.b2m-shortcode-launchpad-phase-card .card-wrapper .card-section:last-child {
  padding-bottom: 32px;
}
.b2m-shortcode-launchpad-phase-card .card-wrapper .card-section.card-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}
.b2m-shortcode-launchpad-phase-card .card-wrapper .card-section.card-header::before {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 80%;
  height: 1px;
  background-color: #f0f0f0;
}
.b2m-shortcode-launchpad-phase-card .card-wrapper .card-section.card-header .header-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4px;
}
.b2m-shortcode-launchpad-phase-card .card-wrapper .card-section.card-header .header-col:first-child {
  flex: 1 1 auto;
}
.b2m-shortcode-launchpad-phase-card .card-wrapper .card-section.card-header .header-col:last-child {
  text-align: right;
}
.b2m-shortcode-launchpad-phase-card .card-wrapper .card-section.card-header .header-col .phase-number {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #03407c;
}
.b2m-shortcode-launchpad-phase-card .card-wrapper .card-section.card-header .header-col .phase-price {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #333;
  text-align: right;
  padding-top: 8px;
}
.b2m-shortcode-launchpad-phase-card .card-wrapper .card-section.card-header .header-col .phase-discount {
  display: inline-block;
  width: auto;
  height: 24px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: 0.25px;
  text-align: center;
  color: #fff;
  border-radius: 72px;
  background: #e10f4e;
}
.b2m-shortcode-launchpad-phase-card .card-wrapper .card-section.card-body {
  flex-grow: 1;
  padding-bottom: 16px;
}
.b2m-shortcode-launchpad-phase-card .card-wrapper .card-section.card-body .b2m-launchpad-cards-progress-bar {
  margin-bottom: 16px;
}
.b2m-shortcode-launchpad-phase-card .card-wrapper .card-section.card-body .dates p {
  color: #6e6e6e;
  margin-bottom: 8px;
}
.b2m-shortcode-launchpad-phase-card .card-wrapper .card-section.card-footer {
  padding-top: 16px;
}
.b2m-shortcode-launchpad-phase-card[data-phase-status="open"] .card-wrapper {
  background-color: #f5faff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
}
.b2m-shortcode-launchpad-phase-card[data-phase-status="paused"] .card-wrapper .card-header .phase-discount,
.b2m-shortcode-launchpad-phase-card[data-phase-status="completed"] .card-wrapper .card-header .phase-discount,
.b2m-shortcode-launchpad-phase-card[data-phase-status="closed"] .card-wrapper .card-header .phase-discount {
  background-color: #f787a9;
}
.b2m-shortcode-launchpad-project-card {
  border-radius: var(--radius-m);
  height: 100%;
}
.b2m-shortcode-launchpad-project-card:hover {
  text-decoration: none;
}
.b2m-shortcode-launchpad-project-card .revealed {
  background-color: #fafafa;
  border: 1px solid #dbdbdb;
  border-radius: inherit;
  height: inherit;
  display: flex;
  flex-direction: column;
}
.b2m-shortcode-launchpad-project-card .revealed:hover {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
}
.b2m-shortcode-launchpad-project-card .revealed .card-header {
  position: relative;
  padding-bottom: 50%;
  border-radius: var(--radius-m) var(--radius-m) 0 0;
  overflow: hidden;
}
.b2m-shortcode-launchpad-project-card .revealed .card-header .b2m-badges {
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 15px - 15px);
  z-index: 1;
}
.b2m-shortcode-launchpad-project-card .revealed .card-header .b2m-badges .badge.countdown {
  margin-left: auto;
}
.b2m-shortcode-launchpad-project-card .revealed .card-header .b2m-badges .badge .shortcode-b2m-countdown {
  margin-left: 5px;
}
.b2m-shortcode-launchpad-project-card .revealed .card-header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body section.title {
  display: flex;
  font-size: 20px;
  line-height: 32px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 16px;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body section.title span {
  display: block;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body section.title span.name {
  font-weight: bold;
  color: #333;
  margin-right: 15px;
  flex: 1 1 calc(100% - 15px - 5ch);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body section.title span.symbol {
  width: 5ch;
  flex: 1 1 5ch;
  color: #6e6e6e;
  text-align: right;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body section.status {
  margin-bottom: 32px;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body section.status .waiting p {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #6e6e6e;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body section.status .waiting .countdown {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  color: #ea3632;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body section.status .running .legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body section.status .running .legend .element {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #6e6e6e;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body section.status .running .progress-bar {
  position: relative;
  width: 100%;
  height: 12px;
  border-radius: 6px;
  background-color: #f0f0f0;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body section.status .running .progress-bar .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  min-width: 1%;
  height: 100%;
  background: linear-gradient(109.8deg, #183358 0%, #5693e6 100%);
  border-radius: inherit;
  transition: width 0.5s ease-in-out;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body section.status .finished p {
  letter-spacing: 0.25px;
  color: #6e6e6e;
  margin-bottom: 8px;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body section.status .finished p:last-child {
  margin-bottom: 0;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body section.status .finished p span.label {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #6e6e6e;
  margin-right: 8px;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body section.status .finished p span.data {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.25px;
  color: #333;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body section.info {
  margin-bottom: 40px;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body section.info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body section.info ul li {
  margin-bottom: 16px;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body section.info .expectancy li span {
  display: block;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body section.info .expectancy li span.label {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #6e6e6e;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body section.info .expectancy li span.data {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.25px;
  color: #333;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body section.info .phases li {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body section.info .phases li > span {
  font-size: 16px;
  line-height: 20px;
  min-width: fit-content;
  color: #333;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body section.info .phases li > span.separator {
  flex: 1 1 auto;
  border-bottom: 1px solid #dbdbdb;
  margin: 0 8px;
}
.b2m-shortcode-launchpad-project-card .revealed .card-body section.info .phases li > span:last-child {
  font-weight: 600;
}
.b2m-shortcode-launchpad-project-card .revealed .card-footer {
  background: rgba(0, 0, 0, 0);
  border-top: 0;
  border-radius: 0;
  padding: 16px;
}
.b2m-shortcode-launchpad-project-card .revealed .card-footer .buttons .details-button {
  text-transform: none;
  border: none;
  background: var(--surface-action-mid);
  color: var(--content-high);
}
.b2m-shortcode-launchpad-project-card .revealed .card-footer .buttons .details-button[data-phase="running"] {
  background: var(--surface-primary);
  color: var(--content-onprimary);
}
.b2m-shortcode-launchpad-project-card .revealed .card-footer .buttons .details-button:hover,
.b2m-shortcode-launchpad-project-card .revealed .card-footer .buttons .details-button:active {
  border: none;
  box-shadow: none;
}
.lightbox-gallery-shortcode .lightbox-modal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-right: 0 !important;
}
.lightbox-gallery-shortcode .lightbox-modal.show {
  z-index: 1000000002;
}
.lightbox-gallery-shortcode .lightbox-modal .modal-dialog {
  max-width: 800px;
}
.lightbox-gallery-shortcode .lightbox-modal .modal-dialog .modal-content {
  background: #242424;
  position: relative;
}
.lightbox-gallery-shortcode .lightbox-modal .modal-dialog .modal-content .btn-close {
  position: absolute;
  top: -50px;
  right: 0;
  font-size: 40px;
  color: #fff;
  width: 50px;
  height: 50px;
}
.lightbox-gallery-shortcode .lightbox-modal .modal-dialog .modal-content .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
}
.lightbox-gallery-shortcode
  .lightbox-modal
  .modal-dialog
  .modal-content
  .modal-body
  #lightboxCarousel
  .carousel-inner
  .carousel-item
  img {
  width: auto;
  max-height: 100vh;
  max-width: 100%;
}
.lightbox-gallery-shortcode
  .lightbox-modal
  .modal-dialog
  .modal-content
  .modal-body
  #lightboxCarousel
  .carousel-inner
  .carousel-item
  .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.75);
}
.lightbox-gallery-shortcode
  .lightbox-modal
  .modal-dialog
  .modal-content
  .modal-body
  #lightboxCarousel
  .carousel-control-prev,
.lightbox-gallery-shortcode
  .lightbox-modal
  .modal-dialog
  .modal-content
  .modal-body
  #lightboxCarousel
  .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #044e97;
  border-radius: 50%;
}
.lightbox-gallery-shortcode
  .lightbox-modal
  .modal-dialog
  .modal-content
  .modal-body
  #lightboxCarousel
  .carousel-control-prev
  i,
.lightbox-gallery-shortcode
  .lightbox-modal
  .modal-dialog
  .modal-content
  .modal-body
  #lightboxCarousel
  .carousel-control-next
  i {
  font-size: 30px;
}
.lightbox-gallery-shortcode
  .lightbox-modal
  .modal-dialog
  .modal-content
  .modal-body
  #lightboxCarousel
  .carousel-control-prev {
  left: 10px;
}
.lightbox-gallery-shortcode
  .lightbox-modal
  .modal-dialog
  .modal-content
  .modal-body
  #lightboxCarousel
  .carousel-control-next {
  right: 10px;
}
.modal-backdrop {
  z-index: 2147483602;
}
.b2m-modal {
  z-index: 2147483603;
}
.b2m-modal .modal-dialog {
  margin: 15vh auto;
}
@media (min-width: 576px) {
  .b2m-modal .modal-dialog {
    max-width: 560px;
  }
}
@media (max-width: 991px) {
  .b2m-modal .modal-dialog {
    margin: 10vh auto;
  }
}
@media (max-width: 767px) {
  .b2m-modal .modal-dialog {
    margin: 5vh auto;
  }
}
@media (max-width: 575px) {
  .b2m-modal .modal-dialog {
    margin: 2vh auto;
  }
}
.b2m-modal .modal-dialog .modal-content {
  background-color: var(--background-base) !important;
}
.b2m-modal .modal-dialog .modal-content .modal-section {
  padding: 20px 55px;
}
@media (max-width: 767px) {
  .b2m-modal .modal-dialog .modal-content .modal-section {
    padding: 20px 35px;
  }
}
.b2m-modal .modal-dialog .modal-content .modal-section.modal-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.b2m-modal .modal-dialog .modal-content .modal-section.modal-header .h5 {
  font-weight: 700;
  padding-right: 80px;
  margin-bottom: 0;
}
.b2m-modal .modal-dialog .modal-content .modal-section.modal-header .close {
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8);
  position: relative;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}
.b2m-modal .modal-dialog .modal-content .modal-section.modal-header .close:before,
.b2m-modal .modal-dialog .modal-content .modal-section.modal-header .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background-color: var(--content-primary);
  transition: inherit;
  border-radius: 2px;
}
.b2m-modal .modal-dialog .modal-content .modal-section.modal-header .close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.b2m-modal .modal-dialog .modal-content .modal-section.modal-header .close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.b2m-modal .modal-dialog .modal-content .modal-section.modal-header .close:hover {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.6);
}
.b2m-modal .modal-dialog .modal-content .modal-section.modal-header .close:hover:before,
.b2m-modal .modal-dialog .modal-content .modal-section.modal-header .close:hover:after {
  background-color: #044e97;
}
.b2m-shortcode-newsletter-subscription-form form .form-contents {
  display: block;
}
.b2m-shortcode-newsletter-subscription-form form .form-contents div {
  max-width: 100%;
  margin-left: 0;
}
.b2m-shortcode-newsletter-subscription-form form .form-contents div .form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 0;
}
.b2m-shortcode-newsletter-subscription-form form .form-contents div input[type="text"] {
  margin-bottom: 16px;
  border: 1px solid #cbd6e2;
  border-radius: 4px;
  color: #33475b;
  height: 50px;
  background-color: #f5f8fa;
}
.b2m-shortcode-newsletter-subscription-form form .form-contents div input[type="text"]:hover,
.b2m-shortcode-newsletter-subscription-form form .form-contents div input[type="text"]:focus {
  box-shadow: 0 0 0 2px #cbd6e2;
  border-color: #cbd6e2;
}
.b2m-shortcode-newsletter-subscription-form form .form-contents div input[type="text"]::-webkit-input-placeholder {
  color: #bfbfbf !important;
}
.b2m-shortcode-newsletter-subscription-form form .form-contents div input[type="text"]:-moz-placeholder {
  color: #bfbfbf !important;
}
.b2m-shortcode-newsletter-subscription-form form .form-contents div input[type="text"]::-moz-placeholder {
  color: #bfbfbf !important;
}
.b2m-shortcode-newsletter-subscription-form form .form-contents div input[type="text"]:-ms-input-placeholder {
  color: #bfbfbf !important;
}
.b2m-shortcode-newsletter-subscription-form form .form-contents div input[type="checkbox"] {
  flex: 0 0 18px;
  appearance: none;
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid;
  border-radius: 4px;
  margin: 0;
  transition: all 0.3s ease;
}
.b2m-shortcode-newsletter-subscription-form form .form-contents div input[type="checkbox"]:checked {
  background-color: #0075ff;
  border: none;
}
.b2m-shortcode-newsletter-subscription-form form .form-contents div input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(30% 50%, 40% 60%, 70% 25%, 76% 35%, 40% 80%, 23% 60%);
}
.b2m-shortcode-newsletter-subscription-form form .form-contents div input[type="checkbox"] + span {
  letter-spacing: 0.25px;
  color: #33475b;
}
.b2m-shortcode-newsletter-subscription-form form .form-contents div input[type="checkbox"] + span a {
  text-decoration: underline;
  color: #00e;
}
.b2m-shortcode-newsletter-subscription-form form .form-contents div .terms-text {
  text-align: left;
}
.b2m-shortcode-newsletter-subscription-form form .form-contents div > div {
  margin-bottom: 30px;
}
.b2m-shortcode-newsletter-subscription-form form .form-contents button.submit {
  color: #fff;
  background-color: #044e97;
}
.b2m-shortcode-newsletter-subscription-form form .form-contents button.submit:hover {
  background-color: #03417e;
  border: 1px solid #03417e;
  box-shadow: 0 0 0 1px #03417e;
  color: #fff;
}
.b2m-shortcode-newsletter-subscription-form form .feedback {
  text-align: left;
  display: none;
}
.b2m-shortcode-newsletter-subscription-form form .feedback p {
  display: none;
  color: #f60;
}
.b2m-shortcode-newsletter-subscription-form form .feedback p.success {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0.25px;
  color: #33475b;
}
.shortcode-performace-cryptos .performers {
  padding: 24px 16px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .shortcode-performace-cryptos .performers {
    max-width: 360px;
    margin: 0 auto 32px;
  }
}
.shortcode-performace-cryptos .performers .inner-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 0 16px;
}
.shortcode-performace-cryptos .performers .inner-title .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  display: flex;
}
.shortcode-performace-cryptos .performers .inner-title .title img {
  height: 20px;
  margin-right: 8px;
  margin-top: 3px;
}
.shortcode-performace-cryptos .performers .inner-title .title.win {
  color: #36a34d;
}
.shortcode-performace-cryptos .performers .inner-title .title.loss {
  color: #ea3733;
}
.shortcode-performace-cryptos .performers .inner-title .time {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #33475b;
}
.shortcode-performace-cryptos .performers .list-coins {
  display: flex;
  flex-direction: column;
}
.shortcode-performace-cryptos .performers .list-coins a {
  text-decoration: none;
  padding: 0 16px;
}
.shortcode-performace-cryptos .performers .list-coins a .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 128, 255, 0.15);
}
.shortcode-performace-cryptos .performers .list-coins a .wrapper .inner-currency {
  display: flex;
  align-items: center;
  flex: 2 2 80%;
}
.shortcode-performace-cryptos .performers .list-coins a .wrapper .inner-currency .icon {
  margin-right: 16px;
}
.shortcode-performace-cryptos .performers .list-coins a .wrapper .inner-currency .icon img {
  width: 40px;
  min-width: 40px;
}
.shortcode-performace-cryptos .performers .list-coins a .wrapper .inner-currency .currency {
  line-height: 24px;
}
.shortcode-performace-cryptos .performers .list-coins a .wrapper .inner-currency .currency .name {
  display: flex;
  font-size: 16px;
  font-weight: 600;
}
.shortcode-performace-cryptos .performers .list-coins a .wrapper .inner-currency .currency .name .text {
  text-overflow: ellipsis;
  max-width: 125px;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 3px;
}
.shortcode-performace-cryptos .performers .list-coins a .wrapper .inner-currency .currency .symbol {
  font-size: 14px;
  font-weight: 400;
  color: #667584;
}
.shortcode-performace-cryptos .performers .list-coins a .wrapper .inner-currency .currency .value {
  color: #667584;
}
.shortcode-performace-cryptos .performers .list-coins a .wrapper .variation {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  min-width: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  flex: 1 1 20%;
}
.shortcode-performace-cryptos .performers .list-coins a .wrapper .variation.positive {
  color: #36a34d;
}
.shortcode-performace-cryptos .performers .list-coins a .wrapper .variation.positive .b2msf-arrow-down {
  display: none;
}
.shortcode-performace-cryptos .performers .list-coins a .wrapper .variation.negative {
  color: #ea3733;
}
.shortcode-performace-cryptos .performers .list-coins a .wrapper .variation.negative .b2msf-arrow-up {
  display: none;
}
.shortcode-performace-cryptos .performers .list-coins a:last-child .wrapper {
  border-bottom: 0px;
}
.price-tabs-shortcode {
  height: 200px;
}
.price-tabs-shortcode .price-tabs-carousel,
.price-tabs-shortcode .b2m-component.component-carousel,
.price-tabs-shortcode .owl-carousel,
.price-tabs-shortcode .owl-stage-outer,
.price-tabs-shortcode .owl-stage,
.price-tabs-shortcode .owl-item {
  height: inherit;
}
.price-tabs-shortcode .price-tabs-carousel {
  position: relative;
  z-index: 2;
  padding-left: 60px;
  padding-right: 60px;
  transition: all 0.3s ease;
  display: flex;
}
.price-tabs-shortcode .price-tabs-carousel .owl-item {
  position: relative;
  padding: 0;
}
.price-tabs-shortcode .price-tabs-carousel .owl-item.active::before {
  opacity: 0;
}
.price-tabs-shortcode .price-tabs-carousel .owl-item.active .price-tabs-card {
  opacity: 1 !important;
}
.price-tabs-shortcode .price-tabs-carousel:not(.owl-loaded) .price-tabs-card {
  flex: 0 0 300px;
}
@media (max-width: 991px) {
  .price-tabs-shortcode .price-tabs-carousel:not(.owl-loaded) .price-tabs-card {
    flex-basis: 280px;
  }
}
@media (max-width: 767px) {
  .price-tabs-shortcode .price-tabs-carousel:not(.owl-loaded) .price-tabs-card {
    flex-basis: 240px;
  }
}
@media (max-width: 575px) {
  .price-tabs-shortcode .price-tabs-carousel:not(.owl-loaded) .price-tabs-card {
    flex-basis: 220px;
  }
}
.price-tabs-shortcode .price-tabs-carousel .price-tabs-card {
  padding: 10px;
}
.price-tabs-shortcode .price-tabs-carousel .price-tabs-card .placeholder {
  display: none;
  position: relative;
  min-height: 170px;
  margin: 10px;
  overflow: hidden;
  border-radius: 5px;
}
.price-tabs-shortcode .price-tabs-carousel .price-tabs-card .placeholder::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 5px;
  background-color: #fff;
  z-index: 1;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.price-tabs-shortcode .price-tabs-carousel .price-tabs-card .placeholder::after {
  content: "";
  background: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 39%,
    rgba(255, 255, 255, 0.4) 40%,
    rgba(255, 255, 255, 0.4) 60%,
    rgba(255, 255, 255, 0) 61%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 39%,
    rgba(255, 255, 255, 0.4) 40%,
    rgba(255, 255, 255, 0.4) 60%,
    rgba(255, 255, 255, 0) 61%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 39%,
    rgba(255, 255, 255, 0.4) 40%,
    rgba(255, 255, 255, 0.4) 60%,
    rgba(255, 255, 255, 0) 61%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=1 );
  position: absolute;
  width: 100%;
  height: 100%;
  animation-name: panX;
  animation-timing-function: ease;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}
.price-tabs-shortcode .price-tabs-carousel .price-tabs-card .contents {
  display: block;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  height: 100%;
  z-index: 2;
  transition: all 0.3s ease;
}
.price-tabs-shortcode .price-tabs-carousel .price-tabs-card .contents .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.price-tabs-shortcode .price-tabs-carousel .price-tabs-card .contents .header .data {
  margin-right: 10px;
}
.price-tabs-shortcode .price-tabs-carousel .price-tabs-card .contents .header .data .name {
  font-weight: 700;
}
.price-tabs-shortcode .price-tabs-carousel .price-tabs-card .contents .header .data .symbol {
  opacity: 0.5;
}
.price-tabs-shortcode .price-tabs-carousel .price-tabs-card .contents .header .logo {
  position: relative;
  width: 60px;
  height: 60px;
}
.price-tabs-shortcode .price-tabs-carousel .price-tabs-card .contents .header .logo img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
}
.price-tabs-shortcode .price-tabs-carousel .price-tabs-card .contents .header .logo .badge {
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 2;
  padding: 0 6px;
  font-size: 10px;
  line-height: 16px;
  border-radius: 11px;
  background-color: #ea3632;
  color: #fff;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}
.price-tabs-shortcode .price-tabs-carousel .price-tabs-card .contents .body .price-index {
  font-size: 1.3rem;
  line-height: 30px;
  font-weight: 700;
}
.price-tabs-shortcode .price-tabs-carousel .price-tabs-card .contents .body .change {
  font-size: 13px;
  line-height: 8px;
  margin-bottom: 5px;
}
.price-tabs-shortcode .price-tabs-carousel .price-tabs-card .contents .body .change.positive {
  color: #009145;
}
.price-tabs-shortcode .price-tabs-carousel .price-tabs-card .contents .body .change.positive .b2msf-arrow-up {
  margin-top: -1px;
  margin-bottom: 0;
}
.price-tabs-shortcode .price-tabs-carousel .price-tabs-card .contents .body .change.negative {
  color: red;
}
.price-tabs-shortcode .price-tabs-carousel .price-tabs-card .contents .body .change.negative .b2msf-arrow-up {
  display: inline-block;
  transform: rotate(180deg);
  margin-top: 0;
  margin-bottom: -1px;
}
.price-tabs-shortcode .price-tabs-carousel .price-tabs-card .contents .body .change.no-change i {
  display: none;
}
.price-tabs-shortcode .price-tabs-carousel .price-tabs-card .contents .footer {
  min-height: 22px;
}
.price-tabs-shortcode .price-tabs-carousel .owl-nav {
  display: block !important;
}
.price-tabs-shortcode .price-tabs-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 2rem;
  color: #044e97;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  border: 1px solid #8badcd;
}
.price-tabs-shortcode .price-tabs-carousel .owl-nav button i {
  position: relative;
  top: -2px;
}
.price-tabs-shortcode .price-tabs-carousel .owl-nav button.owl-prev {
  left: 0;
}
.price-tabs-shortcode .price-tabs-carousel .owl-nav button.owl-prev i {
  left: -2px;
}
.price-tabs-shortcode .price-tabs-carousel .owl-nav button.owl-next {
  right: 0;
}
.price-tabs-shortcode .price-tabs-carousel .owl-nav button.owl-next i {
  right: -2px;
}
.price-tabs-shortcode .price-tabs-carousel .owl-nav button:hover {
  color: #0f335b;
  background-color: #e8edf4;
}
.price-tabs-shortcode .price-tabs-carousel .owl-nav button > * {
  line-height: 36px;
  height: 36px;
  display: block;
}
.shortcode-b2m-register-form .b2m-quick-register-form {
  position: relative;
  width: 100%;
  max-width: 360px;
  background-color: var(--background-base);
  border-radius: 5px;
  margin: 0 auto 30px;
}
.shortcode-b2m-register-form .b2m-quick-register-form.loading {
  cursor: progress;
  pointer-events: none;
}
.shortcode-b2m-register-form .b2m-quick-register-form.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--background-base);
  opacity: 0.7;
  z-index: 100;
}
.shortcode-b2m-register-form .b2m-quick-register-form .alert-banners-wrapper {
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
}
.shortcode-b2m-register-form .b2m-quick-register-form .alert-banners-wrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.shortcode-b2m-register-form .b2m-quick-register-form .inner {
  position: relative;
  z-index: 1;
  padding: 30px;
}
.shortcode-b2m-register-form .b2m-quick-register-form .inner .form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 15px;
}
.shortcode-b2m-register-form .b2m-quick-register-form .inner .form-group .input-group .input-addon button {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  line-height: inherit;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.shortcode-b2m-register-form .b2m-quick-register-form .inner .form-group .input-group .input-addon button::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--surface-low);
  z-index: 0;
  transition: inherit;
}
.shortcode-b2m-register-form .b2m-quick-register-form .inner .form-group .input-group .input-addon button:hover,
.shortcode-b2m-register-form .b2m-quick-register-form .inner .form-group .input-group .input-addon button:active {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  outline: 0;
  color: var(--content-onprimary);
}
.shortcode-b2m-register-form .b2m-quick-register-form .inner .form-group .input-group .input-addon button:hover::before,
.shortcode-b2m-register-form
  .b2m-quick-register-form
  .inner
  .form-group
  .input-group
  .input-addon
  button:active::before {
  background-color: rgba(4, 78, 151, 0.3);
}
.shortcode-b2m-register-form .b2m-quick-register-form .inner .form-group .input-group .input-addon button i {
  font-size: 1.4em;
}
.shortcode-b2m-register-form
  .b2m-quick-register-form
  .inner
  .form-group
  .input-group
  .input-addon
  button
  i.b2msf-eye-slash {
  display: none;
}
.shortcode-b2m-register-form
  .b2m-quick-register-form
  .inner
  .form-group
  .input-group
  .input-addon
  button.show
  i.b2msf-eye {
  display: none;
}
.shortcode-b2m-register-form
  .b2m-quick-register-form
  .inner
  .form-group
  .input-group
  .input-addon
  button.show
  i.b2msf-eye-slash {
  display: block;
}
.shortcode-b2m-register-form .b2m-quick-register-form .inner .form-group .b2m-checkbox {
  padding-bottom: 0;
  padding-left: 2.5rem;
}
.shortcode-b2m-register-form .b2m-quick-register-form .inner .form-group .b2m-checkbox label::before,
.shortcode-b2m-register-form .b2m-quick-register-form .inner .form-group .b2m-checkbox label::after {
  left: -2rem;
  top: 0.375rem;
  transform: translateY(0);
}
.shortcode-b2m-register-form .b2m-quick-register-form .inner .form-group .validator {
  display: none;
  width: 100%;
  color: var(--semantic-problem-content);
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0;
}
.shortcode-b2m-register-form .b2m-quick-register-form .inner .submit-button {
  background: var(--surface-primary);
  margin-right: 0;
  width: 100%;
  margin-top: 15px;
}
.shortcode-b2m-register-form .b2m-quick-register-form .inner .submit-button i.b2msf-reload {
  display: block;
  animation: rotate-cw 1s linear infinite;
}
.shortcode-b2m-register-form .b2m-quick-register-form .inner .submit-button:hover,
.shortcode-b2m-register-form .b2m-quick-register-form .inner .submit-button:focus {
  opacity: 0.75;
}
.shortcode-b2m-register-form .b2m-quick-register-form .inner .submit-button.disabled {
  pointer-events: none;
  border-color: var(--semantic-problem-content);
  background: var(--semantic-problem-content);
}
.shortcode-b2m-register-form .b2m-quick-register-form .inner .submit-button[data-state="idle"] span {
  display: block;
}
.shortcode-b2m-register-form .b2m-quick-register-form .inner .submit-button[data-state="idle"] i.b2msf-reload {
  display: none;
}
.shortcode-b2m-register-form .b2m-quick-register-form .inner .submit-button[data-state="busy"] span {
  display: none;
}
.shortcode-b2m-register-form .b2m-quick-register-form .inner .submit-button[data-state="busy"] i.b2msf-reload {
  display: block;
}
.section-title {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
  }
}
.section-title .section-title-inner {
  display: flex;
  flex-direction: column-reverse;
  text-align: inherit;
}
.section-title .section-title-inner .title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  color: #000;
  text-align: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
.section-title .section-title-inner .subtitle {
  font-size: 19px;
  line-height: 22px;
  font-weight: 700;
  color: #044e97;
  text-align: inherit;
  margin-bottom: 0;
}
.section-title.color-light .title {
  color: #fff;
}
.section-title.color-light .subtitle {
  color: #91accc;
}
.shortcode-b2m-social-networks ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.shortcode-b2m-social-networks ul li {
  display: inline-block;
  margin: 0 5px 10px;
}
.shortcode-b2m-social-networks ul li a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.3);
  text-align: center;
  line-height: 60px;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.shortcode-b2m-social-networks ul li a.facebook {
  color: #1877f2;
}
.shortcode-b2m-social-networks ul li a.twitter {
  color: #1da1f2;
}
.shortcode-b2m-social-networks ul li a.youtube {
  color: red;
}
.shortcode-b2m-social-networks ul li a.linkedin {
  color: #0a66c2;
}
.shortcode-b2m-social-networks ul li a.instagram {
  color: #c32aa3;
}
.shortcode-b2m-social-networks ul li a.telegram {
  color: #08c;
}
.shortcode-b2m-social-networks ul li a i {
  font-size: 2.6rem;
  line-height: inherit;
}
.shortcode-b2m-social-networks ul li a .tooltip {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 120%;
  margin-top: 10px;
  opacity: 0;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 0.8rem;
  font-weight: 700;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.shortcode-b2m-social-networks ul li a:not(:hover) {
  color: #044e97 !important;
}
.shortcode-b2m-social-networks ul li a:hover,
.shortcode-b2m-social-networks ul li a:focus {
  text-decoration: none;
  margin-bottom: 0;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.shortcode-b2m-social-networks ul li a:hover .tooltip,
.shortcode-b2m-social-networks ul li a:focus .tooltip {
  opacity: 1;
}
.video-viewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: all 0.3s ease;
  z-index: -1;
  opacity: 0;
}
.video-viewer .outer {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80vw;
  height: 65vh;
  max-width: 800px;
  max-height: 450px;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 991px) and (min-height: 767px) {
  .video-viewer .outer {
    flex-direction: column;
  }
}
@media (max-height: 767px) {
  .video-viewer .outer {
    margin-top: 30px;
  }
}
.video-viewer .outer .iframe-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  max-width: 100%;
  max-height: 100%;
}
.video-viewer .outer .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-viewer .outer .iframe-wrapper .close-button {
  position: absolute;
  top: 0;
  right: -45px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 2rem;
  color: #fff;
  z-index: 2;
}
@media (max-width: 767px) {
  .video-viewer .outer .iframe-wrapper .close-button {
    right: 0px;
    top: -45px;
  }
}
.video-viewer.active {
  opacity: 1;
  z-index: 10;
}
.video-viewer.active .viewer-obfuscator {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
@keyframes loading {
  0% {
    transform: translateX(-110px);
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    transform: translateX(-110px);
  }
  50% {
    opacity: 1;
  }
  80% {
    transform: translateX(calc(100vw + 110px));
  }
  90% {
    opacity: 0;
  }
  100% {
    transform: translateX(calc(100vw + 110px));
    opacity: 0;
  }
}
@keyframes loadingPanAndFade {
  0%,
  10% {
    opacity: 0;
  }
  20% {
    transform: translateX(-100%);
  }
  50% {
    opacity: 1;
  }
  80% {
    transform: translateX(100%);
  }
  90%,
  100% {
    opacity: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sonar {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes rotate-cw {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes wiggle {
  0%,
  100% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(-0.5%, -0.2%);
  }
  60% {
    transform: translate(1%, 0.9%);
  }
}
@keyframes counter-wiggle {
  0%,
  100% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(0.5%, 0.2%);
  }
  60% {
    transform: translate(-1%, -0.9%);
  }
}
@keyframes panX {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.b2m-badges {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.b2m-badges .badge {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.25px;
  border: 1px solid rgba(0, 0, 0, 0);
}
.b2m-badges .badge.default {
  color: #033363;
  border-color: #dbdbdb;
  background-color: #fafafa;
}
.b2m-badges .badge.default.filled,
.b2m-badges .badge.default.solid {
  color: #033363;
  border-color: #dbdbdb;
  background-color: #dbdbdb;
}
.b2m-badges .badge.info {
  color: #033363;
  border-color: #03407c;
  background-color: #f5faff;
}
.b2m-badges .badge.info.filled,
.b2m-badges .badge.info.solid {
  color: #f5faff;
  border-color: #033363;
  background-color: #033363;
}
.b2m-badges .badge.disabled {
  color: #6e6e6e;
  border-color: #dbdbdb;
  background-color: #fafafa;
}
.b2m-badges .badge.disabled.filled,
.b2m-badges .badge.disabled.solid {
  color: #fafafa;
  border-color: #6e6e6e;
  background-color: #6e6e6e;
}
.b2m-badges .badge.success {
  color: #267336;
  border-color: #267336;
  background-color: #ecf9ef;
}
.b2m-badges .badge.success.filled,
.b2m-badges .badge.success.solid {
  color: #ecf9ef;
  border-color: #267336;
  background-color: #267336;
}
.b2m-badges .badge.warning {
  color: #e65c00;
  border-color: #e65c00;
  background-color: #ffede0;
}
.b2m-badges .badge.warning.filled,
.b2m-badges .badge.warning.solid {
  color: #ffede0;
  border-color: #e65c00;
  background-color: #e65c00;
}
.b2m-badges .badge.danger {
  color: #a21411;
  border-color: #a21411;
  background-color: #fde8e8;
}
.b2m-badges .badge.danger.filled,
.b2m-badges .badge.danger.solid {
  color: #fde8e8;
  border-color: #a21411;
  background-color: #a21411;
}
.b2m-badges .badge .badge-inner {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  column-gap: 2px;
}
.color-bit2me {
  color: #044e97 !important;
}
.color-primary {
  color: #044e97 !important;
}
.color-info {
  color: #044e97 !important;
}
.color-secondary {
  color: #91adcc !important;
}
.color-success {
  color: #36a34d !important;
}
.color-caution {
  color: #f9b704 !important;
}
.color-warning {
  color: #f60 !important;
}
.color-danger {
  color: #ea3632 !important;
}
.color-white {
  color: #fff !important;
}
.color-black {
  color: #000 !important;
}
.color-super-light-blue {
  color: #f3f5f9 !important;
}
.color-light-blue {
  color: #e8edf4 !important;
}
.color-dark-blue {
  color: #0f335b !important;
}
.color-super-dark-blue {
  color: #041930 !important;
}
.color-facebook {
  color: #1877f2 !important;
}
.color-instagram {
  color: #c32aa3 !important;
}
.color-youtube {
  color: red !important;
}
.color-twitter {
  color: #1da1f2 !important;
}
.color-linkedin {
  color: #0a66c2 !important;
}
.color-telegram {
  color: #08c !important;
}
.bg-bit2me,
.background-bit2me {
  background-color: #044e97 !important;
}
.bg-primary,
.background-primary {
  background-color: #044e97 !important;
}
.bg-info,
.background-info {
  background-color: #044e97 !important;
}
.bg-secondary,
.background-secondary {
  background-color: #91adcc !important;
}
.bg-success,
.background-success {
  background-color: #36a34d !important;
}
.bg-caution,
.background-caution {
  background-color: #f9b704 !important;
}
.bg-warning,
.background-warning {
  background-color: #f60 !important;
}
.bg-danger,
.background-danger {
  background-color: #ea3632 !important;
}
.bg-white,
.background-white {
  background-color: #fff !important;
}
.bg-black,
.background-black {
  background-color: #000 !important;
}
.bg-super-light-blue,
.background-super-light-blue {
  background-color: #f3f5f9 !important;
}
.bg-light-blue,
.background-light-blue {
  background-color: #e8edf4 !important;
}
.bg-dark-blue,
.background-dark-blue {
  background-color: #0f335b !important;
}
.bg-super-dark-blue,
.background-super-dark-blue {
  background-color: #041930 !important;
}
.bg-facebook,
.background-facebook {
  background-color: #1877f2 !important;
}
.bg-instagram,
.background-instagram {
  background-color: #c32aa3 !important;
}
.bg-youtube,
.background-youtube {
  background-color: red !important;
}
.bg-twitter,
.background-twitter {
  background-color: #1da1f2 !important;
}
.bg-linkedin,
.background-linkedin {
  background-color: #0a66c2 !important;
}
.bg-telegram,
.background-telegram {
  background-color: #08c !important;
}
.b2m-lazy-load {
  background-image: url(/assets/img/placeholder/placeholder-xl.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.b2m-tooltip-button {
  position: relative;
  height: 100%;
}
.b2m-tooltip-button::before {
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
}
.b2m-tooltip-button .tooltip {
  position: absolute;
  width: 230px;
  right: -20px;
  z-index: 10;
  padding: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 1em;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
}
.b2m-tooltip-button .tooltip::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 87%;
  width: 0;
  height: 0;
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0.8);
}
.b2m-tooltip-button .tooltip.top {
  bottom: calc(100% + 8px);
  transform: scale(0) translateY(8px);
}
.b2m-tooltip-button .tooltip.top.left {
  transform-origin: 13% bottom;
}
.b2m-tooltip-button .tooltip.top.right {
  transform-origin: 87% bottom;
}
.b2m-tooltip-button .tooltip.bottom {
  top: calc(100% + 8px);
  transform: scale(0) translateY(-8px);
}
.b2m-tooltip-button .tooltip.bottom.left {
  transform-origin: 13% top;
}
.b2m-tooltip-button .tooltip.bottom.right {
  transform-origin: 87% top;
}
.b2m-tooltip-button .tooltip.left {
  left: -20px;
  right: auto;
}
.b2m-tooltip-button .tooltip.left::before {
  right: 87%;
  left: auto;
}
.b2m-tooltip-button[data-tooltip-trigger="click"].active .tooltip {
  transform: scale(1) translateY(0);
  opacity: 1;
}
.b2m-tooltip-button[data-tooltip-trigger="hover"]:hover .tooltip {
  transform: scale(1) translateY(0);
  opacity: 1;
}
.faq-container .faq-element {
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #e9edf5;
  transition: all 0.3s ease;
  background-color: #fff;
}
.faq-container .faq-element .faq-title {
  width: 100%;
  font-weight: 700;
  padding: 15px;
  padding-left: 40px;
  position: relative;
  text-align: left;
}
.faq-container .faq-element .faq-title span {
  font: inherit;
}
.faq-container .faq-element .faq-title i[class*="b2msf"] {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 15px;
  left: 15px;
  display: block;
  transition: all 0.3s ease;
  color: #000;
}
.faq-container .faq-element .faq-description {
  overflow: hidden;
  transition: all 0.6s ease;
}
.faq-container .faq-element .faq-description .description-wrapper {
  padding: 15px;
}
.faq-container .faq-element.open {
  box-shadow: 0 0 0 1px #044e97;
}
.faq-container .faq-element.open .faq-title i {
  color: #044e97;
  transform: rotate(90deg);
}
.faq-container .faq-element:not(.open) .faq-description {
  height: 0 !important;
}
*:focus:not(:focus-visible) {
  outline: 0;
}
*:focus-visible {
  outline-width: 4px;
  outline-style: solid;
  outline-offset: -1px;
  outline-color: rgba(122, 188, 253, 0.5);
}
.page-cover-section {
  display: flex;
  width: 100%;
  min-height: 320px;
  padding-top: 90px;
  padding-bottom: 40px;
  align-items: center;
  color: #fff;
  background-color: #044e97;
}
::-moz-selection {
  background: #044e97;
  color: #fff;
}
::selection {
  background: #044e97;
  color: #fff;
}
a {
  color: var(--content-primary);
}
button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 0;
  border-radius: 2px;
  border: 0;
  transition: outline 0.3s ease;
}
button:hover {
  border: 0;
}
button:active {
  outline: 0;
  border: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button:focus-visible {
  outline-width: 4px;
  outline-style: solid;
  outline-offset: -1px;
  outline-color: rgba(122, 188, 253, 0.5);
}
a.b2m-btn,
.b2m-btn {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  min-width: 160px;
  width: auto;
  max-width: 480px;
  min-height: 48px;
  line-height: 24px;
  margin-right: 10px;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  padding: 12px 10px;
  cursor: pointer;
  font-family: "Open sans", Arial, Sans-serif;
  font-weight: 700;
  font-size: 15px;
  transition: all ease 0.3s;
  position: relative;
}
a.b2m-btn:hover,
.b2m-btn:hover {
  text-decoration: none;
}
a.b2m-btn.w-100,
.b2m-btn.w-100 {
  max-width: 100%;
}
a.b2m-btn.centered,
.b2m-btn.centered {
  margin: 0 auto;
}
a.b2m-btn[disabled],
.b2m-btn[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}
a.b2m-btn.btn-solid,
.b2m-btn.btn-solid {
  color: #fff;
  background-color: #044e97;
  border-color: #044e97;
  text-transform: uppercase;
}
a.b2m-btn.btn-solid:hover,
.b2m-btn.btn-solid:hover {
  background-color: getHoverColor(#044e97);
  border: 1px solid getHoverColor(#044e97);
  box-shadow: 0 0 0 1px getHoverColor(#044e97);
}
a.b2m-btn.btn-solid:active,
.b2m-btn.btn-solid:active {
  outline: 0;
  background-color: getActiveColor(#044e97);
  border: 1px solid getActiveColor(#044e97);
  box-shadow: 0 0 0 1px getActiveColor(#044e97);
}
a.b2m-btn.btn-solid.b2m-special,
.b2m-btn.btn-solid.b2m-special {
  overflow: hidden;
  border-radius: 0;
  border: 0;
  min-height: 52px;
  color: #fff;
  background: rgba(0, 0, 0, 0);
}
a.b2m-btn.btn-solid.b2m-special span,
.b2m-btn.btn-solid.b2m-special span {
  position: relative;
  z-index: 3;
  line-height: 28px;
}
a.b2m-btn.btn-solid.b2m-special::before,
.b2m-btn.btn-solid.b2m-special::before {
  content: "";
  position: absolute;
  top: 0;
  left: -300%;
  width: 400%;
  height: 100%;
  z-index: 1;
  transition: left 0.7s ease;
  background-color: #f24b4f;
  background: linear-gradient(to left, #f24b4f, #ee6d2f, #ff6600, #ff4d4f);
}
a.b2m-btn.btn-solid.b2m-special:hover,
a.b2m-btn.btn-solid.b2m-special:focus,
a.b2m-btn.btn-solid.b2m-special:active,
.b2m-btn.btn-solid.b2m-special:hover,
.b2m-btn.btn-solid.b2m-special:focus,
.b2m-btn.btn-solid.b2m-special:active {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
a.b2m-btn.btn-solid.b2m-special:hover::before,
a.b2m-btn.btn-solid.b2m-special:focus::before,
a.b2m-btn.btn-solid.b2m-special:active::before,
.b2m-btn.btn-solid.b2m-special:hover::before,
.b2m-btn.btn-solid.b2m-special:focus::before,
.b2m-btn.btn-solid.b2m-special:active::before {
  left: 0;
}
a.b2m-btn.btn-line,
.b2m-btn.btn-line {
  color: #044e97;
  background-color: #fff;
  border-color: #044e97;
  text-transform: uppercase;
}
a.b2m-btn.btn-line:hover,
.b2m-btn.btn-line:hover {
  color: getHoverColor(#044e97);
  border: 1px solid getHoverColor(#044e97);
  box-shadow: 0 0 0 1px getHoverColor(#044e97);
}
a.b2m-btn.btn-line:active,
.b2m-btn.btn-line:active {
  outline: 0;
  color: getActiveColor(#044e97);
  border: 1px solid getActiveColor(#044e97);
  box-shadow: 0 0 0 1px getActiveColor(#044e97);
}
a.b2m-btn.btn-line.b2m-special,
.b2m-btn.btn-line.b2m-special {
  border-image-slice: 1;
  border-width: 2px;
  border-style: solid;
  color: #fff;
  border-image-source: linear-gradient(to left, #07d9f6, #09809f);
  box-shadow: 0 0 10px 0 rgba(7, 217, 246, 0.4);
  background-color: rgba(0, 0, 0, 0);
}
a.b2m-btn.btn-line.b2m-special:hover,
a.b2m-btn.btn-line.b2m-special:focus,
a.b2m-btn.btn-line.b2m-special:active,
.b2m-btn.btn-line.b2m-special:hover,
.b2m-btn.btn-line.b2m-special:focus,
.b2m-btn.btn-line.b2m-special:active {
  box-shadow: 0 0 15px 0 rgba(7, 217, 246, 0.6);
}
a.b2m-btn.btn-link,
.b2m-btn.btn-link {
  min-width: 0;
  max-width: 100%;
  border: 0;
  color: #044e97;
}
a.b2m-btn.btn-link:after,
.b2m-btn.btn-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #044e97;
  transform: scaleX(0) translateX(-50%);
  transform-origin: 0;
  transition: all 0.3s ease;
}
a.b2m-btn.btn-link:hover,
.b2m-btn.btn-link:hover {
  color: getHoverColor(#044e97);
}
a.b2m-btn.btn-link:hover:after,
.b2m-btn.btn-link:hover:after {
  background-color: getHoverColor(#044e97);
  transform: scaleX(1) translateX(-50%);
}
a.b2m-btn.btn-link:active,
.b2m-btn.btn-link:active {
  outline: 0;
  color: getActiveColor(#044e97);
}
a.b2m-btn.btn-link:active:after,
.b2m-btn.btn-link:active:after {
  background-color: getActiveColor(#044e97);
  transform: scaleX(1) translateX(-50%);
}
a.b2m-btn.btn-ghost,
.b2m-btn.btn-ghost {
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  border: 0;
  color: #044e97;
  padding: 0 10px;
}
a.b2m-btn.btn-ghost:hover,
.b2m-btn.btn-ghost:hover {
  color: getHoverColor(#044e97);
}
a.b2m-btn.btn-ghost:active,
.b2m-btn.btn-ghost:active {
  outline: 0;
  color: getActiveColor(#044e97);
}
a.b2m-btn.btn-ghost i,
.b2m-btn.btn-ghost i {
  margin-left: 0.2em;
  font-size: 1.2em;
  font-weight: 700;
}
.close-btn,
.add-btn {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid getTranslucidColor(#044e97);
  background-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all ease 0.3s;
}
.close-btn:hover,
.add-btn:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  border: 2px solid getHoverColor(#044e97);
}
.close-btn:active,
.add-btn:active {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  border: 2px solid getActiveColor(#044e97);
}
.close-btn:focus,
.add-btn:focus {
  box-shadow: 0 0 0 1px getActiveColor(#044e97);
  border: 2px solid getActiveColor(#044e97);
}
.close-btn:before,
.close-btn:after,
.add-btn:before,
.add-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 16px;
  border-radius: 2px;
  transition: all ease 0.3s;
  background-color: #044e97;
}
.close-btn:hover:before,
.close-btn:hover:after,
.add-btn:hover:before,
.add-btn:hover:after {
  background-color: getHoverColor(#044e97);
}
.close-btn:active:before,
.close-btn:active:after,
.add-btn:active:before,
.add-btn:active:after {
  background-color: getActiveColor(#044e97);
}
.close-btn:before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.close-btn:after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.add-btn:before {
  transform: translateX(-50%) translateY(-50%);
}
.add-btn:after {
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.alert.alert-primary .b2m-btn.btn-solid,
.b2m-btn.btn-solid.primary {
  color: #fff;
  background-color: #044e97;
  border-color: #044e97;
  text-transform: uppercase;
}
.alert.alert-primary .b2m-btn.btn-solid:hover,
.b2m-btn.btn-solid.primary:hover {
  background-color: getHoverColor(#044e97);
  border-color: getHoverColor(#044e97);
  box-shadow: 0 0 0 1px getHoverColor(#044e97);
}
.alert.alert-primary .b2m-btn.btn-solid:active,
.b2m-btn.btn-solid.primary:active {
  background-color: getActiveColor(#044e97);
  border-color: getActiveColor(#044e97);
  box-shadow: 0 0 0 1px getActiveColor(#044e97);
}
.alert.alert-primary .b2m-btn.btn-line,
.b2m-btn.btn-line.primary {
  color: #044e97;
  background-color: #fff;
  border-color: #044e97;
  text-transform: uppercase;
}
.alert.alert-primary .b2m-btn.btn-line:hover,
.b2m-btn.btn-line.primary:hover {
  color: getHoverColor(#044e97);
  border-color: getHoverColor(#044e97);
  box-shadow: 0 0 0 1px getHoverColor(#044e97);
}
.alert.alert-primary .b2m-btn.btn-line:active,
.b2m-btn.btn-line.primary:active {
  color: getActiveColor(#044e97);
  border-color: getActiveColor(#044e97);
  box-shadow: 0 0 0 1px getActiveColor(#044e97);
}
.alert.alert-primary .b2m-btn.btn-link,
.b2m-btn.btn-link.primary {
  color: #044e97;
}
.alert.alert-primary .b2m-btn.btn-link:after,
.b2m-btn.btn-link.primary:after {
  background-color: #044e97;
}
.alert.alert-primary .b2m-btn.btn-link:hover,
.b2m-btn.btn-link.primary:hover {
  color: getHoverColor(#044e97);
}
.alert.alert-primary .b2m-btn.btn-link:hover:after,
.b2m-btn.btn-link.primary:hover:after {
  background-color: getHoverColor(#044e97);
}
.alert.alert-primary .b2m-btn.btn-link:active,
.b2m-btn.btn-link.primary:active {
  color: getActiveColor(#044e97);
}
.alert.alert-primary .b2m-btn.btn-link:active:after,
.b2m-btn.btn-link.primary:active:after {
  background-color: getActiveColor(#044e97);
}
.alert.alert-primary .close-btn,
.close-btn.primary,
.alert.alert-primary .add-btn,
.add-btn.primary {
  border-color: getTranslucidColor(#044e97);
}
.alert.alert-primary .close-btn:hover,
.close-btn.primary:hover,
.alert.alert-primary .add-btn:hover,
.add-btn.primary:hover {
  border-color: getHoverColor(#044e97);
}
.alert.alert-primary .close-btn:active,
.close-btn.primary:active,
.alert.alert-primary .add-btn:active,
.add-btn.primary:active {
  border-color: getActiveColor(#044e97);
}
.alert.alert-primary .close-btn:before,
.alert.alert-primary .close-btn:after,
.close-btn.primary:before,
.close-btn.primary:after,
.alert.alert-primary .add-btn:before,
.alert.alert-primary .add-btn:after,
.add-btn.primary:before,
.add-btn.primary:after {
  background-color: #044e97;
}
.alert.alert-primary .close-btn:hover:before,
.alert.alert-primary .close-btn:hover:after,
.close-btn.primary:hover:before,
.close-btn.primary:hover:after,
.alert.alert-primary .add-btn:hover:before,
.alert.alert-primary .add-btn:hover:after,
.add-btn.primary:hover:before,
.add-btn.primary:hover:after {
  background-color: getHoverColor(#044e97);
}
.alert.alert-primary .close-btn:active:before,
.alert.alert-primary .close-btn:active:after,
.close-btn.primary:active:before,
.close-btn.primary:active:after,
.alert.alert-primary .add-btn:active:before,
.alert.alert-primary .add-btn:active:after,
.add-btn.primary:active:before,
.add-btn.primary:active:after {
  background-color: getActiveColor(#044e97);
}
.alert.alert-secondary .b2m-btn.btn-solid,
.b2m-btn.btn-solid.secondary {
  color: #fff;
  background-color: #91adcc;
  border-color: #91adcc;
  text-transform: uppercase;
}
.alert.alert-secondary .b2m-btn.btn-solid:hover,
.b2m-btn.btn-solid.secondary:hover {
  background-color: getHoverColor(#91adcc);
  border-color: getHoverColor(#91adcc);
  box-shadow: 0 0 0 1px getHoverColor(#91adcc);
}
.alert.alert-secondary .b2m-btn.btn-solid:active,
.b2m-btn.btn-solid.secondary:active {
  background-color: getActiveColor(#91adcc);
  border-color: getActiveColor(#91adcc);
  box-shadow: 0 0 0 1px getActiveColor(#91adcc);
}
.alert.alert-secondary .b2m-btn.btn-line,
.b2m-btn.btn-line.secondary {
  color: #91adcc;
  background-color: #fff;
  border-color: #91adcc;
  text-transform: uppercase;
}
.alert.alert-secondary .b2m-btn.btn-line:hover,
.b2m-btn.btn-line.secondary:hover {
  color: getHoverColor(#91adcc);
  border-color: getHoverColor(#91adcc);
  box-shadow: 0 0 0 1px getHoverColor(#91adcc);
}
.alert.alert-secondary .b2m-btn.btn-line:active,
.b2m-btn.btn-line.secondary:active {
  color: getActiveColor(#91adcc);
  border-color: getActiveColor(#91adcc);
  box-shadow: 0 0 0 1px getActiveColor(#91adcc);
}
.alert.alert-secondary .b2m-btn.btn-link,
.b2m-btn.btn-link.secondary {
  color: #91adcc;
}
.alert.alert-secondary .b2m-btn.btn-link:after,
.b2m-btn.btn-link.secondary:after {
  background-color: #91adcc;
}
.alert.alert-secondary .b2m-btn.btn-link:hover,
.b2m-btn.btn-link.secondary:hover {
  color: getHoverColor(#91adcc);
}
.alert.alert-secondary .b2m-btn.btn-link:hover:after,
.b2m-btn.btn-link.secondary:hover:after {
  background-color: getHoverColor(#91adcc);
}
.alert.alert-secondary .b2m-btn.btn-link:active,
.b2m-btn.btn-link.secondary:active {
  color: getActiveColor(#91adcc);
}
.alert.alert-secondary .b2m-btn.btn-link:active:after,
.b2m-btn.btn-link.secondary:active:after {
  background-color: getActiveColor(#91adcc);
}
.alert.alert-secondary .close-btn,
.close-btn.secondary,
.alert.alert-secondary .add-btn,
.add-btn.secondary {
  border-color: getTranslucidColor(#91adcc);
}
.alert.alert-secondary .close-btn:hover,
.close-btn.secondary:hover,
.alert.alert-secondary .add-btn:hover,
.add-btn.secondary:hover {
  border-color: getHoverColor(#91adcc);
}
.alert.alert-secondary .close-btn:active,
.close-btn.secondary:active,
.alert.alert-secondary .add-btn:active,
.add-btn.secondary:active {
  border-color: getActiveColor(#91adcc);
}
.alert.alert-secondary .close-btn:before,
.alert.alert-secondary .close-btn:after,
.close-btn.secondary:before,
.close-btn.secondary:after,
.alert.alert-secondary .add-btn:before,
.alert.alert-secondary .add-btn:after,
.add-btn.secondary:before,
.add-btn.secondary:after {
  background-color: #91adcc;
}
.alert.alert-secondary .close-btn:hover:before,
.alert.alert-secondary .close-btn:hover:after,
.close-btn.secondary:hover:before,
.close-btn.secondary:hover:after,
.alert.alert-secondary .add-btn:hover:before,
.alert.alert-secondary .add-btn:hover:after,
.add-btn.secondary:hover:before,
.add-btn.secondary:hover:after {
  background-color: getHoverColor(#91adcc);
}
.alert.alert-secondary .close-btn:active:before,
.alert.alert-secondary .close-btn:active:after,
.close-btn.secondary:active:before,
.close-btn.secondary:active:after,
.alert.alert-secondary .add-btn:active:before,
.alert.alert-secondary .add-btn:active:after,
.add-btn.secondary:active:before,
.add-btn.secondary:active:after {
  background-color: getActiveColor(#91adcc);
}
.alert.alert-info .b2m-btn.btn-solid,
.b2m-btn.btn-solid.info {
  color: #fff;
  background-color: #044e97;
  border-color: #044e97;
  text-transform: uppercase;
}
.alert.alert-info .b2m-btn.btn-solid:hover,
.b2m-btn.btn-solid.info:hover {
  background-color: getHoverColor(#044e97);
  border-color: getHoverColor(#044e97);
  box-shadow: 0 0 0 1px getHoverColor(#044e97);
}
.alert.alert-info .b2m-btn.btn-solid:active,
.b2m-btn.btn-solid.info:active {
  background-color: getActiveColor(#044e97);
  border-color: getActiveColor(#044e97);
  box-shadow: 0 0 0 1px getActiveColor(#044e97);
}
.alert.alert-info .b2m-btn.btn-line,
.b2m-btn.btn-line.info {
  color: #044e97;
  background-color: #fff;
  border-color: #044e97;
  text-transform: uppercase;
}
.alert.alert-info .b2m-btn.btn-line:hover,
.b2m-btn.btn-line.info:hover {
  color: getHoverColor(#044e97);
  border-color: getHoverColor(#044e97);
  box-shadow: 0 0 0 1px getHoverColor(#044e97);
}
.alert.alert-info .b2m-btn.btn-line:active,
.b2m-btn.btn-line.info:active {
  color: getActiveColor(#044e97);
  border-color: getActiveColor(#044e97);
  box-shadow: 0 0 0 1px getActiveColor(#044e97);
}
.alert.alert-info .b2m-btn.btn-link,
.b2m-btn.btn-link.info {
  color: #044e97;
}
.alert.alert-info .b2m-btn.btn-link:after,
.b2m-btn.btn-link.info:after {
  background-color: #044e97;
}
.alert.alert-info .b2m-btn.btn-link:hover,
.b2m-btn.btn-link.info:hover {
  color: getHoverColor(#044e97);
}
.alert.alert-info .b2m-btn.btn-link:hover:after,
.b2m-btn.btn-link.info:hover:after {
  background-color: getHoverColor(#044e97);
}
.alert.alert-info .b2m-btn.btn-link:active,
.b2m-btn.btn-link.info:active {
  color: getActiveColor(#044e97);
}
.alert.alert-info .b2m-btn.btn-link:active:after,
.b2m-btn.btn-link.info:active:after {
  background-color: getActiveColor(#044e97);
}
.alert.alert-info .close-btn,
.close-btn.info,
.alert.alert-info .add-btn,
.add-btn.info {
  border-color: getTranslucidColor(#044e97);
}
.alert.alert-info .close-btn:hover,
.close-btn.info:hover,
.alert.alert-info .add-btn:hover,
.add-btn.info:hover {
  border-color: getHoverColor(#044e97);
}
.alert.alert-info .close-btn:active,
.close-btn.info:active,
.alert.alert-info .add-btn:active,
.add-btn.info:active {
  border-color: getActiveColor(#044e97);
}
.alert.alert-info .close-btn:before,
.alert.alert-info .close-btn:after,
.close-btn.info:before,
.close-btn.info:after,
.alert.alert-info .add-btn:before,
.alert.alert-info .add-btn:after,
.add-btn.info:before,
.add-btn.info:after {
  background-color: #044e97;
}
.alert.alert-info .close-btn:hover:before,
.alert.alert-info .close-btn:hover:after,
.close-btn.info:hover:before,
.close-btn.info:hover:after,
.alert.alert-info .add-btn:hover:before,
.alert.alert-info .add-btn:hover:after,
.add-btn.info:hover:before,
.add-btn.info:hover:after {
  background-color: getHoverColor(#044e97);
}
.alert.alert-info .close-btn:active:before,
.alert.alert-info .close-btn:active:after,
.close-btn.info:active:before,
.close-btn.info:active:after,
.alert.alert-info .add-btn:active:before,
.alert.alert-info .add-btn:active:after,
.add-btn.info:active:before,
.add-btn.info:active:after {
  background-color: getActiveColor(#044e97);
}
.alert.alert-success .b2m-btn.btn-solid,
.b2m-btn.btn-solid.success {
  color: #fff;
  background-color: #36a34d;
  border-color: #36a34d;
  text-transform: uppercase;
}
.alert.alert-success .b2m-btn.btn-solid:hover,
.b2m-btn.btn-solid.success:hover {
  background-color: getHoverColor(#36a34d);
  border-color: getHoverColor(#36a34d);
  box-shadow: 0 0 0 1px getHoverColor(#36a34d);
}
.alert.alert-success .b2m-btn.btn-solid:active,
.b2m-btn.btn-solid.success:active {
  background-color: getActiveColor(#36a34d);
  border-color: getActiveColor(#36a34d);
  box-shadow: 0 0 0 1px getActiveColor(#36a34d);
}
.alert.alert-success .b2m-btn.btn-line,
.b2m-btn.btn-line.success {
  color: #36a34d;
  background-color: #fff;
  border-color: #36a34d;
  text-transform: uppercase;
}
.alert.alert-success .b2m-btn.btn-line:hover,
.b2m-btn.btn-line.success:hover {
  color: getHoverColor(#36a34d);
  border-color: getHoverColor(#36a34d);
  box-shadow: 0 0 0 1px getHoverColor(#36a34d);
}
.alert.alert-success .b2m-btn.btn-line:active,
.b2m-btn.btn-line.success:active {
  color: getActiveColor(#36a34d);
  border-color: getActiveColor(#36a34d);
  box-shadow: 0 0 0 1px getActiveColor(#36a34d);
}
.alert.alert-success .b2m-btn.btn-link,
.b2m-btn.btn-link.success {
  color: #36a34d;
}
.alert.alert-success .b2m-btn.btn-link:after,
.b2m-btn.btn-link.success:after {
  background-color: #36a34d;
}
.alert.alert-success .b2m-btn.btn-link:hover,
.b2m-btn.btn-link.success:hover {
  color: getHoverColor(#36a34d);
}
.alert.alert-success .b2m-btn.btn-link:hover:after,
.b2m-btn.btn-link.success:hover:after {
  background-color: getHoverColor(#36a34d);
}
.alert.alert-success .b2m-btn.btn-link:active,
.b2m-btn.btn-link.success:active {
  color: getActiveColor(#36a34d);
}
.alert.alert-success .b2m-btn.btn-link:active:after,
.b2m-btn.btn-link.success:active:after {
  background-color: getActiveColor(#36a34d);
}
.alert.alert-success .close-btn,
.close-btn.success,
.alert.alert-success .add-btn,
.add-btn.success {
  border-color: getTranslucidColor(#36a34d);
}
.alert.alert-success .close-btn:hover,
.close-btn.success:hover,
.alert.alert-success .add-btn:hover,
.add-btn.success:hover {
  border-color: getHoverColor(#36a34d);
}
.alert.alert-success .close-btn:active,
.close-btn.success:active,
.alert.alert-success .add-btn:active,
.add-btn.success:active {
  border-color: getActiveColor(#36a34d);
}
.alert.alert-success .close-btn:before,
.alert.alert-success .close-btn:after,
.close-btn.success:before,
.close-btn.success:after,
.alert.alert-success .add-btn:before,
.alert.alert-success .add-btn:after,
.add-btn.success:before,
.add-btn.success:after {
  background-color: #36a34d;
}
.alert.alert-success .close-btn:hover:before,
.alert.alert-success .close-btn:hover:after,
.close-btn.success:hover:before,
.close-btn.success:hover:after,
.alert.alert-success .add-btn:hover:before,
.alert.alert-success .add-btn:hover:after,
.add-btn.success:hover:before,
.add-btn.success:hover:after {
  background-color: getHoverColor(#36a34d);
}
.alert.alert-success .close-btn:active:before,
.alert.alert-success .close-btn:active:after,
.close-btn.success:active:before,
.close-btn.success:active:after,
.alert.alert-success .add-btn:active:before,
.alert.alert-success .add-btn:active:after,
.add-btn.success:active:before,
.add-btn.success:active:after {
  background-color: getActiveColor(#36a34d);
}
.alert.alert-warning .b2m-btn.btn-solid,
.b2m-btn.btn-solid.warning {
  color: #fff;
  background-color: #f60;
  border-color: #f60;
  text-transform: uppercase;
}
.alert.alert-warning .b2m-btn.btn-solid:hover,
.b2m-btn.btn-solid.warning:hover {
  background-color: getHoverColor(#ff6600);
  border-color: getHoverColor(#ff6600);
  box-shadow: 0 0 0 1px getHoverColor(#ff6600);
}
.alert.alert-warning .b2m-btn.btn-solid:active,
.b2m-btn.btn-solid.warning:active {
  background-color: getActiveColor(#ff6600);
  border-color: getActiveColor(#ff6600);
  box-shadow: 0 0 0 1px getActiveColor(#ff6600);
}
.alert.alert-warning .b2m-btn.btn-line,
.b2m-btn.btn-line.warning {
  color: #f60;
  background-color: #fff;
  border-color: #f60;
  text-transform: uppercase;
}
.alert.alert-warning .b2m-btn.btn-line:hover,
.b2m-btn.btn-line.warning:hover {
  color: getHoverColor(#ff6600);
  border-color: getHoverColor(#ff6600);
  box-shadow: 0 0 0 1px getHoverColor(#ff6600);
}
.alert.alert-warning .b2m-btn.btn-line:active,
.b2m-btn.btn-line.warning:active {
  color: getActiveColor(#ff6600);
  border-color: getActiveColor(#ff6600);
  box-shadow: 0 0 0 1px getActiveColor(#ff6600);
}
.alert.alert-warning .b2m-btn.btn-link,
.b2m-btn.btn-link.warning {
  color: #f60;
}
.alert.alert-warning .b2m-btn.btn-link:after,
.b2m-btn.btn-link.warning:after {
  background-color: #f60;
}
.alert.alert-warning .b2m-btn.btn-link:hover,
.b2m-btn.btn-link.warning:hover {
  color: getHoverColor(#ff6600);
}
.alert.alert-warning .b2m-btn.btn-link:hover:after,
.b2m-btn.btn-link.warning:hover:after {
  background-color: getHoverColor(#ff6600);
}
.alert.alert-warning .b2m-btn.btn-link:active,
.b2m-btn.btn-link.warning:active {
  color: getActiveColor(#ff6600);
}
.alert.alert-warning .b2m-btn.btn-link:active:after,
.b2m-btn.btn-link.warning:active:after {
  background-color: getActiveColor(#ff6600);
}
.alert.alert-warning .close-btn,
.close-btn.warning,
.alert.alert-warning .add-btn,
.add-btn.warning {
  border-color: getTranslucidColor(#ff6600);
}
.alert.alert-warning .close-btn:hover,
.close-btn.warning:hover,
.alert.alert-warning .add-btn:hover,
.add-btn.warning:hover {
  border-color: getHoverColor(#ff6600);
}
.alert.alert-warning .close-btn:active,
.close-btn.warning:active,
.alert.alert-warning .add-btn:active,
.add-btn.warning:active {
  border-color: getActiveColor(#ff6600);
}
.alert.alert-warning .close-btn:before,
.alert.alert-warning .close-btn:after,
.close-btn.warning:before,
.close-btn.warning:after,
.alert.alert-warning .add-btn:before,
.alert.alert-warning .add-btn:after,
.add-btn.warning:before,
.add-btn.warning:after {
  background-color: #f60;
}
.alert.alert-warning .close-btn:hover:before,
.alert.alert-warning .close-btn:hover:after,
.close-btn.warning:hover:before,
.close-btn.warning:hover:after,
.alert.alert-warning .add-btn:hover:before,
.alert.alert-warning .add-btn:hover:after,
.add-btn.warning:hover:before,
.add-btn.warning:hover:after {
  background-color: getHoverColor(#ff6600);
}
.alert.alert-warning .close-btn:active:before,
.alert.alert-warning .close-btn:active:after,
.close-btn.warning:active:before,
.close-btn.warning:active:after,
.alert.alert-warning .add-btn:active:before,
.alert.alert-warning .add-btn:active:after,
.add-btn.warning:active:before,
.add-btn.warning:active:after {
  background-color: getActiveColor(#ff6600);
}
.alert.alert-danger .b2m-btn.btn-solid,
.b2m-btn.btn-solid.danger {
  color: #fff;
  background-color: #ea3632;
  border-color: #ea3632;
  text-transform: uppercase;
}
.alert.alert-danger .b2m-btn.btn-solid:hover,
.b2m-btn.btn-solid.danger:hover {
  background-color: getHoverColor(#ea3632);
  border-color: getHoverColor(#ea3632);
  box-shadow: 0 0 0 1px getHoverColor(#ea3632);
}
.alert.alert-danger .b2m-btn.btn-solid:active,
.b2m-btn.btn-solid.danger:active {
  background-color: getActiveColor(#ea3632);
  border-color: getActiveColor(#ea3632);
  box-shadow: 0 0 0 1px getActiveColor(#ea3632);
}
.alert.alert-danger .b2m-btn.btn-line,
.b2m-btn.btn-line.danger {
  color: #ea3632;
  background-color: #fff;
  border-color: #ea3632;
  text-transform: uppercase;
}
.alert.alert-danger .b2m-btn.btn-line:hover,
.b2m-btn.btn-line.danger:hover {
  color: getHoverColor(#ea3632);
  border-color: getHoverColor(#ea3632);
  box-shadow: 0 0 0 1px getHoverColor(#ea3632);
}
.alert.alert-danger .b2m-btn.btn-line:active,
.b2m-btn.btn-line.danger:active {
  color: getActiveColor(#ea3632);
  border-color: getActiveColor(#ea3632);
  box-shadow: 0 0 0 1px getActiveColor(#ea3632);
}
.alert.alert-danger .b2m-btn.btn-link,
.b2m-btn.btn-link.danger {
  color: #ea3632;
}
.alert.alert-danger .b2m-btn.btn-link:after,
.b2m-btn.btn-link.danger:after {
  background-color: #ea3632;
}
.alert.alert-danger .b2m-btn.btn-link:hover,
.b2m-btn.btn-link.danger:hover {
  color: getHoverColor(#ea3632);
}
.alert.alert-danger .b2m-btn.btn-link:hover:after,
.b2m-btn.btn-link.danger:hover:after {
  background-color: getHoverColor(#ea3632);
}
.alert.alert-danger .b2m-btn.btn-link:active,
.b2m-btn.btn-link.danger:active {
  color: getActiveColor(#ea3632);
}
.alert.alert-danger .b2m-btn.btn-link:active:after,
.b2m-btn.btn-link.danger:active:after {
  background-color: getActiveColor(#ea3632);
}
.alert.alert-danger .close-btn,
.close-btn.danger,
.alert.alert-danger .add-btn,
.add-btn.danger {
  border-color: getTranslucidColor(#ea3632);
}
.alert.alert-danger .close-btn:hover,
.close-btn.danger:hover,
.alert.alert-danger .add-btn:hover,
.add-btn.danger:hover {
  border-color: getHoverColor(#ea3632);
}
.alert.alert-danger .close-btn:active,
.close-btn.danger:active,
.alert.alert-danger .add-btn:active,
.add-btn.danger:active {
  border-color: getActiveColor(#ea3632);
}
.alert.alert-danger .close-btn:before,
.alert.alert-danger .close-btn:after,
.close-btn.danger:before,
.close-btn.danger:after,
.alert.alert-danger .add-btn:before,
.alert.alert-danger .add-btn:after,
.add-btn.danger:before,
.add-btn.danger:after {
  background-color: #ea3632;
}
.alert.alert-danger .close-btn:hover:before,
.alert.alert-danger .close-btn:hover:after,
.close-btn.danger:hover:before,
.close-btn.danger:hover:after,
.alert.alert-danger .add-btn:hover:before,
.alert.alert-danger .add-btn:hover:after,
.add-btn.danger:hover:before,
.add-btn.danger:hover:after {
  background-color: getHoverColor(#ea3632);
}
.alert.alert-danger .close-btn:active:before,
.alert.alert-danger .close-btn:active:after,
.close-btn.danger:active:before,
.close-btn.danger:active:after,
.alert.alert-danger .add-btn:active:before,
.alert.alert-danger .add-btn:active:after,
.add-btn.danger:active:before,
.add-btn.danger:active:after {
  background-color: getActiveColor(#ea3632);
}
.b2m-btn.btn-solid.inverted {
  color: #044e97;
  background-color: #fff;
  border-color: #044e97;
}
.b2m-btn.btn-solid.inverted:active,
.b2m-btn.btn-solid.inverted:hover {
  color: getHoverColor(#044e97);
  border-color: getHoverColor(#044e97);
  background-color: #f3f5f9;
  box-shadow: 0 0 0 1px getHoverColor(#044e97);
}
.b2m-btn.btn-line.inverted {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}
.b2m-btn.btn-line.inverted:active,
.b2m-btn.btn-line.inverted:hover {
  color: #fff;
  border-color: #fff;
  box-shadow: 0 0 0 1px getHoverColor(#ffffff);
}
.b2m-btn.btn-link.inverted {
  color: #fff;
}
.b2m-btn.btn-link.inverted::after {
  background-color: #fff;
}
.b2m-btn.btn-link.inverted:hover,
.b2m-btn.btn-link.inverted:active {
  color: getHoverColor(#ffffff);
}
.b2m-btn.btn-link.inverted:hover::after,
.b2m-btn.btn-link.inverted:active::after {
  background-color: getHoverColor(#ffffff);
}
.input-group {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: var(--space-2);
}
.input-addon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 9px;
  line-height: 30px;
  text-align: center;
}
.input-addon.left {
  left: 10px;
}
.input-addon.right {
  right: 10px;
}
.input-addon.right ~ input {
  padding-right: 50px;
}
.input-addon.left ~ input {
  padding-left: 50px;
}
.input-addon.left ~ label {
  left: 50px !important;
}
.input-addon.left ~ label.active {
  left: 0 !important;
}
.input-addon .status-loading,
.input-addon .status-ok,
.input-addon .status-bad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.3s;
}
.input-addon.status-loading .status-loading {
  opacity: 1;
}
.input-addon.status-ok .status-ok {
  opacity: 1;
}
.input-addon.status-bad .status-bad {
  opacity: 1;
}
.input-addon .status-loading {
  color: #044e97;
}
.input-addon .status-ok {
  color: #099c14;
}
.input-addon .status-bad {
  color: red;
}
label {
  margin: 0;
}
input {
  padding: 0;
}
.form-group {
  position: relative;
  margin: 20px 0;
}
.form-group input[type="color"],
.form-group input[type="date"],
.form-group input[type="datetime-local"],
.form-group input[type="email"],
.form-group input[type="image"],
.form-group input[type="month"],
.form-group input[type="number"],
.form-group input[type="password"],
.form-group input[type="range"],
.form-group input[type="search"],
.form-group input[type="tel"],
.form-group input[type="text"],
.form-group input[type="time"],
.form-group input[type="url"],
.form-group input[type="week"],
.form-group textarea {
  display: block;
  color: var(--content-mid);
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  box-shadow: none;
  width: 100%;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid var(--surface-mid);
  transition: all 0.3s ease;
}
.form-group textarea {
  height: 48px;
  min-height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 24px;
  transition: box-shadow 0.3s ease;
}
.form-group input[type="color"]:focus,
.form-group input[type="date"]:focus,
.form-group input[type="datetime-local"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="image"]:focus,
.form-group input[type="month"]:focus,
.form-group input[type="number"]:focus,
.form-group input[type="password"]:focus,
.form-group input[type="range"]:focus,
.form-group input[type="search"]:focus,
.form-group input[type="tel"]:focus,
.form-group input[type="text"]:focus,
.form-group input[type="time"]:focus,
.form-group input[type="url"]:focus,
.form-group input[type="week"]:focus,
.form-group textarea:focus {
  outline: 0;
  border-bottom-color: var(--surface-action-mid);
  box-shadow: 0 2px 0px 0px var(--surface-action-mid);
}
.b2m-checkbox,
.b2m-radio {
  position: relative;
  display: block;
  padding: 13px 0 13px 1.5rem;
}
.b2m-checkbox input[type="checkbox"],
.b2m-radio input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.b2m-checkbox input[type="checkbox"]:checked ~ label::before,
.b2m-radio input[type="radio"]:checked ~ label::before {
  color: var(--content-low);
  border-color: var(--surface-primary);
  background-color: var(--surface-primary);
}
.b2m-checkbox input[type="checkbox"]:focus ~ label::before,
.b2m-radio input[type="radio"]:focus ~ label::before {
  box-shadow: 0 0 0 0.2rem rgba(var(--surface-primary), 0.25);
}
form.submitted .b2m-checkbox input[type="checkbox"].ng-invalid:focus ~ label::before,
form.submitted .b2m-radio input[type="radio"].ng-invalid:focus ~ label::before {
  box-shadow: 0 0 0 0.2rem var(--semantic-problem-surface-low);
}
.b2m-checkbox input[type="checkbox"]:focus:not(:checked) ~ label::before,
.b2m-radio input[type="radio"]:focus:not(:checked) ~ label::before {
  border-color: var(--semantic-notification-surface-low);
  background-color: var(--semantic-notification-surface-low) !important;
}
form.submitted .b2m-checkbox input[type="checkbox"].ng-invalid:focus:not(:checked) ~ label::before,
form.submitted .b2m-radio input[type="radio"].ng-invalid:focus:not(:checked) ~ label::before {
  border-color: var(--semantic-problem-surface-high);
}
.b2m-checkbox input[type="checkbox"]:not(:disabled):focus ~ label::before,
.b2m-radio input[type="radio"]:not(:disabled):focus ~ label::before {
  color: var(--content-low);
  background-color: var(--surface-primary);
  border-color: var(--surface-action-mid);
}
.b2m-checkbox input[type="checkbox"]:disabled ~ label,
.b2m-radio input[type="radio"]:disabled ~ label {
  color: var(--content-low);
}
.b2m-checkbox input[type="checkbox"]:disabled ~ label::before,
.b2m-radio input[type="radio"]:disabled ~ label::before {
  background-color: var(--surface-low);
}
.b2m-checkbox label,
.b2m-radio label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.b2m-checkbox label::before,
.b2m-radio label::before {
  position: absolute;
  top: 50%;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  transform: translateY(-50%);
  background-color: var(--surface-raised);
  border: 1px solid var(--content-primary);
}
form.submitted .b2m-checkbox input[type="checkbox"].ng-invalid ~ label::before,
form.submitted .b2m-radio input[type="radio"].ng-invalid ~ label::before {
  border-color: var(--semantic-problem-surface-high);
}
form.submitted .b2m-checkbox input[type="checkbox"].ng-invalid ~ label,
form.submitted .b2m-radio input[type="radio"].ng-invalid ~ label {
  color: var(--semantic-problem-content);
}
.b2m-checkbox label::after,
.b2m-radio label::after {
  position: absolute;
  top: 50%;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  transform: translateY(-50%);
  background: no-repeat 50%/50% 50%;
}
.b2m-checkbox label::before {
  border-radius: 0.25rem;
}
.b2m-checkbox input:checked ~ label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.b2m-checkbox input:indeterminate ~ label::before {
  border-color: var(--surface-primary);
  background-color: var(--surface-primary);
}
.b2m-checkbox input:indeterminate ~ label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.b2m-checkbox input:disabled:checked ~ label::before {
  background-color: var(--surface-action-mid);
}
.b2m-checkbox input:disabled:indeterminate ~ label::before {
  background-color: var(--surface-action-mid);
}
.b2m-radio label::before {
  border-radius: 50%;
}
.b2m-radio input:checked ~ label::after {
  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");
}
.b2m-radio input:disabled:checked ~ label::before {
  background-color: var(--surface-action-mid);
}
.input-addon {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.input-addon-width-auto {
  width: auto;
}
.input-addon.left {
  left: 0;
}
.input-addon.right {
  right: 0;
}
.input-addon.left ~ input {
  padding-left: 50px;
}
.input-addon.right ~ input {
  padding-right: 50px;
}
.input-addon button {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  line-height: inherit;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.input-addon button:hover,
.input-addon button:active {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.input-addon button i {
  position: relative;
  z-index: 1;
}
.input-addon button:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--surface-low);
  z-index: 0;
  transition: inherit;
}
.input-addon button:hover:before {
  background-color: var(--surface-action-low);
}
.input-addon button:active {
  outline: 0;
  color: var(--content-low);
}
.input-addon button:active:before {
  background-color: var(--surface-primary);
}
::placeholder {
  color: var(--content-low);
}
:-moz-placeholder {
  color: var(--content-low);
}
:-ms-input-placeholder {
  color: var(--content-low);
}
::-webkit-input-placeholder {
  color: var(--content-low);
}
.char-count {
  font-size: 0.6rem;
  line-height: 13px;
  opacity: 0.8;
  margin-top: 5px;
}
form.submitted .form-group input[type="color"].ng-invalid,
form.submitted .form-group input[type="date"].ng-invalid,
form.submitted .form-group input[type="datetime-local"].ng-invalid,
form.submitted .form-group input[type="email"].ng-invalid,
form.submitted .form-group input[type="image"].ng-invalid,
form.submitted .form-group input[type="month"].ng-invalid,
form.submitted .form-group input[type="number"].ng-invalid,
form.submitted .form-group input[type="password"].ng-invalid,
form.submitted .form-group input[type="range"].ng-invalid,
form.submitted .form-group input[type="search"].ng-invalid,
form.submitted .form-group input[type="tel"].ng-invalid,
form.submitted .form-group input[type="text"].ng-invalid,
form.submitted .form-group input[type="time"].ng-invalid,
form.submitted .form-group input[type="url"].ng-invalid,
form.submitted .form-group input[type="week"].ng-invalid {
  border-bottom-color: var(--semantic-problem-surface-high);
  color: var(--semantic-problem-content);
}
form.submitted .form-group select.ng-invalid ~ .nice-select {
  border-color: var(--semantic-problem-surface-high);
  color: var(--semantic-problem-content);
}
form.submitted .form-group input[type="color"].ng-invalid:focus,
form.submitted .form-group input[type="date"].ng-invalid:focus,
form.submitted .form-group input[type="datetime-local"].ng-invalid:focus,
form.submitted .form-group input[type="email"].ng-invalid:focus,
form.submitted .form-group input[type="image"].ng-invalid:focus,
form.submitted .form-group input[type="month"].ng-invalid:focus,
form.submitted .form-group input[type="number"].ng-invalid:focus,
form.submitted .form-group input[type="password"].ng-invalid:focus,
form.submitted .form-group input[type="range"].ng-invalid:focus,
form.submitted .form-group input[type="search"].ng-invalid:focus,
form.submitted .form-group input[type="tel"].ng-invalid:focus,
form.submitted .form-group input[type="text"].ng-invalid:focus,
form.submitted .form-group input[type="time"].ng-invalid:focus,
form.submitted .form-group input[type="url"].ng-invalid:focus,
form.submitted .form-group input[type="week"].ng-invalid:focus,
form.submitted .form-group select.ng-invalid ~ .nice-select.open {
  box-shadow: 0 2px 0px 0px var(--semantic-problem-surface-high);
}
.invalid-feedback {
  display: none;
  color: var(--semantic-problem-content);
  margin-top: 5px;
  font-size: 0.8rem;
}
form.submitted .invalid-feedback {
  display: block;
}
.b2m-link {
  text-decoration: underline;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
}
.b2m-link:not(.inverted) {
  color: #044e97;
}
.b2m-link:not(.inverted):visited {
  color: #4b2da1;
}
.b2m-link:not(.inverted):hover {
  color: #0f335b;
}
.b2m-link:not(.inverted):focus {
  color: #0f335b;
}
.b2m-link:not(.inverted):active {
  color: #022f5b;
}
.b2m-link.inverted {
  color: #91adcc;
}
.b2m-link.inverted:visited {
  color: #0081ce;
}
.b2m-link.inverted:hover {
  color: #e8edf4;
}
.b2m-link.inverted:focus {
  color: #e8edf4;
}
.b2m-link.inverted:active {
  color: #fff;
}
.page-contents-wrapper > section {
  padding: 140px 0 120px;
}
@media (prefers-reduced-motion: no-preference) {
  .page-contents-wrapper > section {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.6s ease-out;
  }
  .page-contents-wrapper > section[data-animation-state="wait"] {
    transform: translateY(20px);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: no-preference) and (max-width: 767px) {
  .page-contents-wrapper > section[data-animation-state="wait"] {
    transform: translateY(10px);
  }
}
@media (max-width: 1199px) {
  .page-contents-wrapper > section {
    padding: 120px 0 100px;
  }
}
@media (max-width: 991px) {
  .page-contents-wrapper > section {
    padding: 100px 0 80px;
  }
}
@media (max-width: 767px) {
  .page-contents-wrapper > section {
    padding: 100px 0 60px;
  }
}
.b2m-scroll::-webkit-scrollbar-track {
  width: 10px;
  background-color: #fff;
}
.b2m-scroll::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}
.b2m-scroll::-webkit-scrollbar-thumb {
  background-color: #044e97;
  border-radius: 8px;
  border: 2px solid #fff;
}
.b2m-scroll::-webkit-scrollbar-track:horizontal {
  height: 10px;
  background-color: #fff;
}
.b2m-scroll::-webkit-scrollbar:horizontal {
  height: 10px;
  background-color: #fff;
}
.b2m-scroll::-webkit-scrollbar-thumb:horizontal {
  background-color: #044e97;
  border-radius: 6px;
  border: 2px solid #fff;
}
.b2m-scroll-inverted::-webkit-scrollbar-track {
  width: 10px;
  background-color: #044e97;
}
.b2m-scroll-inverted::-webkit-scrollbar {
  width: 10px;
  background-color: #044e97;
}
.b2m-scroll-inverted::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #044e97;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ng-select.nice-select {
  border: 0 solid rgba(0, 0, 0, 0);
  line-height: 47px;
  height: auto;
  border-bottom: 1px solid var(--surface-low);
  border-radius: 0;
  transition: all 0.3s ease;
  color: var(--content-high);
  padding-left: 5px;
  padding-right: 30px;
}
.ng-select.nice-select .current {
  height: auto;
  line-height: inherit;
  display: flex;
  align-items: center;
}
.ng-select.nice-select .current img {
  display: inline-block;
  height: 20px;
  margin-right: 10px;
}
.ng-select.nice-select .current::after {
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 5px solid;
  margin: 0 4px;
  color: var(--content-high);
  transition: all 0.3s ease;
  transform: translateY(-2px);
  border-bottom: 0;
  margin: 0;
  right: -20px;
}
.ng-select.nice-select ul.list {
  min-width: 220px;
}
.ng-select.nice-select ul.list li {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ng-select.nice-select ul.list li img {
  display: inline-block;
  height: 20px;
  margin-right: 10px;
}
.ng-select.nice-select:hover,
.ng-select.nice-select:focus,
.ng-select.nice-select.open {
  z-index: 100;
  border-bottom-color: var(--surface-action-mid);
}
.ng-select.nice-select:hover::after,
.ng-select.nice-select:focus::after,
.ng-select.nice-select.open::after {
  color: var(--surface-action-mid);
}
.ng-select.nice-select:focus,
.ng-select.nice-select.open {
  box-shadow: 0 2px 0 0 var(--surface-action-mid);
}
.ng-select.nice-select.truncate .text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.ng-select.nice-select.disabled {
  filter: grayscale(1);
  cursor: not-allowed;
}
.ng-select.nice-select.disabled .current {
  opacity: 0.5;
}
.page-contents-wrapper {
  min-height: calc(100vh - 331px);
  background: var(--background-base);
  transition: all 0.6s ease;
}
body {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Manrope, sans-serif;
  color: var(--content-high);
}
.manrope {
  font-family: Manrope, sans-serif;
}
.rubik {
  font-family: Rubik, sans-serif;
}
.h1 {
  font-family: Rubik, Arial, sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.25px;
}
.h2 {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.25px;
}
.h3 {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.h4 {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.h5 {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.h6 {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.b2m-component-alert-banner {
  position: relative;
  z-index: 1;
}
.b2m-component-alert-banner .box {
  border-radius: var(--radius-m);
  padding: var(--space-6) var(--space-8);
  background: var(--surface-promo-low);
  margin-bottom: var(--space-6);
  display: flex;
  justify-content: space-between;
  gap: var(--space-6);
  flex-wrap: wrap;
}
.b2m-component-alert-banner .box .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199px) {
  .b2m-component-alert-banner .box .content {
    width: 100%;
    align-items: center;
    text-align: center;
  }
}
.b2m-component-alert-banner .box .content .title {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: var(--space-1);
  color: var(--content-high);
}
.b2m-component-alert-banner .box .content .subtitle {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: var(--space-3);
  color: var(--content-high);
}
.b2m-component-alert-banner .box .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 235px;
}
@media (max-width: 1199px) {
  .b2m-component-alert-banner .box .image {
    width: 100%;
    align-items: center;
    text-align: center;
  }
}
.b2m-component-avatar {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--surface-low);
}
.b2m-component-avatar .icon {
  position: relative;
  z-index: 2;
}
.b2m-component-avatar .flag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.b2m-component-avatar .badge {
  display: flex;
  position: absolute;
  bottom: -2px;
  right: -2px;
  z-index: 3;
}
.b2m-component-avatar .badge.badge-icon {
  background: var(--surface-ontexture);
  border-radius: var(--radius-xl);
}
.b2m-component-avatar .badge.badge-icon i {
  color: var(--content-primary);
}
.b2m-component-avatar .badge.badge-icon i.b2m-icon-favourite-fill {
  color: var(--support-gold-surface-high);
}
.b2m-component-avatar .badge.badge-new {
  height: var(--space-5);
  width: fit-content;
  background: var(--semantic-problem-content);
  border-radius: var(--radius-xl);
  padding: var(--space-1);
  align-items: center;
}
.b2m-component-avatar .badge.badge-new span {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: var(--content-onprimary);
}
.b2m-component-avatar .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: var(--surface-low);
}
.b2m-component-avatar.avatar-size-large {
  height: var(--space-16);
  width: var(--space-16);
  font-size: 32px;
}
.b2m-component-avatar.avatar-size-large .badge-icon {
  height: 28px;
  width: 28px;
  padding: var(--space-1);
  font-size: 20px;
}
.b2m-component-avatar.avatar-size-medium {
  height: var(--space-10);
  width: var(--space-10);
  font-size: 24px;
}
.b2m-component-avatar.avatar-size-medium .badge-icon {
  height: var(--space-5);
  width: var(--space-5);
  padding: 2px;
  font-size: 16px;
}
.b2m-component-avatar.avatar-size-medium .badge-new {
  right: 1px;
}
.b2m-component-avatar.avatar-size-small {
  height: var(--space-6);
  width: var(--space-6);
}
.b2m-component-avatar[data-type="flag"] .flag {
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
}
.b2m-component-avatar-web {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: var(--radius-xl);
  border: 2px solid var(--content-onprimary);
  background: var(--surface-promo-low);
  color: var(--content-primary);
}
.b2m-component-avatar-web.avatar-web-size-large {
  height: 64px;
  width: 64px;
  font-size: 32px;
}
.b2m-component-avatar-web.avatar-web-size-large .number {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.25px;
}
.b2m-component-avatar-web.avatar-web-size-medium {
  height: 40px;
  width: 40px;
  font-size: 24px;
}
.b2m-component-avatar-web.avatar-web-size-medium .number {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.b2m-component-avatar-web.avatar-web-kind-number-ghost {
  background: none;
  color: var(--content-low);
}
.b2m-component-avatar-web.avatar-web-kind-number-ghost.avatar-web-size-large {
  height: 64px;
  width: 64px;
  font-size: 32px;
}
.b2m-component-avatar-web.avatar-web-kind-number-ghost.avatar-web-size-large .number {
  font-family: Rubik, Arial, sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.25px;
}
.b2m-component-avatar-web.avatar-web-kind-number-ghost.avatar-web-size-medium {
  height: 40px;
  width: 40px;
  font-size: 24px;
}
.b2m-component-avatar-web.avatar-web-kind-number-ghost.avatar-web-size-medium .number {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.25px;
}
.b2m-component-banner {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  border-radius: var(--radius-l);
  overflow: hidden;
  text-decoration: none;
}
@media (min-width: 768px) {
  .b2m-component-banner {
    align-self: stretch;
  }
}
.b2m-component-banner.template-compact {
  flex-basis: 40%;
  max-width: 640px;
}
@media (max-width: 767px) {
  .b2m-component-banner.template-compact {
    flex-basis: 100%;
    max-width: 460px;
  }
}
.b2m-component-banner.template-wide {
  flex-basis: 100%;
  max-width: 100%;
}
.b2m-component-banner.hoverable:hover,
.b2m-component-banner.hoverable:focus {
  text-decoration: none;
}
.b2m-component-banner.hoverable:hover .image,
.b2m-component-banner.hoverable:focus .image {
  transform: scale(1.05);
}
.b2m-component-banner .banner-contents {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .b2m-component-banner .banner-contents {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
  }
}
.b2m-component-banner .banner-contents .box {
  width: 100%;
}
.b2m-component-banner .banner-contents .box.text {
  padding: var(--space-12) var(--space-8);
}
@media (max-width: 1199px) {
  .b2m-component-banner .banner-contents .box.text {
    padding: var(--space-8) var(--space-6);
  }
}
@media (max-width: 767px) {
  .b2m-component-banner .banner-contents .box.text {
    padding: var(--space-6);
  }
}
.b2m-component-banner .banner-contents .box.text .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--space-4);
}
.b2m-component-banner .banner-contents .box.text .inner .main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--space-4);
}
.b2m-component-banner .banner-contents .box.text .inner .main .title {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.25px;
}
.b2m-component-banner .banner-contents .box.text .inner .main .subtitle {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.b2m-component-banner .banner-contents .box.text .inner .main .text {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.b2m-component-banner .banner-contents .box.text .inner .buttons-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: var(--space-6);
}
.b2m-component-banner .banner-contents .box.image {
  transition: transform 0.6s ease 0s;
}
@media (max-width: 767px) {
  .b2m-component-banner .banner-contents .box.image .b2m-component-image img {
    object-fit: contain !important;
  }
}
.b2m-component-banner .banner-contents.template-compact .box {
  position: relative;
  display: flex;
}
.b2m-component-banner .banner-contents.template-compact .box.text {
  position: relative;
  z-index: 2;
  max-width: 65%;
}
@media (max-width: 767px) {
  .b2m-component-banner .banner-contents.template-compact .box.text {
    max-width: 100%;
  }
}
.b2m-component-banner .banner-contents.template-compact .box.text.full-width {
  max-width: 100%;
}
.b2m-component-banner .banner-contents.template-compact .box.text::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  aspect-ratio: 1/1;
  background: radial-gradient(closest-side at center, #f3f7fb, transparent);
  transform: translate(-45%, -45%);
  z-index: 1;
}
@media (max-width: 1199px) {
  .b2m-component-banner .banner-contents.template-compact .box.text::after {
    width: 180%;
    transform: translate(-35%, -40%);
  }
}
@media (max-width: 991px) {
  .b2m-component-banner .banner-contents.template-compact .box.text::after {
    display: none;
  }
}
.b2m-component-banner .banner-contents.template-compact .box.image {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 55%;
  max-width: 100%;
  aspect-ratio: 1/1;
}
@media (max-width: 991px) {
  .b2m-component-banner .banner-contents.template-compact .box.image {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .b2m-component-banner .banner-contents.template-compact .box.image {
    position: static !important;
    width: 100%;
  }
}
.b2m-component-banner .banner-contents.template-wide {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: nowrap;
}
.b2m-component-banner .banner-contents.template-wide .box {
  flex: 0 0 50%;
  min-height: 100%;
}
.b2m-component-banner .banner-contents.template-wide .box.text {
  display: flex;
  align-items: center;
}
.b2m-component-banner .banner-contents.template-wide.align-right {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .b2m-component-banner .banner-contents.template-wide.align-right {
    flex-direction: column;
  }
}
.b2m-button {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (prefers-reduced-motion: no-preference) {
  .b2m-button {
    transition: all 0.3s ease;
  }
}
.b2m-button:hover,
.b2m-button:focus {
  text-decoration: none;
}
.b2m-button .button-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b2m-button .button-inner .button-state-wrapper {
  display: none;
  align-items: inherit;
  justify-content: inherit;
  gap: inherit;
}
.b2m-button .button-inner .button-state-wrapper span {
  display: block;
}
.b2m-button .button-inner .button-state-wrapper span i {
  display: block;
}
.b2m-button .button-inner .button-state-wrapper.loading i.b2msf-reload {
  animation: rotate-cw 1s linear infinite;
}
.b2m-button.small {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: var(--space-2);
}
.b2m-button.small.ghost {
  padding-left: 0;
  padding-right: 0;
}
.b2m-button.small .button-inner {
  gap: var(--space-1);
}
.b2m-button.small .button-inner .icon {
  font-size: 16px;
}
.b2m-button.medium {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: var(--space-2) var(--space-3);
}
.b2m-button.medium .button-inner {
  gap: var(--space-1);
}
.b2m-button.medium .button-inner .icon {
  font-size: 20px;
}
.b2m-button.large {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: var(--space-3) var(--space-4);
}
.b2m-button.large .button-inner {
  gap: var(--space-2);
}
.b2m-button.large .button-inner .icon {
  font-size: 24px;
}
.b2m-button.filled {
  border-radius: var(--radius-s);
}
.b2m-button.ghost {
  padding-left: 0;
  padding-right: 0;
}
.b2m-button.primary.filled {
  background: var(--surface-primary);
  color: var(--content-onprimary);
}
.b2m-button.primary.ghost {
  background: rgba(0, 0, 0, 0);
  color: var(--content-primary);
}
.b2m-button.primary-low.filled {
  background: var(--surface-action-mid);
  color: var(--content-high);
}
.b2m-button.primary-low.ghost {
  background: rgba(0, 0, 0, 0);
  color: var(--content-mid);
}
.b2m-button.secondary.filled {
  background: var(--surface-low);
  color: var(--content-high);
}
.b2m-button.secondary.ghost {
  background: rgba(0, 0, 0, 0);
  color: var(--content-mid);
}
.b2m-button.promo.filled {
  background: var(--surface-promo-high);
  color: var(--content-high);
}
.b2m-button.promo.ghost {
  background: rgba(0, 0, 0, 0);
  color: var(--content-primary);
}
.b2m-button.on-primary.filled {
  background: var(--surface-onprimary);
  color: var(--content-primary);
}
.b2m-button.on-primary.ghost {
  background: rgba(0, 0, 0, 0);
  color: var(--content-onprimary);
}
.b2m-button.info.filled {
  background: var(--semantic-notification-content);
  color: var(--content-onprimary);
}
.b2m-button.info.ghost {
  background: rgba(0, 0, 0, 0);
  color: var(--semantic-notification-content);
}
.b2m-button.warning.filled {
  background: var(--semantic-warning-content);
  color: var(--content-onprimary);
}
.b2m-button.warning.ghost {
  background: rgba(0, 0, 0, 0);
  color: var(--semantic-warning-content);
}
.b2m-button.problem.filled {
  background: var(--semantic-problem-content);
  color: var(--content-onprimary);
}
.b2m-button.problem.ghost {
  background: rgba(0, 0, 0, 0);
  color: var(--semantic-problem-content);
}
.b2m-button.success.filled {
  background: var(--semantic-success-content);
  color: var(--content-onprimary);
}
.b2m-button.success.ghost {
  background: rgba(0, 0, 0, 0);
  color: var(--semantic-success-content);
}
.b2m-button.hug {
  flex: 0 0 auto;
  width: auto;
}
.b2m-button.fill {
  flex: 1 1 100%;
  width: 100%;
}
.b2m-button[disabled] {
  opacity: 0.25;
}
.b2m-button:hover {
  opacity: 0.75;
}
.b2m-button:active {
  opacity: 0.75;
}
.b2m-button:focus {
  outline: 0;
  box-shadow: var(--shadow-fl);
}
.b2m-button:focus.ghost {
  box-shadow: none;
}
.b2m-button:focus-visible {
  outline: 3px solid var(--surface-primary);
}
.b2m-button[data-state="idle"] .idle {
  display: flex;
}
.b2m-button[data-state="loading"] {
  opacity: 0.6;
  cursor: not-allowed;
}
.b2m-button[data-state="loading"] .loading {
  display: flex;
}
.b2m-button[disabled] {
  cursor: not-allowed;
}
.b2m-component-card {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: var(--radius-m);
  background: var(--surface-raised);
  overflow: hidden;
  align-self: stretch;
  min-height: 100%;
  color: unset;
  text-decoration: none;
}
.b2m-component-card:hover {
  text-decoration: none;
}
.b2m-component-card.card-size-large {
  flex-basis: 30%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .b2m-component-card.card-size-large {
    flex-basis: 40%;
  }
}
@media (max-width: 767px) {
  .b2m-component-card.card-size-large {
    flex-basis: 100%;
  }
}
.b2m-component-card.card-style-shadow {
  box-shadow: var(--shadow-l);
}
.b2m-component-card.card-style-low {
  background: var(--surface-low);
}
.b2m-component-card .component-card-media {
  flex: 0 0 auto;
  position: relative;
  width: 100%;
}
.b2m-component-card .component-card-media .b2m-component-image {
  display: block;
  aspect-ratio: 16/9;
  background-color: var(--surface-mid);
}
.b2m-component-card .component-card-media .card-tag-wrap {
  display: flex;
  position: absolute;
  top: var(--space-4);
  left: var(--space-4);
  gap: var(--space-2);
}
.b2m-component-card .component-card-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-6);
  padding: var(--space-4);
}
.b2m-component-card .component-card-content .top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--space-3);
}
.b2m-component-card .component-card-content .top .title {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--content-high);
}
.b2m-component-card .component-card-content .top .description {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-mid);
}
.b2m-component-card .component-card-content .info {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}
.b2m-component-card .component-card-content .info .label {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: var(--content-mid);
}
.b2m-component-card .component-card-content .info .detail {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--content-mid);
}
.b2m-component-chart-pro #symbol-warning-modal .modal-body {
  display: none;
}
.b2m-component-chart-pro .b2m-component-chart-pro-iframe {
  width: 100%;
  height: 100%;
}
.b2m-component-chart-pro .b2m-component-chart-pro-iframe .tradingview-chart-container {
  width: inherit;
  height: inherit;
}
.b2m-component-checkpoints p {
  display: flex;
  align-items: center;
  gap: var(--space-1);
}
.b2m-component-checkpoints p i {
  font-size: 20px;
  color: var(--content-primary);
}
.b2m-component-checkpoints p span {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-high);
}
.b2m-component-checkpoints.kind-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-4);
}
@media (max-width: 575px) {
  .b2m-component-checkpoints.kind-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.b2m-component-chip {
  padding: var(--space-2);
  height: var(--space-8);
  border-radius: var(--space-8);
  gap: var(--space-1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light-surface-mid);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.b2m-component-chip.style-high {
  color: var(--content-onprimary);
}
.b2m-component-chip.style-low {
  color: var(--content-high);
}
.b2m-component-chip .icon i {
  display: block;
  font-size: var(--space-4);
}
.b2m-component-chip .icon img {
  display: block;
  width: calc(var(--space-6) - var(--space-1));
  height: calc(var(--space-6) - var(--space-1));
  border-radius: 50%;
  outline: 2px solid #fff;
  outline-offset: -2px;
}
.b2m-component-chip button {
  color: inherit;
  width: var(--space-4);
  height: var(--space-4);
  font-size: var(--space-4);
  line-height: var(--space-4);
  text-align: center;
}
.b2m-component-currency-value {
  display: inline;
  white-space: nowrap;
}
.b2m-component-currency-value .inner {
  display: inline-flex;
}
.b2m-component-currency-value span {
  display: inline;
}
.b2m-component-currency-value[data-property="change"][data-change="positive"] {
  color: var(--semantic-success-content);
}
.b2m-component-currency-value[data-property="change"][data-change="positive"] .negative {
  display: none;
}
.b2m-component-currency-value[data-property="change"][data-change="negative"] {
  color: var(--semantic-problem-content);
}
.b2m-component-currency-value[data-property="change"][data-change="negative"] .positive {
  display: none;
}
.b2m-component-dynamic-banner {
  display: block;
  border-radius: var(--radius-xl);
  overflow: hidden;
  text-decoration: none;
}
@media (min-width: 768px) {
  .b2m-component-dynamic-banner {
    align-self: stretch;
  }
}
.b2m-component-dynamic-banner .banner-contents {
  display: flex;
  align-items: center;
  flex: 1 0 0;
}
@media (max-width: 767px) {
  .b2m-component-dynamic-banner .banner-contents {
    flex-direction: column;
  }
}
.b2m-component-dynamic-banner .banner-contents .box {
  width: 100%;
}
.b2m-component-dynamic-banner .banner-contents .box.text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--space-6);
  padding: var(--space-16);
}
@media (max-width: 767px) {
  .b2m-component-dynamic-banner .banner-contents .box.text-box {
    padding: var(--space-8);
  }
}
.b2m-component-dynamic-banner .banner-contents .box.text-box .title-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}
.b2m-component-dynamic-banner .banner-contents .box.text-box .title-wrapper .title {
  font-family: Rubik, Arial, sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.25px;
  color: var(--content-high);
}
@media (max-width: 767px) {
  .b2m-component-dynamic-banner .banner-contents .box.text-box .title-wrapper .title {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.25px;
  }
}
.b2m-component-dynamic-banner .banner-contents .box.text-box .title-wrapper .subtitle {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.25px;
  color: var(--content-mid);
}
@media (max-width: 767px) {
  .b2m-component-dynamic-banner .banner-contents .box.text-box .title-wrapper .subtitle {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
}
.b2m-component-dynamic-banner .banner-contents .box.text-box p.text {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--content-high);
}
.b2m-component-dynamic-banner .banner-contents .box.text-box .buttons-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-6);
}
.b2m-component-dynamic-banner .banner-contents .box.aside-box {
  align-self: stretch;
  position: relative;
}
.b2m-component-dynamic-banner .banner-contents .box.aside-box .b2m-component-image,
.b2m-component-dynamic-banner .banner-contents .box.aside-box .b2m-component-video-viewer {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .b2m-component-dynamic-banner.position-right .banner-contents {
    gap: var(--space-12);
  }
  .b2m-component-dynamic-banner.position-right .banner-contents .box {
    width: 50%;
  }
  .b2m-component-dynamic-banner.position-right .banner-contents .box.text-box {
    padding: var(--space-10) 0 var(--space-10) var(--space-16);
  }
  .b2m-component-dynamic-banner.position-left .banner-contents {
    gap: var(--space-12);
  }
  .b2m-component-dynamic-banner.position-left .banner-contents .box {
    width: 50%;
  }
  .b2m-component-dynamic-banner.position-left .banner-contents .box.text-box {
    order: 1;
    padding: var(--space-10) var(--space-16) var(--space-10) 0;
  }
}
.b2m-component-dynamic-banner.align-right {
  text-align: right;
}
.b2m-component-dynamic-banner.align-right .buttons-wrapper {
  justify-content: flex-end;
}
.b2m-component-dynamic-banner.align-center {
  text-align: center;
}
.b2m-component-dynamic-banner.align-center .buttons-wrapper {
  justify-content: center;
}
.b2m-component-dynamic-banner.style-low {
  background: var(--background-gradient-low);
}
.b2m-component-dynamic-banner.style-high {
  background: var(--surface-primary);
}
.b2m-component-dynamic-banner.style-high .banner-contents .text-box .title-wrapper .title {
  color: var(--content-onprimary);
}
.b2m-component-dynamic-banner.style-high .banner-contents .text-box .title-wrapper .subtitle {
  color: var(--content-onprimary);
}
.b2m-component-dynamic-banner.style-high .banner-contents .text-box p.text {
  color: var(--content-onprimary);
}
.b2m-component-dynamic-banner.style-high .banner-contents .text-box p.text a {
  color: var(--content-onprimary);
}
.b2m-component-dynamic-banner:active,
.b2m-component-dynamic-banner:visited,
.b2m-component-dynamic-banner:hover {
  text-decoration: none;
}
.icon-button-component {
  display: flex;
  flex-direction: column;
  width: fit-content;
  text-decoration: none;
  align-items: center;
  position: relative;
  overflow: hidden;
  gap: var(--space-1);
}
@media (prefers-reduced-motion: no-preference) {
  .icon-button-component {
    transition: all 0.3s ease;
  }
}
.icon-button-component:hover,
.icon-button-component:focus {
  text-decoration: none;
}
.icon-button-component .b2m-button .icon i {
  font-size: 24px;
}
.icon-button-component .button-text {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}
.icon-button-component.icon-button-size-small .b2m-button {
  border-radius: var(--radius-xl);
  width: 36px;
  height: 36px;
}
.icon-button-component.icon-button-size-medium .b2m-button {
  border-radius: var(--radius-m);
  width: 48px;
  height: 48px;
}
.icon-button-component.icon-button-color-primary.icon-button-type-filled {
  color: var(--content-high);
}
.icon-button-component.icon-button-color-primary.icon-button-type-filled .b2m-button {
  background: var(--surface-primary);
  color: var(--content-onprimary);
}
.icon-button-component.icon-button-color-primary.icon-button-type-ghost {
  background: rgba(0, 0, 0, 0);
  color: var(--content-primary);
}
.icon-button-component.icon-button-color-primary-low.icon-button-type-filled {
  color: var(--content-high);
}
.icon-button-component.icon-button-color-primary-low.icon-button-type-filled .b2m-button {
  background: var(--surface-action-low);
  color: var(--content-primary);
}
.icon-button-component.icon-button-color-primary-low.icon-button-type-ghost {
  background: rgba(0, 0, 0, 0);
  color: var(--content-mid);
}
.icon-button-component.icon-button-color-secondary.icon-button-type-filled {
  color: var(--content-onprimary);
}
.icon-button-component.icon-button-color-secondary.icon-button-type-filled .b2m-button {
  background: var(--surface-ontexture);
  color: var(--content-mid);
}
.icon-button-component.icon-button-color-secondary.icon-button-type-ghost {
  background: rgba(0, 0, 0, 0);
  color: var(--content-onprimary);
}
.b2m-component-image {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.b2m-component-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.b2m-component-item-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}
.b2m-component-item-content .graph-wrapper.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: var(--space-16);
  min-height: var(--space-16);
  border-radius: 50%;
  background: var(--surface-promo-low);
  color: var(--content-primary);
  padding: var(--space-2);
  font-size: 32px;
}
.b2m-component-item-content .graph-wrapper.image {
  width: 96px;
  height: 96px;
  border-radius: var(--radius-m);
}
.b2m-component-item-content .graph-wrapper.number {
  font-family: Rubik, Arial, sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.25px;
  color: var(--content-low);
}
.b2m-component-item-content .content-wrapper {
  display: flex;
  flex-direction: inherit;
  align-items: inherit;
  gap: var(--space-6);
}
.b2m-component-item-content .content-wrapper .block {
  display: inherit;
  flex-direction: inherit;
  gap: var(--space-3);
}
.b2m-component-item-content .content-wrapper .block .title {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--content-high);
}
.b2m-component-item-content .content-wrapper .block .text {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-mid);
}
.b2m-component-item-content.layout-left {
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}
.b2m-component-item-content.layout-center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}
.b2m-component-item-content.layout-center .graph-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.b2m-component-item-content.layout-horizontal {
  text-align: left;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.b2m-component-item-content.layout-horizontal .graph-wrapper {
  flex: 0 0 var(--space-16);
}
.b2m-component-item-content.layout-horizontal .content-wrapper {
  flex: 1 1 100%;
  flex-direction: column !important;
}
.modal-backdrop {
  z-index: calc(var(--header-z-index) + 1);
}
.b2m-component-modal {
  z-index: calc(var(--header-z-index) + 2);
  color: var(--content-high);
}
.b2m-component-modal .modal-dialog {
  margin: 15vh auto;
}
@media (min-width: 576px) {
  .b2m-component-modal .modal-dialog {
    max-width: 560px;
  }
}
@media (max-width: 991px) {
  .b2m-component-modal .modal-dialog {
    margin: 10vh auto;
  }
}
@media (max-width: 767px) {
  .b2m-component-modal .modal-dialog {
    margin: 5vh auto;
  }
}
@media (max-width: 575px) {
  .b2m-component-modal .modal-dialog {
    margin: 2vh auto;
  }
}
.b2m-component-modal .modal-dialog .modal-content {
  background-color: var(--background-base) !important;
}
.b2m-component-modal .modal-dialog .modal-content .modal-section {
  padding: 20px 55px;
}
@media (max-width: 767px) {
  .b2m-component-modal .modal-dialog .modal-content .modal-section {
    padding: 20px 35px;
  }
}
.b2m-component-modal .modal-dialog .modal-content .modal-section.modal-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.b2m-component-modal .modal-dialog .modal-content .modal-section.modal-header .modal-title-wrapper {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}
.b2m-component-modal .modal-dialog .modal-content .modal-section.modal-header .modal-title-wrapper .modal-title {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-high);
}
.b2m-component-modal .modal-dialog .modal-content .modal-section.modal-header .modal-title-wrapper i {
  color: var(--content-mid);
  font-size: 20px;
}
.b2m-component-modal .modal-dialog .modal-content .modal-section.modal-header .close {
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8);
  position: relative;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}
.b2m-component-modal .modal-dialog .modal-content .modal-section.modal-header .close:before,
.b2m-component-modal .modal-dialog .modal-content .modal-section.modal-header .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background-color: var(--content-primary);
  transition: inherit;
  border-radius: 2px;
}
.b2m-component-modal .modal-dialog .modal-content .modal-section.modal-header .close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.b2m-component-modal .modal-dialog .modal-content .modal-section.modal-header .close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.b2m-component-modal .modal-dialog .modal-content .modal-section.modal-header .close:hover {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.6);
}
.b2m-component-modal .modal-dialog .modal-content .modal-section.modal-header .close:hover:before,
.b2m-component-modal .modal-dialog .modal-content .modal-section.modal-header .close:hover:after {
  background-color: #044e97;
}
.b2m-component-modal .modal-dialog .modal-content .modal-section.modal-footer {
  justify-content: center;
  align-items: center;
  gap: var(--space-3);
}
.b2m-component-modal .modal-dialog .modal-content .modal-section.modal-footer .footer-text {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--content-mid);
  text-align: center;
}
.b2m-component-modal .modal-dialog .modal-content .modal-section.modal-footer .buttons-wrapper {
  display: flex;
  width: 100%;
  gap: var(--space-3);
}
@media (max-width: 575px) {
  .b2m-component-modal .modal-dialog .modal-content .modal-section.modal-footer .buttons-wrapper {
    flex-direction: column;
  }
}
body[data-theme="dark"] .modal-backdrop {
  background: var(--support-night-surface-low);
}
.b2m-component-pill {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.b2m-component-pill .pills {
  width: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b2m-component-pill .pills .pills-wrapper {
  width: auto;
  display: inline-flex;
  justify-content: inherit;
  align-items: inherit;
  gap: var(--space-1);
  border-radius: var(--radius-xl);
  background: var(--surface-low);
}
.b2m-component-pill .pills .pill-button {
  display: block;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius-xl);
  backdrop-filter: blur(3px);
  transition: all 0.3s ease;
  color: var(--content-mid);
}
.b2m-component-pill .pills .pill-button[data-active] {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  background: var(--surface-raised);
  color: var(--content-high);
}
.b2m-component-pill[data-size="small"] .pills-wrapper {
  padding: var(--space-1);
}
.b2m-component-pill[data-size="small"] .pills-wrapper .pill-button {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: var(--space-2) var(--space-3);
}
.b2m-component-pill[data-size="large"] .pills-wrapper {
  padding: var(--space-2);
}
.b2m-component-pill[data-size="large"] .pills-wrapper .pill-button {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: var(--space-2) var(--space-4);
}
.b2m-component-pill .contents {
  margin-top: var(--space-4);
}
.b2m-component-pill .contents .content {
  display: none;
}
.b2m-component-pill .contents .content[data-active] {
  display: block;
}
.b2m-component-progress-bar[data-size="large"] .bar {
  height: 8px;
  border-radius: 8px;
}
.b2m-component-progress-bar[data-size="medium"] .bar {
  height: 8px;
  border-radius: 8px;
}
.b2m-component-progress-bar[data-size="small"] .bar {
  height: 4px;
  border-radius: 4px;
}
.b2m-component-progress-bar .bar {
  width: 100%;
  background: var(--surface-mid);
  position: relative;
}
.b2m-component-progress-bar .bar .fill {
  transition: width ease 0.3s;
  background: var(--surface-primary);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: inherit;
  z-index: 2;
}
.b2m-component-section-title {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.b2m-component-section-title .main {
  display: flex;
  flex-direction: column-reverse;
  text-align: inherit;
}
.b2m-component-section-title.align-left {
  text-align: left;
  margin: 0;
}
.b2m-component-section-title.align-left .main {
  align-items: flex-start;
}
.b2m-component-section-title.align-center {
  text-align: center;
}
.b2m-component-section-title.align-center .main {
  align-items: center;
}
.b2m-component-section-title .b2m-title {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.25px;
  color: var(--content-high);
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .b2m-component-section-title .b2m-title {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
}
.b2m-component-section-title .b2m-subtitle {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-mid);
  margin-bottom: var(--space-1);
}
.b2m-component-section-title .b2m-text {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-mid);
  margin-top: var(--space-6);
  margin-bottom: 0;
  color: var(--content-mid);
}
.b2m-component-space-center-calculator {
  padding-left: var(--space-10);
  padding-right: var(--space-10);
}
.b2m-component-space-center-calculator .title {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.b2m-component-space-center-calculator .row {
  margin-left: calc(var(--space-10) * -1);
  margin-right: calc(var(--space-10) * -1);
}
.b2m-component-space-center-calculator .row .col-missions {
  padding-right: var(--space-10);
}
@media (max-width: 575px) {
  .b2m-component-space-center-calculator .row .col-missions,
  .b2m-component-space-center-calculator .row .col-resume {
    padding: var(--space-4);
  }
}
.b2m-component-space-center-calculator .app-col {
  display: flex;
  flex-direction: column;
  gap: var(--space-6) 0;
}
.b2m-component-space-center-calculator .controller {
  display: flex;
  flex-direction: column;
  gap: var(--space-6) 0;
}
.b2m-component-space-center-calculator .controller fieldset {
  padding: 0;
  display: flex;
}
.b2m-component-space-center-calculator .controller fieldset.spread-inline {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-2);
}
.b2m-component-space-center-calculator .controller fieldset.spread-inline .field-input {
  display: flex;
  flex-direction: inherit;
  align-items: center;
  justify-content: space-between;
  gap: 0 var(--space-3);
  flex-wrap: nowrap;
}
.b2m-component-space-center-calculator .controller fieldset.spread-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: var(--space-2);
}
.b2m-component-space-center-calculator .controller fieldset.spread-block .field-input {
  display: flex;
  flex-direction: inherit;
  align-items: stretch;
  justify-content: flex-start;
  gap: var(--space-1);
}
.b2m-component-space-center-calculator .controller fieldset .field-label {
  display: block;
}
.b2m-component-space-center-calculator .controller fieldset .field-input .input-range-legend {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: var(--content-mid);
  gap: var(--space-1);
}
.b2m-component-space-center-calculator .controller fieldset .field-input .input-range-legend span.value {
  color: var(--content-high);
}
.b2m-component-space-center-calculator .controller fieldset .field-input .input-range-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: var(--content-mid);
}
.b2m-component-space-center-calculator .controller fieldset .field-input .input-range-footer span.value {
  color: var(--content-high);
}
.b2m-component-space-center-calculator .render {
  display: flex;
  flex-direction: column;
  gap: var(--space-6) 0;
}
.b2m-component-space-center-calculator .render .resume-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-3) 0;
  border-radius: var(--radius-m);
  background-color: var(--surface-mid);
  padding: var(--space-10) var(--space-12) var(--space-6);
  text-align: right;
}
.b2m-component-space-center-calculator .render .resume-card .heading > span {
  display: block;
}
.b2m-component-space-center-calculator .render .resume-card .heading .score {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-mid);
}
.b2m-component-space-center-calculator .render .resume-card .heading .level {
  font-family: Rubik, Arial, sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.25px;
  font-size: 64px;
  line-height: 72px;
  font-weight: 400;
  color: var(--content-high);
}
.b2m-component-space-center-calculator .render .resume-card .level-bar {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.b2m-component-space-center-calculator .render .resume-card .level-bar .top,
.b2m-component-space-center-calculator .render .resume-card .level-bar .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.b2m-component-space-center-calculator .render .resume-card .level-bar .b2m-component-progress-bar .bar {
  background: var(--content-low);
}
.b2m-component-space-center-calculator .render .resume-list p {
  margin-bottom: var(--space-4);
}
.b2m-component-space-center-calculator .render .resume-list ul {
  display: flex;
  flex-direction: column;
  gap: var(--space-3) 0;
}
.b2m-component-space-center-calculator .render .resume-list ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--space-1);
}
.b2m-component-space-center-calculator .render .resume-list ul li span.value {
  font-weight: 700;
}
.b2m-component-space-center-calculator .render .resume-list ul li i {
  display: block;
  color: var(--content-primary);
  line-height: 24px;
}
.b2m-component-tabs {
  display: flex;
  gap: var(--space-2);
  width: 100%;
}
.b2m-component-tabs .b2m-button.primary.filled {
  background: rgba(0, 0, 0, 0);
  color: var(--content-mid);
}
.b2m-component-tabs .b2m-button.primary.filled.active {
  background: var(--surface-action-mid);
}
.b2m-component-tabs[data-semantic="low"] .b2m-button.primary.filled.active {
  background: var(--surface-low);
}
.b2m-component-tag {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--space-1);
  border-radius: 100px;
  background: var(--light-surface-low, #f8f8fa);
  color: var(--light-content-high, #001a33);
}
.b2m-component-tag.medium {
  padding: 0 var(--space-2);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.b2m-component-tag.small {
  padding: 0 var(--space-1);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
.b2m-component-video-viewer {
  display: block;
  width: 100%;
  height: 100%;
  align-self: stretch;
}
.b2m-component-video-viewer .b2m-component-image {
  background-color: var(--background-base);
}
.b2m-component-video-viewer .b2m-component-image img {
  opacity: 0.5;
}
.b2m-component-video-viewer button {
  display: block;
  width: inherit;
  height: inherit;
  position: relative;
}
.b2m-component-video-viewer button .play-button {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 2;
}
.b2m-component-video-viewer button .play-button .background-button {
  position: relative;
  width: 80px;
  height: 57px;
  background-color: var(--surface-primary);
  padding: 0 15px;
  border-radius: 50%/11%;
  transition: all 0.2s ease-in-out;
}
.b2m-component-video-viewer button .play-button .background-button::before {
  content: "";
  position: absolute;
  background: var(--surface-primary);
  top: 10%;
  bottom: 10%;
  right: -5%;
  left: -4.5%;
  border-radius: 5%/50%;
  transition: inherit;
}
.b2m-component-video-viewer button .play-button .arrow {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
}
.b2m-component-video-viewer button .play-button .arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid #fff;
  border-top: 15px solid rgba(0, 0, 0, 0);
  border-bottom: 15px solid rgba(0, 0, 0, 0);
}
.b2m-component-video-viewer button .contents {
  position: relative;
  z-index: 1;
}
.b2m-component-video-viewer button .contents .b2m-component-image {
  border-radius: var(--radius-m, 16px);
  box-shadow: var(--shadow-m);
}
.b2m-component-video-viewer button:hover .play-button .background-button::before,
.b2m-component-video-viewer button:hover .play-button .background-button {
  background-color: var(--support-ruby-surface-high);
}
.b2m-component-video-viewer .video-viewer-window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000000;
  display: none;
}
.b2m-component-video-viewer .video-viewer-window.active {
  display: block;
}
.b2m-component-video-viewer .video-viewer-window.active .video-viewer {
  opacity: 1;
  display: block;
  z-index: 100000;
}
.b2m-component-video-viewer .video-viewer-window.active .video-viewer .outer {
  z-index: 2;
}
.b2m-component-video-viewer .video-viewer-window.active .video-viewer .close-button {
  border-radius: 50%;
  background-color: var(--surface-primary);
  line-height: 30px;
}
.b2m-component-video-viewer .video-viewer-window.active .video-viewer .viewer-obfuscator {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: hsla(0, 0%, 100%, 0.4);
  backdrop-filter: blur(5px);
  cursor: pointer;
  transition: all 0.3s ease;
}
.b2m-component-video-viewer .video-viewer-window.active .video-viewer .viewer-obfuscator:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}
.b2m-component-crm-leads-modal .modal-body {
  padding: 0 !important;
}
.b2m-component-crm-leads-form {
  padding: var(--space-12) var(--space-14);
}
@media (max-width: 575px) {
  .b2m-component-crm-leads-form {
    padding: var(--space-12) var(--space-1);
  }
}
.b2m-component-crm-leads-form form .row {
  row-gap: var(--space-8);
}
.b2m-component-crm-leads-form form .row fieldset.form-group {
  padding-block: 0;
  margin: 0;
}
.b2m-component-crm-leads-form form select {
  display: none;
}
.b2m-component-crm-leads-form form textarea {
  height: 90px;
}
.b2m-component-crm-leads-form form .feedback {
  display: none;
  color: var(--semantic-problem-content);
}
.b2m-component-select {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: auto;
  max-width: 100%;
}
.b2m-component-select[data-disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.b2m-component-select[data-style-width="hug"] {
  width: auto;
}
.b2m-component-select[data-style-width="fill"] {
  width: 100%;
}
.b2m-component-select[data-is-open="true"] {
  z-index: 999999;
}
.b2m-component-select button.selector {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.b2m-component-select button.selector img {
  border-radius: 50%;
  display: block;
  width: 24px;
  height: 24px;
}
.b2m-component-select button.selector .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1 1 auto;
  max-width: calc(100% - var(--space-6) - var(--space-6) - var(--space-2) - var(--space-2));
}
.b2m-component-select button.selector .text .label,
.b2m-component-select button.selector .text .option-title,
.b2m-component-select button.selector .text .description,
.b2m-component-select button.selector .text .option-description {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b2m-component-select button.selector .text .label,
.b2m-component-select button.selector .text .description,
.b2m-component-select button.selector .text .option-description {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-mid);
  transition: all 0.3s ease;
}
.b2m-component-select button.selector .text .option-title {
  color: var(--content-high);
  transition: all 0.3s ease;
}
.b2m-component-select button.selector .arrow {
  display: block;
}
.b2m-component-select button.selector[data-style-size="medium"] {
  padding: var(--space-1) var(--space-4);
  background: var(--surface-low);
  border-radius: var(--radius-s);
  column-gap: var(--space-2);
}
.b2m-component-select button.selector[data-style-size="medium"] .text {
  height: var(--space-10);
}
.b2m-component-select button.selector[data-style-size="medium"] .arrow {
  display: block;
  padding: var(--space-3) 0;
}
.b2m-component-select button.selector[data-style-size="medium"] .arrow i {
  width: var(--space-6);
  font-size: 24px;
}
.b2m-component-select
  button.selector[data-style-size="medium"][data-style-type="simple"][data-filled="true"]
  .text
  .label {
  display: block !important;
}
.b2m-component-select button.selector[data-style-size="small"] {
  padding: 0 var(--space-3);
  background: var(--surface-low);
  border-radius: var(--radius-s);
  column-gap: var(--space-2);
}
.b2m-component-select button.selector[data-style-size="small"] .text {
  height: var(--space-9);
}
.b2m-component-select button.selector[data-style-size="small"] .arrow {
  padding: var(--space-2) 0;
  height: 36px;
}
.b2m-component-select button.selector[data-style-size="small"] .arrow i {
  font-size: 20px;
  width: var(--space-5);
  height: var(--space-5);
}
.b2m-component-select button.selector[data-style-size="small"][data-filled="true"] .text .label {
  display: none !important;
}
.b2m-component-select button.selector[data-style-size="extra-small"] {
  padding: var(--space-2) 0;
  column-gap: var(--space-1);
}
.b2m-component-select button.selector[data-style-size="extra-small"] .text {
  height: var(--space-5);
}
.b2m-component-select button.selector[data-style-size="extra-small"] .text .label {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.b2m-component-select button.selector[data-style-size="extra-small"] .icon {
  width: var(--space-5);
  height: var(--space-5);
  padding: var(--space-2) 0;
  font-size: 20px;
}
.b2m-component-select button.selector[data-style-size="extra-small"][data-filled="true"] .text .label {
  display: none !important;
}
.b2m-component-select button.selector[data-style-size="extra-small"][data-filled="true"],
.b2m-component-select button.selector[data-style-size="extra-small"][data-is-valid="false"],
.b2m-component-select button.selector[data-style-size="extra-small"]:focus {
  background: rgba(0, 0, 0, 0) !important;
  outline: 0;
}
.b2m-component-select
  button.selector[data-style-size="extra-small"][data-style-color-variation="content-primary"]
  .arrow {
  color: var(--content-primary);
}
.b2m-component-select
  button.selector[data-style-size="extra-small"][data-style-color-variation="content-primary"]
  .text
  .label,
.b2m-component-select
  button.selector[data-style-size="extra-small"][data-style-color-variation="content-primary"]
  .text
  .description,
.b2m-component-select
  button.selector[data-style-size="extra-small"][data-style-color-variation="content-primary"]
  .text
  .option-subtitle,
.b2m-component-select
  button.selector[data-style-size="extra-small"][data-style-color-variation="content-primary"]
  .text
  .option-title {
  color: var(--content-primary);
}
.b2m-component-select button.selector[data-style-size="extra-small"][data-style-color-variation="content-mid"] .arrow {
  color: var(--content-mid);
}
.b2m-component-select
  button.selector[data-style-size="extra-small"][data-style-color-variation="content-mid"]
  .text
  .label,
.b2m-component-select
  button.selector[data-style-size="extra-small"][data-style-color-variation="content-mid"]
  .text
  .description,
.b2m-component-select
  button.selector[data-style-size="extra-small"][data-style-color-variation="content-mid"]
  .text
  .option-subtitle,
.b2m-component-select
  button.selector[data-style-size="extra-small"][data-style-color-variation="content-mid"]
  .text
  .option-title {
  color: var(--content-mid);
}
.b2m-component-select button.selector[data-style-type="complex"] .text .label,
.b2m-component-select button.selector[data-style-type="complex"] .text .option-title {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-high);
}
.b2m-component-select button.selector[data-style-type="simple"] .text .option-description,
.b2m-component-select button.selector[data-style-type="simple"] .text .description {
  display: none !important;
}
.b2m-component-select button.selector[data-style-type="simple"][data-filled="true"] .text .label {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--content-mid);
}
.b2m-component-select button.selector[data-filled="false"] .text [data-type="clean"] {
  display: block;
}
.b2m-component-select button.selector[data-filled="false"] .text [data-type="selected"] {
  display: none;
}
.b2m-component-select button.selector[data-filled="true"] .text [data-type="clean"] {
  display: none;
}
.b2m-component-select button.selector[data-filled="true"] .text [data-type="selected"] {
  display: block;
}
.b2m-component-select button.selector[data-filled="true"][data-style-type="complex"] .text .description,
.b2m-component-select button.selector[data-filled="true"][data-style-type="complex"] .text .option-description {
  display: none;
}
.b2m-component-select button.selector[data-filled="true"][data-style-type="complex"] .text .label,
.b2m-component-select button.selector[data-filled="true"][data-style-type="complex"] .text .option-title {
  display: block;
}
.b2m-component-select button.selector[data-is-open="true"] .arrow {
  transform: scaleY(-100%);
}
.b2m-component-select button.selector[data-filled="true"] {
  background: var(--surface-action-low) !important;
}
.b2m-component-select button.selector[data-filled="true"] .text .label {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.b2m-component-select button.selector[data-is-valid="false"] {
  background: var(--semantic-problem-surface-low) !important;
}
.b2m-component-select button.selector:focus {
  background: var(--surface-action-mid) !important;
  outline: 0;
}
.b2m-component-select .support-text {
  padding: var(--space-1) var(--space-4);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--content-mid);
}
.b2m-component-select .support-text span {
  display: block;
}
.b2m-component-select .support-text span.help {
  color: inherit;
}
.b2m-component-select .support-text span.feedback {
  display: none;
  color: var(--semantic-problem-content);
}
.b2m-component-select .dropdown {
  position: absolute;
  box-shadow: var(--shadow-l);
  background: var(--background-base);
  border-radius: var(--radius-m);
  width: 100%;
  min-width: 280px;
  margin-block: var(--space-2);
}
.b2m-component-select .dropdown[data-position-y="bottom"][data-style-size="medium"] {
  transform: translateY(var(--space-14)) translateX(0);
}
.b2m-component-select .dropdown[data-position-y="bottom"][data-style-size="small"] {
  transform: translateY(var(--space-8)) translateX(0);
}
.b2m-component-select .dropdown[data-position-y="bottom"][data-style-size="extra-small"] {
  transform: translateY(var(--space-8)) translateX(0);
}
.b2m-component-select .dropdown[data-is-open="false"] {
  display: none;
}
.b2m-component-select .dropdown p.title {
  padding: var(--space-3);
  padding-bottom: var(--space-1);
  margin: 0;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-high);
}
.b2m-component-select .dropdown ul.list {
  list-style: none;
  max-height: 280px;
  margin: 0;
  padding: 0;
  overflow: auto;
}
.b2m-component-select .dropdown ul.list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: var(--space-2);
  padding: var(--space-3) var(--space-4);
  cursor: pointer;
}
.b2m-component-select .dropdown ul.list li[data-empty-option] {
  display: none;
}
.b2m-component-select .dropdown ul.list li[data-highlighted] {
  background: var(--surface-action-low);
}
.b2m-component-select .dropdown ul.list li[data-disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.b2m-component-select .dropdown ul.list li > * {
  pointer-events: none;
}
.b2m-component-select .dropdown ul.list li .text {
  flex: 1 1 auto;
  max-width: calc(100% - var(--space-2) - var(--space-6));
}
.b2m-component-select .dropdown ul.list li img {
  border-radius: 50%;
  display: block;
  width: 24px;
  height: 24px;
}
.b2m-component-select .dropdown ul.list li span {
  display: block;
}
.b2m-component-select .dropdown ul.list li span.title {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: var(--content-high);
}
.b2m-component-select .dropdown ul.list li span.subtitle {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--content-mid);
  max-width: 100%;
  height: var(--space-6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b2m-component-select .dropdown .footer {
  padding: var(--space-3) var(--space-4) var(--space-0) var(--space-4);
}
.b2m-section-banners {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: var(--space-16);
}
.b2m-section-banners .banners {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--space-4);
}
.b2m-section-banners .cta {
  display: flex;
  justify-content: center;
}
.b2m-section-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: var(--space-16);
}
.b2m-section-cards .title-wrapper {
  max-width: 760px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}
.b2m-section-cards .title-wrapper .description {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-mid);
}
.b2m-section-cards .cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--space-4);
}
.b2m-section-cards .cta {
  display: flex;
  justify-content: center;
}
.b2m-section-hero {
  position: relative;
  z-index: 1000;
  padding-top: 120px;
  padding-bottom: 50px;
}
.b2m-section-hero .container {
  position: relative;
  z-index: 1;
}
.b2m-section-hero .row.main {
  row-gap: var(--space-14);
}
.b2m-section-hero .content-col {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.b2m-section-hero .content-col .product .label {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}
.b2m-section-hero .content-col .product .label i {
  font-size: 24px;
  color: var(--content-primary);
}
.b2m-section-hero .content-col .product .label span {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-mid);
}
.b2m-section-hero .content-col h1 {
  font-family: Rubik, Arial, sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.25px;
  margin-top: var(--space-5);
  margin-bottom: var(--space-5);
  color: var(--content-high);
}
.b2m-section-hero .content-col p {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--content-mid);
  margin-bottom: var(--space-10);
}
.b2m-section-hero .content-col ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}
.b2m-section-hero .content-col ul li {
  color: var(--content-high);
  padding-left: 24px;
  position: relative;
}
.b2m-section-hero .content-col ul li i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: var(--content-primary);
}
.b2m-section-hero .content-col .buttons-wrapper {
  width: 100%;
  display: flex;
  gap: var(--space-4);
}
@media (max-width: 1199px) {
  .b2m-section-hero .content-col .buttons-wrapper {
    flex-direction: column;
  }
}
.b2m-section-hero .content-col .buttons-wrapper a,
.b2m-section-hero .content-col .buttons-wrapper button {
  text-transform: none;
}
.b2m-section-hero .content-col .buttons-wrapper a i,
.b2m-section-hero .content-col .buttons-wrapper button i {
  margin-right: 8px;
  font-size: 1.2em;
}
.b2m-section-hero .aside-col {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .b2m-section-hero .aside-col {
    justify-content: center;
  }
}
.b2m-section-hero .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background: var(--background-gradient-low);
}
.b2m-section-image-content .row[data-align="right"] {
  flex-direction: row-reverse;
}
.b2m-section-image-content .col-image,
.b2m-section-image-content .col-video {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .b2m-section-image-content .col-image,
  .b2m-section-image-content .col-video {
    margin-top: var(--space-6);
    order: 2;
  }
}
.b2m-section-image-content .col-image img,
.b2m-section-image-content .col-video img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: var(--radius-l);
}
.b2m-section-image-content .col-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.b2m-section-image-content .col-content .section-title {
  margin-bottom: var(--space-8);
}
.b2m-section-image-content .col-content .image-stripe {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}
.b2m-section-image-content .col-content .image-stripe img {
  flex: 1 1 auto;
  width: 1px;
  border-radius: var(--radius-s);
  max-width: 160px;
}
.b2m-section-image-content .col-content .image-stripe[data-position="top"] {
  margin-bottom: var(--space-6);
}
.b2m-section-image-content .col-content .image-stripe[data-position="bottom"] {
  margin-top: var(--space-6);
}
.b2m-section-image-content .col-content .section-content {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-mid);
}
.b2m-section-image-content .col-content .section-content.kind-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}
.b2m-section-image-content .col-content .section-content.kind-list .content-wrap {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}
.b2m-section-image-content .col-content .section-content.kind-list .content-wrap > .icon {
  flex: 0 0 40px;
}
.b2m-section-image-content .col-content .section-content.kind-list .content-wrap > span {
  flex: 1 1 auto;
}
.b2m-section-image-content .col-content .section-content p:last-child {
  margin-bottom: 0;
}
.b2m-section-image-content .col-content .pre-buttons-text {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--content-high);
  margin-top: var(--space-14);
}
.b2m-section-image-content .col-content .actions {
  margin-top: var(--space-14);
  display: flex;
  gap: var(--space-4);
}
@media (max-width: 575px) {
  .b2m-section-image-content .col-content .actions button,
  .b2m-section-image-content .col-content .actions a {
    width: 100%;
    flex: 1 1 100%;
  }
}
.b2m-section-image-content .col-content .actions.has-text-above {
  margin-top: var(--space-4);
}
.b2m-section-item-content .container {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}
.b2m-section-item-content .container .title-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}
.b2m-section-item-content .container .title-wrapper .description {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-mid);
  text-align: center;
}
.b2m-section-item-content .container .block-wrapper {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-flow: row wrap;
  gap: var(--space-16);
}
.b2m-section-item-content .container .block-wrapper .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1 0 20%;
  align-self: stretch;
  min-width: 220px;
}
@media (max-width: 991px) {
  .b2m-section-item-content .container .block-wrapper .b2m-component-item-content {
    flex-direction: column;
  }
}
.b2m-section-item-content .container .block-wrapper.horizontal .item-wrapper {
  flex: 1 0 45%;
  align-items: flex-start;
}
.b2m-section-prefooter {
  padding: var(--space-6);
}
@media (max-width: 575px) {
  .b2m-section-prefooter {
    padding: var(--space-4) 0;
  }
}
.b2m-section-prefooter .container .b2m-component-dynamic-banner {
  background: inherit;
}
.b2m-section-prefooter .container .b2m-component-dynamic-banner .banner-contents .aside .b2m-component-video-viewer,
.b2m-section-prefooter .container .b2m-component-dynamic-banner .banner-contents .aside .b2m-component-image {
  padding: var(--space-4);
}
@media (max-width: 575px) {
  .b2m-section-prefooter .container .b2m-component-dynamic-banner .banner-contents .aside .b2m-component-video-viewer,
  .b2m-section-prefooter .container .b2m-component-dynamic-banner .banner-contents .aside .b2m-component-image {
    padding: var(--space-4) 0;
  }
}
.b2m-section-prefooter .container .b2m-component-dynamic-banner .banner-contents .aside .b2m-component-video-viewer img,
.b2m-section-prefooter .container .b2m-component-dynamic-banner .banner-contents .aside .b2m-component-image img {
  border-radius: var(--radius-l);
}
.b2m-section-value[data-kind="carousel"] .title {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--content-high);
  text-align: center;
}
.b2m-section-value[data-kind="carousel"] .b2m-component.component-carousel .owl-carousel {
  display: none;
}
.b2m-section-value[data-kind="carousel"] .b2m-component.component-carousel .owl-item {
  padding: 0 var(--space-5);
}
@media (max-width: 991px) {
  .b2m-section-value[data-kind="carousel"] .b2m-component.component-carousel .owl-item {
    padding: 0 var(--space-34);
  }
}
.b2m-section-value[data-kind="carousel"] .b2m-component.component-carousel .owl-item .carousel-image {
  border-radius: var(--radius-m);
  max-width: 320px;
  margin-inline: auto;
}
.b2m-section-value[data-kind="security"] .row {
  row-gap: 32px;
  position: relative;
}
.b2m-section-value[data-kind="security"] .row .text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575px) {
  .b2m-section-value[data-kind="security"] .row .text-col {
    text-align: center;
  }
}
.b2m-section-value[data-kind="security"] .row .text-col .h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--content-high);
  font-weight: bold;
}
.b2m-section-value[data-kind="security"] .row .text-col p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.b2m-section-value[data-kind="security"] .row .logos-col {
  padding-right: 0;
  display: flex;
  justify-content: end;
}
@media (max-width: 575px) {
  .b2m-section-value[data-kind="security"] .row .logos-col {
    justify-content: center;
  }
}
.b2m-section-value[data-kind="security"] .row .logos-col .logos-wrap {
  display: flex;
  justify-content: flex-end;
  width: fit-content;
  align-items: flex-start;
  gap: var(--space-6);
  text-decoration: none;
  color: inherit;
}
@media (max-width: 575px) {
  .b2m-section-value[data-kind="security"] .row .logos-col .logos-wrap {
    flex-direction: column;
  }
}
.b2m-section-value[data-kind="security"] .row .logos-col .logos-wrap > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
@media (max-width: 575px) {
  .b2m-section-value[data-kind="security"] .row .logos-col .logos-wrap > div {
    width: 100%;
    align-items: center;
  }
}
.b2m-section-value[data-kind="security"] .row .logos-col .logos-wrap > div span {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: block;
  width: 100%;
  text-align: left;
}
@media (max-width: 575px) {
  .b2m-section-value[data-kind="security"] .row .logos-col .logos-wrap > div span {
    text-align: center;
  }
}
.b2m-section-value[data-kind="security"] .row .logos-col .logos-wrap > div .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: var(--space-2);
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  max-width: 320px;
}
@media (max-width: 575px) {
  .b2m-section-value[data-kind="security"] .row .logos-col .logos-wrap > div .image-wrapper {
    justify-content: center;
  }
}
.b2m-section-value[data-kind="security"] .row .logos-col .logos-wrap > div .image-wrapper.compliance {
  gap: var(--space-5);
}
.b2m-section-value[data-kind="security"] .row .logos-col .logos-wrap > div .image-wrapper.certificates {
  display: grid;
  grid-template-columns: 29% 29% 37%;
}
.b2m-section-value[data-kind="security"] .row .logos-col .logos-wrap > div .image-wrapper .image-element {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b2m-section-value[data-kind="security"] .row .logos-col .logos-wrap > div .image-wrapper .image-element img {
  max-height: 72px;
}
.b2m-section-value[data-kind="security"][data-theme="dark"] .image-element img {
  filter: brightness(2);
}
.b2m-section-value[data-kind="security"][data-theme="dark"] .image-element.image-iso img,
.b2m-section-value[data-kind="security"][data-theme="dark"] .image-element.image-star img {
  filter: brightness(1.5);
}
.b2m-section-value[data-kind="logos"] .logos-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: var(--space-10);
}
@media (max-width: 767px) {
  .b2m-section-value[data-kind="logos"] .logos-wrapper {
    flex-direction: column;
    text-align: center;
  }
}
.b2m-section-value[data-kind="logos"] .logos-wrapper .text-col {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  width: 200px;
  color: var(--content-high);
}
.b2m-section-value[data-kind="logos"] .logos-wrapper .text-col p {
  margin-bottom: 0;
}
.b2m-section-value[data-kind="logos"] .logos-wrapper .logos-col {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  overflow: scroll;
  gap: var(--space-2) var(--space-4);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (min-width: 768px) {
  .b2m-section-value[data-kind="logos"] .logos-wrapper .logos-col {
    max-width: calc(100% - 200px - var(--space-10));
  }
}
.b2m-section-value[data-kind="logos"] .logos-wrapper .logos-col::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .b2m-section-value[data-kind="logos"] .logos-wrapper .logos-col {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .b2m-section-value[data-kind="logos"] .logos-wrapper .logos-col {
    gap: var(--space-5);
  }
}
.b2m-section-value[data-kind="logos"] .logos-wrapper .logos-col .b2m-component-image {
  max-width: 150px;
  width: auto;
  height: 80px;
}
.b2m-section-value[data-kind="numbers"] .numbers-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: var(--space-4);
}
@media (max-width: 575px) {
  .b2m-section-value[data-kind="numbers"] .numbers-wrapper {
    flex-direction: column;
    gap: var(--space-12);
  }
}
.b2m-section-value[data-kind="numbers"] .numbers-wrapper .content-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  flex: 1 1 20%;
}
@media (max-width: 991px) {
  .b2m-section-value[data-kind="numbers"] .numbers-wrapper .content-wrap {
    flex: 1 1 40%;
  }
}
@media (max-width: 767px) {
  .b2m-section-value[data-kind="numbers"] .numbers-wrapper .content-wrap {
    flex: 1 1 100%;
  }
}
.b2m-section-value[data-kind="numbers"] .numbers-wrapper .content-wrap .number {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.25px;
  color: var(--content-primary);
  margin-bottom: 0;
}
.b2m-section-value[data-kind="numbers"] .numbers-wrapper .content-wrap .text {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-mid);
  margin-bottom: 0;
}
body {
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
:root {
  --freshchat-z-index: calc(var(--header-z-index) + 1);
}
body > div#fc_frame {
  right: 15px !important;
  z-index: var(--freshchat-z-index) !important;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.iti {
  --iti-path-flags-1x: url("/assets/img/intlTelInput/flags.webp");
  --iti-path-flags-2x: url("/assets/img/intlTelInput/flags@2x.webp");
  --iti-path-globe-1x: url("/assets/img/intlTelInput/globe.webp");
  --iti-path-globe-2x: url("/assets/img/intlTelInput/globe@2x.webp");
}
.iti .iti__dropdown-content .iti__search-input-wrapper {
  background: var(--surface-low);
  padding: var(--space-1);
}
.iti .iti__dropdown-content .iti__search-input-wrapper .iti__search-input {
  color: var(--content-high);
  height: var(--space-10);
  line-height: var(--space-4);
  background: var(--background-base);
  border-radius: var(--radius-s);
}
.iti .iti__dropdown-content .iti__no-results {
  padding: var(--space-2) 0;
}
.iti .iti__dropdown-content ul.iti__country-list::-webkit-scrollbar-track {
  width: 10px;
  background-color: #fff;
}
.iti .iti__dropdown-content ul.iti__country-list::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}
.iti .iti__dropdown-content ul.iti__country-list::-webkit-scrollbar-thumb {
  background-color: #044e97;
  border-radius: 8px;
  border: 2px solid #fff;
}
.iti .iti__dropdown-content ul.iti__country-list::-webkit-scrollbar-track:horizontal {
  height: 10px;
  background-color: #fff;
}
.iti .iti__dropdown-content ul.iti__country-list::-webkit-scrollbar:horizontal {
  height: 10px;
  background-color: #fff;
}
.iti .iti__dropdown-content ul.iti__country-list::-webkit-scrollbar-thumb:horizontal {
  background-color: #044e97;
  border-radius: 6px;
  border: 2px solid #fff;
}
.iti .iti__dropdown-content ul.iti__country-list li.iti__country {
  justify-content: flex-start;
  gap: var(--space-2);
}
.iti .iti__dropdown-content ul.iti__country-list li.iti__country .iti__flag {
  margin: 0 !important;
  width: var(--space-4);
  border-radius: 2px;
  box-shadow: 0 0 0 1px var(--content-mid);
  order: 1;
}
.iti .iti__dropdown-content ul.iti__country-list li.iti__country .iti__country-name {
  margin: 0 !important;
  line-height: 20px;
  order: 3;
}
.iti .iti__dropdown-content ul.iti__country-list li.iti__country .iti__dial-code {
  margin: 0 !important;
  order: 2;
  color: var(--content-mid);
}
.b2m-component.component-video-viewer {
  display: block;
  width: 100%;
  height: 100%;
  align-self: stretch;
}
.b2m-component.component-video-viewer .b2m-component.component-image {
  background-color: var(--background-base);
}
.b2m-component.component-video-viewer .b2m-component.component-image img {
  opacity: 0.5;
}
.b2m-component.component-video-viewer button {
  display: block;
  width: inherit;
  height: inherit;
  position: relative;
}
.b2m-component.component-video-viewer button .play-button {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 2;
}
.b2m-component.component-video-viewer button .play-button .background-button {
  position: relative;
  width: 80px;
  height: 57px;
  background-color: var(--surface-primary);
  padding: 0 15px;
  border-radius: 50%/11%;
  transition: all 0.2s ease-in-out;
}
.b2m-component.component-video-viewer button .play-button .background-button::before {
  content: "";
  position: absolute;
  background: var(--surface-primary);
  top: 10%;
  bottom: 10%;
  right: -5%;
  left: -4.5%;
  border-radius: 5%/50%;
  transition: inherit;
}
.b2m-component.component-video-viewer button .play-button .arrow {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
}
.b2m-component.component-video-viewer button .play-button .arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid #fff;
  border-top: 15px solid rgba(0, 0, 0, 0);
  border-bottom: 15px solid rgba(0, 0, 0, 0);
}
.b2m-component.component-video-viewer button .contents {
  position: relative;
  z-index: 1;
}
.b2m-component.component-video-viewer button .contents .b2m-component.component-image {
  aspect-ratio: 16/9;
  border-radius: var(--radius-m, 16px);
  box-shadow: var(--shadow-m);
}
.b2m-component.component-video-viewer button:hover .play-button .background-button::before,
.b2m-component.component-video-viewer button:hover .play-button .background-button {
  background-color: var(--support-ruby-surface-high);
}
.video-viewer-window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000000;
  display: none;
}
.video-viewer-window.active {
  display: block;
}
.video-viewer-window.active .video-viewer {
  opacity: 1;
  display: block;
  z-index: 100000;
}
.video-viewer-window.active .video-viewer .outer {
  z-index: 2;
}
.video-viewer-window.active .video-viewer .outer .iframe-wrapper iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}
.video-viewer-window.active .video-viewer .close-button {
  border-radius: 50%;
  background-color: var(--surface-primary);
  line-height: 30px;
}
.video-viewer-window.active .video-viewer .viewer-obfuscator {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: hsla(0, 0%, 100%, 0.4);
  backdrop-filter: blur(5px);
  cursor: pointer;
  transition: all 0.3s ease;
}
.video-viewer-window.active .video-viewer .viewer-obfuscator:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}
.b2m-component.component-value-security-section .row {
  row-gap: 32px;
  position: relative;
}
.b2m-component.component-value-security-section .row .text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575px) {
  .b2m-component.component-value-security-section .row .text-col {
    text-align: center;
  }
}
.b2m-component.component-value-security-section .row .text-col .h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #001a33;
  font-weight: bold;
}
.b2m-component.component-value-security-section .row .text-col p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.b2m-component.component-value-security-section .row .logos-col {
  display: flex;
  justify-content: end;
}
@media (max-width: 575px) {
  .b2m-component.component-value-security-section .row .logos-col {
    justify-content: center;
  }
}
.b2m-component.component-value-security-section .row .logos-col .logos-wrap {
  display: flex;
  justify-content: flex-end;
  width: fit-content;
  align-items: flex-start;
  gap: var(--space-6);
  text-decoration: none;
  color: inherit;
}
@media (max-width: 575px) {
  .b2m-component.component-value-security-section .row .logos-col .logos-wrap {
    flex-direction: column;
  }
}
.b2m-component.component-value-security-section .row .logos-col .logos-wrap > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
@media (max-width: 575px) {
  .b2m-component.component-value-security-section .row .logos-col .logos-wrap > div {
    width: 100%;
    align-items: center;
  }
}
.b2m-component.component-value-security-section .row .logos-col .logos-wrap > div span {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: block;
  width: 100%;
  text-align: left;
}
@media (max-width: 575px) {
  .b2m-component.component-value-security-section .row .logos-col .logos-wrap > div span {
    text-align: center;
  }
}
.b2m-component.component-value-security-section .row .logos-col .logos-wrap > div .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: var(--space-2);
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  max-width: 320px;
}
@media (max-width: 575px) {
  .b2m-component.component-value-security-section .row .logos-col .logos-wrap > div .image-wrapper {
    justify-content: center;
  }
}
.b2m-component.component-value-security-section .row .logos-col .logos-wrap > div .image-wrapper.compliance {
  gap: var(--space-5);
}
.b2m-component.component-value-security-section .row .logos-col .logos-wrap > div .image-wrapper.certificates {
  display: grid;
  grid-template-columns: 29% 29% 37%;
}
.b2m-component.component-value-security-section .row .logos-col .logos-wrap > div .image-wrapper.mentions {
  max-width: 160px;
}
.b2m-component.component-value-security-section .row .logos-col .logos-wrap > div .image-wrapper .image-element {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b2m-component.component-value-security-section
  .row
  .logos-col
  .logos-wrap
  > div
  .image-wrapper
  .image-element
  .b2m-component.component-image {
  max-height: 72px;
}
.b2m-component.component-value-security-section[data-theme="dark"] .image-element .b2m-component.component-image {
  filter: brightness(2);
}
.b2m-component.component-value-security-section[data-theme="dark"]
  .image-element.image-iso
  .b2m-component.component-image,
.b2m-component.component-value-security-section[data-theme="dark"]
  .image-element.image-star
  .b2m-component.component-image {
  filter: brightness(1.5);
}
.b2m-component.component-value-item-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: var(--space-6);
}
.b2m-component.component-value-item-section .item {
  flex: 1 0 20%;
  position: relative;
  align-self: stretch;
}
.b2m-component.component-value-item-section .item:not(:first-child) {
  padding-left: var(--space-6);
}
.b2m-component.component-value-item-section .item:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: var(--surface-mid);
}
@media (max-width: 767px) {
  .b2m-component.component-value-item-section .item {
    flex: 1 0 40%;
    padding-left: 0 !important;
  }
  .b2m-component.component-value-item-section .item::before {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .b2m-component.component-value-item-section .item {
    flex: 1 0 100%;
  }
}
.b2m-component.component-value-item-section .b2m-component.component-value-item {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  justify-content: flex-start;
  align-items: stretch;
}
.b2m-component.component-value {
  display: inline;
  white-space: nowrap;
}
.b2m-component.component-value .inner {
  display: inline-flex;
}
.b2m-component.component-value span {
  display: inline;
}
.b2m-component.component-value[data-property="change"][data-change="positive"] {
  color: var(--semantic-success-content);
}
.b2m-component.component-value[data-property="change"][data-change="positive"] .negative {
  display: none;
}
.b2m-component.component-value[data-property="change"][data-change="negative"] {
  color: var(--semantic-problem-content);
}
.b2m-component.component-value[data-property="change"][data-change="negative"] .positive {
  display: none;
}
:root {
  --top-banner-height: 48px;
}
@media (max-width: 767px) {
  :root {
    --top-banner-height: 64px;
  }
}
@media (max-width: 575px) {
  :root {
    --top-banner-height: 88px;
  }
}
.b2m-component.component-top-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--top-banner-height);
  z-index: 1000000000;
  background: var(--surface-promo-low);
  color: var(--light-content-high);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.b2m-component.component-top-banner a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 var(--space-10);
  color: inherit;
}
.b2m-component.component-top-banner a > div {
  flex: 1 1 auto;
  text-align: center;
  padding-right: 24px;
}
@media (max-width: 767px) {
  .b2m-component.component-top-banner a > div {
    padding-right: 44px;
    text-align: left;
  }
}
.b2m-component.component-top-banner a > div img {
  display: inline-block;
  width: var(--space-8);
  height: var(--space-8);
  margin-right: var(--space-1);
}
.b2m-component.component-top-banner a > div .b2m-component {
  position: relative;
  top: 4px;
  font-size: 1.5em;
}
.b2m-component.component-top-banner a > div .link {
  color: var(--content-primary);
  text-decoration-line: underline;
}
.b2m-component.component-top-banner a:hover {
  text-decoration: none;
}
.b2m-component.component-top-banner button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: var(--space-10);
  color: inherit !important;
  z-index: 1;
}
.b2m-component.component-top-banner button .button-inner {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .b2m-component.component-top-banner button {
    top: var(--space-2);
    right: var(--space-2);
    transform: none;
  }
}
body.has-top-banner .b2m-component.component-header {
  top: var(--top-banner-height);
}
@media (min-width: 992px) {
  body.has-top-banner .b2m-component.component-navbar-dropdown {
    top: calc(var(--header-height) + var(--top-banner-height)) !important;
    max-height: calc(100vh - var(--header-height) - var(--top-banner-height)) !important;
  }
}
@media (max-width: 991px) {
  body.has-top-banner .b2m-component.component-menu {
    top: calc(var(--header-height) + var(--top-banner-height));
    height: calc(100vh - var(--header-height) - var(--top-banner-height));
  }
}
body.has-top-banner .page-contents-wrapper {
  padding-top: var(--top-banner-height);
}
.b2m-component.component-tooltip {
  display: inline-block;
  position: relative;
  font-size: 24px;
  margin-inline: var(--space-2);
  width: 24px;
  height: 24px;
  color: inherit;
}
.b2m-component.component-tooltip .tooltip-contents {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -10px);
  max-width: 360px;
  width: 80vw;
  height: auto;
  padding: var(--space-2);
  background: var(--surface-mid);
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-m);
  word-wrap: break-word;
  white-space: normal;
  pointer-events: none;
}
.b2m-component.component-tooltip .tooltip-contents::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid var(--surface-mid);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  transform: translate(-10px);
}
.b2m-component.component-tag {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--space-1);
  border-radius: 100px;
}
.b2m-component.component-tag[data-size="medium"] {
  padding: 0 var(--space-2);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.b2m-component.component-tag[data-size="small"] {
  padding: 0 var(--space-1);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
.b2m-component.component-tabs {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  gap: var(--space-5);
}
.b2m-component.component-tabs .tab-buttons-stripe {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: var(--space-2);
}
.b2m-component.component-tabs .tab-buttons-stripe::-webkit-scrollbar {
  display: none;
}
.b2m-component.component-tabs .tab-buttons-stripe[data-is-wrap="true"] {
  flex-wrap: wrap;
}
.b2m-component.component-tabs .tab-buttons-stripe[data-is-center="true"] {
  justify-content: center;
}
.b2m-component.component-tabs .tab-contents .b2m-component.component-tab.tab-content {
  display: none;
}
.b2m-component.component-tabs .tab-contents .b2m-component.component-tab.tab-content[data-selected="true"] {
  display: flex;
  flex-wrap: wrap;
}
.b2m-component.component-tab.tab-button {
  border-radius: var(--radius-s);
  padding-inline: var(--space-3) !important;
  transition: all 0.3s ease;
}
.b2m-component.component-tab.tab-button[data-semantic="high"] {
  background: rgba(0, 0, 0, 0);
  color: var(--content-mid) !important;
}
.b2m-component.component-tab.tab-button[data-semantic="high"][data-selected="true"] {
  background: var(--surface-action-mid) !important;
  color: var(--content-high) !important;
}
.b2m-component.component-tab.tab-button[data-semantic="low"] {
  background: rgba(0, 0, 0, 0);
  color: var(--content-mid) !important;
}
.b2m-component.component-tab.tab-button[data-semantic="low"][data-selected="true"] {
  background: var(--surface-low) !important;
  color: var(--content-high) !important;
}
.b2m-component.component-tab.tab-button[data-semantic="underline"] {
  background: rgba(0, 0, 0, 0);
  color: var(--content-mid);
  position: relative;
}
.b2m-component.component-tab.tab-button[data-semantic="underline"]::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 80%;
  height: 4px;
  background-color: var(--surface-mid);
  transform: scaleX(0) translateX(-50%);
  transform-origin: center center;
  transition: all 0.3s ease;
}
.b2m-component.component-tab.tab-button[data-semantic="underline"][data-selected="true"]::before {
  transform: scaleX(1) translateX(-50%);
}
.b2m-component.component-tab.tab-button .notification-dot {
  width: 6px;
  height: 6px;
  background: var(--support-ruby-content);
  border-radius: 50%;
  margin-left: var(--space-3);
  display: inline-block;
  position: relative;
  top: -2px;
}
.b2m-component.component-section-title {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.b2m-component.component-section-title .main {
  display: flex;
  flex-direction: column-reverse;
  text-align: inherit;
}
.b2m-component.component-section-title[data-align="left"] {
  text-align: left;
  margin-inline: 0;
}
.b2m-component.component-section-title[data-align="left"] .main {
  align-items: flex-start;
}
.b2m-component.component-section-title[data-align="right"] {
  text-align: right;
}
.b2m-component.component-section-title[data-align="right"] .main {
  align-items: flex-end;
}
.b2m-component.component-section-title[data-align="center"] {
  text-align: center;
}
.b2m-component.component-section-title[data-align="center"] .main {
  align-items: center;
}
.b2m-component.component-section-title .b2m-title {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.25px;
  color: var(--content-high);
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 575px) {
  .b2m-component.component-section-title .b2m-title {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
}
.b2m-component.component-section-title .b2m-subtitle {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-mid);
  margin-top: 0;
  margin-bottom: var(--space-1);
}
.b2m-component.component-section-title .b2m-text {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: var(--content-mid);
  margin-top: var(--space-6);
  margin-bottom: 0;
  color: var(--content-mid);
}
@media (prefers-reduced-motion: no-preference) {
  .b2m-component.component-section {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.6s ease-out;
  }
  .b2m-component.component-section[data-animation-state="wait"] {
    transform: translateY(20px);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: no-preference) and (max-width: 767px) {
  .b2m-component.component-section[data-animation-state="wait"] {
    transform: translateY(10px);
  }
}
.b2m-component.component-search-site .input-box {
  position: absolute;
  right: var(--space-4);
  padding: var(--space-2);
  background: var(--background-base);
  border-radius: var(--radius-s);
  box-shadow: var(--shadow-m);
  width: calc(100vw - var(--space-4) - var(--space-4));
  max-width: 560px;
}
.b2m-component.component-search-site .input-box[data-visible="false"] {
  display: none;
}
.b2m-component.component-search-site .input-box .b2m-component.input-component {
  position: relative;
  z-index: 2;
}
.b2m-component.component-search-site .input-box .dropdown-box {
  position: relative;
  z-index: 1;
}
.b2m-component.component-search-site
  .input-box
  .dropdown-box
  .b2m-component.component-dropdown[data-position-y="bottom"] {
  transform: translateY(var(--space-10));
}
#search-modal-component .search-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--space-2);
}
#search-modal-component .search-box .search-input {
  flex: 1 1 90%;
  min-width: 0;
}
#search-modal-component .search-box .search-button {
  flex: 0 0 32px;
}
#search-modal-component .response {
  min-height: 120px;
}
#search-modal-component .initial-box ul.results,
#search-modal-component .results-box ul.results {
  list-style: none;
  padding: var(--space-3) 0;
  margin: 0;
}
#search-modal-component .initial-box ul.results li + li,
#search-modal-component .results-box ul.results li + li {
  margin-top: var(--space-3);
}
#search-modal-component .initial-box ul.results li a,
#search-modal-component .results-box ul.results li a {
  display: block;
  padding: var(--space-3);
  border-radius: var(--radius-s);
  transition: all 0.3s ease;
  background-color: var(--surface-low);
  overflow-wrap: break-word;
}
#search-modal-component .initial-box ul.results li a:hover,
#search-modal-component .initial-box ul.results li a:focus,
#search-modal-component .results-box ul.results li a:hover,
#search-modal-component .results-box ul.results li a:focus {
  text-decoration: none;
  background-color: var(--surface-action-mid);
}
#search-modal-component .initial-box ul.results li small,
#search-modal-component .results-box ul.results li small {
  display: block;
  margin-top: var(--space-2);
  line-height: 1.2em;
}
#search-modal-component .error-box {
  color: var(--semantic-problem-content);
}
.b2m-component.component-search-crypto {
  position: relative;
  width: 100%;
}
.b2m-component.component-search-crypto .input-box {
  position: relative;
  z-index: 2;
}
.b2m-component.component-search-crypto .input-box .b2m-component.component-input {
  width: 100%;
}
.b2m-component.component-search-crypto .input-box .b2m-component.component-loading {
  display: none !important;
  position: absolute;
  top: var(--space-3);
  right: var(--space-3);
  width: var(--space-8);
  height: var(--space-8);
  scale: 0.6;
  z-index: 10;
}
.b2m-component.component-search-crypto .dropdown-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}
.b2m-component.component-search-crypto .feedback {
  display: none;
}
.b2m-component.component-search-crypto .feedback.fail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: var(--space-2);
  background-color: var(--background-base);
  color: var(--content-high);
  transform: translateY(var(--space-14));
  border-radius: var(--radius-s);
}
.b2m-component.component-related-currencies {
  width: 100%;
  min-width: 240px;
  max-width: 460px;
}
.b2m-component.component-related-currencies .header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--space-2);
  margin-bottom: var(--space-4);
}
.b2m-component.component-related-currencies .header .related-currency-title {
  flex: 1 1 auto;
}
.b2m-component.component-related-currencies .box {
  border-radius: var(--radius-m);
  padding-block: var(--space-2);
  box-shadow: var(--shadow-m);
  background-color: var(--surface-raised);
}
.b2m-component.component-related-currencies .box .item {
  display: flex;
  padding-block: var(--space-3);
  padding-inline: var(--space-4);
  align-items: center;
  justify-content: flex-start;
  gap: var(--space-2);
  color: inherit;
  text-decoration: none;
}
.b2m-component.component-related-currencies .box .item:hover {
  color: inherit;
  text-decoration: none;
}
.b2m-component.component-related-currencies .box .item .avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  flex: 0 0 40px;
}
.b2m-component.component-related-currencies .box .item .content,
.b2m-component.component-related-currencies .box .item .value {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.b2m-component.component-related-currencies .box .item .content {
  flex: 1 1 auto;
  min-width: 0;
}
.b2m-component.component-related-currencies .box .item .content span.name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b2m-component.component-related-currencies .box .item .value {
  flex: 0 0 auto;
  text-align: right;
}
.b2m-component.component-sms-form .form-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: var(--space-4);
}
.b2m-component.component-sms-form .form-block fieldset {
  margin: 0;
  padding: 0;
}
.b2m-component.component-sms-form .form-block fieldset .validator {
  display: none;
  margin: 0;
  color: var(--semantic-problem-content);
}
.b2m-component.component-sms-form .form-block fieldset .response {
  margin: 0;
}
.b2m-component.component-sms-form .form-block fieldset .response.error {
  color: var(--semantic-problem-content);
}
.b2m-component.component-sms-form .response-block {
  display: none;
}
@media (pointer: coarse) and (hover: none) {
  .b2m-component.component-sms-form .response-block .qr-container .qr-code-button,
  .b2m-component.component-sms-form .response-block .qr-container .instructions {
    display: none !important;
  }
}
.b2m-component.component-sms-form .response-block .qr-code-button {
  width: 100%;
  max-width: 360px;
  aspect-ratio: 1/1;
  background-color: #fff;
  position: relative;
  appearance: none;
  border-radius: var(--radius-s);
  overflow: hidden;
}
.b2m-component.component-sms-form .response-block .qr-code-button canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.b2m-component.component-progress-bar {
  width: 100%;
}
.b2m-component.component-progress-bar[data-size="large"] .bar {
  height: 8px;
  border-radius: 8px;
}
.b2m-component.component-progress-bar[data-size="medium"] .bar {
  height: 8px;
  border-radius: 8px;
}
.b2m-component.component-progress-bar[data-size="small"] .bar {
  height: 4px;
  border-radius: 4px;
}
.b2m-component.component-progress-bar .bar {
  width: 100%;
  background: var(--surface-mid);
  position: relative;
}
.b2m-component.component-progress-bar .bar .fill {
  transition: width ease 0.3s;
  background: var(--surface-primary);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: inherit;
  z-index: 2;
}
.b2m-component.component-pre-footer-section {
  padding: 0 !important;
}
.b2m-component.component-pre-footer-section
  .b2m-component.component-dynamic-banner
  .b2m-component.component-content-fragment
  .fragment-title,
.b2m-component.component-pre-footer-section
  .b2m-component.component-dynamic-banner
  .b2m-component.component-content-fragment
  .fragment-paragraph {
  color: var(--content-onprimary);
}
.b2m-component.component-pill {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.b2m-component.component-pill .pills {
  width: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b2m-component.component-pill .pills .pills-wrapper {
  width: auto;
  display: inline-flex;
  justify-content: inherit;
  align-items: inherit;
  gap: var(--space-1);
  border-radius: var(--radius-xl);
  background: var(--surface-low);
}
.b2m-component.component-pill .pills .pill-button {
  display: block;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius-xl);
  backdrop-filter: blur(3px);
  transition: all 0.3s ease;
  color: var(--content-mid);
}
.b2m-component.component-pill .pills .pill-button[data-active] {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  background: var(--surface-raised);
  color: var(--content-high);
}
.b2m-component.component-pill[data-size="small"] .pills-wrapper {
  padding: var(--space-1);
}
.b2m-component.component-pill[data-size="small"] .pills-wrapper .pill-button {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: var(--space-2) var(--space-3);
}
.b2m-component.component-pill[data-size="large"] .pills-wrapper {
  padding: var(--space-2);
}
.b2m-component.component-pill[data-size="large"] .pills-wrapper .pill-button {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: var(--space-2) var(--space-4);
}
.b2m-component.component-pill .contents {
  margin-top: var(--space-4);
}
.b2m-component.component-pill .contents .content {
  display: none;
}
.b2m-component.component-pill .contents .content[data-active] {
  display: block;
}
.b2m-component.component-onramp {
  width: 100%;
  max-width: 460px;
  position: relative;
  border-radius: var(--radius-m);
}
.b2m-component.component-onramp .b2m-component.component-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: var(--background-base);
  border-radius: inherit;
}
.b2m-component.component-onramp .app.form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
  width: 100%;
  border-radius: inherit;
  padding: var(--space-8);
  background: var(--surface-raised);
  box-shadow: var(--shadow-l);
}
.b2m-component.component-onramp .app.form fieldset.form-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: var(--space-2);
  padding: 0;
  margin: 0;
}
.b2m-component.component-onramp .app.form fieldset.form-row > .b2m-component.component-input {
  flex: 1 1 100%;
  min-width: 0;
}
.b2m-component.component-onramp .app.form fieldset.form-row > .b2m-component.component-select {
  flex: 0 0 110px;
  min-width: 0;
}
.b2m-component.component-onramp .app.form fieldset.form-row[data-row="payment"] > .b2m-component.component-select {
  flex: 1 1 100%;
}
.b2m-component.component-onramp .app.form fieldset.form-row[data-row="cta"] > .b2m-component.component-button {
  width: 100%;
}
.b2m-component.component-onramp
  .app.form
  fieldset.form-row[data-row="cta"]
  > .b2m-component.component-button
  span.text
  span.amount {
  display: inline-block !important;
}
.b2m-component.component-onramp .app.form .price-row {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}
.b2m-component.component-onramp .app.form .footer-message {
  text-align: center;
}
.b2m-component.component-onramp[data-with-images-on-select]
  .app.form
  fieldset.form-row
  > .b2m-component.component-select {
  flex-basis: 130px;
}
.b2m-component.component-multiblock {
  width: 100%;
  text-decoration: none;
  text-decoration: none;
}
.b2m-component.component-multiblock:hover {
  text-decoration: none !important;
}
.b2m-component.component-multiblock[data-size="medium"] .content {
  padding: var(--space-2) var(--space-4);
}
.b2m-component.component-multiblock[data-size="medium"] .content .main .title {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.b2m-component.component-multiblock[data-size="medium"] .content .main .subtitle {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.b2m-component.component-multiblock[data-size="medium"] .content .details .detail {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.b2m-component.component-multiblock[data-size="small"] .content {
  padding: var(--space-1) var(--space-3);
}
.b2m-component.component-multiblock[data-size="small"] .content .main .title {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.b2m-component.component-multiblock[data-size="small"] .content .main .subtitle {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.b2m-component.component-multiblock[data-size="small"] .content .details .detail {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.b2m-component.component-multiblock[data-semantic="primary"] .content {
  background: var(--surface-raised);
}
.b2m-component.component-multiblock[data-semantic="secondary"] .content {
  background: var(--surface-low);
}
.b2m-component.component-multiblock[data-semantic="promo-low"] .content {
  background: var(--surface-raised);
}
.b2m-component.component-multiblock[data-semantic="promo-high"] .content {
  background: var(--surface-promo-low);
}
.b2m-component.component-multiblock[data-semantic="problem"] .content {
  background: var(--semantic-warning-surface-low);
}
.b2m-component.component-multiblock[data-semantic="warning"] .content {
  background: var(--semantic-problem-surface-low);
}
.b2m-component.component-multiblock:hover {
  text-decoration: none;
}
.b2m-component.component-multiblock[is-actionable="true"] {
  cursor: pointer;
}
.b2m-component.component-multiblock .content {
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: var(--space-2);
  width: 100%;
  max-width: 960px;
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-m);
}
.b2m-component.component-multiblock .content .main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 1 50%;
  min-width: 0;
}
.b2m-component.component-multiblock .content .main .title,
.b2m-component.component-multiblock .content .main .subtitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.b2m-component.component-multiblock .content .main .title {
  color: var(--content-high);
}
.b2m-component.component-multiblock .content .main .subtitle {
  color: var(--content-mid);
}
.b2m-component.component-multiblock .content .details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  flex: 1 1 50%;
}
.b2m-component.component-multiblock .content .details .detail {
  color: var(--content-high);
}
.b2m-component.component-multiblock .content .details .subdetail {
  color: var(--content-mid);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.b2m-component.component-multiblock .content .icon {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--content-primary);
}
.modal-backdrop {
  z-index: calc(var(--header-z-index) + 1);
}
.b2m-component.component-modal {
  z-index: calc(var(--header-z-index) + 2);
  color: var(--content-high);
}
.b2m-component.component-modal .modal-dialog {
  margin-inline: auto;
  max-height: 80vh;
}
.b2m-component.component-modal .modal-dialog .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  border-radius: var(--radius-m);
  border: 0 solid rgba(0, 0, 0, 0) !important;
  background-color: var(--background-base) !important;
  padding: var(--space-4) var(--space-5);
  gap: var(--space-3);
}
.b2m-component.component-modal .modal-dialog .modal-content .modal-section {
  border-radius: 0 !important;
  border: 0 solid rgba(0, 0, 0, 0) !important;
  padding: 0 !important;
  overflow-y: auto;
}
.b2m-component.component-modal .modal-dialog .modal-content .modal-section.modal-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--space-5);
  gap: var(--space-3);
}
.b2m-component.component-modal .modal-dialog .modal-content .modal-section.modal-header .modal-title-wrapper {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding-block: var(--space-1);
}
.b2m-component.component-modal
  .modal-dialog
  .modal-content
  .modal-section.modal-header
  .modal-title-wrapper
  .modal-title {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-high);
}
.b2m-component.component-modal .modal-dialog .modal-content .modal-section.modal-header .modal-title-wrapper i {
  font-size: 24px;
  line-height: 24px;
}
.b2m-component.component-modal .modal-dialog .modal-content .modal-section.modal-header button {
  padding-block: var(--space-2) !important;
}
.b2m-component.component-modal .modal-dialog .modal-content .modal-section.modal-body {
  flex: 1 1 auto;
}
.b2m-component.component-modal .modal-dialog .modal-content .modal-section.modal-body p:last-child {
  margin-bottom: 0 !important;
}
.b2m-component.component-modal .modal-dialog .modal-content .modal-section.modal-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
}
.b2m-component.component-modal .modal-dialog .modal-content .modal-section.modal-footer > * {
  margin: 0;
}
.b2m-component.component-modal .modal-dialog .modal-content .modal-section.modal-footer .footer-text {
  width: 100%;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--content-mid);
  text-align: center;
}
.b2m-component.component-modal .modal-dialog .modal-content .modal-section.modal-footer .buttons-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: var(--space-3);
  width: 100%;
}
@media (max-width: 575px) {
  .b2m-component.component-modal .modal-dialog .modal-content .modal-section.modal-footer .buttons-wrapper {
    flex-direction: column;
  }
}
body[data-theme="dark"] .modal-backdrop {
  background: var(--support-night-surface-low);
}
.b2m-component.component-milestones[data-milestone-type="security"] .row {
  row-gap: 32px;
  position: relative;
}
.b2m-component.component-milestones[data-milestone-type="security"] .row .text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575px) {
  .b2m-component.component-milestones[data-milestone-type="security"] .row .text-col {
    text-align: center;
  }
}
.b2m-component.component-milestones[data-milestone-type="security"] .row .text-col .h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--content-high);
  font-weight: bold;
}
.b2m-component.component-milestones[data-milestone-type="security"] .row .text-col p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.b2m-component.component-milestones[data-milestone-type="security"] .row .logos-col {
  display: flex;
  justify-content: end;
}
@media (max-width: 575px) {
  .b2m-component.component-milestones[data-milestone-type="security"] .row .logos-col {
    justify-content: center;
  }
}
.b2m-component.component-milestones[data-milestone-type="security"] .row .logos-col .logos-wrap {
  display: flex;
  justify-content: flex-end;
  width: fit-content;
  align-items: flex-start;
  gap: var(--space-6);
  text-decoration: none;
  color: inherit;
}
@media (max-width: 575px) {
  .b2m-component.component-milestones[data-milestone-type="security"] .row .logos-col .logos-wrap {
    flex-direction: column;
  }
}
.b2m-component.component-milestones[data-milestone-type="security"] .row .logos-col .logos-wrap > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
@media (max-width: 575px) {
  .b2m-component.component-milestones[data-milestone-type="security"] .row .logos-col .logos-wrap > div {
    width: 100%;
    align-items: center;
  }
}
.b2m-component.component-milestones[data-milestone-type="security"] .row .logos-col .logos-wrap > div span {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: block;
  width: 100%;
  text-align: left;
}
@media (max-width: 575px) {
  .b2m-component.component-milestones[data-milestone-type="security"] .row .logos-col .logos-wrap > div span {
    text-align: center;
  }
}
.b2m-component.component-milestones[data-milestone-type="security"] .row .logos-col .logos-wrap > div .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  gap: var(--space-2);
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  max-width: 320px;
}
@media (max-width: 575px) {
  .b2m-component.component-milestones[data-milestone-type="security"] .row .logos-col .logos-wrap > div .image-wrapper {
    justify-content: center;
  }
}
.b2m-component.component-milestones[data-milestone-type="security"]
  .row
  .logos-col
  .logos-wrap
  > div
  .image-wrapper.certificates {
  display: grid;
  grid-template-columns: 29% 29% 37%;
}
.b2m-component.component-milestones[data-milestone-type="security"]
  .row
  .logos-col
  .logos-wrap
  > div
  .image-wrapper
  .image-element {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b2m-component.component-milestones[data-milestone-type="security"]
  .row
  .logos-col
  .logos-wrap
  > div
  .image-wrapper
  .image-element
  img {
  max-height: 72px;
}
.b2m-component.component-milestones[data-milestone-type="security"][data-theme="dark"] .image-element img {
  filter: brightness(2);
}
.b2m-component.component-milestones[data-milestone-type="security"][data-theme="dark"] .image-element.image-iso img,
.b2m-component.component-milestones[data-milestone-type="security"][data-theme="dark"] .image-element.image-star img {
  filter: brightness(1.5);
}
.b2m-component.component-milestones[data-milestone-type="numbers"] {
  width: 100%;
}
.b2m-component.component-milestones[data-milestone-type="numbers"] .container {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: flex-start;
  gap: var(--space-6);
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .b2m-component.component-milestones[data-milestone-type="numbers"] .container {
    flex-direction: column;
  }
}
.b2m-component.component-milestones[data-milestone-type="numbers"] .container .milestone-number {
  width: 250px;
}
.b2m-component.component-microcard {
  width: 100%;
  max-width: 215px;
}
.b2m-component.component-microcard a {
  display: flex;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-4);
  border-radius: var(--radius-m);
  background: var(--surface-raised);
  box-shadow: var(--shadow-m);
  width: 100%;
  text-decoration: none;
}
.b2m-component.component-mica-regulated-copy {
  padding: var(--space-10) 0;
  background: var(--support-night-surface-high);
  color: var(--content-onprimary);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.b2m-component.component-mica-regulated-copy .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  text-align: center;
}
.b2m-component.component-mica-regulated-copy p {
  margin: 0;
}
.b2m-component.component-mica-regulated-copy a {
  color: inherit;
  text-decoration: underline;
  opacity: 0.8;
}
.b2m-component.component-loading {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  line-height: 2rem;
  font-size: 2rem;
}
.b2m-component.component-loading .b2m-component.component-icon {
  display: block;
  width: 2rem;
  height: 2rem;
  line-height: inherit;
  font-size: inherit;
  animation: rotate-cw 1s linear infinite;
  color: var(--content-mid);
}
.b2m-component.component-loading[data-mode="full-screen"] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: calc(var(--header-z-index) * 2);
}
.b2m-component.component-loading[data-mode="absolute"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: calc(var(--header-z-index) * 2);
}
.b2m-component.component-listing-modal .modal-body {
  padding: var(--space-12) var(--space-14) !important;
}
.b2m-component.component-listing-modal form .row {
  row-gap: var(--space-8);
}
.b2m-component.component-listing-modal form .row fieldset.form-group {
  padding-block: 0;
  margin: 0;
}
.b2m-component.component-listing-modal form select {
  display: none;
}
.b2m-component.component-listing-modal form textarea {
  height: 90px;
}
.b2m-component.component-listing-modal form .feedback {
  display: none;
  color: var(--semantic-problem-content);
}
.b2m-component.component-list-steps ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  justify-content: flex-start;
  align-items: flex-start;
}
.b2m-component.component-list-steps ul li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: var(--space-4);
}
.b2m-component.component-list-steps ul li .graph {
  padding: var(--space-2);
  border-radius: 50%;
  background: var(--surface-promo-low);
  color: var(--content-primary);
  flex: 0 0 var(--space-10);
  width: var(--space-10);
  height: var(--space-10);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.b2m-component.component-list-steps ul li .text {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--content-high);
  flex: 1 1 auto;
  word-wrap: break-word;
  white-space: break-spaces;
  max-width: 100%;
}
.b2m-component.component-list ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.b2m-component.component-list ul li {
  display: flex;
  padding: var(--space-3) var(--space-4);
  gap: var(--space-2);
}
.b2m-component.component-list ul li .text {
  flex-direction: column;
  max-width: 100%;
}
.b2m-component.component-list ul li .text .title {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-high);
  margin: 0;
}
.b2m-component.component-list ul li .text .subtitle {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-mid);
  margin: 0;
}
.b2m-component.component-leads-modal form .row {
  row-gap: var(--space-8);
}
.b2m-component.component-leads-modal form .row fieldset.form-group {
  padding-block: 0;
  margin: 0;
}
.b2m-component.component-leads-modal form select {
  display: none;
}
.b2m-component.component-leads-modal form textarea {
  height: 90px;
}
.b2m-component.component-leads-modal form .feedback {
  display: none;
  color: var(--semantic-problem-content);
}
.b2m-component.component-item-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}
.b2m-component.component-item-content[data-type="icon"] .graph-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: var(--space-16);
  min-height: var(--space-16);
  border-radius: 50%;
  background: var(--surface-promo-low);
  color: var(--content-primary);
  padding: var(--space-2);
  font-size: 32px;
}
.b2m-component.component-item-content[data-type="image"] .graph-wrapper {
  width: 96px;
  height: 96px;
}
.b2m-component.component-item-content[data-type="image"] .graph-wrapper .component-image {
  border-radius: var(--radius-m);
}
.b2m-component.component-item-content[data-type="number"] .graph-wrapper {
  font-family: Rubik, Arial, sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.25px;
  color: var(--content-low);
}
.b2m-component.component-item-content[data-layout="vertical-left"] {
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}
.b2m-component.component-item-content[data-layout="vertical-center"] {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}
.b2m-component.component-item-content[data-layout="vertical-center"] .graph-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.b2m-component.component-item-content[data-layout="horizontal"] {
  text-align: left;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.b2m-component.component-item-content[data-layout="horizontal"] .graph-wrapper {
  flex: 0 0 var(--space-16);
}
.b2m-component.component-item-content[data-layout="horizontal"] .content-wrapper {
  flex: 1 1 100%;
  flex-direction: column !important;
}
.b2m-component.component-item-content .content-wrapper {
  display: flex;
  flex-direction: inherit;
  align-items: inherit;
  gap: var(--space-6);
}
.b2m-component.component-item-content .content-wrapper .block {
  display: inherit;
  flex-direction: inherit;
  gap: var(--space-3);
}
.b2m-component.component-item-content .content-wrapper .block .title {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--content-high);
}
.b2m-component.component-item-content .content-wrapper .block .text {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-mid);
}
.b2m-component.component-image {
  overflow: hidden;
}
.b2m-component.component-image img {
  display: block;
  width: 100%;
  aspect-ratio: inherit;
}
.b2m-component.component-hero-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 50px;
}
.b2m-component.component-hero-section .main {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-14);
}
.b2m-component.component-hero-section .main .content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--space-5);
}
@media (max-width: 767px) {
  .b2m-component.component-hero-section .main .content-col {
    margin-bottom: var(--space-14);
  }
}
.b2m-component.component-hero-section .main .aside-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .b2m-component.component-hero-section .main .aside-col {
    justify-content: center;
  }
}
.b2m-component.component-hero-section .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background: var(--background-gradient-low);
}
.b2m-component.component-hero-label {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}
.b2m-component.component-hero-label .b2m-component.component-icon {
  color: var(--content-primary);
  font-size: 24px;
}
.b2m-component.component-hero-label span {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-mid);
}
.b2m-component.component-user-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: var(--space-4);
}
.b2m-component.component-user-panel ul button {
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  transition: inherit;
}
.b2m-component.component-user-panel ul button.language-selector-button {
  font-size: 24px;
}
.b2m-component.component-user-panel ul li[data-when="logged-in"] {
  display: none;
}
.b2m-component.component-user-panel .menu-element-sign-in {
  display: inherit;
  flex-direction: inherit;
  align-items: inherit;
  justify-content: inherit;
  gap: inherit;
}
.b2m-component.component-user-panel .menu-element-sign-in .button-sign-in:focus {
  box-shadow: none;
}
.b2m-component.component-user-panel .menu-element-bit2me-app {
  position: relative;
}
.b2m-component.component-user-panel .menu-element-bit2me-app .app-button span.icon:first-child i {
  font-size: 0.9em;
}
.b2m-component.component-user-panel .menu-element-bit2me-app .app-button span.icon:last-child {
  position: relative;
  top: -1px;
}
.b2m-component.component-user-panel .menu-element-bit2me-app .app-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + var(--space-6));
  right: 0;
  width: 250px;
  z-index: 1001;
  padding: var(--space-6);
  background-color: var(--surface-ontexture);
  box-shadow: var(--shadow-fl);
  backdrop-filter: blur(3px);
  border-radius: var(--radius-m);
}
.b2m-component.component-user-panel .menu-element-bit2me-app .app-dropdown .content {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.b2m-component.component-user-panel .menu-element-bit2me-app .app-dropdown .content .qr-code-container {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.b2m-component.component-user-panel .menu-element-bit2me-app .app-dropdown .content .qr-code-container canvas {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.b2m-component.component-user-panel
  .menu-element-bit2me-app
  .app-dropdown
  .content
  .qr-code-container
  canvas[data-theme="light"] {
  filter: grayscale(1) brightness(0);
}
.b2m-component.component-user-panel
  .menu-element-bit2me-app
  .app-dropdown
  .content
  .qr-code-container
  canvas[data-theme="dark"] {
  filter: grayscale(1) brightness(1);
}
.b2m-component.component-user-panel .menu-element-bit2me-app .app-dropdown .content p {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-mid);
  text-align: center;
  margin-bottom: 0;
}
.b2m-component.component-user-panel .menu-element-bit2me-app .app-dropdown-backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
  backdrop-filter: blur(2px);
  z-index: 1000;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  body.menu-open .b2m-component.component-user-panel .button-register {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .b2m-component.component-menu .b2m-component.component-user-panel.wrapped-in-menu {
    padding: var(--space-2) var(--space-4) var(--space-6);
  }
  .b2m-component.component-menu .b2m-component.component-user-panel.wrapped-in-menu .menu {
    gap: var(--space-4);
    justify-content: flex-start;
  }
  .b2m-component.component-menu .b2m-component.component-user-panel.wrapped-in-menu .menu .menu-element-sign-in,
  .b2m-component.component-menu .b2m-component.component-user-panel.wrapped-in-menu .menu .menu-element-access {
    width: 100%;
  }
  .b2m-component.component-menu
    .b2m-component.component-user-panel.wrapped-in-menu
    .menu
    .menu-element-sign-in
    .button-sign-in,
  .b2m-component.component-menu
    .b2m-component.component-user-panel.wrapped-in-menu
    .menu
    .menu-element-access
    .button-sign-in {
    display: block !important;
  }
  body.menu-open .b2m-component.component-menu .b2m-component.component-user-panel.wrapped-in-menu .button-register {
    display: block !important;
  }
}
.b2m-component.component-navbar-dropdown {
  width: 100% !important;
  max-height: calc(100vh - var(--header-height));
  display: none;
  position: fixed !important;
  top: var(--header-height) !important;
  left: 50% !important;
  background: var(--background-base);
  transform: translate3d(-50%, 0, 0) !important;
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  transition: all 0.3s ease;
  will-change: auto !important;
  color: inherit;
  float: none;
  overflow-y: auto;
}
.b2m-component.component-navbar-dropdown .mobile-navigation {
  padding-block: var(--space-4);
  border-top: 1px solid var(--surface-action-mid);
  border-bottom: 1px solid var(--surface-action-mid);
  position: sticky;
  top: 0;
  z-index: 3;
  background-color: var(--background-base);
}
.b2m-component.component-navbar-dropdown .mobile-navigation button {
  padding-inline: var(--space-2) !important;
}
.b2m-component.component-navbar-dropdown .mobile-navigation button::after {
  display: none;
}
.b2m-component.component-navbar-dropdown .component-navbar-dropdown-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
  padding: var(--space-6) 0;
}
.b2m-component.component-navbar-dropdown .component-navbar-dropdown-content .header-column {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.b2m-component.component-navbar-dropdown .component-navbar-dropdown-content .header-column .title-column {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--content-mid);
  margin-bottom: var(--space-4);
}
.b2m-component.component-navbar-dropdown.open {
  display: block;
}
@media (max-width: 991px) {
  .b2m-component.component-navbar-dropdown {
    position: relative !important;
    top: 0 !important;
    max-height: unset;
  }
  .b2m-component.component-navbar-dropdown .row {
    gap: var(--space-2) !important;
  }
  .b2m-component.component-navbar-dropdown .component-navbar-dropdown-content .title-column {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 575px) {
  .b2m-component.component-navbar-dropdown {
    position: fixed !important;
    transform: translate3d(100%, 0, 0) !important;
    left: 0 !important;
    max-height: 100%;
    overflow-y: auto;
    padding-bottom: 100px;
  }
  .b2m-component.component-navbar-dropdown.show {
    transform: translate3d(0, 0, 0) !important;
  }
}
.b2m-component.component-menu .menu-element.show .b2m-component.component-navbar-dropdown {
  display: block;
}
body {
  transition: all 0.3s ease;
}
body.dropdown-open .page-contents-wrapper {
  filter: brightness(0.9);
}
body.dropdown-open[data-theme="light"] .page-contents-wrapper {
  filter: brightness(0.9);
}
body.dropdown-open[data-theme="dark"] .page-contents-wrapper {
  filter: brightness(1.6);
}
@media (max-width: 991px) {
  body.menu-open .page-contents-wrapper {
    filter: brightness(0.9);
  }
  body.menu-open[data-theme="light"] .page-contents-wrapper {
    filter: brightness(0.9);
  }
  body.menu-open[data-theme="dark"] .page-contents-wrapper {
    filter: brightness(1.9);
  }
}
@media (max-width: 575px) {
  body.menu-open {
    overflow: hidden;
  }
}
.b2m-component-navbar[data-theme="dark"] .b2m-component.component-security .logos-wrap img {
  filter: brightness(10);
}
.b2m-component.component-security {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}
.b2m-component.component-security .logos-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: var(--space-5);
}
.b2m-component.component-security .logos-wrap .b2m-component.component-image {
  width: auto;
  max-height: 80px;
}
.b2m-component.component-security .logos-wrap .b2m-component.component-image.image-iso {
  width: 64px;
}
.b2m-component.component-security .logos-wrap .b2m-component.component-image.image-star {
  height: 64px;
}
.b2m-component.component-security .logos-wrap .b2m-component.component-image.image-ledger {
  padding: var(--space-1);
  width: 118px;
  margin-right: var(--space-3);
}
.b2m-component.component-security .logos-wrap .b2m-component.component-image.image-bdo {
  width: 88px;
  padding: var(--space-2);
}
.b2m-component.component-security .logos-wrap .b2m-component.component-image.image-trustpilot {
  width: 96px;
  padding: var(--space-1);
}
.b2m-component.component-security .logos-wrap .b2m-component.component-image.image-inblac {
  width: 96px;
  padding: var(--space-1);
  margin-right: var(--space-3);
}
.b2m-component.component-security .logos-wrap .b2m-component.component-image.image-cointelegraph {
  height: 86px;
  filter: grayscale(1);
  opacity: 0.8;
}
.b2m-component.component-security .logos-wrap + .logos-wrap {
  margin-top: var(--space-4);
}
.b2m-component.component-navbar-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  gap: var(--space-3);
  padding: var(--space-3);
  border-radius: var(--radius-s);
  background: var(--surface-promo-low);
  z-index: 1;
}
.b2m-component.component-navbar-banner:hover {
  text-decoration: none;
  background: var(--surface-promo-high);
}
.b2m-component.component-navbar-banner .top {
  z-index: 1;
  pointer-events: none;
}
.b2m-component.component-navbar-banner .top .title-wrap {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  margin-bottom: var(--space-2);
}
.b2m-component.component-navbar-banner .top .title-wrap i {
  display: flex;
  width: 32px;
  height: 32px;
  padding: var(--space-1);
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: var(--radius-xl);
  background: var(--surface-primary);
  color: var(--content-onprimary);
  font-size: 24px;
}
.b2m-component.component-navbar-banner .top .title-wrap .title {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-high);
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.b2m-component.component-navbar-banner .top .text {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--content-mid);
  margin: var(--space-2) 0 0;
}
.b2m-component.component-navbar-banner .bottom {
  z-index: 1;
}
.b2m-component.component-navbar-banner .bottom .b2m-component.component-image {
  pointer-events: none;
  border-radius: var(--radius-s);
  overflow: hidden;
}
.b2m-component.component-info-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0 var(--space-2);
  padding: var(--space-3);
  border-radius: var(--radius-m);
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .b2m-component.component-info-price {
    align-items: center;
  }
}
.b2m-component.component-info-price .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 auto;
  gap: var(--space-2);
  text-align: left;
}
.b2m-component.component-info-price .left .text-wrapper p {
  margin: 0;
}
.b2m-component.component-info-price .left .text-wrapper p.name {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--content-high);
}
.b2m-component.component-info-price .left .text-wrapper span.symbol {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--content-mid);
  margin-right: var(--space-2);
}
.b2m-component.component-info-price .right {
  flex: 0 0 auto;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--content-high);
  text-align: right;
}
.b2m-component.component-info-price .right .change.positive {
  color: var(--semantic-success-content);
}
.b2m-component.component-info-price .right .change.positive .positive {
  display: inline-block;
}
.b2m-component.component-info-price .right .change.positive .negative {
  display: none;
}
.b2m-component.component-info-price .right .change.negative {
  color: var(--semantic-problem-content);
}
.b2m-component.component-info-price .right .change.negative .positive {
  display: none;
}
.b2m-component.component-info-price .right .change.negative .negative {
  display: inline-block;
}
.b2m-component.component-info-price:hover {
  background-color: var(--surface-action-low);
  text-decoration: none;
}
.b2m-component.component-dropdown-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: var(--space-2);
  padding: var(--space-3);
  border-radius: var(--radius-s);
}
.b2m-component.component-dropdown-item:hover {
  background-color: var(--surface-action-low);
  text-decoration: none;
}
.b2m-component.component-dropdown-item.has-text {
  align-items: flex-start;
}
.b2m-component.component-dropdown-item i {
  display: flex;
  width: 32px;
  height: 32px;
  padding: var(--space-1);
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: var(--radius-xl);
  background: var(--surface-action-low);
  color: var(--content-primary);
  font-size: 24px;
}
.b2m-component.component-dropdown-item .content .title {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-high);
  margin: 0;
  display: flex;
  align-items: center;
}
.b2m-component.component-dropdown-item .content .title i {
  color: var(--support-ruby-content);
  background: none;
}
.b2m-component.component-dropdown-item .content .text {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--content-mid);
  margin: var(--space-2) 0 0;
}
.b2m-component.component-community {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-5);
  padding-top: var(--space-6);
  margin-top: var(--space-6);
  border-top: 1px solid var(--surface-action-mid);
}
@media (max-width: 991px) {
  .b2m-component.component-community {
    justify-content: center;
    flex-direction: column;
  }
}
.b2m-component.component-community .left {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-mid);
}
.b2m-component.component-community .icons {
  display: flex;
  align-items: center;
  justify-content: inherit;
  gap: 0 var(--space-10);
}
@media (max-width: 991px) {
  .b2m-component.component-community .icons {
    justify-content: space-around;
    align-self: stretch;
    gap: 0;
  }
}
.b2m-component.component-community a {
  text-decoration: none;
  margin: 0;
}
.b2m-component.component-community a i {
  font-size: 24px;
  color: var(--content-mid);
}
button.b2m-component.component-menu-hamburger {
  display: block;
  width: 24px !important;
  height: 24px !important;
  font-size: 24px !important;
  line-height: 24px !important;
  text-align: center;
  padding: 0 !important;
}
body button.b2m-component.component-menu-hamburger .open {
  display: none !important;
}
body button.b2m-component.component-menu-hamburger .closed {
  display: block !important;
}
body.menu-open button.b2m-component.component-menu-hamburger .open {
  display: block !important;
}
body.menu-open button.b2m-component.component-menu-hamburger .closed {
  display: none !important;
}
.b2m-component.component-menu .main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-self: stretch;
}
.b2m-component.component-menu .main-menu .menu-element {
  color: var(--content-high);
}
@media (min-width: 992px) {
  .b2m-component.component-menu .main-menu .menu-element {
    height: var(--header-height);
    display: flex;
    align-items: center;
  }
}
.b2m-component.component-menu .main-menu .menu-element .menu-element-button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 var(--space-3);
  color: inherit;
  transition: inherit;
  font-weight: inherit;
  line-height: inherit;
  transition: color 0.3s ease;
}
.b2m-component.component-menu .main-menu .menu-element .menu-element-button[aria-expanded="true"] {
  height: var(--space-14);
}
.b2m-component.component-menu .main-menu .menu-element .menu-element-button:hover {
  color: var(--content-primary);
  text-decoration: none;
}
.b2m-component.component-menu .main-menu .menu-element .menu-element-button:focus {
  text-decoration: none;
}
.b2m-component.component-menu .main-menu .menu-element .menu-element-button .text {
  white-space: nowrap;
}
.b2m-component.component-menu .main-menu .menu-element .menu-element-button .arrow-box {
  display: block;
}
.b2m-component.component-menu .main-menu .menu-element .menu-element-button .arrow-box i {
  position: relative;
  top: 2px;
  left: -2px;
  font-size: 20px;
}
.b2m-component.component-menu .main-menu .menu-element .menu-element-button:after {
  display: none;
}
.b2m-component.component-menu .main-menu .menu-element.show .menu-element-button {
  color: var(--content-primary);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .b2m-component.component-menu .main-menu {
    padding-left: 0;
  }
  .b2m-component.component-menu .main-menu .menu-element .menu-element-button .arrow-box {
    display: block;
  }
  .b2m-component.component-menu .main-menu .menu-element .menu-element-button .arrow-box i {
    display: inline-block;
    width: 10px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .b2m-component.component-menu {
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: 100%;
    max-width: 360px;
    height: calc(100vh - var(--header-height));
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    background: var(--background-base);
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 100px;
  }
  .b2m-component.component-menu .main-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: Manrope, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  .b2m-component.component-menu .main-menu .menu-element {
    width: 100%;
    border-bottom: 1px solid var(--surface-mid);
  }
  .b2m-component.component-menu .main-menu .menu-element .menu-element-button {
    height: var(--space-14);
  }
  .b2m-component.component-menu .main-menu .menu-element.has-dropdown .menu-element-button {
    justify-content: space-between;
  }
  .b2m-component.component-menu .main-menu .menu-element.has-dropdown .menu-element-button .arrow-box {
    display: block;
  }
  .b2m-component.component-menu .main-menu .menu-element.has-dropdown:last-child {
    border-bottom: 0;
  }
  .b2m-component.component-menu .main-menu .menu-element.has-dropdown.show .arrow-box {
    display: block;
  }
  .b2m-component.component-menu .main-menu .menu-element.has-dropdown.show .arrow-box i {
    transform: rotate(180deg);
  }
  body.menu-open .b2m-component.component-menu {
    transform: translateX(0);
  }
}
@media (max-width: 575px) {
  .b2m-component.component-menu {
    max-width: 100%;
  }
  body.dropdown-open .b2m-component.component-menu {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .b2m-component.component-menu .main-menu .menu-element[data-relevance] {
    display: none;
  }
}
:root {
  --header-height: calc(var(--space-14) + var(--space-2) + var(--space-2));
  --header-z-index: 10000;
}
.b2m-component.component-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--header-z-index);
  width: 100%;
  min-height: var(--header-height);
  height: var(--header-height);
  max-height: var(--header-height);
  background: var(--background-base);
  color: var(--content-mid);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-l);
  padding-inline: var(--space-4);
}
.b2m-component.component-header .header-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: inherit;
  justify-content: inherit;
}
@media (max-width: 991px) {
  .b2m-component.component-header .header-container {
    width: 100%;
  }
}
.b2m-component.component-header .b2m-navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  white-space: nowrap;
}
@media (max-width: 991px) {
  .b2m-component.component-header .b2m-navbar {
    width: 100%;
  }
}
.b2m-component.component-header .b2m-navbar .navbar-brand {
  width: 128px;
  min-width: 128px;
  position: relative;
  top: -2px;
}
@media (max-width: 575px) {
  .b2m-component.component-header .b2m-navbar .navbar-brand {
    margin-right: 0 !important;
  }
}
.b2m-component.component-header .b2m-navbar .block {
  display: inherit;
  flex-direction: inherit;
  align-items: inherit;
  white-space: normal;
}
.b2m-component.component-header .b2m-navbar .block.left {
  flex: 1 1 auto;
  gap: var(--space-8);
  justify-content: flex-start;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .b2m-component.component-header .b2m-navbar .block.left {
    gap: var(--space-4);
  }
}
.b2m-component.component-header .b2m-navbar .block.right {
  gap: var(--space-4);
  justify-content: flex-end;
}
.b2m-component.component-grid-content .row {
  row-gap: var(--space-16);
  justify-content: center;
}
.b2m-component.component-switch label {
  position: relative;
}
.b2m-component.component-switch span {
  display: block;
  width: 52px;
  height: 32px;
  padding: var(--space-1);
  background: var(--content-low);
  border-radius: var(--radius-xl);
  transition: all 0.3s ease;
}
.b2m-component.component-switch span::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  background-color: var(--surface-onprimary);
  width: 24px;
  height: 24px;
  transition: inherit;
  top: 4px;
  left: 4px;
}
.b2m-component.component-switch input:focus + span {
  outline-width: 4px;
  outline-style: solid;
  outline-offset: -1px;
  outline-color: rgba(122, 188, 253, 0.5);
}
.b2m-component.component-switch input:checked + span {
  background: var(--content-primary);
}
.b2m-component.component-switch input:checked + span::before {
  translate: 20px;
}
.b2m-component.component-switch input[disabled] + span {
  opacity: 0.25;
}
.b2m-component.component-select {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: auto;
  max-width: 100%;
  min-width: fit-content;
}
.b2m-component.component-select[data-disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.b2m-component.component-select[data-style-width="hug"] {
  width: auto;
}
.b2m-component.component-select[data-style-width="fill"] {
  width: 100%;
}
.b2m-component.component-select[data-is-open="true"] {
  z-index: 999999;
}
.b2m-component.component-select button.selector {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.b2m-component.component-select button.selector img {
  border-radius: 50%;
  display: block;
  width: 24px;
  height: 24px;
}
.b2m-component.component-select button.selector .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1 1 auto;
}
.b2m-component.component-select button.selector .text .label,
.b2m-component.component-select button.selector .text .option-title,
.b2m-component.component-select button.selector .text .description,
.b2m-component.component-select button.selector .text .option-description {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b2m-component.component-select button.selector .text .label,
.b2m-component.component-select button.selector .text .description,
.b2m-component.component-select button.selector .text .option-description {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-mid);
  transition: all 0.3s ease;
}
.b2m-component.component-select button.selector .text .option-title {
  color: var(--content-high);
  transition: all 0.3s ease;
}
.b2m-component.component-select button.selector .arrow {
  display: block;
  color: var(--content-high);
}
.b2m-component.component-select button.selector[data-style-size="medium"] {
  padding: var(--space-1) var(--space-4);
  background: var(--surface-low);
  border-radius: var(--radius-s);
  column-gap: var(--space-2);
  height: var(--space-14);
}
.b2m-component.component-select button.selector[data-style-size="medium"] .text {
  height: var(--space-12);
}
.b2m-component.component-select button.selector[data-style-size="medium"] .arrow {
  display: block;
  padding: var(--space-3) 0;
}
.b2m-component.component-select button.selector[data-style-size="medium"] .arrow i {
  width: var(--space-6);
  font-size: 24px;
}
.b2m-component.component-select button.selector[data-style-size="medium"][data-style-type="complex"] {
  padding: var(--space-3) var(--space-4);
  height: var(--space-18);
}
.b2m-component.component-select
  button.selector[data-style-size="medium"][data-style-type="simple"][data-filled="true"]
  .text
  .label {
  display: block !important;
}
.b2m-component.component-select button.selector[data-style-size="small"] {
  padding: 0 var(--space-3);
  background: var(--surface-low);
  border-radius: var(--radius-s);
  column-gap: var(--space-2);
  height: var(--space-9);
}
.b2m-component.component-select button.selector[data-style-size="small"] .text {
  height: var(--space-9);
}
.b2m-component.component-select button.selector[data-style-size="small"] .arrow {
  padding: var(--space-2) 0;
  height: 36px;
}
.b2m-component.component-select button.selector[data-style-size="small"] .arrow i {
  font-size: 20px;
  width: var(--space-5);
  height: var(--space-5);
}
.b2m-component.component-select button.selector[data-style-size="small"][data-filled="true"] .text .label {
  display: none !important;
}
.b2m-component.component-select button.selector[data-style-size="small"][data-style-type="complex"] {
  height: var(--space-16);
}
.b2m-component.component-select button.selector[data-style-size="extra-small"] {
  padding: var(--space-2) 0;
  column-gap: var(--space-1);
  height: var(--space-10);
}
.b2m-component.component-select button.selector[data-style-size="extra-small"] .text {
  height: var(--space-5);
}
.b2m-component.component-select button.selector[data-style-size="extra-small"] .text .label {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.b2m-component.component-select button.selector[data-style-size="extra-small"] .icon {
  width: var(--space-5);
  height: var(--space-5);
  padding: var(--space-2) 0;
  font-size: 20px;
}
.b2m-component.component-select button.selector[data-style-size="extra-small"][data-filled="true"] .text .label {
  display: none !important;
}
.b2m-component.component-select button.selector[data-style-size="extra-small"][data-filled="true"],
.b2m-component.component-select button.selector[data-style-size="extra-small"][data-is-valid="false"],
.b2m-component.component-select button.selector[data-style-size="extra-small"]:focus {
  background: rgba(0, 0, 0, 0) !important;
  outline: 0;
}
.b2m-component.component-select
  button.selector[data-style-size="extra-small"][data-style-color-variation="content-primary"]
  .arrow {
  color: var(--content-primary);
}
.b2m-component.component-select
  button.selector[data-style-size="extra-small"][data-style-color-variation="content-primary"]
  .text
  .label,
.b2m-component.component-select
  button.selector[data-style-size="extra-small"][data-style-color-variation="content-primary"]
  .text
  .description,
.b2m-component.component-select
  button.selector[data-style-size="extra-small"][data-style-color-variation="content-primary"]
  .text
  .option-subtitle,
.b2m-component.component-select
  button.selector[data-style-size="extra-small"][data-style-color-variation="content-primary"]
  .text
  .option-title {
  color: var(--content-primary);
}
.b2m-component.component-select
  button.selector[data-style-size="extra-small"][data-style-color-variation="content-mid"]
  .arrow {
  color: var(--content-mid);
}
.b2m-component.component-select
  button.selector[data-style-size="extra-small"][data-style-color-variation="content-mid"]
  .text
  .label,
.b2m-component.component-select
  button.selector[data-style-size="extra-small"][data-style-color-variation="content-mid"]
  .text
  .description,
.b2m-component.component-select
  button.selector[data-style-size="extra-small"][data-style-color-variation="content-mid"]
  .text
  .option-subtitle,
.b2m-component.component-select
  button.selector[data-style-size="extra-small"][data-style-color-variation="content-mid"]
  .text
  .option-title {
  color: var(--content-mid);
}
.b2m-component.component-select button.selector[data-style-type="complex"] .text .label,
.b2m-component.component-select button.selector[data-style-type="complex"] .text .option-title {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-high);
}
.b2m-component.component-select button.selector[data-style-type="simple"] .text .option-description,
.b2m-component.component-select button.selector[data-style-type="simple"] .text .description {
  display: none !important;
}
.b2m-component.component-select button.selector[data-style-type="simple"][data-filled="true"] .text .label {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--content-mid);
}
.b2m-component.component-select button.selector[data-filled="false"] .text [data-type="clean"] {
  display: block;
}
.b2m-component.component-select button.selector[data-filled="false"] .text [data-type="selected"] {
  display: none;
}
.b2m-component.component-select button.selector[data-filled="true"] .text [data-type="clean"] {
  display: none;
}
.b2m-component.component-select button.selector[data-filled="true"] .text [data-type="selected"] {
  display: block;
}
.b2m-component.component-select button.selector[data-filled="true"][data-style-type="complex"] .text .label,
.b2m-component.component-select button.selector[data-filled="true"][data-style-type="complex"] .text .description {
  display: none;
}
.b2m-component.component-select
  button.selector[data-filled="true"][data-style-type="complex"]
  .text
  .option-description,
.b2m-component.component-select button.selector[data-filled="true"][data-style-type="complex"] .text .option-title {
  display: block;
}
.b2m-component.component-select button.selector[data-is-open="true"] .arrow {
  transform: scaleY(-100%);
}
.b2m-component.component-select button.selector[data-filled="true"] {
  background: var(--surface-action-low) !important;
}
.b2m-component.component-select button.selector[data-filled="true"] .text .label {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.b2m-component.component-select button.selector[data-is-valid="false"] {
  background: var(--semantic-problem-surface-low) !important;
}
.b2m-component.component-select button.selector[disabled] .arrow {
  display: none;
}
.b2m-component.component-select button.selector:focus {
  background: var(--surface-action-mid) !important;
  outline: 0;
}
.b2m-component.component-select button.selector .text {
  max-width: calc(100% - 8px - 24px);
}
.b2m-component.component-select button.selector[disabled] .text {
  max-width: 100%;
}
.b2m-component.component-select button.selector[data-has-image] .text {
  max-width: calc(100% - 24px - 16px - 24px);
}
.b2m-component.component-select button.selector[data-has-image][disabled] .text {
  max-width: calc(100% - 24px - 8px);
}
.b2m-component.component-select .support-text {
  padding: var(--space-1) var(--space-4);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--content-mid);
}
.b2m-component.component-select .support-text span {
  display: block;
}
.b2m-component.component-select .support-text span.help {
  color: inherit;
}
.b2m-component.component-select .support-text span.feedback {
  display: none;
  color: var(--semantic-problem-content);
}
.b2m-component.component-range {
  position: relative;
  width: 100%;
  height: 12px;
  transition: all 0.3s ease;
  overflow: hidden;
}
.b2m-component.component-range input[type="range"] {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.b2m-component.component-range input[type="range"]:focus {
  outline: none;
}
.b2m-component.component-range input[type="range"]::-webkit-slider-runnable-track {
  background: var(--surface-mid);
  border-radius: 4px;
  height: 4px;
  transition: inherit;
}
.b2m-component.component-range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -4px;
  background: var(--surface-primary);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: inherit;
}
.b2m-component.component-range input[type="range"]::-moz-range-track {
  background: var(--surface-mid);
  border-radius: 4px;
  height: 4px;
  transition: inherit;
}
.b2m-component.component-range input[type="range"]::-moz-range-thumb {
  border: none;
  border-radius: 0;
  background: var(--surface-primary);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: inherit;
}
.b2m-component.component-range .progress {
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  margin-top: -2px;
  border-radius: 4px;
  background: var(--surface-primary);
  z-index: 2;
  transition: inherit;
  transition-property: background-color;
  pointer-events: none;
}
.b2m-component.component-range .steps {
  position: absolute;
  top: 0;
  left: calc(12px / 2);
  width: calc(100% - 12px);
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b2m-component.component-range .steps span {
  display: block;
  width: 2px;
  height: 100%;
  background-color: var(--surface-mid);
  transition: inherit;
}
.b2m-component.component-range.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.25;
}
.b2m-component.component-input {
  display: inline-flex;
  flex-direction: column;
  width: auto;
  min-width: 240px;
  text-align: left;
}
.b2m-component.component-input[data-type="checkbox"] .input-wrapper {
  padding: 0 2px !important;
  height: auto !important;
}
.b2m-component.component-input[data-type="checkbox"] .input-wrapper .input label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-3);
  align-self: stretch;
  cursor: pointer;
}
.b2m-component.component-input[data-type="checkbox"] .input-wrapper .input label span {
  color: inherit;
  font: inherit;
}
.b2m-component.component-input[data-type="checkbox"] .input-wrapper .input label .checkbox-wrapper {
  position: relative;
  display: block;
  flex: 0 0 var(--space-6);
  width: var(--space-6);
  height: var(--space-6);
}
.b2m-component.component-input[data-type="checkbox"] .input-wrapper .input label .checkbox-wrapper span.check {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 100%;
  border-radius: var(--radius-s);
  background: var(--surface-low);
  box-shadow: 0 0 0 2px var(--content-low);
  color: var(--content-high);
  transition: all 0.3s ease;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
  z-index: 1;
}
.b2m-component.component-input[data-type="checkbox"]
  .input-wrapper
  .input
  label
  .checkbox-wrapper
  span.check
  i.checked {
  display: none;
  transition: inherit;
}
.b2m-component.component-input[data-type="checkbox"] .input-wrapper .input label .checkbox-wrapper input {
  position: absolute;
  width: 100%;
  height: 100%;
  appearance: none;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  opacity: 0;
  z-index: 0;
}
.b2m-component.component-input[data-type="checkbox"]
  .input-wrapper
  .input
  label
  .checkbox-wrapper
  input:focus
  + span.check {
  box-shadow: 0 0 0 2px var(--semantic-notification-surface-high);
  background: var(--semantic-notification-surface-low);
}
.b2m-component.component-input[data-type="checkbox"]
  .input-wrapper
  .input
  label
  .checkbox-wrapper
  input:checked
  + span.check {
  background: var(--semantic-notification-surface-high);
  color: var(--surface-onprimary);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.b2m-component.component-input[data-type="checkbox"]
  .input-wrapper
  .input
  label
  .checkbox-wrapper
  input:checked
  + span.check
  i.checked {
  display: block;
}
.b2m-component.component-input:not([data-type="checkbox"]) .input-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-3);
  align-self: stretch;
  border-radius: var(--radius-s);
  background: var(--surface-low);
  padding: var(--space-1) var(--space-4);
  cursor: text;
}
.b2m-component.component-input:not([data-type="checkbox"]) .input-wrapper .input {
  position: relative;
  flex: 1 1 auto;
  height: var(--space-12);
  line-height: var(--space-4);
}
.b2m-component.component-input:not([data-type="checkbox"]) .input-wrapper .input label {
  color: var(--content-mid);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  translate: 0 -50%;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.2s ease;
  pointer-events: none;
}
.b2m-component.component-input:not([data-type="checkbox"]) .input-wrapper .input input {
  color: var(--content-high);
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  appearance: none;
  border: 0;
  outline: 0;
  background: rgba(0, 0, 0, 0);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: translate 0.2s ease;
  top: 50%;
  height: var(--space-6);
  translate: 0 -50%;
}
.b2m-component.component-input:not([data-type="checkbox"]) .input-wrapper .input .placeholder {
  pointer-events: none;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: var(--space-6);
  z-index: 2;
  opacity: 0;
  transition: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  translate: 0 -50%;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: translate 0.2s ease;
}
.b2m-component.component-input:not([data-type="checkbox"]) .input-wrapper .input.has-value input {
  translate: 0 calc(var(--space-1) * -1);
}
.b2m-component.component-input:not([data-type="checkbox"]) .input-wrapper .input.has-value label {
  translate: 0 calc(var(--space-4) * -1);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.b2m-component.component-input .support-text {
  padding-inline: var(--space-4);
  padding-top: var(--space-1);
  color: var(--content-mid);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.b2m-component.component-input:not([data-type="checkbox"])[data-size="small"] .input-wrapper {
  height: 36px;
  padding: var(--space-0) var(--space-4);
}
.b2m-component.component-input:not([data-type="checkbox"])[data-size="small"] .input-wrapper .input label {
  transition: none;
}
.b2m-component.component-input:not([data-type="checkbox"])[data-size="small"] .input-wrapper .input .placeholder {
  display: none;
}
.b2m-component.component-input:not([data-type="checkbox"])[data-size="small"][data-state-focused="true"]
  .input-wrapper
  .input
  label {
  translate: 0 -50%;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.b2m-component.component-input:not([data-type="checkbox"])[data-size="small"][data-state-focused="true"]
  .input-wrapper
  .input
  input,
.b2m-component.component-input:not([data-type="checkbox"])[data-size="small"][data-state-focused="true"]
  .input-wrapper
  .input
  .placeholder {
  translate: 0 -50%;
}
.b2m-component.component-input:not([data-type="checkbox"])[data-size="small"][data-state-filled="true"]
  .input-wrapper
  .input
  label {
  opacity: 0 !important;
  pointer-events: none;
  translate: 0 -50%;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.b2m-component.component-input:not([data-type="checkbox"])[data-size="small"][data-state-filled="true"]
  .input-wrapper
  .input
  input,
.b2m-component.component-input:not([data-type="checkbox"])[data-size="small"][data-state-filled="true"]
  .input-wrapper
  .input
  .placeholder {
  translate: 0 -50%;
}
.b2m-component.component-input:not([data-type="checkbox"])[data-size="medium"][data-is-textarea="false"]
  .input-wrapper {
  height: var(--space-14);
  padding: var(--space-1) var(--space-4);
}
.b2m-component.component-input:not([data-type="checkbox"])[data-state-filled="true"] .input-wrapper {
  background: var(--surface-action-low);
}
.b2m-component.component-input:not([data-type="checkbox"])[data-state-filled="true"] .input-wrapper .input label {
  pointer-events: none;
  translate: 0 calc(var(--space-4) * -1);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.b2m-component.component-input:not([data-type="checkbox"])[data-state-filled="true"] .input-wrapper .input input {
  translate: 0 calc(var(--space-1) * -1);
}
.b2m-component.component-input:not([data-type="checkbox"])[data-state-filled="true"]
  .input-wrapper
  .input
  .placeholder {
  opacity: 0 !important;
}
.b2m-component.component-input:not([data-type="checkbox"])[data-state-focused="true"] .input-wrapper {
  background: var(--surface-action-mid);
}
.b2m-component.component-input:not([data-type="checkbox"])[data-state-focused="true"] .input-wrapper .input label {
  translate: 0 calc(var(--space-4) * -1);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.b2m-component.component-input:not([data-type="checkbox"])[data-state-focused="true"] .input-wrapper .input input {
  translate: 0 calc(var(--space-1) * -1);
}
.b2m-component.component-input:not([data-type="checkbox"])[data-state-focused="true"]
  .input-wrapper
  .input
  .placeholder {
  opacity: 1;
  translate: 0 calc(var(--space-1) * -1);
}
.b2m-component.component-input:not([data-type="checkbox"])[data-state-valid="false"][data-was-validated="true"]
  .input-wrapper {
  background: var(--semantic-problem-surface-low);
}
.b2m-component.component-input:not([data-type="checkbox"])[data-state-valid="false"][data-was-validated="true"]
  .input-wrapper
  .input
  label {
  color: var(--semantic-problem-content);
}
.b2m-component.component-input:not([data-type="checkbox"])[data-state-valid="false"][data-was-validated="true"]
  .support-text {
  color: var(--semantic-problem-content);
}
.b2m-component.component-input:not([data-type="checkbox"])[data-is-disabled] {
  opacity: 0.8;
  cursor: not-allowed;
  pointer-events: none;
}
.b2m-component.component-input:not([data-type="checkbox"])[data-is-disabled] .input-wrapper {
  background: var(--surface-low);
}
.b2m-component.component-input:not([data-type="checkbox"])[data-is-disabled][data-state-filled="true"] .input-wrapper {
  background: var(--surface-action-low);
}
.b2m-component.component-input:not([data-type="checkbox"])[data-is-textarea="true"] .input-wrapper {
  height: 328px;
  padding: var(--space-1) var(--space-4);
}
.b2m-component.component-input:not([data-type="checkbox"])[data-is-textarea="true"] .input-wrapper .input {
  height: 100%;
}
.b2m-component.component-input:not([data-type="checkbox"])[data-is-textarea="true"] .input-wrapper .input label {
  top: calc(var(--space-5));
}
.b2m-component.component-input:not([data-type="checkbox"])[data-is-textarea="true"] .input-wrapper .input textarea {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  appearance: none;
  border: 0;
  outline: 0;
  background: rgba(0, 0, 0, 0);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: translate 0.2s ease;
  top: 0;
  height: inherit;
  resize: none;
  padding: var(--space-5) 0 0 0;
}
.b2m-component.component-input[data-type="tel"][data-has-intl-tel-input] .input-wrapper {
  padding-left: var(--space-12) !important;
}
.b2m-component.component-input[data-type="tel"][data-has-intl-tel-input] .input-wrapper .input .iti {
  color: var(--content-high);
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  appearance: none;
  border: 0;
  outline: 0;
  background: rgba(0, 0, 0, 0);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: translate 0.2s ease;
  top: 50%;
  height: var(--space-6);
  translate: 0 -50%;
}
.b2m-component.component-input[data-type="tel"][data-has-intl-tel-input]
  .input-wrapper
  .input
  .iti
  .iti__country-container {
  right: 100%;
  left: unset;
  width: var(--space-8);
  height: var(--space-6);
  margin-right: var(--space-3);
}
.b2m-component.component-input[data-type="tel"][data-has-intl-tel-input]
  .input-wrapper
  .input
  .iti
  .iti__country-container
  .iti__flag {
  width: var(--space-4);
  border-radius: 2px;
  box-shadow: 0 0 0 1px var(--content-mid);
}
.b2m-component.component-input[data-type="tel"][data-has-intl-tel-input] .input-wrapper .input .iti input {
  padding-left: 0 !important;
}
.b2m-component.component-input[data-type="tel"][data-has-intl-tel-input][data-state-focused="false"]:not(
    [data-state-filled="true"]
  )
  .input-wrapper
  input {
  opacity: 0;
}
.b2m-component.component-dropdown {
  position: absolute;
  box-shadow: var(--shadow-l);
  background: var(--background-base);
  border-radius: var(--radius-m);
  width: 100%;
  margin-block: var(--space-2);
  overflow: hidden;
  text-align: left;
}
.b2m-component.component-dropdown:not(.disable-min-width) {
  min-width: 280px;
}
.b2m-component.component-dropdown[data-position-x="left"] {
  left: 0;
}
.b2m-component.component-dropdown[data-position-x="right"] {
  right: 0;
  left: auto;
}
.b2m-component.component-dropdown[data-position-y="top"][data-position-x="left"][data-style-size="medium"] {
  transform: translateY(calc((100% + var(--space-4)) * -1));
}
.b2m-component.component-dropdown[data-position-y="top"][data-position-x="left"][data-style-size="small"],
.b2m-component.component-dropdown[data-position-y="top"][data-position-x="left"][data-style-size="extra-small"] {
  transform: translateY(calc((100% + var(--space-4)) * -1));
}
.b2m-component.component-dropdown[data-position-y="top"][data-position-x="right"][data-style-size="medium"] {
  transform: translateY(calc((100% + var(--space-4)) * -1));
}
.b2m-component.component-dropdown[data-position-y="top"][data-position-x="right"][data-style-size="small"],
.b2m-component.component-dropdown[data-position-y="top"][data-position-x="right"][data-style-size="extra-small"] {
  transform: translateY(calc(100% + (var(--space-4)) * -1));
}
.b2m-component.component-dropdown[data-position-y="bottom"][data-position-x="left"][data-style-size="medium"] {
  transform: translateY(var(--space-14));
}
.b2m-component.component-dropdown[data-position-y="bottom"][data-position-x="left"][data-style-size="small"],
.b2m-component.component-dropdown[data-position-y="bottom"][data-position-x="left"][data-style-size="extra-small"] {
  transform: translateY(var(--space-8));
}
.b2m-component.component-dropdown[data-position-y="bottom"][data-position-x="right"][data-style-size="medium"] {
  transform: translateY(var(--space-14));
}
.b2m-component.component-dropdown[data-position-y="bottom"][data-position-x="right"][data-style-size="small"],
.b2m-component.component-dropdown[data-position-y="bottom"][data-position-x="right"][data-style-size="extra-small"] {
  transform: translateY(var(--space-8));
}
.b2m-component.component-dropdown[data-is-open="false"] {
  display: none;
}
.b2m-component.component-dropdown p.title {
  padding: var(--space-3);
  padding-bottom: var(--space-1);
  margin: 0;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-high);
}
.b2m-component.component-dropdown .dropdown-search-wrapper .dropdown-input-search {
  min-width: 100%;
}
.b2m-component.component-dropdown ul.list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
}
.b2m-component.component-dropdown ul.list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: var(--space-2);
  padding: var(--space-3) var(--space-4);
  cursor: pointer;
}
.b2m-component.component-dropdown ul.list li[data-empty-option] {
  display: none;
}
.b2m-component.component-dropdown ul.list li[data-highlighted] {
  background: var(--surface-action-low);
}
.b2m-component.component-dropdown ul.list li[data-disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.b2m-component.component-dropdown ul.list li > * {
  pointer-events: none;
}
.b2m-component.component-dropdown ul.list li .text {
  flex: 1 1 auto;
  max-width: calc(100% - var(--space-2) - var(--space-6));
}
.b2m-component.component-dropdown ul.list li img {
  border-radius: 50%;
  display: block;
  width: 24px;
  height: 24px;
}
.b2m-component.component-dropdown ul.list li span {
  display: block;
}
.b2m-component.component-dropdown ul.list li span.option-title {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: var(--content-high);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b2m-component.component-dropdown ul.list li span.option-subtitle {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--content-mid);
  max-width: 100%;
  height: var(--space-6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b2m-component.component-dropdown .footer {
  padding: var(--space-3) var(--space-4) var(--space-0) var(--space-4);
}
.b2m-component.component-excerpt .hidden-paragraphs {
  transition: all 0.3s ease;
  overflow: hidden;
  height: 0;
}
.b2m-component.component-excerpt .hidden-paragraphs p:last-child {
  margin-bottom: 0;
}
.b2m-component.component-dynamic-banner {
  display: block;
  border-radius: var(--radius-xl);
  overflow: hidden;
  text-decoration: none;
}
@media (min-width: 768px) {
  .b2m-component.component-dynamic-banner {
    align-self: stretch;
  }
}
.b2m-component.component-dynamic-banner .banner-contents {
  display: flex;
  align-items: center;
  flex: 1 0 0;
}
@media (max-width: 767px) {
  .b2m-component.component-dynamic-banner .banner-contents {
    flex-direction: column;
  }
}
.b2m-component.component-dynamic-banner .banner-contents .box {
  width: 100%;
}
.b2m-component.component-dynamic-banner .banner-contents .box.text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--space-6);
  padding: var(--space-16);
}
@media (max-width: 767px) {
  .b2m-component.component-dynamic-banner .banner-contents .box.text-box {
    padding: var(--space-8);
  }
}
.b2m-component.component-dynamic-banner .banner-contents .box.aside-box {
  align-self: stretch;
  position: relative;
}
.b2m-component.component-dynamic-banner .banner-contents .box.aside-box > * {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .b2m-component.component-dynamic-banner[data-direction="right"] .banner-contents {
    gap: var(--space-12);
  }
  .b2m-component.component-dynamic-banner[data-direction="right"] .banner-contents .box {
    width: 50%;
  }
  .b2m-component.component-dynamic-banner[data-direction="right"] .banner-contents .box.text-box {
    padding: var(--space-10) 0 var(--space-10) var(--space-16);
  }
  .b2m-component.component-dynamic-banner[data-direction="left"] .banner-contents {
    gap: var(--space-12);
  }
  .b2m-component.component-dynamic-banner[data-direction="left"] .banner-contents .box {
    width: 50%;
  }
  .b2m-component.component-dynamic-banner[data-direction="left"] .banner-contents .box.text-box {
    order: 1;
    padding: var(--space-10) var(--space-16) var(--space-10) 0;
  }
}
.b2m-component.component-dynamic-banner[data-align="left"] {
  text-align: left;
}
.b2m-component.component-dynamic-banner[data-align="left"] .buttons-wrapper {
  justify-content: flex-start;
}
.b2m-component.component-dynamic-banner[data-align="center"] {
  text-align: center;
}
.b2m-component.component-dynamic-banner[data-align="center"] .buttons-wrapper {
  justify-content: center;
}
.b2m-component.component-dynamic-banner[data-align="right"] {
  text-align: right;
}
.b2m-component.component-dynamic-banner[data-align="right"] .buttons-wrapper {
  justify-content: flex-end;
}
.b2m-component.component-dynamic-banner[data-style="low"] {
  background: var(--background-gradient-low);
}
.b2m-component.component-dynamic-banner[data-style="high"] {
  background: var(--surface-primary);
}
.b2m-component.component-dynamic-banner[data-style="high"] .banner-contents .text-box .title-wrapper .title {
  color: var(--content-onprimary);
}
.b2m-component.component-dynamic-banner[data-style="high"] .banner-contents .text-box .title-wrapper .subtitle {
  color: var(--content-onprimary);
}
.b2m-component.component-dynamic-banner[data-style="high"] .banner-contents .text-box p.text {
  color: var(--content-onprimary);
}
.b2m-component.component-dynamic-banner[data-style="high"] .banner-contents .text-box p.text a {
  color: var(--content-onprimary);
}
.b2m-component.component-dynamic-banner:active,
.b2m-component.component-dynamic-banner:visited,
.b2m-component.component-dynamic-banner:hover {
  text-decoration: none;
}
.b2m-component.component-dca-calculator {
  width: 100%;
}
.b2m-component.component-dca-calculator iframe {
  display: block;
  width: inherit;
  height: 290px;
  border: 0;
  background-color: var(--surface-mid);
}
@media (max-width: 1209px) {
  .b2m-component.component-dca-calculator iframe {
    height: 455px;
  }
}
﻿.b2m-component.component-currencies-highlight {
  position: relative;
  padding: 0;
}
.b2m-component.component-currencies-highlight .header {
  display: block;
  box-shadow: 0 1px 1px 0 #fff;
}
@media (min-width: 992px) {
  .b2m-component.component-currencies-highlight .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.b2m-component.component-currencies-highlight .header .header-title .title {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: var(--content-high);
}
@media (min-width: 992px) {
  .b2m-component.component-currencies-highlight .header .search-bar {
    order: 2;
  }
}
@media (max-width: 991px) {
  .b2m-component.component-currencies-highlight .header .search-bar {
    margin-bottom: 24px;
  }
}
.b2m-component.component-currencies-highlight .header .search-bar .shortcode-b2m-crypto-search {
  margin: 0;
}
@media (max-width: 991px) {
  .b2m-component.component-currencies-highlight .header .search-bar .shortcode-b2m-crypto-search {
    margin: 0 auto;
  }
}
.b2m-component.component-currencies-highlight .table {
  margin: 0;
}
.b2m-component.component-currencies-highlight .table thead tr th {
  border: none;
  color: #575757;
  font-weight: 400;
}
.b2m-component.component-currencies-highlight .table thead tr th.count {
  width: 30px;
}
@media (max-width: 767px) {
  .b2m-component.component-currencies-highlight .table thead tr th.count {
    display: none;
  }
}
@media (max-width: 991px) {
  .b2m-component.component-currencies-highlight .table thead tr th.graph-wrapper {
    display: none;
  }
}
@media (max-width: 575px) {
  .b2m-component.component-currencies-highlight .table thead tr th.operations {
    display: none;
  }
}
.b2m-component.component-currencies-highlight .table tbody tr th {
  padding: 0 15px;
  border: none;
}
.b2m-component.component-currencies-highlight .table tbody tr th.count {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .b2m-component.component-currencies-highlight .table tbody tr th.count {
    display: none;
  }
}
.b2m-component.component-currencies-highlight .table tbody tr td {
  cursor: pointer;
  vertical-align: middle;
  border-top: none;
  border-bottom: 1px solid rgba(0, 128, 255, 0.15);
  padding: 5px 15px;
}
@media (max-width: 991px) {
  .b2m-component.component-currencies-highlight .table tbody tr td {
    padding: 5px 10px;
  }
}
@media (max-width: 575px) {
  .b2m-component.component-currencies-highlight .table tbody tr td {
    padding: var(--space-1);
  }
}
.b2m-component.component-currencies-highlight .table tbody tr td.icon {
  width: 40px;
  min-width: 40px;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  left: 0;
  background-color: #fff;
  z-index: 2;
}
@media (max-width: 991px) {
  .b2m-component.component-currencies-highlight .table tbody tr td.icon {
    position: relative;
  }
}
.b2m-component.component-currencies-highlight .table tbody tr td.icon .logo {
  display: block;
  box-shadow: 0 0 0 5px #fff;
  border-radius: 50%;
}
.b2m-component.component-currencies-highlight .table tbody tr td.coin {
  min-width: 140px;
}
@media (max-width: 991px) {
  .b2m-component.component-currencies-highlight .table tbody tr td.coin {
    min-width: 100px;
  }
}
.b2m-component.component-currencies-highlight .table tbody tr td.coin .coin-wrapper {
  display: flex;
  gap: 10px;
  width: max-content;
}
.b2m-component.component-currencies-highlight .table tbody tr td.coin .coin-wrapper .logo {
  display: block;
  box-shadow: 0 0 0 5px #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.b2m-component.component-currencies-highlight .table tbody tr td.coin .coin-wrapper .text-wrapper .name {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}
.b2m-component.component-currencies-highlight .table tbody tr td.coin .coin-wrapper .text-wrapper .symbol {
  color: #575757;
}
.b2m-component.component-currencies-highlight .table tbody tr td.price {
  min-width: 100px;
}
.b2m-component.component-currencies-highlight .table tbody tr td.change {
  min-width: 100px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .b2m-component.component-currencies-highlight .table tbody tr td.change {
    min-width: 50px;
  }
}
.b2m-component.component-currencies-highlight .table tbody tr td.change.positive {
  color: #36a34d;
}
.b2m-component.component-currencies-highlight .table tbody tr td.change.positive .value {
  position: relative;
  padding-left: 8px;
}
.b2m-component.component-currencies-highlight .table tbody tr td.change.positive .value:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.b2m-component.component-currencies-highlight .table tbody tr td.change.negative {
  color: #ef233c;
}
@media (max-width: 991px) {
  .b2m-component.component-currencies-highlight .table tbody tr td.graph-wrapper {
    display: none;
  }
}
.b2m-component.component-currencies-highlight .table tbody tr td.graph-wrapper .spark-graph {
  position: relative;
  display: block;
  width: 180px;
  height: 60px;
  pointer-events: none !important;
}
.b2m-component.component-currencies-highlight .table tbody tr td.graph-wrapper .spark-graph table {
  position: absolute;
  top: 0;
  left: 0;
}
.b2m-component.component-currencies-highlight
  .table
  tbody
  tr
  td.graph-wrapper
  .spark-graph
  table
  tr:first-child
  td:nth-child(1),
.b2m-component.component-currencies-highlight
  .table
  tbody
  tr
  td.graph-wrapper
  .spark-graph
  table
  tr:first-child
  td:nth-child(3) {
  display: none !important;
}
.b2m-component.component-currencies-highlight
  .table
  tbody
  tr
  td.graph-wrapper
  .spark-graph
  table
  tr:first-child
  td:nth-child(2) {
  width: 100% !important;
}
.b2m-component.component-currencies-highlight
  .table
  tbody
  tr
  td.graph-wrapper
  .spark-graph
  table
  tr:first-child
  td:nth-child(2)
  canvas {
  width: 100% !important;
}
.b2m-component.component-currencies-highlight
  .table
  tbody
  tr
  td.graph-wrapper
  .spark-graph
  table
  tr:first-child
  td:nth-child(2)
  a {
  display: none !important;
}
.b2m-component.component-currencies-highlight .table tbody tr td.graph-wrapper .spark-graph table tr:nth-child(2) {
  display: none !important;
}
.b2m-component.component-currencies-highlight .table tbody tr td.graph-wrapper .spark-graph.loading {
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.b2m-component.component-currencies-highlight .table tbody tr td.graph-wrapper .spark-graph.loading::before {
  content: "…";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #044e97;
}
.b2m-component.component-currencies-highlight .table tbody tr td.graph-wrapper .spark-graph td {
  border: none;
}
.b2m-component.component-currencies-highlight .table tbody tr td.operations {
  width: 210px;
}
@media (max-width: 575px) {
  .b2m-component.component-currencies-highlight .table tbody tr td.operations {
    display: none;
  }
}
.b2m-component.component-currencies-highlight .table tbody tr td.operations .inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 15px;
}
.b2m-component.component-currencies-highlight .table tbody tr td.operations .inner a:last-child {
  margin-right: 0;
  min-width: 85px;
  min-height: 35px;
  padding: 0 12px;
}
.b2m-component.component-currencies-highlight .table tbody tr td.operations .inner a.b2m-btn.btn-solid {
  text-transform: inherit;
}
.b2m-component.component-currencies-highlight .more-currencies {
  text-align: right;
}
.b2m-component.component-currencies-highlight .more-currencies a {
  font-size: 16px;
  line-height: 24px;
}
.b2m-component.component-currencies-highlight .more-currencies i {
  font-weight: 700;
  margin-left: 10px;
}
.b2m-component.component-crypto-prices-chart-widget {
  width: 100%;
}
.b2m-component.component-crypto-performers .heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: var(--space-2);
  margin-bottom: var(--space-4);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.b2m-component.component-crypto-performers .heading .b2m-component.component-icon {
  font-size: 1.4em;
}
.b2m-component.component-crypto-performers[data-type="best"] .heading {
  color: var(--semantic-success-content);
}
.b2m-component.component-crypto-performers[data-type="worst"] .heading {
  color: var(--semantic-problem-content);
}
.b2m-component.component-crypto-performers .list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: var(--space-2);
}
.b2m-component.component-converter-widget {
  width: 100%;
  max-width: 700px;
  padding: var(--space-6);
  border-radius: 16px;
  background: var(--surface-raised);
  box-shadow: var(--shadow-l);
}
.b2m-component.component-converter-widget .b2m-component.component-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--surface-raised);
  z-index: 2;
}
.b2m-component.component-converter-widget .container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
  z-index: 1;
}
.b2m-component.component-converter-widget .container .title {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--content-high);
}
.b2m-component.component-converter-widget .container .rate-wrapper {
  display: flex;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-mid);
  gap: var(--space-1);
}
.b2m-component.component-converter-widget .container .currency-wrapper {
  display: flex;
  gap: var(--space-2);
}
.b2m-component.component-converter-widget
  .container
  .currency-wrapper
  .b2m-component.component-input.crypto-amount-input,
.b2m-component.component-converter-widget
  .container
  .currency-wrapper
  .b2m-component.component-input.fiat-amount-input {
  min-width: 0;
  flex: 1;
}
.b2m-component.component-converter-widget .container .currency-wrapper .b2m-component.component-select {
  width: 130px;
}
.b2m-component.component-conversion-table ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .b2m-component.component-conversion-table ul {
    max-width: 80%;
  }
}
.b2m-component.component-conversion-table ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.b2m-component.component-conversion-table ul li span {
  display: block;
}
.b2m-component.component-conversion-table ul li:first-child {
  margin-bottom: var(--space-2);
  border-bottom: 1px solid var(--content-low);
}
.b2m-component.component-content-fragment {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  gap: var(--space-6);
}
.b2m-component.component-content-fragment .main {
  display: inherit;
  flex-direction: inherit;
  align-items: inherit;
  justify-content: inherit;
}
.b2m-component.component-content-fragment .main .fragment-title {
  text-align: inherit;
  font-family: Rubik, Arial, sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.25px;
  color: var(--content-high);
  margin: 0;
}
.b2m-component.component-content-fragment .main .fragment-subtitle {
  text-align: inherit;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.25px;
  color: var(--content-mid);
  margin: 0;
}
.b2m-component.component-content-fragment .fragment-paragraphs .fragment-paragraph {
  text-align: inherit;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--content-high);
}
.b2m-component.component-content-fragment .fragment-extension {
  width: 100%;
}
.b2m-component.component-chip {
  padding: var(--space-2);
  height: var(--space-8);
  border-radius: var(--space-8);
  gap: var(--space-1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light-surface-mid);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.b2m-component.component-chip.style-high {
  color: var(--content-onprimary);
}
.b2m-component.component-chip.style-low {
  color: var(--content-high);
}
.b2m-component.component-chip .icon i {
  display: block;
  font-size: var(--space-4);
}
.b2m-component.component-chip .icon img {
  display: block;
  width: calc(var(--space-6) - var(--space-1));
  height: calc(var(--space-6) - var(--space-1));
  border-radius: 50%;
  outline: 2px solid #fff;
  outline-offset: -2px;
}
.b2m-component.component-checkpoints p {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  margin: 0;
}
.b2m-component.component-checkpoints p i {
  font-size: 20px;
  color: var(--content-primary);
}
.b2m-component.component-checkpoints p span {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-high);
}
.b2m-component.component-checkpoints[data-kind="grid"] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-4);
}
@media (max-width: 575px) {
  .b2m-component.component-checkpoints[data-kind="grid"] {
    grid-template-columns: repeat(1, 1fr);
  }
}
.b2m-component.component-checkpoints[data-kind="list"] {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.b2m-component.component-chart-pro #symbol-warning-modal .modal-body {
  display: none;
}
.b2m-component.component-chart-pro .b2m-component.component-chart-pro-iframe {
  width: 100%;
  height: 100%;
}
.b2m-component.component-chart-pro .b2m-component.component-chart-pro-iframe .tradingview-chart-container {
  width: inherit;
  height: inherit;
}
.component-chart-accessibility {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.b2m-component.component-carousel {
  width: 100%;
  position: relative;
}
.b2m-component.component-carousel .owl-carousel {
  display: none;
}
.b2m-component.component-carousel .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--space-5);
}
@media (max-width: 991px) {
  .b2m-component.component-carousel .owl-item {
    padding: 0 var(--space-34);
  }
}
.b2m-component.component-carousel .owl-navigation-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-4);
  margin-top: var(--space-4);
}
.b2m-component.component-carousel .owl-navigation-wrapper .owl-nav-prev-wrapper,
.b2m-component.component-carousel .owl-navigation-wrapper .owl-nav-next-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b2m-component.component-carousel .owl-navigation-wrapper .owl-nav-prev-wrapper button,
.b2m-component.component-carousel .owl-navigation-wrapper .owl-nav-next-wrapper button {
  width: auto;
  height: auto;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: var(--content-mid);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
  padding: 0;
}
.b2m-component.component-carousel .owl-navigation-wrapper .owl-nav-prev-wrapper button:hover,
.b2m-component.component-carousel .owl-navigation-wrapper .owl-nav-next-wrapper button:hover {
  color: var(--content-high);
}
.b2m-component.component-carousel .owl-navigation-wrapper .owl-nav-prev-wrapper button.disabled,
.b2m-component.component-carousel .owl-navigation-wrapper .owl-nav-next-wrapper button.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.b2m-component.component-carousel .owl-navigation-wrapper .owl-nav-prev-wrapper button.owl-prev,
.b2m-component.component-carousel .owl-navigation-wrapper .owl-nav-prev-wrapper button.owl-next,
.b2m-component.component-carousel .owl-navigation-wrapper .owl-nav-next-wrapper button.owl-prev,
.b2m-component.component-carousel .owl-navigation-wrapper .owl-nav-next-wrapper button.owl-next {
  font-size: 20px;
  line-height: 1;
}
.b2m-component.component-carousel .owl-navigation-wrapper .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-2);
  margin: 0;
}
.b2m-component.component-carousel .owl-navigation-wrapper .owl-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background-color: var(--content-low);
  cursor: pointer;
  transition: background-color 0.3s;
  padding: 0;
}
.b2m-component.component-carousel .owl-navigation-wrapper .owl-dots button.active {
  background-color: var(--surface-primary);
}
.b2m-component.component-carousel .owl-nav-prev-wrapper,
.b2m-component.component-carousel .owl-nav-next-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b2m-component.component-carousel .owl-nav-prev-wrapper button,
.b2m-component.component-carousel .owl-nav-next-wrapper button {
  width: auto;
  height: auto;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: var(--content-mid);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
  padding: 0;
}
.b2m-component.component-carousel .owl-nav-prev-wrapper button:hover,
.b2m-component.component-carousel .owl-nav-next-wrapper button:hover {
  color: var(--content-high);
}
.b2m-component.component-carousel .owl-nav-prev-wrapper button.disabled,
.b2m-component.component-carousel .owl-nav-next-wrapper button.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.b2m-component.component-carousel .owl-nav-prev-wrapper button.owl-prev,
.b2m-component.component-carousel .owl-nav-prev-wrapper button.owl-next,
.b2m-component.component-carousel .owl-nav-next-wrapper button.owl-prev,
.b2m-component.component-carousel .owl-nav-next-wrapper button.owl-next {
  font-size: 20px;
  line-height: 1;
}
.b2m-component.component-carousel .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-4);
  margin-top: var(--space-4);
}
.b2m-component.component-carousel .owl-nav button {
  width: auto;
  height: auto;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: var(--content-mid);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
  padding: 0;
}
.b2m-component.component-carousel .owl-nav button:hover {
  color: var(--content-high);
}
.b2m-component.component-carousel .owl-nav button.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.b2m-component.component-carousel .owl-nav button.owl-prev,
.b2m-component.component-carousel .owl-nav button.owl-next {
  font-size: 20px;
  line-height: 1;
}
.b2m-component.component-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-2);
  margin-top: var(--space-4);
}
.b2m-component.component-carousel .owl-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background-color: var(--content-low);
  cursor: pointer;
  transition: background-color 0.3s;
  padding: 0;
}
.b2m-component.component-carousel .owl-dots button.active {
  background-color: var(--surface-primary);
}
.b2m-component.component-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: var(--radius-m);
  background: var(--surface-raised);
  align-self: stretch;
  overflow: hidden;
  color: unset;
  text-decoration: none;
  min-height: 100%;
}
.b2m-component.component-card:hover {
  text-decoration: none;
}
.b2m-component.component-card .component-card-header {
  background: var(--surface-promo-high);
  color: var(--content-high);
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: var(--space-1);
}
.b2m-component.component-card .component-card-header .header-element.header-icon {
  width: 24px;
  flex: 0 0 24px;
  text-align: center;
}
.b2m-component.component-card .component-card-header .header-element.header-title {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  flex: 1 1 auto;
}
.b2m-component.component-card .component-card-header .header-element.header-detail {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  flex: 0 0 auto;
}
.b2m-component.component-card .component-card-media {
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: var(--surface-low);
}
.b2m-component.component-card .component-card-media .card-tag-wrap {
  display: flex;
  position: absolute;
  top: var(--space-4);
  left: var(--space-4);
  gap: var(--space-2);
  z-index: 2;
}
.b2m-component.component-card .component-card-media .b2m-component.component-image {
  position: relative;
  z-index: 1;
}
.b2m-component.component-card .component-card-media .b2m-component.component-image img {
  width: 100%;
}
.b2m-component.component-card .component-card-main-content {
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: var(--space-6);
  padding: var(--space-3) var(--space-4);
  color: var(--content-mid);
}
.b2m-component.component-card[data-size="small"] {
  max-width: 320px;
}
.b2m-component.component-card[data-size="small"] .component-card-header {
  padding: var(--space-3) var(--space-4);
}
.b2m-component.component-card[data-size="small"] .component-card-main-content {
  padding: var(--space-3) var(--space-4);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.b2m-component.component-card[data-size="large"] {
  max-width: 460px;
}
.b2m-component.component-card[data-size="large"] .component-card-header {
  padding: var(--space-4);
}
.b2m-component.component-card[data-size="large"] .component-card-main-content {
  padding: var(--space-4);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.b2m-component.component-card[data-style="shadow"] {
  box-shadow: var(--shadow-l);
}
.b2m-component.component-card[data-style="low"] {
  background: var(--surface-low);
}
.b2m-component.component-button {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (prefers-reduced-motion: no-preference) {
  .b2m-component.component-button {
    transition: all 0.3s ease;
  }
}
.b2m-component.component-button:hover,
.b2m-component.component-button:focus {
  text-decoration: none;
}
.b2m-component.component-button .button-inner {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b2m-component.component-button .button-inner .button-state-wrapper {
  display: none;
  align-items: inherit;
  justify-content: inherit;
  gap: inherit;
}
.b2m-component.component-button .button-inner .button-state-wrapper span {
  display: block;
}
.b2m-component.component-button .button-inner .button-state-wrapper span i {
  display: block;
}
.b2m-component.component-button .button-inner .button-state-wrapper[data-state="loading"] i.b2msf-reload,
.b2m-component.component-button .button-inner .button-state-wrapper[data-state="loading"] i.b2m-icon-refresh {
  animation: rotate-cw 2s linear infinite;
}
.b2m-component.component-button.small {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: var(--space-2);
}
.b2m-component.component-button.small.ghost {
  padding-left: 0;
  padding-right: 0;
}
.b2m-component.component-button.small .button-inner {
  gap: var(--space-1);
}
.b2m-component.component-button.small .button-inner .icon {
  font-size: 16px;
}
.b2m-component.component-button.medium {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: var(--space-2) var(--space-3);
}
.b2m-component.component-button.medium .button-inner {
  gap: var(--space-1);
}
.b2m-component.component-button.medium .button-inner .icon {
  font-size: 20px;
}
.b2m-component.component-button.large {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: var(--space-3) var(--space-4);
}
.b2m-component.component-button.large .button-inner {
  gap: var(--space-2);
}
.b2m-component.component-button.large .button-inner .icon {
  font-size: 24px;
}
.b2m-component.component-button.filled {
  border-radius: var(--radius-s);
}
.b2m-component.component-button.ghost {
  padding-left: 0;
  padding-right: 0;
}
.b2m-component.component-button.primary.filled {
  background: var(--surface-primary);
  color: var(--content-onprimary);
}
.b2m-component.component-button.primary.ghost {
  background: rgba(0, 0, 0, 0);
  color: var(--content-primary);
}
.b2m-component.component-button.primary-low.filled {
  background: var(--surface-action-mid);
  color: var(--content-high);
}
.b2m-component.component-button.primary-low.ghost {
  background: rgba(0, 0, 0, 0);
  color: var(--content-mid);
}
.b2m-component.component-button.secondary.filled {
  background: var(--surface-low);
  color: var(--content-high);
}
.b2m-component.component-button.secondary.ghost {
  background: rgba(0, 0, 0, 0);
  color: var(--content-mid);
}
.b2m-component.component-button.promo.filled {
  background: var(--surface-promo-high);
  color: var(--content-high);
}
.b2m-component.component-button.promo.ghost {
  background: rgba(0, 0, 0, 0);
  color: var(--content-primary);
}
.b2m-component.component-button.on-primary.filled {
  background: var(--surface-onprimary);
  color: var(--content-primary);
}
.b2m-component.component-button.on-primary.ghost {
  background: rgba(0, 0, 0, 0);
  color: var(--content-onprimary);
}
.b2m-component.component-button.info.filled {
  background: var(--semantic-notification-content);
  color: var(--content-onprimary);
}
.b2m-component.component-button.info.ghost {
  background: rgba(0, 0, 0, 0);
  color: var(--semantic-notification-content);
}
.b2m-component.component-button.warning.filled {
  background: var(--semantic-warning-content);
  color: var(--content-onprimary);
}
.b2m-component.component-button.warning.ghost {
  background: rgba(0, 0, 0, 0);
  color: var(--semantic-warning-content);
}
.b2m-component.component-button.problem.filled {
  background: var(--semantic-problem-content);
  color: var(--content-onprimary);
}
.b2m-component.component-button.problem.ghost {
  background: rgba(0, 0, 0, 0);
  color: var(--semantic-problem-content);
}
.b2m-component.component-button.success.filled {
  background: var(--semantic-success-content);
  color: var(--content-onprimary);
}
.b2m-component.component-button.success.ghost {
  background: rgba(0, 0, 0, 0);
  color: var(--semantic-success-content);
}
.b2m-component.component-button.hug {
  flex: 0 0 auto;
  width: auto;
}
.b2m-component.component-button.fill {
  flex: 1 1 100%;
  width: 100%;
}
.b2m-component.component-button[disabled] {
  opacity: 0.25;
}
.b2m-component.component-button:hover {
  opacity: 0.75;
}
.b2m-component.component-button:active {
  opacity: 0.75;
}
.b2m-component.component-button:focus {
  outline: 0;
  box-shadow: var(--shadow-fl);
}
.b2m-component.component-button:focus.ghost {
  box-shadow: none;
}
.b2m-component.component-button:focus-visible {
  outline: 3px solid var(--surface-primary);
}
.b2m-component.component-button[data-state="idle"] .button-state-wrapper[data-state="idle"] {
  display: flex;
}
.b2m-component.component-button[data-state="loading"] {
  opacity: 0.6;
  cursor: not-allowed;
}
.b2m-component.component-button[data-state="loading"] .button-state-wrapper[data-state="loading"] {
  display: flex;
}
.b2m-component.component-button[disabled] {
  cursor: not-allowed;
}
@media (max-width: 575px) {
  .b2m-component.component-button[data-xs-width="hug"] {
    flex: 0 0 auto;
    width: auto;
  }
  .b2m-component.component-button[data-xs-width="fill"] {
    flex: 1 1 100%;
    width: 100%;
  }
}
@media (min-width: 575px) and (max-width: 767px) {
  .b2m-component.component-button[data-sm-width="hug"] {
    flex: 0 0 auto;
    width: auto;
  }
  .b2m-component.component-button[data-sm-width="fill"] {
    flex: 1 1 100%;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .b2m-component.component-button[data-md-width="hug"] {
    flex: 0 0 auto;
    width: auto;
  }
  .b2m-component.component-button[data-md-width="fill"] {
    flex: 1 1 100%;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .b2m-component.component-button[data-lg-width="hug"] {
    flex: 0 0 auto;
    width: auto;
  }
  .b2m-component.component-button[data-lg-width="fill"] {
    flex: 1 1 100%;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .b2m-component.component-button[data-xl-width="hug"] {
    flex: 0 0 auto;
    width: auto;
  }
  .b2m-component.component-button[data-xl-width="fill"] {
    flex: 1 1 100%;
    width: 100%;
  }
}
.b2m-component.component-banner-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  container-type: inline-size;
}
.b2m-component.component-banner {
  display: flex;
  align-items: center;
  border-radius: var(--radius-xl);
  overflow: hidden;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 768px) {
  .b2m-component.component-banner {
    align-self: stretch;
  }
}
.b2m-component.component-banner .box {
  transition: 0.5s;
}
.b2m-component.component-banner .text-box {
  padding: var(--space-12);
}
.b2m-component.component-banner:active,
.b2m-component.component-banner:visited,
.b2m-component.component-banner:hover {
  text-decoration: none;
}
.b2m-component.component-banner[data-kind="lite"] .aside-box {
  display: flex;
  width: 100%;
  justify-content: end;
}
.b2m-component.component-banner[data-kind="lite"] .aside-box .b2m-component.component-image img {
  object-position: bottom right !important;
  object-fit: contain !important;
}
.b2m-component.component-banner[data-kind="left"] .box,
.b2m-component.component-banner[data-kind="right"] .box {
  flex: 1 1 50%;
}
.b2m-component.component-banner[data-kind="right"] .text-box {
  order: 2;
}
.b2m-component.component-banner[data-kind="right"] .aside-box {
  order: 1;
}
.b2m-component.component-banner[data-hoverable]:hover,
.b2m-component.component-banner[data-hoverable]:focus {
  text-decoration: none;
}
.b2m-component.component-banner[data-hoverable]:hover .aside-box,
.b2m-component.component-banner[data-hoverable]:focus .aside-box {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .b2m-component.component-banner {
    flex-direction: column;
    align-items: flex-start;
  }
  .b2m-component.component-banner .text-box {
    padding: var(--space-8);
  }
  .b2m-component.component-banner[data-kind="right"] .text-box {
    order: 1;
  }
  .b2m-component.component-banner[data-kind="right"] .aside-box {
    order: 2;
  }
}
@container (min-width: 560px) {
  .b2m-component.component-banner[data-kind="lite"] {
    align-items: start;
    aspect-ratio: 472/560;
    position: relative;
    width: calc(50% - var(--space-2));
  }
  .b2m-component.component-banner[data-kind="lite"] .text-box {
    position: relative;
    max-width: 80%;
    z-index: 2;
    padding: var(--space-8) 0 0 var(--space-8);
  }
  .b2m-component.component-banner[data-kind="lite"] .aside-box {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 55%;
  }
  .b2m-component.component-banner[data-kind="lite"] .aside-box .b2m-component.component-image img {
    object-position: bottom right !important;
    object-fit: contain !important;
  }
}
@container (min-width: 760px) {
  .b2m-component.component-banner[data-kind="lite"] {
    aspect-ratio: 64/56;
  }
  .b2m-component.component-banner[data-kind="lite"] .text-box {
    max-width: 65%;
  }
}
.b2m-component.component-b2m-live-widget {
  position: relative;
  padding-block: var(--space-10);
}
.b2m-component.component-b2m-live-widget .b2m-component.component-section-title {
  margin-bottom: var(--space-10);
}
.b2m-component.component-b2m-live-widget .loading-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--space-4);
  background: rgba(0, 9, 28, 0.5);
}
.b2m-component.component-b2m-live-widget .loading-layer .witness {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--content-mid);
}
.b2m-component.component-b2m-live-widget .loading-layer .loading-bar {
  width: 120px;
  height: 2px;
  position: relative;
  overflow: hidden;
}
.b2m-component.component-b2m-live-widget .loading-layer .loading-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--content-mid);
  animation: loadingPanAndFade 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
.b2m-component.component-b2m-live-widget .loading-layer > * {
  position: relative;
  z-index: 2;
}
.b2m-component.component-b2m-live-widget .loading-layer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  z-index: 1;
}
.b2m-component.component-b2m-live-widget .row.app {
  row-gap: var(--space-10);
}
.b2m-component.component-b2m-live-widget .row.app .chart-column {
  position: relative;
  z-index: 1;
}
.b2m-component.component-b2m-live-widget .row.app .content-column {
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .b2m-component.component-b2m-live-widget .row.app .content-column .tab-buttons-stripe button {
    flex: 0 0 auto;
    width: auto;
  }
  .b2m-component.component-b2m-live-widget .row.app .content-column .b2m-component.component-multiblock .content {
    flex-direction: column;
  }
  .b2m-component.component-b2m-live-widget
    .row.app
    .content-column
    .b2m-component.component-multiblock
    .content
    .subtitle,
  .b2m-component.component-b2m-live-widget .row.app .content-column .b2m-component.component-multiblock .content .title,
  .b2m-component.component-b2m-live-widget
    .row.app
    .content-column
    .b2m-component.component-multiblock
    .content
    .details {
    margin: 0 auto;
  }
}
.b2m-component.component-b2m-live-widget .when-logged-in {
  display: none;
}
.b2m-component.component-b2m-live-widget .chart-column #chart {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: var(--space-1);
  color: var(--content-high);
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .b2m-component.component-b2m-live-widget .chart-column #chart {
    margin-block: -25% !important;
  }
}
.b2m-component.component-b2m-live-widget .chart-column #chart #chart-element {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.b2m-component.component-b2m-live-widget .chart-column #chart .chart-title {
  font-family: Rubik, Arial, sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.25px;
  color: inherit;
}
.b2m-component.component-b2m-live-widget .chart-column #chart .chart-subtitle {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: inherit;
}
@media (max-width: 767px) {
  .b2m-component.component-b2m-live-widget .chart-column #chart .chart-subtitle {
    margin-top: 15%;
  }
}
@media (max-width: 575px) {
  .b2m-component.component-b2m-live-widget .tab-buttons-stripe {
    padding-inline: 15px;
    margin-inline: -15px;
  }
}
.b2m-component.component-b2m-live-widget .b2m-live-tab-content {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-start;
  gap: var(--space-5);
}
.b2m-component.component-b2m-live-widget .b2m-live-tab-content .market-data-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: var(--space-4);
}
.b2m-component.component-b2m-live-widget .b2m-live-tab-content .market-data-container .market-data-element {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: var(--space-2);
  flex-wrap: nowrap;
}
.b2m-component.component-b2m-live-widget
  .b2m-live-tab-content
  .market-data-container
  .market-data-element
  .market-data-column {
  flex: 1 1 50%;
}
.b2m-component.component-b2m-live-widget
  .b2m-live-tab-content
  .market-data-container
  .market-data-element
  .market-data-column:nth-child(2) {
  text-align: right;
}
.b2m-component.component-b2m-live-widget .b2m-live-tab-content .actions-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: var(--space-5);
  width: 100%;
}
#b2m-redeem-history-modal #b2m-monthly-burn-summary .title {
  white-space: break-spaces;
}
#b2m-redeem-history-modal .burn-history {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  gap: var(--space-2);
}
#b2m-redeem-history-modal .burn-history .b2m-component.component-multiblock .content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
}
.b2m-component.component-avatar {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.b2m-component.component-avatar .avatar-wrapper {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b2m-component.component-avatar[data-type="icon"] .avatar-wrapper {
  position: relative;
  z-index: 2;
}
.b2m-component.component-avatar[data-type="number"] .avatar-wrapper {
  position: relative;
  z-index: 2;
}
.b2m-component.component-avatar[data-type="number"][data-kind="ghost"] .background {
  background: none;
}
.b2m-component.component-avatar[data-type="flag"] .avatar-wrapper,
.b2m-component.component-avatar[data-type="image"] .avatar-wrapper,
.b2m-component.component-avatar[data-type="coin"] .avatar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.b2m-component.component-avatar .badge {
  display: flex;
  position: absolute;
  bottom: -2px;
  right: -2px;
  z-index: 3;
}
.b2m-component.component-avatar .badge.badge-icon {
  background: var(--surface-ontexture);
  border-radius: var(--radius-xl);
}
.b2m-component.component-avatar .badge.badge-icon i {
  color: var(--content-primary);
}
.b2m-component.component-avatar .badge.badge-icon i.b2m-icon-favourite-fill {
  color: var(--support-gold-surface-high);
}
.b2m-component.component-avatar .badge.badge-icon[data-kind="new"] {
  display: block;
  background: none;
  border-radius: 0;
  top: -3px;
  right: -3px;
  width: var(--space-6);
  height: var(--space-6);
  font-size: 24px;
}
.b2m-component.component-avatar .badge.badge-icon[data-kind="new"] .new-icon-background {
  position: absolute;
  top: 59%;
  left: 5px;
  width: calc(100% - 6px);
  background: #fff;
  aspect-ratio: 2/1;
  translate: 0 -50%;
  z-index: 1;
}
.b2m-component.component-avatar .badge.badge-icon[data-kind="new"] i.b2m-icon-new-tag {
  position: relative;
  color: var(--semantic-problem-content);
  z-index: 2;
}
.b2m-component.component-avatar .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 0;
}
.b2m-component.component-avatar[data-size="large"] {
  height: var(--space-16);
  width: var(--space-16);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.25px;
}
.b2m-component.component-avatar[data-size="large"] .badge-icon {
  height: 28px;
  width: 28px;
  padding: var(--space-1);
  font-size: 20px;
}
.b2m-component.component-avatar[data-size="large"] .badge-icon[data-kind="new"] {
  width: var(--space-8);
  height: var(--space-8);
  font-size: 32px;
  top: -3px;
  right: -3px;
}
.b2m-component.component-avatar[data-size="large"] .badge-icon[data-kind="new"] .new-icon-background {
  top: 64%;
  left: 8px;
  width: calc(100% - 8px);
}
.b2m-component.component-avatar[data-size="large"][data-kind="ghost"] {
  font-family: Rubik, Arial, sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.25px;
}
.b2m-component.component-avatar[data-size="medium"] {
  height: var(--space-10);
  width: var(--space-10);
  font-size: 24px;
}
.b2m-component.component-avatar[data-size="medium"] .badge-icon {
  height: var(--space-5);
  width: var(--space-5);
  padding: 2px;
  font-size: 16px;
}
.b2m-component.component-avatar[data-size="medium"][data-type="number"] {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.b2m-component.component-avatar[data-size="medium"][data-kind="ghost"] {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.25px;
}
.b2m-component.component-avatar[data-size="small"] {
  height: var(--space-6);
  width: var(--space-6);
}
.b2m-component.component-avatar[data-size="small"][data-type="number"] {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.b2m-component.component-avatar[data-size="small"][data-kind="ghost"] {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.b2m-component.component-app-interceptor-modal {
  display: none;
}
.b2m-component.component-app-interceptor-modal .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.3;
  cursor: pointer;
  z-index: calc(var(--freshchat-z-index) + 1);
}
.b2m-component.component-app-interceptor-modal .dialog {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 460px;
  min-height: 60px;
  padding: var(--space-4);
  background: var(--background-base);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: var(--radius-m) var(--radius-m) 0 0;
  z-index: calc(var(--freshchat-z-index) + 2);
  translate: -50% 0;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.b2m-component.component-app-interceptor-modal .dialog .dismiss-button {
  border-radius: 50%;
  width: 36px;
}
.b2m-component.component-alert {
  padding: var(--space-3);
  border-radius: var(--radius-s);
  color: var(--content-high);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.b2m-component.component-alert .standard {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--space-4);
}
.b2m-component.component-alert .standard .standard-content {
  display: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
  gap: var(--space-2);
}
.b2m-component.component-alert .standard .standard-content .standard-title {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.b2m-component.component-alert .standard .standard-content .standard-title .standard-icon {
  font-size: 20px;
}
.b2m-component.component-alert .standard .standard-content .standard-text {
  margin-bottom: 0;
}
.b2m-component.component-alert .standard .standard-content .standard-text + .standard-text {
  margin-top: var(--space-1);
}
.b2m-component.component-alert[data-kind="info"] {
  background: var(--semantic-notification-surface-low);
}
.b2m-component.component-alert[data-kind="info"] .standard .standard-content .standard-title .standard-icon {
  color: var(--content-primary);
}
.b2m-component.component-alert[data-kind="promo"] {
  background: var(--surface-promo-low);
}
.b2m-component.component-alert[data-kind="promo"] .standard .standard-content .standard-title .standard-icon {
  color: var(--content-primary);
}
.b2m-component.component-alert[data-kind="warning"] {
  background: var(--semantic-warning-surface-low);
}
.b2m-component.component-alert[data-kind="warning"] .standard .standard-content .standard-title .standard-icon {
  color: var(--semantic-warning-content);
}
.b2m-component.component-alert[data-kind="problem"] {
  background: var(--semantic-problem-surface-low);
}
.b2m-component.component-alert[data-kind="problem"] .standard .standard-content .standard-title .standard-icon {
  color: var(--semantic-problem-content);
}
.b2m-component.component-accordion {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.b2m-component.component-accordion .accordion-item {
  width: 100%;
  height: auto;
  padding: var(--space-4) var(--space-6);
  border-radius: var(--radius-m);
  background-color: var(--surface-low);
  color: var(--content-mid);
  overflow: hidden;
}
@media (prefers-reduced-motion: no-preference) {
  .b2m-component.component-accordion .accordion-item {
    transition: all 0.3s ease;
  }
}
.b2m-component.component-accordion .accordion-item button.toggler {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  white-space: inherit;
  color: var(--content-high);
}
.b2m-component.component-accordion .accordion-item button.toggler .button-text {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  display: block;
  margin: 0;
}
.b2m-component.component-accordion .accordion-item .content-wrapper {
  display: grid;
  transition: grid-template-rows 0.3s ease-in-out;
}
.b2m-component.component-accordion .accordion-item .content {
  overflow: hidden;
}
.b2m-component.component-accordion .accordion-item .content p {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.b2m-component.component-accordion .accordion-item .content p:last-child {
  margin-bottom: 0;
}
.b2m-component.component-accordion .accordion-item.folded .b2m-icon-chevron-up {
  display: none;
}
.b2m-component.component-accordion .accordion-item.folded .content-wrapper {
  grid-template-rows: 0fr;
}
.b2m-component.component-accordion .accordion-item.unfolded .b2m-icon-chevron-down {
  display: none;
}
.b2m-component.component-accordion .accordion-item.unfolded .content-wrapper {
  grid-template-rows: 1fr;
}
.b2m-block.block-regulated-by-mica {
  padding-block: var(--space-10);
  text-align: center;
  background-color: var(--content-primary);
  color: var(--surface-onprimary);
}
.b2m-block.block-push-promo-banner .currency {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  padding: var(--space-4);
  max-width: 360px;
  margin-inline: auto;
  min-height: 360px;
}
.b2m-block.block-push-promo-banner .currency picture {
  width: 100%;
  height: 100%;
}
#i18n-modal-block .modal-tab-template ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#i18n-modal-block .modal-tab-template ul li {
  display: block;
  padding: 0;
}
@media (min-width: 576px) {
  #i18n-modal-block .modal-tab-template ul li:nth-child(odd) {
    padding-right: var(--space-3);
  }
  #i18n-modal-block .modal-tab-template ul li:nth-child(even) {
    padding-left: var(--space-3);
  }
}
#i18n-modal-block .modal-tab-template ul li button {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4);
  color: var(--content-high);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  border-radius: var(--radius-s);
}
#i18n-modal-block .modal-tab-template ul li button .autogenerated-symbol {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--surface-action-low);
  text-align: center;
  font-size: 8px;
  line-height: 20px;
}
#i18n-modal-block .modal-tab-template ul li button span.active {
  display: none;
  margin-left: auto;
}
#i18n-modal-block .modal-tab-template ul li button[data-selected] {
  background-color: var(--surface-action-low);
}
#i18n-modal-block .modal-tab-template ul li button[data-active] span.active {
  display: block;
}
#i18n-modal-block .modal-content {
  background: var(--background-base);
}
#i18n-modal-block .modal-footer {
  padding-top: 0 !important;
  border-top: 0 none rgba(0, 0, 0, 0);
}
.b2m-block.block-go-to-main-content .skip-link {
  z-index: 999999999;
  padding: 0.5rem;
  font-size: 1rem;
  color: #000;
  background: #fff;
  position: absolute;
  top: -5rem;
}
.b2m-block.block-go-to-main-content .skip-link:focus {
  top: 95px;
}
.b2m-block.block-footer-security-section {
  background: var(--support-night-surface-high);
  padding: var(--space-10) 0;
}
.b2m-block.block-footer-security-section .b2m-component.component-milestones {
  color: var(--content-onprimary);
}
.b2m-block.block-footer-security-section .b2m-component.component-milestones .container {
  max-width: 1600px;
  color: var(--content-onprimary);
}
.b2m-block.block-footer-security-section .b2m-component.component-milestones .container .text-col .h2 {
  color: inherit;
}
.b2m-block.block-footer-security-section
  .b2m-component.component-milestones
  .container
  .logos-wrap
  .b2m-component.component-image {
  filter: brightness(2);
}
.b2m-block.block-footer-security-section
  .b2m-component.component-milestones
  .container
  .logos-wrap
  .b2m-component.component-image.image-iso {
  filter: brightness(2);
}
#footer.b2m-block.block-footer {
  z-index: 1000;
  color: #fff;
  background-color: var(--support-night-surface-high);
}
#footer.b2m-block.block-footer .container {
  max-width: 1600px;
}
@media (max-width: 1199px) {
  #footer.b2m-block.block-footer .container {
    max-width: 100%;
  }
}
#footer.b2m-block.block-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer.b2m-block.block-footer button,
#footer.b2m-block.block-footer a {
  display: block;
  color: hsla(0, 0%, 100%, 0.8);
  transition: all 0.3s ease;
}
#footer.b2m-block.block-footer button:hover,
#footer.b2m-block.block-footer a:hover {
  color: #fff;
}
#footer.b2m-block.block-footer .links-container {
  padding-top: 20px;
  padding-bottom: 0;
}
#footer.b2m-block.block-footer .links-container .row {
  justify-content: center;
}
#footer.b2m-block.block-footer .links-container .row .footer-column {
  margin-top: 40px;
}
#footer.b2m-block.block-footer .links-container .row .footer-column.brand-column .brand-inner {
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}
#footer.b2m-block.block-footer .links-container .row .footer-column.brand-column .brand-inner section a:hover {
  text-decoration: none;
}
#footer.b2m-block.block-footer .links-container .row .footer-column.brand-column .brand-inner section.logo-box a {
  text-decoration: none;
}
@media (min-width: 576px) and (max-width: 991px) {
  #footer.b2m-block.block-footer .links-container .row .footer-column.brand-column .brand-inner section.logo-box a {
    display: block;
    margin-top: -20px;
  }
}
#footer.b2m-block.block-footer .links-container .row .footer-column.brand-column .brand-inner section.logo-box a img {
  height: 50px;
}
#footer.b2m-block.block-footer .links-container .row .footer-column.brand-column .brand-inner section.logo-box a span {
  display: block;
  margin-left: 6px;
  font-size: 0.9em;
  margin-top: -10px;
}
#footer.b2m-block.block-footer .links-container .row .footer-column.brand-column .brand-inner section.logo-box a:hover {
  text-decoration: none;
}
#footer.b2m-block.block-footer .links-container .row .footer-column.brand-column .brand-inner section.app-links ul li {
  display: inline-block;
  margin-right: 10px;
}
#footer.b2m-block.block-footer
  .links-container
  .row
  .footer-column.brand-column
  .brand-inner
  section.app-links
  ul
  li
  a {
  display: block;
  font-size: 1.8rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#footer.b2m-block.block-footer
  .links-container
  .row
  .footer-column.brand-column
  .brand-inner
  section.social-networks
  ul
  li {
  display: inline-block;
  vertical-align: middle;
}
#footer.b2m-block.block-footer
  .links-container
  .row
  .footer-column.brand-column
  .brand-inner
  section.social-networks
  ul
  li
  a {
  font-size: 1.3rem;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
#footer.b2m-block.block-footer .links-container .row .footer-column.links-column .list-title {
  margin-top: 0;
  font-size: 16px;
}
#footer.b2m-block.block-footer
  .links-container
  .row
  .footer-column.links-column
  ul.links-list
  li
  .b2m-component.component-button,
#footer.b2m-block.block-footer .links-container .row .footer-column.links-column ul.links-list li a {
  padding-bottom: 2px;
  padding-top: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
#footer.b2m-block.block-footer .links-container .row .footer-column.links-column button:hover,
#footer.b2m-block.block-footer .links-container .row .footer-column.links-column a:hover {
  text-decoration: underline;
}
#footer.b2m-block.block-footer .links-container .row .footer-column[data-has-title="false"] {
  padding-top: var(--space-10);
}
#footer.b2m-block.block-footer .links-container .row .responsible-company {
  opacity: 0.6;
  font-size: 0.8rem;
  text-align: center;
  margin: 20px 0;
}
#footer.b2m-block.block-footer .links-container .row .responsible-company a {
  text-decoration: underline;
  color: inherit;
  display: inline !important;
}
#footer.b2m-block.block-footer .links-container .row .responsible-company a.money-license-link {
  text-transform: lowercase;
}
#footer.b2m-block.block-footer .copyright-container {
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-color: hsla(0, 0%, 100%, 0.1);
  border-bottom-color: hsla(0, 0%, 100%, 0.1);
}
#footer.b2m-block.block-footer .copyright-container .copyright-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  #footer.b2m-block.block-footer .copyright-container .copyright-wrapper {
    flex-direction: column;
  }
}
#footer.b2m-block.block-footer .copyright-container .copyright-wrapper .copyright-column ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
@media (min-width: 576px) and (max-width: 991px) {
  #footer.b2m-block.block-footer .copyright-container .copyright-wrapper .copyright-column ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  #footer.b2m-block.block-footer .copyright-container .copyright-wrapper .copyright-column ul {
    flex-direction: column;
  }
}
#footer.b2m-block.block-footer .copyright-container .copyright-wrapper .copyright-column ul li {
  display: inline-block;
  line-height: 30px;
  padding: 10px 0;
}
@media (max-width: 575px) {
  #footer.b2m-block.block-footer .copyright-container .copyright-wrapper .copyright-column ul li {
    display: block;
    text-align: center;
  }
}
#footer.b2m-block.block-footer .copyright-container .copyright-wrapper .copyright-column ul li a {
  display: block;
}
#footer.b2m-block.block-footer .copyright-container .copyright-wrapper .copyright-column.legal-links {
  text-align: left;
}
#footer.b2m-block.block-footer .copyright-container .copyright-wrapper .copyright-column.legal-links ul {
  justify-content: flex-start;
  flex-wrap: wrap;
}
#footer.b2m-block.block-footer .copyright-container .copyright-wrapper .copyright-column.legal-links ul li {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 576px) {
  #footer.b2m-block.block-footer .copyright-container .copyright-wrapper .copyright-column.legal-links ul li a {
    padding: 0 10px;
  }
  #footer.b2m-block.block-footer
    .copyright-container
    .copyright-wrapper
    .copyright-column.legal-links
    ul
    li:first-child
    a {
    padding-left: 10px;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  #footer.b2m-block.block-footer
    .copyright-container
    .copyright-wrapper
    .copyright-column.legal-links
    ul
    li:first-child
    a {
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  #footer.b2m-block.block-footer
    .copyright-container
    .copyright-wrapper
    .copyright-column.legal-links
    ul
    li:last-child
    a {
    padding-right: 0;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  #footer.b2m-block.block-footer .copyright-container .copyright-wrapper .copyright-column.legal-links ul li + li {
    border-left: 1px solid #3d3d3a;
  }
}
#footer.b2m-block.block-footer .copyright-container .copyright-wrapper .copyright-column.legal-links ul li + li {
  border-left-color: hsla(0, 0%, 100%, 0.1);
}
@media (min-width: 576px) and (max-width: 991px) {
  #footer.b2m-block.block-footer .copyright-container .copyright-wrapper .copyright-column.legal-links ul li + li {
    border-left-color: inherit;
  }
}
#footer.b2m-block.block-footer .copyright-container .copyright-wrapper .copyright-column.text-right {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer.b2m-block.block-footer .floating-icons-lane {
  height: 100px;
  background-color: inherit;
}
.b2m-block.block-crypto-assets-legal-claim {
  background: var(--support-night-surface-high);
  color: var(--content-onprimary);
  padding: var(--space-5) var(--space-3);
  text-align: center;
}
.b2m-block.block-crypto-assets-legal-claim .container {
  background: var(--support-night-surface-low);
  border-radius: var(--radius-s);
  padding: var(--space-3);
  max-width: 1600px;
}
.b2m-block.block-crypto-assets-legal-claim .container p:last-child {
  margin-bottom: 0;
}
.b2m-block.block-crypto-assets-legal-claim .container p a {
  color: hsla(0, 0%, 100%, 0.8);
  text-decoration: underline;
}
