@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
a {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
:focus {
  outline: 0;
}
img,
audio,
video {
  max-width: 100%;
  height: auto;
}
audio,
canvas,
iframe,
video,
img,
svg {
  vertical-align: middle;
}
iframe {
  border: 0;
}
textarea {
  overflow: auto;
  resize: none;
  vertical-align: top;
  box-shadow: none;
}
input,
textarea,
select,
button {
  font-size: 100%;
  margin: 0;
  border: none;
  outline: none;
}
button,
input {
  line-height: normal;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
  text-align: left;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input[type="number"] {
  -moz-appearance: textfield;
} /*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #000519;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 0, 5, 25;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.row-cols-auto > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;
}
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%;
}
.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -webkit-justify-content: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -webkit-order: -1 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}
.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -webkit-order: 0 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}
.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -webkit-order: 1 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}
.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -webkit-order: 2 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}
.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -webkit-order: 3 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}
.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -webkit-order: 4 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}
.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -webkit-order: 5 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}
.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -webkit-order: 6 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
html,
body {
  min-height: 100vh;
}
html {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #444;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 12px;
  }
}
body {
  --field-height: 45px;
  --field-font-size: 16px;
  --field-radius: 6px;
  --field-text: 14px;
  --field-icon: 18px;
  --field-button: 45px;
  --field-checkbox: 24px;
  --swiper-theme-color: #67699d;
  position: relative;
  min-width: 320px;
  max-width: 100dvw;
  background-color: #fff;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-lock {
  overflow: hidden;
}
body main {
  opacity: 0;
}
.container {
  max-width: 1330px;
  width: 1360px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 1100px) {
  .container {
    max-width: 90vw;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  min-height: 100dvh;
}
.layout__title {
  margin-bottom: 1.875rem;
}
.layout__subtitle {
  margin-bottom: 0.3125rem;
}
.layout section {
  margin-bottom: 8.125rem;
}
@media screen and (max-width: 1440px) {
  .layout section {
    margin-bottom: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .layout section {
    margin-bottom: 3.75rem;
  }
}
.layout section:last-child {
  margin-bottom: 0;
}
.layout .footer {
  margin-top: auto;
}
.color-success {
  color: #07e5a3;
}
.color-primary {
  color: #67699d;
}
.color-accent {
  color: #b474d9;
}
.svg-gradient {
  height: 0;
  width: 0;
  opacity: 0;
  position: absolute;
}
@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media screen and (max-width: 767px) {
  .hide-sm {
    display: none;
  }
}
.text-uppercase {
  text-transform: uppercase;
}
.hamburger-lines {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger-lines span {
  width: 33px;
  height: 5px;
  display: block;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: -webkit-linear-gradient(left, #b474d9 0%, #5e6cf5 100%);
  background: linear-gradient(90deg, #b474d9 0%, #5e6cf5 100%);
}
.hamburger-lines span:not(:last-child) {
  margin-bottom: 10px;
}
.hamburger-lines.is-active {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
.hamburger-lines.is-active span:first-child {
  -webkit-transform: rotate(-45deg) translateY(10px);
  -ms-transform: rotate(-45deg) translateY(10px);
  transform: rotate(-45deg) translateY(10px);
}
.hamburger-lines.is-active span:last-child {
  -webkit-transform: rotate(45deg) translateY(-10px);
  -ms-transform: rotate(45deg) translateY(-10px);
  transform: rotate(45deg) translateY(-10px);
}
.checkbox,
.radio {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  font-weight: normal;
  vertical-align: middle;
  text-transform: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: var(--field-checkbox);
  line-height: 1.3;
  text-align: left;
}
.checkbox a,
.radio a {
  text-decoration: underline;
  color: #67699d;
}
.checkbox a:hover,
.radio a:hover {
  text-decoration: none;
}
.checkbox input,
.radio input {
  display: none;
}
.checkbox input:checked + span:after,
.radio input:checked + span:after {
  opacity: 1;
}
.checkbox span,
.radio span {
  cursor: pointer;
  -webkit-transition: color 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: color 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
}
.checkbox span:before,
.radio span:before {
  content: "";
  width: var(--field-checkbox);
  height: var(--field-checkbox);
  display: block;
  background: #f8f7fc;
  position: absolute;
  border: solid 1px #dbdce3;
  border-radius: 0.375rem;
  left: 0;
  top: 0;
  -webkit-transition: border 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: border 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
}
.checkbox span:after,
.radio span:after {
  content: "";
  background: url("../images/icons/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  width: var(--field-checkbox);
  height: var(--field-checkbox);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.radio__subtext {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.radio__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.radio__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .radio__col {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .radio__col {
    margin-bottom: 5px;
  }
  .radio__col:last-child {
    margin-bottom: 0;
  }
}
.radio span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1;
}
.radio span img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.radio span:before {
  border-radius: 50%;
}
.radio span:after {
  background: #1c59b0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  left: 2px;
  top: 2px;
  border: solid 2px #fff;
}
.radio input {
  display: none;
}
@-webkit-keyframes errorInput {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  100% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
@keyframes errorInput {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  100% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
.field {
  position: relative;
}
.field.is-active .field-label {
  top: 0.5rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0.4;
}
.field.is-active input,
.field.is-active textarea,
.field.is-active select {
  padding-top: 1.125rem;
  text-overflow: ellipsis;
}
.field > input,
.field > select,
.field > textarea {
  font-family: "Inter", sans-serif;
  font-size: var(--field-font-size);
  font-weight: 400;
  width: 100%;
  height: var(--field-height);
  padding-left: 0.9375rem;
  -webkit-transition: background 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: background 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
  text-overflow: ellipsis;
  border-radius: var(--field-radius);
  outline: none !important;
  background: #f8f7fc;
  border: solid 1px #dbdce3;
  padding-right: 0.5rem;
}
.field > input::-webkit-input-placeholder,
.field > select::-webkit-input-placeholder,
.field > textarea::-webkit-input-placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.field > input::-moz-placeholder,
.field > select::-moz-placeholder,
.field > textarea::-moz-placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.field > input:-ms-input-placeholder,
.field > select:-ms-input-placeholder,
.field > textarea:-ms-input-placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.field > input::-ms-input-placeholder,
.field > select::-ms-input-placeholder,
.field > textarea::-ms-input-placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.field > input::placeholder,
.field > select::placeholder,
.field > textarea::placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.field > input:hover,
.field > input:focus,
.field > select:hover,
.field > select:focus,
.field > textarea:hover,
.field > textarea:focus {
  outline: none !important;
  background: #f2f0f9;
  border: solid 1px #cdced8;
}
.field > input.is-strong,
.field > select.is-strong,
.field > textarea.is-strong {
  font-weight: 700;
}
.field__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: var(--field-font-size);
  font-weight: 400;
  width: 100%;
  height: var(--field-height);
  padding-left: 0.9375rem;
  -webkit-transition: background 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: background 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
  text-overflow: ellipsis;
  border-radius: var(--field-radius);
  outline: none !important;
  background: #f8f7fc;
  border: solid 1px #dbdce3;
  padding-right: 0.5rem;
}
.field__group::-webkit-input-placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.field__group::-moz-placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.field__group:-ms-input-placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.field__group::-ms-input-placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.field__group::placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.field__group:hover,
.field__group:focus {
  outline: none !important;
  background: #f2f0f9;
  border: solid 1px #cdced8;
}
.field__group.is-strong {
  font-weight: 700;
}
.field__group > input,
.field__group > select,
.field__group > textarea {
  font-family: "Inter", sans-serif;
  font-size: var(--field-font-size);
  background: transparent;
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
}
.field__group > input::-webkit-input-placeholder,
.field__group > select::-webkit-input-placeholder,
.field__group > textarea::-webkit-input-placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.field__group > input::-moz-placeholder,
.field__group > select::-moz-placeholder,
.field__group > textarea::-moz-placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.field__group > input:-ms-input-placeholder,
.field__group > select:-ms-input-placeholder,
.field__group > textarea:-ms-input-placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.field__group > input::-ms-input-placeholder,
.field__group > select::-ms-input-placeholder,
.field__group > textarea::-ms-input-placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.field__group > input::placeholder,
.field__group > select::placeholder,
.field__group > textarea::placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.field__group > input.is-strong,
.field__group > select.is-strong,
.field__group > textarea.is-strong {
  font-weight: 700;
}
.field__text {
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  color: #67699d;
}
.field__text strong {
  font-weight: 600;
}
.field textarea {
  overflow: hidden;
  min-height: 6.25rem;
  padding-top: 10px;
}
.field__error-message {
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  color: red;
}
.field--error label {
  color: #d0004b;
}
.field--error input,
.field--error textarea {
  -webkit-animation: errorInput 0.2s cubic-bezier(0.6, 0.2, 0.1, 1);
  animation: errorInput 0.2s cubic-bezier(0.6, 0.2, 0.1, 1);
  border-color: #ffd0d5 !important;
  background: #ffd0d5 !important;
  will-change: transform;
}
.field-label {
  font-size: 14px;
  margin-bottom: 5px;
  color: #9197b3;
  font-weight: 600;
  display: block;
}
.field-text {
  color: #9197b3;
  font-size: var(--field-text);
}
.field-icon svg {
  width: var(--field-icon);
  height: var(--field-icon);
}
.field-button {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: var(--field-button);
  height: var(--field-button);
  vertical-align: top;
}
.field-button:hover svg {
  fill: #67699d;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.select2-container {
  display: block;
  max-width: 100% !important;
  width: 100% !important;
}
.select2-container *:focus {
  outline: 0;
}
.input-group .select2-container--custom {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.select2-container--custom .select2-selection {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: var(--field-font-size);
  font-weight: 400;
  width: 100%;
  height: var(--field-height);
  padding-left: 0.9375rem;
  -webkit-transition: background 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: background 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
  text-overflow: ellipsis;
  border-radius: var(--field-radius);
  outline: none !important;
  background: #f8f7fc;
  border: solid 1px #dbdce3;
  padding-right: 0.5rem;
  padding-left: 0;
}
.select2-container--custom .select2-selection::-webkit-input-placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.select2-container--custom .select2-selection::-moz-placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.select2-container--custom .select2-selection:-ms-input-placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.select2-container--custom .select2-selection::-ms-input-placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.select2-container--custom .select2-selection::placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.select2-container--custom .select2-selection:hover,
.select2-container--custom .select2-selection:focus {
  outline: none !important;
  background: #f2f0f9;
  border: solid 1px #cdced8;
}
.select2-container--custom .select2-selection.is-strong {
  font-weight: 700;
}
.select2-container--custom .select2-search {
  width: 100%;
}
.select2-container--custom
  .select2-dropdown
  .select2-results__option[aria-selected="true"] {
  color: #212529;
  background-color: #f2f2f2;
}
.select2-container--custom .select2-dropdown.select2-dropdown--above {
  border-top: 1px solid #ced4da;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.select2-container--custom .select2-results__option--highlighted {
  color: #fff;
  background-color: #67699d;
}
.select2-container--custom
  .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
  color: #fff;
  background-color: #67699d;
}
.select2-container--custom .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--custom
  .select2-results__option[role="group"]
  .select2-results__options--nested
  .select2-results__option {
  padding-left: 1em;
}
.select2-container--custom .select2-results__option {
  padding: 0.5rem 0.75rem;
  -webkit-transition: all 0.1s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: all 0.1s cubic-bezier(0.58, 0.3, 0.005, 1);
}
.select2-container--custom .select2-results > .select2-results__options {
  max-height: 15em;
  overflow-y: auto;
}
.select2-container--custom .select2-results__group {
  display: list-item;
  padding: 6px;
  color: #6c757d;
}
.select2-container--custom .select2-selection__clear {
  float: right;
  width: 0.9em;
  height: 0.9em;
  padding-left: 0.15em;
  margin-top: 0.7em;
  margin-right: 0.3em;
  line-height: 0.75em;
  color: #f8f9fa;
  background-color: #c8c8c8;
  border-radius: 100%;
}
.select2-container--custom .select2-selection__clear:hover {
  background-color: #afafaf;
}
.select2-container--custom .select2-selection--single {
  height: 2.8125rem;
}
.select2-container--custom
  .select2-selection--single
  .select2-selection__placeholder {
  line-height: 2.8125rem;
  color: #6c757d;
}
.select2-container--custom
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 20px;
  background: url("../images/icons/arrow.svg") center no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select2-container--custom
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
.select2-container--custom
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 1.25rem;
  line-height: 2.8125rem;
  color: #495057;
}
.select2-container--custom .select2-selection--multiple {
  min-height: 2.8125rem !important;
}
.select2-container--custom
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.375rem;
  margin: 0;
  list-style: none;
}
.select2-container--custom
  .select2-selection--multiple
  .select2-selection__choice {
  float: left;
  padding: 0;
  padding-right: 0.75rem;
  margin-top: calc(0.375rem - 2px);
  margin-right: 0.375rem;
  color: #495057;
  cursor: pointer;
  border: 1px solid #bdc6d0;
  border-radius: 0.2rem;
}
.select2-container--custom
  .select2-selection--multiple
  .select2-selection__choice
  + .select2-search {
  width: 0;
}
.select2-container--custom .select2-selection--multiple .select2-search__field {
  color: #495057;
  background: inherit;
}
.select2-container--custom
  .select2-selection--multiple
  .select2-selection__choice__remove {
  float: left;
  padding-right: 3px;
  padding-left: 3px;
  margin-right: 1px;
  margin-left: 3px;
  font-weight: 700;
  color: #bdc6d0;
}
.select2-container--custom
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #343a40;
}
.select2-container--custom
  .select2-selection--multiple
  .select2-selection__clear {
  position: absolute !important;
  top: 0;
  right: 0.7em;
  float: none;
  margin-right: 0;
}
.select2-container--custom.select2-container--disabled .select2-selection {
  cursor: not-allowed;
  background-color: #e9ecef;
  border-color: #ced4da;
  box-shadow: none;
}
.select2-container--custom.select2-container--disabled .select2-search__field {
  background-color: rgba(0, 0, 0, 0);
}
.select2-container--custom.select2-container--disabled
  .select2-selection--multiple
  .select2-selection__choice {
  padding: 0 5px;
  cursor: not-allowed;
}
.select2-container--custom.select2-container--disabled
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--custom.select2-container--disabled.select2-container--focus
  .select2-selection {
  cursor: not-allowed;
  background-color: #e9ecef;
  border-color: #ced4da;
  box-shadow: none;
}
.select2-container--custom.select2-container--disabled.select2-container--focus
  .select2-search__field {
  background-color: rgba(0, 0, 0, 0);
}
select.is-invalid ~ .select2-container--custom .select2-selection {
  border-color: #dc3545;
}
form.was-validated
  select:invalid
  ~ .select2-container--custom
  .select2-selection {
  border-color: #dc3545;
}
form.was-validated
  select:valid
  ~ .select2-container--custom
  .select2-selection {
  border-color: #28a745;
}
select.is-valid ~ .select2-container--custom .select2-selection {
  border-color: #28a745;
}
.select2-search--dropdown .select2-search__field {
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.select2-results__message {
  color: #6c757d;
}
@media (prefers-reduced-motion: reduce) {
  .select2-container--custom .select2-selection {
    -webkit-transition: none;
    transition: none;
  }
}
.app-select {
  position: relative;
}
.app-select select {
  display: none;
}
.app-select--small .select2-container--custom .select2-selection--single {
  height: 1.875rem;
}
.app-select--small .select2-container--custom .select2-selection {
  font-size: 0.875rem;
}
.app-select--small
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0.875rem;
}
.app-select--small
  .select2-container--custom
  .select2-selection--single
  .select2-selection__rendered,
.app-select--small
  .app-select--small
  .select2-container--custom
  .select2-selection--single
  .select2-selection__rendered,
.app-select--small
  .select2-container--custom
  .select2-selection--single
  .select2-selection__placeholder {
  line-height: 1.875rem;
}
.italic,
.typography i,
.typography em {
  font-style: italic;
}
.bold,
.typography b,
.typography strong,
strong,
b {
  font-weight: 900;
}
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
.block-margins,
.unordered-list,
.typography ul,
.ordered-list,
.typography ol,
.typography h1,
.typography .h1,
.typography h2,
.typography .h2,
.typography h3,
.typography .h3,
.typography h4,
.typography .h4,
.typography h5,
.typography .h5,
.typography h6,
.typography .h6,
.typography img {
  margin: 1.25rem 0;
}
.block-margins:first-child,
.unordered-list:first-child,
.typography ul:first-child,
.ordered-list:first-child,
.typography ol:first-child,
.typography h1:first-child,
.typography .h1:first-child,
.typography h2:first-child,
.typography .h2:first-child,
.typography h3:first-child,
.typography .h3:first-child,
.typography h4:first-child,
.typography .h4:first-child,
.typography h5:first-child,
.typography .h5:first-child,
.typography h6:first-child,
.typography .h6:first-child,
.typography img:first-child {
  margin-top: 0;
}
.block-margins:last-child,
.unordered-list:last-child,
.typography ul:last-child,
.ordered-list:last-child,
.typography ol:last-child,
.typography h1:last-child,
.typography .h1:last-child,
.typography h2:last-child,
.typography .h2:last-child,
.typography h3:last-child,
.typography .h3:last-child,
.typography h4:last-child,
.typography .h4:last-child,
.typography h5:last-child,
.typography .h5:last-child,
.typography h6:last-child,
.typography .h6:last-child,
.typography img:last-child {
  margin-bottom: 0;
}
.link,
.typography a,
a {
  color: #042280;
  text-decoration: underline;
  cursor: pointer;
}
.link:hover,
.typography a:hover,
a:hover {
  text-decoration: none;
}
.link:disabled,
.typography a:disabled,
.link[disabled],
.typography a[disabled],
a:disabled,
a[disabled] {
  color: #7e8493;
}
.unordered-list li,
.typography ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 0.625rem;
}
.unordered-list li:last-child,
.typography ul li:last-child {
  margin-bottom: 0;
}
.unordered-list li:before,
.typography ul li:before {
  content: "";
  width: 17px;
  height: 2px;
  display: block;
  background: #67699d;
  position: absolute;
  top: 0.75em;
  left: 0;
}
.ordered-list,
.typography ol {
  counter-reset: myCounter;
}
.ordered-list li,
.typography ol li {
  position: relative;
  list-style: none;
  font-size: 1.5rem;
  padding-left: 4.5625rem;
}
.ordered-list li:not(:last-child),
.typography ol li:not(:last-child) {
  margin-bottom: 2.5rem;
}
.ordered-list li:last-child,
.typography ol li:last-child {
  margin-bottom: 0;
}
.ordered-list li:before,
.typography ol li:before {
  counter-increment: myCounter;
  color: #fff;
  position: absolute;
  top: -0.5rem;
  left: 0;
  width: 2.625rem;
  height: 2.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #67699d;
  content: counter(myCounter);
  border-radius: 0.75rem;
}
.h1,
.typography h1,
.typography .h1,
.h2,
.typography h2,
.typography .h2,
.h3,
.typography h3,
.typography .h3,
.h4,
.typography h4,
.typography .h4,
.h5,
.typography h5,
.typography .h5,
.h6,
.typography h6,
.typography .h6 {
  font-weight: 400;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.h1,
.typography h1,
.typography .h1 {
  font-size: 250%;
}
.h2,
.typography h2,
.typography .h2 {
  font-size: 220%;
}
.h3,
.typography h3,
.typography .h3 {
  font-size: 150%;
}
.h4,
.typography h4,
.typography .h4 {
  font-size: 120%;
}
.h5,
.typography h5,
.typography .h5 {
  font-size: 100%;
}
table {
  width: 100%;
}
table th,
table td {
  padding: 10px;
  vertical-align: top;
  font-size: 14px;
  border-bottom: solid 1px #7e8493;
}
table th:first-child,
table td:first-child {
  padding-left: 0;
}
table th:last-child,
table td:last-child {
  padding-right: 0;
}
table tr:last-child td {
  border-bottom: none;
}
table th {
  border: none;
  padding-left: 0;
}
.typography {
  font-size: clamp(15px, 1.1vw, 1.125rem);
  line-height: 166.667%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.typography img {
  border-radius: 20px;
  margin-top: 0;
}
@media screen and (max-width: 1220px) {
  .typography img {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .typography img {
    max-width: 100%;
    width: 100%;
  }
}
.typography .image-right {
  float: right;
  margin-left: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .typography .image-right {
    margin-left: 0;
  }
}
.typography .image-left {
  float: left;
  margin-right: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .typography .image-left {
    margin-right: 0;
  }
}
.typography blockquote {
  font-size: 1.5625rem;
  line-height: 1.4;
  font-weight: 700;
}
.typography small {
  font-size: 0.8em;
}
.typography big {
  font-size: 1.4375rem;
}
.typography p,
.typography ul,
.typography ol,
.typography pre {
  margin: 1.25rem 0;
}
.typography *:first-child {
  margin-top: 0;
}
.typography *:last-child {
  margin-bottom: 0;
}
@-webkit-keyframes awn-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes awn-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes awn-fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes awn-fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes awn-slide-right {
  0% {
    left: 100%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes awn-slide-right {
  0% {
    left: 100%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes awn-slide-left {
  0% {
    opacity: 0;
    right: 100%;
  }
  to {
    opacity: 1;
    right: 0;
  }
}
@keyframes awn-slide-left {
  0% {
    opacity: 0;
    right: 100%;
  }
  to {
    opacity: 1;
    right: 0;
  }
}
@-webkit-keyframes awn-bar {
  0% {
    right: 100%;
  }
  to {
    right: 0;
  }
}
@keyframes awn-bar {
  0% {
    right: 100%;
  }
  to {
    right: 0;
  }
}
@-webkit-keyframes awn-loading-dots {
  0%,
  80%,
  to {
    box-shadow: 0 0 0 0;
  }
  40% {
    box-shadow: 0 0 0 2px;
  }
}
@keyframes awn-loading-dots {
  0%,
  80%,
  to {
    box-shadow: 0 0 0 0;
  }
  40% {
    box-shadow: 0 0 0 2px;
  }
}
.awn-popup-loading-dots {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: awn-loading-dots 1s ease-in-out infinite;
  animation: awn-loading-dots 1s ease-in-out infinite;
  background: #fff;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  color: #fff;
  display: inline-block;
  margin-left: 24px;
  position: relative;
}
.awn-popup-loading-dots:after {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: awn-loading-dots 1s ease-in-out infinite;
  animation: awn-loading-dots 1s ease-in-out infinite;
  background: #fff;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
}
.awn-popup-loading-dots:before {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: awn-loading-dots 1s ease-in-out infinite;
  animation: awn-loading-dots 1s ease-in-out infinite;
  background: #fff;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  content: "";
  position: absolute;
  top: 0;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  left: -16px;
}
#awn-popup-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: awn-fade-in;
  animation-name: awn-fade-in;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}
#awn-popup-wrapper .awn-popup-body {
  background: #fff;
  border-radius: 1rem;
  font-size: 14px;
  max-width: 500px;
  min-width: 320px;
  padding: 24px;
  position: relative;
  word-break: break-word;
}
#awn-popup-wrapper .awn-popup-body.awn-popup-confirm {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#awn-popup-wrapper .awn-popup-body.awn-popup-confirm .fa {
  color: #c26700;
  font-size: 44px;
}
#awn-popup-wrapper .awn-popup-body.awn-popup-async-block {
  background: transparent;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
#awn-popup-wrapper .awn-popup-title {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 8px;
}
#awn-popup-wrapper .awn-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
  width: 100%;
}
#awn-popup-wrapper .awn-buttons .awn-btn {
  border: 0;
  border-radius: 1rem;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  width: 45%;
}
#awn-popup-wrapper .awn-buttons .awn-btn-success {
  background: #05b480;
}
#awn-popup-wrapper .awn-buttons .awn-btn-success:hover {
  background: #367218;
}
#awn-popup-wrapper .awn-buttons .awn-btn-cancel {
  background: #1c76a6;
}
#awn-popup-wrapper .awn-buttons .awn-btn-cancel:hover {
  background: #186690;
}
#awn-popup-wrapper .awn-buttons-1 .awn-btn {
  width: 100%;
}
#awn-popup-wrapper.awn-hiding {
  -webkit-animation-name: awn-fade-out;
  animation-name: awn-fade-out;
}
#awn-toast-container {
  bottom: 24px;
  box-sizing: border-box;
  position: fixed;
  right: 24px;
  z-index: 99998;
}
#awn-toast-container.awn-top-left {
  bottom: auto;
  top: 24px;
  left: 24px;
  right: auto;
}
#awn-toast-container.awn-top-left .awn-toast {
  -webkit-animation-name: awn-slide-left;
  animation-name: awn-slide-left;
  right: 100%;
}
#awn-toast-container.awn-top-left .awn-toast:first-child {
  margin-top: 16px;
}
#awn-toast-container.awn-top-left .awn-toast.awn-hiding {
  right: 0;
}
#awn-toast-container.awn-top-right {
  bottom: auto;
  top: 24px;
}
#awn-toast-container.awn-top-right .awn-toast {
  -webkit-animation-name: awn-slide-right;
  animation-name: awn-slide-right;
  left: 100%;
}
#awn-toast-container.awn-top-right .awn-toast:first-child {
  margin-top: 16px;
}
#awn-toast-container.awn-top-right .awn-toast.awn-hiding {
  left: 0;
}
#awn-toast-container.awn-bottom-left {
  left: 24px;
  right: auto;
}
#awn-toast-container.awn-bottom-left .awn-toast {
  -webkit-animation-name: awn-slide-left;
  animation-name: awn-slide-left;
  right: 100%;
}
#awn-toast-container.awn-bottom-left .awn-toast.awn-hiding {
  right: 0;
}
#awn-toast-container.awn-bottom-right .awn-toast {
  -webkit-animation-name: awn-slide-right;
  animation-name: awn-slide-right;
  left: 100%;
}
#awn-toast-container.awn-bottom-right .awn-toast.awn-hiding {
  left: 0;
}
.awn-toast {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #ebebeb;
  border-radius: 1rem;
  color: gray;
  cursor: pointer;
  font-size: 1.125rem;
  margin-top: 16px;
  opacity: 0;
  overflow: hidden;
  position: relative;
  width: 15rem;
}
.awn-toast-content {
  word-break: break-word;
}
.awn-toast-label {
  color: gray;
  display: block;
  font-size: 1rem;
}
.awn-toast-icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 16px;
  top: 6px;
}
.awn-toast-icon .fa {
  color: gray;
  font-size: 44px;
}
.awn-toast-wrapper {
  border: 2px solid #d1d1d1;
  border-radius: 1rem;
  padding: 22px 88px 16px 16px;
}
.awn-toast-progress-bar {
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.awn-toast-progress-bar:after {
  -webkit-animation-duration: inherit;
  animation-duration: inherit;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: awn-bar;
  animation-name: awn-bar;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: gray;
  content: " ";
  height: 4px;
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
}
.awn-toast.awn-toast-progress-bar-paused .awn-toast-progress-bar:after {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.awn-toast.awn-hiding {
  -webkit-animation-name: awn-fade-out !important;
  animation-name: awn-fade-out !important;
}
.awn-toast.awn-toast-success {
  background: #d4fef1;
  color: #059b6e;
}
.awn-toast.awn-toast-success .awn-toast-wrapper {
  border-color: #07e5a3;
}
.awn-toast.awn-toast-success .fa {
  color: #059b6e;
}
.awn-toast.awn-toast-success b {
  color: #059b6e;
}
.awn-toast.awn-toast-success .awn-toast-progress-bar:after {
  background: #07e5a3;
}
.awn-toast.awn-toast-info {
  background: #d4fef1;
  color: #1c76a6;
}
.awn-toast.awn-toast-info .awn-toast-wrapper {
  border-color: #9fd3ef;
}
.awn-toast.awn-toast-info .fa {
  color: #1c76a6;
}
.awn-toast.awn-toast-info b {
  color: #1c76a6;
}
.awn-toast.awn-toast-info .awn-toast-progress-bar:after {
  background: #1c76a6;
}
.awn-toast.awn-toast-alert {
  background: #f8d5d3;
  color: #a92019;
}
.awn-toast.awn-toast-alert .awn-toast-wrapper {
  border-color: #f0a29d;
}
.awn-toast.awn-toast-alert .fa {
  color: #a92019;
}
.awn-toast.awn-toast-alert b {
  color: #a92019;
}
.awn-toast.awn-toast-alert .awn-toast-progress-bar:after {
  background: #a92019;
}
.awn-toast.awn-toast-warning {
  background: #ffe7cc;
  color: #c26700;
}
.awn-toast.awn-toast-warning .awn-toast-wrapper {
  border-color: #ffc480;
}
.awn-toast.awn-toast-warning .fa {
  color: #c26700;
}
.awn-toast.awn-toast-warning b {
  color: #c26700;
}
.awn-toast.awn-toast-warning .awn-toast-progress-bar:after {
  background: #c26700;
}
[class^="awn-"] {
  box-sizing: border-box;
}
::-moz-selection {
  color: #fff;
  background-color: #042280;
}
::selection {
  color: #fff;
  background-color: #042280;
}
.btn {
  padding: 0 1rem;
  color: #fff;
  background-color: #042280;
  font-size: clamp(12px, 1.1vw, 1rem);
  font-family: "Inter", sans-serif;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  text-decoration: none;
  position: relative;
  border-radius: 0.5rem;
  line-height: 1.2;
  height: 2.5rem;
  font-weight: 600;
  text-align: center;
  -webkit-transition: background 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: background 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
}
.btn:hover {
  background: #52547f;
}
.btn svg,
.btn img {
  width: 1.375rem;
  height: 1.375rem;
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 4;
  fill: #fff;
  opacity: 0.5;
}
.btn svg:first-child,
.btn img:first-child {
  margin-right: 1rem;
}
.btn svg:last-child,
.btn img:last-child {
  margin-left: 1rem;
}
.btn--small {
  font-size: 0.875rem;
}
.btn--medium {
  height: 50px;
  padding: 0 24px;
  font-size: 16px;
}
.btn--large {
  height: 4.375rem;
  padding: 0 1.5rem;
  font-size: clamp(18px, 1.5vw, 1.5rem);
}
.btn--light {
  background: #f2efff;
  color: #67699d;
}
.btn--light:hover {
  background: #eae5ff;
  color: #67699d;
}
.btn--shadow {
  box-shadow: 2px 4px 4px 0px rgba(79, 42, 234, 0.17);
}
.btn--gray {
  background: #7e8493;
}
.btn--gray svg {
  fill: #fff;
  opacity: 0.5;
}
.btn--gray:hover {
  background: #656b79;
}
.btn:active {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}
.btn[disabled] {
  background: #d9d9d9;
  cursor: not-allowed;
  box-shadow: none;
}
.btn-icon {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 0.375rem;
  background: #f8f7fc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.btn-icon svg {
  width: 60%;
  height: 60%;
  fill: #67699d;
}
.btn-icon:hover svg {
  fill: #222;
}
.subtitle {
  color: #7e7e7e;
  font-size: 1.5rem;
  letter-spacing: -0.48px;
  font-weight: 700;
}
.title {
  font-weight: 600;
  line-height: 120%;
  font-size: clamp(30px, 3vw, 3.75rem);
}
.language-module {
  position: relative;
}
.language-module__link {
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #67699d;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color 0.2s cubic-bezier(0.58, 0.3, 0.005, 1),
    background 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: color 0.2s cubic-bezier(0.58, 0.3, 0.005, 1),
    background 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
}
.language-module__link svg {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: currentColor;
}
.language-module__link:hover {
  color: #484970;
}
.language-module__dropdown {
  position: absolute;
  z-index: 11;
  top: 100%;
  right: 0;
  visibility: hidden;
  width: 100%;
  min-width: 185px;
  padding: 6px;
  -webkit-transition: all 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: all 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 12px 100px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1100px) {
  .language-module__dropdown {
    position: fixed;
    z-index: 11;
    right: 0;
    bottom: 0;
    left: 0;
    top: initial;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    max-height: 50vh;
    overflow-y: auto;
    border-radius: 0;
    box-shadow: 0 0 1000px rgba(0, 0, 0, 0.8);
  }
}
.language-module__dropdown-list {
  overflow: hidden;
  overflow-y: auto;
  max-height: 284px;
}
@media screen and (max-width: 1100px) {
  .language-module__dropdown-list {
    max-height: calc(100vh - 50px);
  }
}
.language-module__dropdown-cross {
  position: absolute;
  top: 0.375rem;
  right: 0.375rem;
  display: none;
  width: 40px;
  height: 50px;
  border: none !important;
  z-index: 19;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .language-module__dropdown-cross {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.language-module__dropdown-cross svg {
  width: 24px;
  height: 24px;
  fill: rgba(103, 105, 157, 0.4);
}
.language-module__dropdown li {
  border-bottom: 1px solid rgba(221, 221, 221, 0.068);
}
.language-module__dropdown li:last-child {
  border: none;
}
.language-module__dropdown a {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: #222;
  -webkit-transition: color 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: color 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-module__dropdown a img {
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.language-module__dropdown a span {
  display: block;
  overflow: hidden;
  max-width: 95px;
  padding: 3px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.language-module__dropdown a:hover {
  color: #67699d;
}
.language-module .active a {
  color: #b474d9 !important;
}
.language-module.open .language-module__dropdown {
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
.link,
.typography a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  letter-spacing: -0.32px;
  text-decoration: none;
  color: #042280;
  -webkit-transition: color 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: color 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
  background: transparent;
  padding: 0;
}
.link:hover,
.typography a:hover {
  color: #484970;
}
.link--warning {
  color: orange;
}
.link--warning:hover {
  color: #e69500;
}
.link--selected {
  background: #ffedcc;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.25rem;
}
.link svg,
.typography a svg {
  width: 1.125rem;
  height: 1.125rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.3125rem;
  fill: currentColor;
}
.color-gray {
  color: #7e7e7e;
}
.field-currency {
  position: relative;
}
.field-currency .select2-dropdown {
  border-color: #9fd3ef;
  border-radius: 0;
}
.field-currency
  .select2-dropdown
  .select2-results__option[aria-selected="true"] {
  color: #fff;
  background-color: #f2f2f2;
}
.field-currency .select2-container--default .select2-results__option--selected {
  background: #f2efff;
}
.field-currency .select2-dropdown.select2-dropdown--below {
  border-top: none;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.field-currency .select2-dropdown.select2-dropdown--above {
  border-top: 1px solid #ced4da;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.field-currency .select2-results__option--highlighted {
  color: #fff;
  background-color: #67699d;
}
.field-currency
  .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
  color: #fff;
  background-color: #67699d;
}
.field-currency .select2-results__option[role="group"] {
  padding: 0;
}
.field-currency
  .select2-results__option[role="group"]
  .select2-results__options--nested
  .select2-results__option {
  padding-left: 1em;
}
.field-currency .select2-results__option {
  padding: 0.5rem 0.75rem;
  -webkit-transition: all 0.1s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: all 0.1s cubic-bezier(0.58, 0.3, 0.005, 1);
}
.field-currency .select2-results > .select2-results__options {
  max-height: 15em;
  overflow-y: auto;
}
.field-currency .select2 {
  width: 100% !important;
}
.field-currency .select2-selection__rendered {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  height: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.field-currency
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.field-currency .select2-selection__arrow {
  background: url("../images/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.field-currency .select2-selection__arrow b {
  display: none;
}
.field-currency
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0;
  color: #4f4f4f;
}
.field-currency .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  height: 2.8125rem;
  padding-left: 2.5rem;
  border-bottom: 2px solid #9197b3;
}
.field-currency__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
}
.field-currency__icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.field-currency__image-wrapper {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.field-currency--default .field-currency__icon {
  left: 0.625rem;
}
.field-currency--default
  .select2-container--default
  .select2-selection--single {
  font-family: "Inter", sans-serif;
  font-size: var(--field-font-size);
  font-weight: 400;
  width: 100%;
  height: var(--field-height);
  padding-left: 0.9375rem;
  -webkit-transition: background 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: background 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
  text-overflow: ellipsis;
  border-radius: var(--field-radius);
  outline: none !important;
  background: #f8f7fc;
  border: solid 1px #dbdce3;
  padding-right: 0.5rem;
  padding-left: 2.8125rem;
}
.field-currency--default
  .select2-container--default
  .select2-selection--single::-webkit-input-placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.field-currency--default
  .select2-container--default
  .select2-selection--single::-moz-placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.field-currency--default
  .select2-container--default
  .select2-selection--single:-ms-input-placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.field-currency--default
  .select2-container--default
  .select2-selection--single::-ms-input-placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.field-currency--default
  .select2-container--default
  .select2-selection--single::placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.field-currency--default
  .select2-container--default
  .select2-selection--single:hover,
.field-currency--default
  .select2-container--default
  .select2-selection--single:focus {
  outline: none !important;
  background: #f2f0f9;
  border: solid 1px #cdced8;
}
.field-currency--default
  .select2-container--default
  .select2-selection--single.is-strong {
  font-weight: 700;
}
.field-currency--default .select2-selection__rendered {
  font-size: 1.125rem;
}
.field-currency--default .select2-selection__arrow {
  right: 0.625rem !important;
}
.accordion .accordion-item {
  padding: 0 0 1.875rem 0;
}
.accordion .accordion-item:not(:last-child) {
  border-bottom: 2px solid rgba(217, 217, 217, 0.3);
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1.875rem 0;
  padding-right: 2.5rem;
  padding-bottom: 0;
  color: #222;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  -webkit-transition: color 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: color 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
}
.accordion button:hover {
  color: #67699d;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
}
.accordion button .accordion-title {
  font-size: 1.5rem;
  line-height: 130%;
  font-weight: 600;
}
.accordion button .accordion-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  right: 0;
  width: 1.375rem;
  height: 1.375rem;
}
.accordion button .accordion-icon svg {
  width: inherit;
  height: inherit;
  -webkit-transition: fill 0.3s cubic-bezier(0.58, 0.3, 0.005, 1),
    -webkit-transform 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: fill 0.3s cubic-bezier(0.58, 0.3, 0.005, 1),
    -webkit-transform 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: transform 0.3s cubic-bezier(0.58, 0.3, 0.005, 1),
    fill 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: transform 0.3s cubic-bezier(0.58, 0.3, 0.005, 1),
    fill 0.3s cubic-bezier(0.58, 0.3, 0.005, 1),
    -webkit-transform 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
  fill: #9197b3;
}
.accordion button.active .accordion-icon svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  fill: #67699d;
}
.accordion .accordion-content {
  -webkit-transition: height 0.35s ease-in-out;
  transition: height 0.35s ease-in-out;
  overflow: hidden;
}
.accordion .accordion-content:not(.active) {
  display: none;
}
.accordion .accordion-content .typography {
  font-size: 1rem;
  margin-top: 1.875rem;
}
.arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.arrows__btn {
  border-radius: 8px;
  background: #fff;
  width: 3.125rem;
  height: 3.125rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: background 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
}
.arrows__btn.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.arrows__btn svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #9197b3;
}
.arrows__btn:not(:last-child) {
  margin-right: 0.9375rem;
}
.arrows__btn:first-child svg {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.arrows__btn:hover {
  background: #9197b3;
}
.arrows__btn:hover svg {
  fill: #fff;
}
.swiper-dots {
  bottom: initial !important;
  top: initial !important;
  position: relative;
  text-align: center;
  margin-top: 5.3125rem;
}
@media screen and (max-width: 991px) {
  .swiper-dots {
    margin-top: 2.5rem;
  }
}
.swiper-dots .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: #d9d9d9;
  opacity: 1;
  margin: 0 0.3125rem !important;
}
.swiper-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #67699d;
}
.swiper-dots--small {
  margin-top: 1.25rem;
}
.swiper-dots--small .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
}
.block-menu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  min-height: 2.875rem;
  padding: 0.6875rem;
  padding-right: 1.5625rem;
  font-weight: 500;
  letter-spacing: -0.00875rem;
  color: #9197b3;
  border-radius: 0.5rem;
  text-decoration: none;
  -webkit-transition: background 0.1s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: background 0.1s cubic-bezier(0.58, 0.3, 0.005, 1);
  position: relative;
}
@media screen and (max-width: 1100px) {
  .block-menu__link {
    font-size: 16px;
  }
}
.block-menu__link:after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/icons/arrow-menu.svg") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1100px) {
  .block-menu__link:after {
    width: 16px;
    height: 16px;
  }
}
.block-menu__link:hover {
  background: #f2efff;
  color: #67699d;
}
.block-menu__icon {
  width: 1.125rem;
  height: 1.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.875rem;
}
.block-menu__icon svg {
  fill: currentColor;
  width: inherit;
  height: inherit;
}
@media screen and (max-width: 1100px) {
  .block-menu__icon {
    width: 18px;
    height: 18px;
  }
}
.block-menu__item:not(:last-child) {
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 1100px) {
  .block-menu__item:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.block-menu__item.is-active .block-menu__link {
  background: #696b9d;
  color: #fff;
}
.block-menu__item.is-active .block-menu__link::after {
  display: none;
}
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(103, 105, 157, 0.4);
  z-index: 7;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: opacity 0.5s cubic-bezier(0.58, 0.3, 0.005, 1);
}
@media screen and (min-width: 1100px) {
  .body-overlay {
    display: none;
  }
}
.body-overlay.is-active {
  opacity: 1;
  pointer-events: all;
}
#menu-toggle {
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}
#menu-toggle span {
  display: block;
  background: #566973;
  border-radius: 2px;
  -webkit-transition: 0.125s ease-in-out;
  transition: 0.125s ease-in-out;
}
#menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}
#menu-toggle #hamburger span {
  width: 30px;
  height: 2px;
  position: relative;
  top: 12px;
  left: 10px;
  margin: 5px 0;
}
#menu-toggle #hamburger span:nth-child(1) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
#menu-toggle #hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.3125s;
  transition-delay: 0.3125s;
}
#menu-toggle #hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.375s;
  transition-delay: 0.375s;
}
#menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 2px;
  position: absolute;
  top: 15%;
  left: 24px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 2px;
  position: absolute;
  left: 15%;
  top: 24px;
  -webkit-transition-delay: 0.125s;
  transition-delay: 0.125s;
}
#menu-toggle.open #hamburger span {
  width: 0%;
}
#menu-toggle.open #hamburger span:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.125s;
  transition-delay: 0.125s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
#menu-toggle.open #cross span:nth-child(1) {
  height: 70%;
  -webkit-transition-delay: 0.625s;
  transition-delay: 0.625s;
}
#menu-toggle.open #cross span:nth-child(2) {
  width: 70%;
  -webkit-transition-delay: 0.375s;
  transition-delay: 0.375s;
}
.header {
  position: relative;
  z-index: 9;
}
.header__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3.125rem 0;
}
@media screen and (max-width: 1100px) {
  .header__row {
    padding: 0;
    height: 75px;
  }
}
.header__logo {
  display: block;
  width: 168px;
  margin-right: auto;
}
.header__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}
.header__buttons > *:not(:first-child) {
  margin: 0 0 0 2vw;
}
.header__btn {
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header__nav li {
  margin: 5px 1.5625rem;
}
@media screen and (max-width: 1220px) {
  .header__nav li {
    margin: 5px 1.25rem;
  }
}
.header__nav-link {
  text-decoration: none;
  font-size: clamp(12px, 1.1vw, 1rem);
  color: #222;
  -webkit-transition: color 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: color 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
  font-weight: normal;
}
.header__nav-link:hover {
  color: #67699d;
}
.header #menu-toggle {
  margin-left: 15px;
}
@media screen and (min-width: 1100px) {
  .header #menu-toggle {
    display: none;
  }
}
.header.is-active {
  background: #fff;
  box-shadow: 2px 4px 4px 0px rgba(79, 42, 234, 0.07);
}
@media screen and (max-width: 1100px) {
  .header.fixed-lg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 2px 4px 4px 0px rgba(79, 42, 234, 0.07);
  }
}
.user-small {
  position: relative;
}
.user-small__count {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #67699d;
  color: #fff;
  border-radius: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0 0.1875rem;
}
.user-small__avatar {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
}
.user-small__avatar:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.user-small__avatar img {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .hide-lg {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .visible-lg {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hide-sm {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .visible-sm {
    display: none !important;
  }
}
.mobile-menu {
  position: fixed;
  top: 75px;
  right: 0;
  bottom: 0;
  width: 90vw;
  max-width: 18.75rem;
  z-index: 8;
  background: #fff;
  box-shadow: -2px -4px 4px 0px rgba(79, 42, 234, 0.07);
  padding: 1.875rem;
  opacity: 0;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 0.3s cubic-bezier(0.58, 0.3, 0.005, 1) 0.2s,
    -webkit-transform 0.3s cubic-bezier(0.58, 0.3, 0.005, 1) 0.2s;
  transition: opacity 0.3s cubic-bezier(0.58, 0.3, 0.005, 1) 0.2s,
    -webkit-transform 0.3s cubic-bezier(0.58, 0.3, 0.005, 1) 0.2s;
  transition: transform 0.3s cubic-bezier(0.58, 0.3, 0.005, 1) 0.2s,
    opacity 0.3s cubic-bezier(0.58, 0.3, 0.005, 1) 0.2s;
  transition: transform 0.3s cubic-bezier(0.58, 0.3, 0.005, 1) 0.2s,
    opacity 0.3s cubic-bezier(0.58, 0.3, 0.005, 1) 0.2s,
    -webkit-transform 0.3s cubic-bezier(0.58, 0.3, 0.005, 1) 0.2s;
}
.mobile-menu__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #eee;
  margin: -1.875rem;
  padding: 1.875rem;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
  font-size: 16px;
}
.mobile-menu__top > * {
  margin: 0 0.9375rem 0.9375rem 0;
}
.mobile-menu.is-active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
.table-block {
  background: #fff;
  box-shadow: 0px 10px 60px rgba(226, 236, 249, 0.5);
  padding: 1.875rem 2.1875rem;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .table-block {
    padding: 16px;
  }
}
.table-block .dataTables_filter {
  display: none;
}
.table-block + .dataTables_paginate {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .table-block {
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.table-block .btn {
  height: 2.1875rem;
}
.table-block table {
  width: 100% !important;
}
@media screen and (max-width: 1100px) {
  .table-block thead {
    display: none;
  }
}
.table-block .dataTables_info,
.table-block .dataTables_length {
  display: none;
}
.table-block th,
.table-block td {
  padding: 0.625rem 0.5rem;
}
.table-block th:first-child,
.table-block td:first-child {
  padding-left: 0;
}
.table-block th:last-child,
.table-block td:last-child {
  padding-right: 0;
}
.table-block td {
  vertical-align: middle;
  height: 3.75rem;
  font-size: 0.8125rem;
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (max-width: 1100px) {
  .table-block td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    height: initial;
    min-height: 20px;
    padding: 0 !important;
    border: none;
  }
  .table-block td:before {
    content: attr(data-title);
    width: 38%;
    max-width: 180px;
    padding-right: 5px;
    text-transform: uppercase;
    color: #9197b3;
    font-size: 11px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .table-block td:last-child {
    margin-bottom: 0;
  }
}
.table-block .td-balance-buttons {
  width: 21.875rem;
}
.table-block th {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 0.625rem 1.25rem;
  color: #9197b3;
  border-bottom: 1px solid #dbdce3;
}
@media screen and (max-width: 1100px) {
  .table-block th {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .table-block tr {
    display: block;
    margin-bottom: 0.3125rem;
    padding: 18px;
    border-radius: 15px;
    background: #f8f7fc;
  }
}
.dataTables_paginate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.dataTables_paginate > .paginate_button {
  font-size: 0.875rem;
  text-decoration: none;
  margin: 0 0.3125rem;
  -webkit-transition: color 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: color 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
  position: relative;
}
.dataTables_paginate > .paginate_button.previous {
  padding-left: 1.875rem;
}
.dataTables_paginate > .paginate_button.previous:after {
  content: "";
  width: 1.5rem;
  height: 0.4375rem;
  background: url("../images/icons/arrow-right.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  -ms-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
  opacity: 0.5;
}
.dataTables_paginate > .paginate_button.next {
  padding-right: 1.875rem;
}
.dataTables_paginate > .paginate_button.next:after {
  content: "";
  width: 1.5rem;
  height: 0.4375rem;
  background: url("../images/icons/arrow-right.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.5;
  -webkit-transition: opacity 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: opacity 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
}
.dataTables_paginate > .paginate_button:hover {
  color: #222;
}
.dataTables_paginate > .paginate_button:hover:after {
  opacity: 1;
}
.dataTables_paginate > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  margin-right: 10px;
}
.dataTables_paginate > span .paginate_button {
  font-size: 0.875rem;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2.1875rem;
  margin-right: 0.3125rem;
  padding: 0 0.875rem;
  text-decoration: none;
  cursor: pointer;
  color: #67699d;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: background 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
}
.dataTables_paginate > span .paginate_button:hover {
  color: #222;
}
.dataTables_paginate > span .paginate_button.current {
  color: #fff;
  background: #67699d;
}
.tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tabs-nav::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .tabs-nav {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.tabs-nav + .table-block {
  border-top-left-radius: 0;
}
.tabs-nav__item {
  margin-right: 0.25rem;
}
.tabs-nav__link {
  color: #9197b3;
  font-weight: 600;
  background: #fff;
  text-decoration: none;
  border: solid 1px #dbdce3;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom: none;
  padding: 0.875rem 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 0.875rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.125rem;
  white-space: nowrap;
  -webkit-transition: color 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: color 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
}
.tabs-nav__link:hover {
  color: #222;
}
.tabs-nav__link.is-active {
  color: #fff;
  background-color: #67699d;
  border-color: #67699d;
}
.referral-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 0.9375rem;
}
.referral-nav::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .referral-nav {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.referral-nav + .table-block {
  border-top-left-radius: 0;
}
.referral-nav__item {
  margin-right: 0.4375rem;
}
.referral-nav__link {
  color: #67699d;
  font-weight: 500;
  background: #eeeafd;
  text-decoration: none;
  border: solid 1px #eeeafd;
  border-radius: 0.5rem;
  border-bottom: none;
  padding: 0.875rem 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 1.125rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.125rem;
  white-space: nowrap;
  -webkit-transition: color 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: color 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
}
@media screen and (max-width: 767px) {
  .referral-nav__link {
    padding: 0.875rem 1.25rem;
  }
}
.referral-nav__link:hover {
  color: #222;
}
.referral-nav .js-tab-link {
  cursor: pointer;
}
.referral-nav .js-tab-link .referral-nav__link {
  pointer-events: none;
}
.referral-nav .is-active .referral-nav__link {
  color: #fff;
  background-color: #67699d;
  border-color: #67699d;
}
.app-status {
  color: #67699d;
  font-weight: 600;
}
.app-status--compleated {
  color: #06cc91;
}
.app-status--canceled {
  color: #d0004b;
}
.app-currency {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.app-currency__icon {
  width: 1.875rem;
  height: 1.875rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  margin-right: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.app-currency__icon img {
  width: 100%;
}
.app-currency__name {
  font-weight: 600;
  font-size: 0.875rem;
}
.app-currency--small .app-currency__icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.375rem;
}
.app-currency--small .app-currency__name {
  font-size: 0.8125rem;
}
.plan {
  padding: 0 1.875rem;
  min-height: 6.25rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0px 12px 100px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(15px, 1.1vw, 1.125rem);
  border: solid 2px transparent;
  -webkit-transition: border-color 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: border-color 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
  position: relative;
}
.plan[data-choice-plan] {
  cursor: pointer;
}
.plan[data-choice-plan]::after {
  -webkit-transition: opacity 0.2s cubic-bezier(0.58, 0.3, 0.005, 1),
    visibility 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: opacity 0.2s cubic-bezier(0.58, 0.3, 0.005, 1),
    visibility 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
  content: "";
  visibility: hidden;
  opacity: 0;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../images/icons/checkmark.svg") center no-repeat #07e5a3;
  background-size: 60%;
}
@media screen and (max-width: 991px) {
  .plan[data-choice-plan]::after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: 20px;
    left: initial;
    top: 20px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .plan {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.875rem 2.5rem;
  }
}
.plan__col {
  min-width: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.plan__col:not(:last-child) {
  margin-right: 0.625rem;
}
@media screen and (max-width: 991px) {
  .plan__col:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1100px) {
  .plan__col--percent {
    width: 35%;
  }
  .plan__col--profit {
    width: 60%;
  }
  .plan__col--name {
    width: 45%;
  }
  .plan__col--btn {
    width: 50%;
  }
}
.plan__btn {
  height: 3.4375rem;
  min-width: 10rem;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .plan__btn {
    width: 100%;
  }
}
.plan__percent {
  font-weight: 600;
  color: #67699d;
}
.plan__value-icon {
  width: 1.375rem;
  height: 1.375rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.plan__value-icon svg {
  width: inherit;
  height: inherit;
  fill: #7e7e7e;
}
.plan__value-name {
  color: #7e7e7e;
}
.plan__value {
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.plan__name {
  font-weight: 600;
  color: #67699d;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.plan__name svg {
  width: 1.4375rem;
  height: 1.4375rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: #67699d;
  margin-left: 0.25rem;
}
.plan__name:before {
  content: "";
  width: 1.4375rem;
  height: 2px;
  background: #67699d;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  margin-right: 1.25rem;
}
.plan--primary .plan__value {
  color: #67699d;
}
.plan.is-active {
  border-color: #67699d;
  box-shadow: 2px 4px 4px 0px rgba(79, 42, 234, 0.17);
}
.plan.is-active::after {
  visibility: visible;
  opacity: 1;
}
.captcha {
  color: #67699d;
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.plans {
  padding-top: 1.875rem;
}
@media screen and (max-width: 1100px) {
  .plans__plan {
    height: 100%;
  }
}
.plans__top {
  text-align: center;
}
.plans__top:not(:last-child) {
  margin-bottom: 3.75rem;
}
.plans__swiper .swiper-wrapper,
.plans__swiper .swiper-slide {
  height: initial;
}
.plans__swiper .swiper-slide:nth-child(1) .plan__btn {
  background: #042280;
}
.plans__swiper .swiper-slide:nth-child(1) .plan__btn:hover {
  background: #042280;
}
.plans__swiper .swiper-slide:nth-child(2) .plan__btn {
  background: #042280;
}
.plans__swiper .swiper-slide:nth-child(2) .plan__btn:hover {
  background: #042280;
}
.plans__swiper .swiper-slide:nth-child(3) .plan__btn {
  background: #042280;
}
.plans__swiper .swiper-slide:nth-child(3) .plan__btn:hover {
  background: #042280;
}
@media screen and (max-width: 991px) {
  .plans__swiper .swiper-slide {
    width: 280px;
  }
}
@media screen and (min-width: 991px) {
  .plans__swiper .swiper-slide {
    width: 100%;
  }
  .plans__swiper .swiper-slide:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 991px) {
  .plans__swiper .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.plans__subtitle {
  opacity: 0.5;
}
.plans__subtitle:not(:last-child) {
  margin-bottom: 1.375rem;
}
.modal-window {
  display: none;
  border-radius: 12px;
}
.modal-window_size-sm {
  width: 500px;
  max-width: 100%;
}
.modal-window_size-md {
  width: 37.5rem;
  max-width: 100%;
}
.modal-window_currency {
  width: 31.25rem;
  max-width: 100%;
}
.modal-window_currency .popup-form {
  padding-left: 20px;
  padding-right: 20px;
}
.fancybox__content > .carousel__button.is-close {
  right: -10px;
}
.fancybox__backdrop {
  background: rgba(103, 105, 157, 0.4);
}
@media screen and (max-width: 767px) {
  .fancybox__slide {
    padding: 15px;
  }
}
.fancybox__content > .f-button.is-close-btn {
  top: 10px;
  right: 10px;
  color: #000;
}
.is-compact .fancybox__content > .f-button.is-close-btn {
  background: #eee;
  top: 10px;
  right: 10px;
}
.carousel__button svg {
  -webkit-filter: none;
  filter: none;
}
.fancybox__nav .carousel__button {
  background: #b474d9;
}
.fancybox__content {
  background: transparent;
  padding: 0;
}
.modal-text,
.modal-notification,
.popup-form {
  box-shadow: 0 15px 50px #231c1638;
  padding: 35px;
  background: #fff;
  border-radius: 25px;
}
.modal-text .modal-title,
.modal-notification .modal-title {
  margin-bottom: 10px;
}
.modal-notification {
  text-align: center;
  width: 100%;
}
.popup-form {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .popup-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.popup-form__bottom {
  margin-top: 30px;
}
.popup-form__qr {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 9.375rem;
}
.popup-form .large-font {
  font-size: 24px;
}
.popup-form .btn {
  height: 60px;
  padding: 0 32px;
  font-size: 18px;
}
.popup-form .field {
  margin-bottom: 0.9375rem;
}
.popup-form .field label {
  font-size: 15px !important;
}
.popup-form .alert-info {
  margin-bottom: 0.9375rem;
}
.popup-form .referral-link {
  position: relative;
}
.popup-form .referral-link:after {
  content: "";
  width: 90px;
  position: absolute;
  pointer-events: none;
  top: 1px;
  bottom: 1px;
  right: 46px;
  background: #fff;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    #fff 100%
  );
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.popup-form .referral-link input {
  background: #fff;
  color: #000;
  font-size: 16px;
}
.labels-list {
  font-weight: 600;
  font-size: 13px;
}
.labels-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 15px;
}
.labels-list li:first-child {
  margin-left: 0;
}
.field__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  text-align: left;
}
.field__top label {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .field__top label {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .field__top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.copy-code {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.copy-code__value {
  font-size: 18px;
  font-weight: 700;
  max-width: calc(100% - 30px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #01a671;
}
@media screen and (max-width: 767px) {
  .copy-code__value {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .copy-code__value {
    font-size: 13px;
  }
}
.copy-code input {
  font-size: 23px;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .copy-code input {
    font-size: 13px;
  }
}
.copy-code__button {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 15px;
}
.copy-code__button:hover svg {
  fill: #000;
}
.copy-code svg {
  width: 22px;
  height: 22px;
  fill: #67699d;
}
.currency-and-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
}
.currency-and-icon img {
  width: 2.5rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.625rem;
}
.payment-confirm-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.payment-confirm-list li {
  width: 50%;
}
.payment-confirm-list:last-child {
  margin-bottom: 0;
}
.payment-confirm-list__name {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.payment-confirm-list__value {
  color: #67699d;
  font-weight: 700;
  line-height: 45px;
  font-size: 1.6875rem;
}
.payment-confirm-list li {
  margin-bottom: 20px;
  font-size: 18px;
}
.modal-title {
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1.2;
  font-size: 2rem;
}
.modal-description {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .lg-order-1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
.modal-notification__icon {
  margin: 0 auto 2.5rem;
  background-image: -webkit-linear-gradient(bottom, #67699d, #9197b3);
  background-image: linear-gradient(0deg, #67699d, #9197b3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 11.25rem;
  height: 11.25rem;
  border-radius: 50%;
}
.modal-notification__icon span {
  width: 80%;
  height: 80%;
  border-radius: inherit;
  border: 1px solid #ffffff4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-notification__icon svg {
  width: 50%;
  height: 50%;
  fill: #fff;
}
.modal-notification__icon--accent {
  background-image: -webkit-linear-gradient(bottom, #d00034 0%, #cc3348 100%);
  background-image: linear-gradient(0deg, #d00034 0%, #cc3348 100%);
}
.stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.stars__star {
  padding-right: 6px;
}
.stars__star:first-child {
  margin-left: 0;
}
.stars__star:last-child {
  margin-right: 0;
}
.stars__star svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #d9d9d9;
}
.stars__star.is-active svg,
.stars__star.rated-star svg,
.stars__star.hovered svg {
  fill: #00ac4f;
}
.star-ratings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.star-ratings .stars__star svg {
  width: 1.5rem;
  height: 1.5rem;
}
.swiper-pagination {
  z-index: 3;
  top: initial !important;
  bottom: 0;
  background: #fff;
}
@media screen and (min-width: 1100px) {
  .choose-currency {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.choose-currency__title {
  text-align: center;
  font-weight: 600;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}
.choose-currency__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.625rem;
}
.choose-currency__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border-radius: 0.5rem;
  padding: 0.5rem;
  -webkit-transition: background 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: background 0.2s cubic-bezier(0.58, 0.3, 0.005, 1);
}
.choose-currency__btn:hover {
  background: #f9f9f9;
}
.choose-currency__btn-name {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
}
.choose-currency__btn-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.75rem;
}
.alert-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  background: #f9f9f9;
  border-radius: 12px;
  font-size: 13px;
}
.alert-info__icon {
  width: 24px;
  height: 24px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.alert-info__icon svg {
  width: inherit;
  height: inherit;
  fill: orange;
}
.field-choose-currency {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: var(--field-font-size);
  font-weight: 400;
  width: 100%;
  height: var(--field-height);
  padding-left: 0.9375rem;
  -webkit-transition: background 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: background 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
  text-overflow: ellipsis;
  border-radius: var(--field-radius);
  outline: none !important;
  background: #f8f7fc;
  border: solid 1px #dbdce3;
  padding-right: 0.5rem;
  cursor: pointer;
  position: relative;
  padding-right: 1.875rem;
}
.field-choose-currency::-webkit-input-placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.field-choose-currency::-moz-placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.field-choose-currency:-ms-input-placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.field-choose-currency::-ms-input-placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.field-choose-currency::placeholder {
  color: rgba(103, 105, 157, 0.3);
}
.field-choose-currency:hover,
.field-choose-currency:focus {
  outline: none !important;
  background: #f2f0f9;
  border: solid 1px #cdced8;
}
.field-choose-currency.is-strong {
  font-weight: 700;
}
.field-choose-currency:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 20px;
  background: url("../images/icons/arrow.svg") center no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.field-choose-currency__icon {
  width: 2.1875rem;
  height: 2.1875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.625rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.field-choose-currency__value {
  text-transform: uppercase;
  font-weight: 600;
}
.field-choose-currency--line {
  background: transparent;
  border: none;
  padding: 0;
  padding-right: 1.875rem;
  font-size: 1.5rem;
  border-radius: 0;
  border-bottom: solid 2px #9197b3;
}
.field-choose-currency--line:after {
  right: 0;
}
.field-choose-currency--line:hover,
.field-choose-currency--line:focus {
  background: transparent;
  border: none;
  border-bottom: solid 2px #9197b3;
}
.field-choose-currency--empty {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: initial;
  vertical-align: top;
  background: transparent;
  border: none;
  padding: 0;
  padding-right: 1.875rem;
  border-radius: 0;
  font-size: 1.5rem;
  color: #9197b3;
}
.field-choose-currency--empty:after {
  opacity: 0.5;
  width: 1.875rem;
  height: 1.875rem;
  background-size: contain;
}
.field-choose-currency--empty .field-choose-currency__icon {
  display: none;
}
.field-choose-currency--empty:after {
  right: 0;
}
.field-choose-currency--empty:hover,
.field-choose-currency--empty:focus {
  background: transparent;
  border: none;
}
.auth-layout {
  position: relative;
  overflow: hidden;
}
.auth-layout__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .auth-layout__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.auth-layout__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 6.25rem 30px;
  background: #fff;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .auth-layout__content {
    padding-top: 1.875rem;
  }
}
.auth-layout__inner {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .auth-layout__inner {
    width: 100%;
  }
}
.auth-layout__media {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  overflow: hidden;
  width: 60%;
  min-height: 100vh;
  margin-left: auto;
  padding: 3.75rem 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f9f9f9;
}
.auth-layout__media-img {
  background: url("../images/auth-bg.png") center no-repeat #f9f9f9;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .auth-layout__media {
    width: 100%;
    min-height: auto;
    display: none;
  }
}
.auth-layout__logo {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 1.875rem;
  display: block;
}
@media screen and (max-width: 1100px) {
  .auth-layout__logo {
    position: relative;
    top: initial;
    right: initial;
    margin: 25px 0 40px;
  }
}
.auth-form {
  font-size: 14px;
}
.auth-form .title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}
.auth-form .field {
  margin-bottom: 1.25rem;
}
.auth-form__links {
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .auth-form__links {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.auth-form__links a {
  margin-right: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .auth-form__links a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.auth-form__links a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .auth-form__links a:last-child {
    margin-bottom: 0;
  }
}
.auth-form .checkbox {
  font-size: 14px;
}
.auth-form__bottom {
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .auth-form__bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.auth-form__bottom:last-child {
  margin-bottom: 0;
}
.auth-form__bottom .btn {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .auth-form__bottom .btn {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}
.auth-form__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.auth-form__row > * {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .auth-form__row > * {
    width: calc(100% - 30px);
  }
}
.small-field-text {
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 15px;
  white-space: nowrap;
}
.connect {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  padding: 0.625rem 1.25rem;
  box-shadow: 0px 12px 100px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 1.375rem 1.375rem 1.375rem;
  background: var(--ffffff, #fff);
}
.connect svg {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.3125rem;
  height: 1.0625rem;
  margin-right: 0.75rem;
  fill: #67699d;
}
.connect__link {
  color: #67699d;
  text-decoration: none;
  -webkit-transition: color 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: color 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.connect__link:not(:last-child) {
  margin-right: 1.25rem;
}
.connect__link--opacity {
  color: #67699d;
}
.connect__link--opacity svg {
  fill: #9197b3;
}
.connect__link:hover {
  color: #222;
}
.connect__name {
  font-size: clamp(15px, 1.1vw, 1.125rem);
  margin-right: 1.5rem;
}
.intro-media {
  aspect-ratio: 1.04492;
  position: relative;
  width: 535px;
}
@supports not (aspect-ratio: 1.04492) {
  .intro-media::before {
    content: "";
    float: left;
    padding-top: calc((512px / 535px) * 100%);
  }
  .intro-media::after {
    content: "";
    display: block;
    clear: both;
  }
}
.intro-media__block {
  border-radius: 1.5rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #686a9d;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .intro-media__block {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
}
.intro-media img {
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.intro-media img:nth-child(1) {
  left: 1%;
  top: -23%;
  max-width: 70%;
}
@media screen and (max-width: 767px) {
  .intro-media img:nth-child(1) {
    left: 0%;
    top: -32%;
    max-width: 90%;
  }
}
.intro-media img:nth-child(2) {
  left: 31%;
  top: 30%;
  max-width: 95%;
}
@media screen and (max-width: 767px) {
  .intro-media img:nth-child(2) {
    left: 23%;
    top: 30%;
    width: 104%;
    max-width: initial;
  }
}
.intro-media img:nth-child(3) {
  left: -35%;
  top: 27%;
  max-width: 87%;
}
@media screen and (max-width: 767px) {
  .intro-media img:nth-child(3) {
    left: -37%;
    top: 28%;
    max-width: 100%;
  }
}
.intro {
  background-image: url(../image/biz.png);
  padding-bottom: 6.25rem;
  padding-top: 2rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .intro {
    padding-top: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .intro {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 3.75rem;
  }
}
.intro .intro-media {
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 1480px) {
  .intro .intro-media {
    width: 80%;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .intro .intro-media {
    margin-bottom: 1.875rem;
    width: 350px;
    max-width: 85%;
  }
}
.intro:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: inherit;
  height: 999px;
  z-index: -1;
}
.intro__description {
  font-size: clamp(15px, 1.1vw, 1.125rem);
  font-weight: 400;
  line-height: 166.667%;
}
.intro__description:not(:last-child) {
  margin-bottom: 2.8125rem;
}
@media screen and (min-width: 767px) {
  .intro__description {
    max-width: 80%;
    width: 34.375rem;
  }
}
@media screen and (max-width: 767px) {
  .intro__description {
    margin-left: auto;
    margin-right: auto;
  }
}
.intro__title {
  max-width: 83%;
  text-wrap: balance;
}
@media screen and (min-width: 767px) {
  .intro__title {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 991px) {
  .intro__title {
    max-width: 100%;
  }
}
.intro__title:not(:last-child) {
  margin-bottom: 1.875rem;
}
.intro__col--media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .intro__col--media {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
.intro__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .intro__buttons {
    width: 120%;
  }
}
@media screen and (max-width: 767px) {
  .intro__buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.intro__buttons:not(:last-child) {
  margin-bottom: 2.9375rem;
}
.intro__buttons > * {
  margin: 0 1.875rem 1.25rem 0;
}
@media screen and (min-width: 767px) {
  .intro__buttons > *:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .intro__buttons > * {
    margin: 0 0.625rem 0.625rem 0;
  }
}
@media screen and (max-width: 767px) {
  .intro__buttons > * {
    margin: 0.3125rem;
  }
}
@media screen and (max-width: 440px) {
  .intro__buttons > * {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.statistics-item__value {
  font-size: clamp(35px, 3.5vw, 3.75rem);
  line-height: 1;
  font-weight: 700;
  line-height: 56.667%;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .statistics-item__value {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .statistics {
    text-align: center;
  }
}
.statistics__row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.statistics__text {
  max-width: 264px;
  font-size: clamp(18px, 2vw, 1.5rem);
  font-weight: 500;
  line-height: 141.667%;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .statistics__text {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .statistics__col:first-child {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1100px) {
  .statistics__swiper .swiper-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.statistics__swiper .swiper-slide {
  position: relative;
  padding-left: 1.875rem;
}
@media screen and (min-width: 1100px) {
  .statistics__swiper .swiper-slide {
    width: initial !important;
    padding-left: 4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .statistics__swiper .swiper-slide {
    width: 150px;
    padding-left: 0;
  }
}
.statistics__swiper .swiper-slide:before {
  content: "";
  width: 2px;
  height: 7.4375rem;
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #9197b3;
}
@media screen and (max-width: 767px) {
  .statistics__swiper .swiper-slide:before {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .company {
    padding-top: 3.4375rem;
  }
}
.company__title {
  text-wrap: balance;
  max-width: 85%;
}
@media screen and (max-width: 991px) {
  .company__title {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .company__title {
    text-align: center;
  }
}
@media screen and (min-width: 1440px) {
  .company__title {
    margin-top: -1.0625rem;
  }
}
@media screen and (max-width: 991px) {
  .company__subtitle {
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .company__subtitle {
    text-align: center;
  }
}
.company__top {
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 1440px) {
  .company__top {
    margin-bottom: 6.875rem;
  }
}
@media screen and (min-width: 1100px) {
  .company__swiper .swiper-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1100px) {
  .company__swiper .swiper-slide {
    width: initial !important;
  }
}
.advantage-item {
  text-wrap: balance;
}
@media screen and (max-width: 991px) {
  .advantage-item {
    text-align: center;
  }
}
.advantage-item__icon {
  width: 4.125rem;
  height: 4.125rem;
  margin-bottom: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .advantage-item__icon {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .advantage-item__icon {
    margin-left: auto;
    margin-right: auto;
  }
}
.advantage-item__icon svg {
  width: inherit;
  height: inherit;
}
.advantage-item__title {
  font-size: clamp(18px, 2vw, 1.5rem);
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.advantage-item__description {
  font-weight: 400;
  line-height: 166.667%;
  font-size: clamp(15px, 1.1vw, 1.125rem);
}
@media screen and (min-width: 991px) {
  .advantage-item__description {
    max-width: 16.25rem;
  }
}
.using-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-wrap: balance;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .using-item {
    text-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 767px) {
  .using-item {
    width: 22.3125rem;
    padding-bottom: 3.125rem;
    border-bottom: solid 3px rgba(103, 105, 157, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .using-item__content {
    width: 100%;
  }
}
.using-item__icon {
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.5625rem;
  margin-bottom: auto;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .using-item__icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
.using-item__icon svg {
  width: inherit;
  height: inherit;
}
.using-item__title {
  font-weight: 700;
  line-height: 166.667%;
  font-size: clamp(15px, 1.1vw, 1.125rem);
}
.using-item__description {
  font-size: clamp(13px, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 171.429%;
}
.using__title {
  margin-bottom: 2.5rem;
  max-width: 38.75rem;
}
@media screen and (min-width: 767px) {
  .using__title {
    margin-top: -0.75rem;
    max-width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .using__title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 767px) {
  .using__text {
    width: 32.5rem;
    max-width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .using__col {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .using__col--media {
    margin-top: 3.75rem;
  }
}
.using__row:not(:last-child) {
  margin-bottom: 6.875rem;
}
@media screen and (max-width: 767px) {
  .using__row:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.using .using-item {
  height: 100%;
}
.using .using-media {
  margin-left: auto;
  margin-right: 1.25rem;
}
@media screen and (max-width: 1440px) {
  .using .using-media {
    margin-right: auto;
  }
}
.using-media {
  aspect-ratio: 0.93313;
  border-radius: 1.5rem;
  position: relative;
  background: url("../images/using/bg.png"), #f9f9f9 50% / cover no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  width: 37.5rem;
  max-width: 80%;
  padding: 1.875rem 2.5rem;
  display: grid;
  gap: 1.5625rem;
  grid-template-columns: repeat(3, 1fr);
}
@supports not (aspect-ratio: 0.93313) {
  .using-media::before {
    content: "";
    float: left;
    padding-top: calc((643px / 600px) * 100%);
  }
  .using-media::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 1100px) {
  .using-media {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .using-media {
    padding: 1.5rem;
  }
}
.using-media__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1rem;
  background: #fff;
  padding: 0.625rem;
  -webkit-transition: opacity 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: opacity 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
  aspect-ratio: 1.35652;
  max-width: 100%;
}
@supports not (aspect-ratio: 1.35652) {
  .using-media__item::before {
    content: "";
    float: left;
    padding-top: calc((115px / 156px) * 100%);
  }
  .using-media__item::after {
    content: "";
    display: block;
    clear: both;
  }
}
.using-media__item:hover {
  opacity: 0.9;
}
.gray-wrapper {
  background: #d1d1d1;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 1100px) {
  .gray-wrapper {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.gray-wrapper--padding-small {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .gray-wrapper--padding-small {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.calc-item {
  position: relative;
  border-radius: 1rem;
  background: #fff;
  padding: 2.8125rem 1.875rem;
}
.calc-item__label {
  font-size: 1.125rem;
  color: #4f4f4f;
}
.calc-item__field {
  position: relative;
}
.calc-item__field input {
  padding-right: 3.125rem;
  font-size: 1.5rem;
  color: #4f4f4f;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  border-bottom: 2px solid #9197b3;
  width: 100%;
  height: 2.8125rem;
}
.calc-item__field-currency {
  text-transform: uppercase;
  color: #9197b3;
  font-size: clamp(12px, 1.1vw, 1rem);
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.calc-item__value {
  font-weight: 700;
  font-size: clamp(24px, 2.5vw, 2.5rem);
  color: #67699d;
  line-height: 1;
  margin-top: 0.625rem;
}
.calc-item__value:not(:last-child) {
  margin-bottom: 0.625rem;
}
.calc-item__currency {
  text-transform: uppercase;
  color: #67699d;
  font-weight: 700;
  line-height: 1;
  font-size: 1rem;
}
.calc-item__element {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.calc-item__element:not(:last-child) {
  border-bottom: solid 3px #67699d;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
}
.calc-item__count {
  position: absolute;
  top: 1rem;
  border-radius: 8px;
  border: 1px solid #9197b3;
  right: 1.25rem;
  width: 2.3125rem;
  height: 2.3125rem;
  color: #9197b3;
  font-size: clamp(15px, 1.1vw, 1.125rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.calc-item--center {
  text-align: center;
}
.calculate {
  padding-top: 1.875rem;
}
.calculate-profit {
  border-radius: 1rem;
  background: #8c90a9;
  padding: 4.6875rem 3.125rem 4.6875rem 5rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .calculate-profit {
    padding: 2.5rem;
  }
}
.calculate-profit:after {
  content: "";
  position: absolute;
  background: url("../images/calculate/bg.png") center/cover no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  mix-blend-mode: color-burn;
}
.calculate-profit__title {
  font-weight: 600;
  font-size: 2.5rem;
  margin-bottom: 0.9375rem;
  color: #fff;
}
.calculate-profit__text {
  font-size: clamp(15px, 1.1vw, 1.125rem);
  color: #fff;
}
@media screen and (min-width: 1100px) {
  .calculate-profit__text {
    max-width: 23.75rem;
  }
}
.calculate-profit__icon {
  width: 2.8125rem;
  height: 2.8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0.9375rem;
}
.calculate-profit__icon svg {
  width: inherit;
  height: inherit;
  fill: #fff;
  opacity: 0.5;
}
.calculate-profit__grid {
  height: 100%;
  display: grid;
  grid-gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .calculate-profit__grid {
    grid-template-columns: 1fr;
  }
}
.calculate-profit__row {
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .calculate-profit__content {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 767px) {
  .calculate-profit__grid-item:nth-child(3) {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}
.faq__top {
  text-align: center;
}
.faq__top:not(:last-child) {
  margin-bottom: 4.0625rem;
}
.faq__subtitle:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.faq__block {
  border-radius: 1rem;
  background: #fff;
  padding: 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .faq__block {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 767px) {
  .coins .swiper-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 767px) {
  .coins .swiper-slide {
    width: initial !important;
  }
}
@media screen and (max-width: 767px) {
  .coins .swiper-slide {
    width: 8.4375rem;
  }
}
.coins-item {
  width: 8.4375rem;
  height: 8.4375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1.5rem;
  background: #fff;
  border: 1px solid var(--neutral-colors-300, #ebeff6);
  box-shadow: 0px 33px 80px 0px rgba(183, 183, 183, 0.07);
}
@media screen and (max-width: 1220px) {
  .coins-item {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.coins-item img {
  max-width: 63%;
}
.footer {
  padding-bottom: 6.875rem;
}
.footer__logo {
  display: block;
  margin-bottom: 3.4375rem;
}
.footer__text {
  line-height: 171.429%;
  text-wrap: balance;
  font-size: 0.875rem;
}
.footer__row:not(:last-child) {
  margin-bottom: 4.6875rem;
}
.footer__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .footer__col:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.footer__copyright {
  font-size: 0.875rem;
  line-height: 171.429%;
  margin: 5px 1.875rem;
}
@media screen and (max-width: 991px) {
  .footer__copyright {
    margin: 1.875rem 0;
    width: 100%;
  }
}
.footer__small-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__small-links li {
  margin-bottom: 5px;
  margin-top: 5px;
}
.footer__small-links li:not(:last-child) {
  margin-right: 1.25rem;
}
.footer__links {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 1.875rem;
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
}
@media screen and (min-width: 991px) {
  .footer__links {
    padding-left: 3.4375rem;
  }
}
.footer__links li {
  padding-right: 0.9375rem;
  margin-bottom: 2.1875rem;
}
.footer__link {
  font-size: 1.25rem;
  line-height: 180%;
  text-decoration: none;
  letter-spacing: -0.4px;
  color: #222;
  -webkit-transition: color 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: color 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
}
.footer__link:hover {
  color: #67699d;
}
.footer__link--primary {
  color: #67699d;
  font-weight: 600;
}
.footer__link--primary:hover {
  color: #484970;
}
.footer__small-link {
  font-size: 12px;
  color: #9197b3;
  text-decoration: none;
  letter-spacing: -0.24px;
  -webkit-transition: color 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: color 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
}
.footer__small-link:hover {
  color: #5b6283;
}
.footer__btn {
  width: 100%;
  border-radius: 1rem;
  max-width: 18.75rem;
}
@media screen and (min-width: 991px) {
  .footer__btn {
    margin-left: auto;
  }
}
.footer__btn span {
  margin-left: auto;
}
.footer__btn svg {
  margin-left: auto !important;
}
.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .footer__bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.earn-item {
  border-radius: 1rem;
  border: 1px solid #dbdce3;
  background: #fff;
  padding: 2.1875rem 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(10px, 1.1vw, 0.875rem);
  min-height: 9.0625rem;
}
@media screen and (max-width: 1100px) {
  .earn-item {
    padding: 1.5625rem;
  }
}
.earn-item__value {
  margin-left: auto;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: #042280;
}
.earn-item__title {
  text-transform: uppercase;
  font-size: 1.0625rem;
  color: #042280;
  margin-bottom: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.earn-item__separator {
  width: 1.125rem;
  height: 1px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #9197b3;
  margin: 0 0.625rem;
}
.earn-item__content {
  padding-right: 0.9375rem;
}
.earn-item--gray {
  background: #dbdce3;
}
.earn-item--gray .earn-item__value {
  color: #67699d;
}
.earn-item--center {
  text-align: center;
}
.earn-item--center .earn-item__title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.earn-item--center .earn-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0;
}
.earn-item--center .earn-item__value {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.625rem;
}
.earn-item--primary {
  background: #042280;
  border-color: #042280;
  color: #fff;
}
.earn-item--primary .earn-item__value {
  color: #fff;
}
.earn-item--primary-light {
  background: #9197b3;
  border-color: #9197b3;
  color: #fff;
}
.earn-item--primary-light .earn-item__value,
.earn-item--primary-light .earn-item__title {
  color: #fff;
}
.earn-item--small .earn-item__value {
  font-size: 3.125rem;
}
.earn-item--small .earn-item__desc {
  font-size: 0.75rem;
}
.earn-item--large .earn-item__value {
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  .earn {
    text-align: center;
  }
}
.earn__subtitle {
  margin-top: 0.3125rem;
}
.earn__subtitle:not(:last-child) {
  margin-bottom: 1.875rem;
}
.earn__title {
  text-wrap: balance;
  max-width: 38.75rem;
}
@media screen and (max-width: 767px) {
  .earn__title {
    margin-left: auto;
    margin-right: auto;
  }
}
.earn__title:not(:last-child) {
  margin-bottom: 1.875rem;
}
.earn__description {
  text-wrap: balance;
  max-width: 34.375rem;
}
@media screen and (max-width: 767px) {
  .earn__description {
    margin-left: auto;
    margin-right: auto;
  }
}
.earn__description:not(:last-child) {
  margin-bottom: 2.8125rem;
}
@media screen and (min-width: 767px) {
  .earn__content {
    padding-left: 3.125rem;
    margin-right: -1.875rem;
  }
}
.earn__blocks {
  max-width: 34.375rem;
  display: grid;
  grid-gap: 1.875rem;
  height: 100%;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 767px) {
  .earn__blocks {
    margin-left: 1.5625rem;
  }
}
@media screen and (max-width: 1100px) {
  .earn__blocks {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1100px) {
  .earn__col:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.earn__block:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1;
}
.earn__block:nth-child(2) {
  grid-column: 1 / 2;
  grid-row: 2;
}
.earn__block:nth-child(3) {
  grid-column: 1 / 2;
  grid-row: 3;
}
.earn__block:nth-child(4) {
  grid-column: 2;
  grid-row: 2 / span 2;
}
.reviews-item {
  border-radius: 1rem;
  background: #fff;
  padding: 2.5rem 1.875rem;
  padding-bottom: 3.125rem;
  position: relative;
}
.reviews-item:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 2.75rem 2.75rem 0;
  border-color: transparent #fff transparent transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  top: 100%;
  left: 2.5rem;
  margin-top: -0.625rem;
}
.reviews-item__bottom {
  padding-top: 1.875rem;
  margin-top: 1.875rem;
  border-top: 1px solid #d9d9d9;
}
.reviews-item__stars {
  margin-bottom: 1.5625rem;
}
.reviews-item__text {
  line-height: 150%;
  font-size: 1rem;
}
.reviews-item__user {
  position: relative;
  padding-left: 2.8125rem;
}
.reviews-item__user:before {
  content: "”";
  color: #67699d;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  top: -0.3125rem;
  left: 0;
}
.reviews-item__user-name {
  font-weight: 600;
}
@media screen and (min-width: 1100px) {
  .reviews {
    padding-top: 1.875rem;
  }
}
.reviews__title {
  font-size: 2.5rem;
}
.reviews__subtitle {
  margin-bottom: 1.25rem;
}
.reviews__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reviews__top .arrows {
  margin-top: auto;
}
@media screen and (min-width: 991px) {
  .reviews__top .arrows {
    margin-right: 2.8125rem;
  }
}
.reviews__top:not(:last-child) {
  margin-bottom: 4.0625rem;
}
.reviews .swiper-slide {
  -webkit-transition: opacity 1s cubic-bezier(0.58, 0.3, 0.005, 1);
  transition: opacity 1s cubic-bezier(0.58, 0.3, 0.005, 1);
}
.reviews .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
  pointer-events: none;
}
