@charset "UTF-8";

/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

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

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

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

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

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

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {

  .h1,
  h1 {
    font-size: 2.5rem;
  }
}

.h2,
h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (min-width: 1200px) {

  .h2,
  h2 {
    font-size: 2rem;
  }
}

.h3,
h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (min-width: 1200px) {

  .h3,
  h3 {
    font-size: 1.75rem;
  }
}

.h4,
h4 {
  font-size: calc(1.275rem + .3vw);
}

@media (min-width: 1200px) {

  .h4,
  h4 {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

a:hover {
  color: #0a58ca;
}

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: .875em;
  color: #d63384;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: .2rem .4rem;
  font-size: .875em;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend+* {
  clear: left;
}

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

.list-inline-item {
  display: inline-block;
}

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote> :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: .875em;
  color: #6c757d;
}

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

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row>* {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table> :not(caption)>*>* {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>tbody {
  vertical-align: inherit;
}

.table>thead {
  vertical-align: bottom;
}

.table> :not(:last-child)> :last-child>* {
  border-bottom-color: currentColor;
}

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

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

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

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

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

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

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

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

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

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

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

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + (.5rem + 2px));
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}

.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + (.75rem + 2px));
}

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

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

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: .375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: .25rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: .25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: .25em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: .5;
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  opacity: .5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position .15s ease-in-out;
  -o-transition: background-position .15s ease-in-out;
  transition: background-position .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: .65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
  transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating>label {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-floating>.form-control {
  padding: 1rem .75rem;
}

.form-floating>.form-control::-moz-placeholder {
  color: transparent;
}

.form-floating>.form-control::-webkit-input-placeholder {
  color: transparent;
}

.form-floating>.form-control:-ms-input-placeholder {
  color: transparent;
}

.form-floating>.form-control::-ms-input-placeholder {
  color: transparent;
}

.form-floating>.form-control::placeholder {
  color: transparent;
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating>.form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating>.form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating>.form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
  opacity: .65;
  -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: .65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
  opacity: .65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control,
.input-group>.form-select {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
  z-index: 3;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

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

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

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

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

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation> :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

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

.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754;
}

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

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #198754;
}

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

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

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

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

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

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

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

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
}

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

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545;
}

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #212529;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: .65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.btn-check:focus+.btn-info,
.btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

.btn-link:hover {
  color: #0a58ca;
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}

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

.btn-group-sm>.btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

.fade {
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: .125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

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

.dropdown-menu-end {
  --bs-position: end;
}

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

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

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

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

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

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

  .dropdown-menu-md-end {
    --bs-position: end;
  }

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

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

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

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

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

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

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

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

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

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

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

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

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

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group> :not(.btn-check)+.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}

.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%;
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: .25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0d6efd;
}

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

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

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

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

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

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

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  -webkit-transition: -webkit-box-shadow .15s ease-in-out;
  transition: -webkit-box-shadow .15s ease-in-out;
  -o-transition: box-shadow .15s ease-in-out;
  transition: box-shadow .15s ease-in-out;
  transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .25rem;
  box-shadow: 0 0 0 .25rem;
}

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1rem;
}

.card-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-footer {
  padding: .5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
  margin-right: -.5rem;
  margin-bottom: -.5rem;
  margin-left: -.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -.5rem;
  margin-left: -.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(.25rem - 1px);
}

.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.card-group>.card {
  margin-bottom: .75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group>.card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-header,
  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion-button::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

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

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

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

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: .375rem .75rem;
}

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

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

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

.badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-success .alert-link {
  color: #0c4128;
}

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

.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered>li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.list-group-item+.list-group-item {
  border-top-width: 0;
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-xxl>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

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

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: .25;
}

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

.toast {
  width: 350px;
  max-width: 100%;
  font-size: .875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

.toast:not(.showing):not(.show) {
  opacity: 0;
}

.toast.hide {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container> :not(:last-child) {
  margin-bottom: .75rem;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .5rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.toast-header .btn-close {
  margin-right: -.375rem;
  margin-left: .75rem;
}

.toast-body {
  padding: .75rem;
  word-wrap: break-word;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

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

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.modal-header .btn-close {
  padding: .5rem .5rem;
  margin: -.5rem -.5rem -.5rem auto;
}

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

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer>* {
  margin: .25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: .9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}

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

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
  padding: 0 .4rem;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
  padding: .4rem 0;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}

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

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
  padding: 0 .4rem;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
  bottom: calc(-.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
  top: calc(-.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  -o-transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s .6s;
  -o-transition: opacity 0s .6s;
  transition: opacity 0s .6s;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  -webkit-transition: opacity .15s ease;
  -o-transition: opacity .15s ease;
  transition: opacity .15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-next,
  .carousel-control-prev {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  -webkit-filter: invert(1) grayscale(100);
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {

  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.offcanvas-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
  padding: .5rem .5rem;
  margin-top: -.5rem;
  margin-right: -.5rem;
  margin-bottom: -.5rem;
}

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

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

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

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

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

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

.offcanvas.show {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

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

.link-primary {
  color: #0d6efd;
}

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

.link-secondary {
  color: #6c757d;
}

.link-secondary:focus,
.link-secondary:hover {
  color: #565e64;
}

.link-success {
  color: #198754;
}

.link-success:focus,
.link-success:hover {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}

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

.link-warning {
  color: #ffc107;
}

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

.link-danger {
  color: #dc3545;
}

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

.link-light {
  color: #f8f9fa;
}

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

.link-dark {
  color: #212529;
}

.link-dark:focus,
.link-dark:hover {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-grid {
  display: -ms-grid !important;
  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: -ms-flexbox !important;
  display: flex !important;
}

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

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

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

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

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

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

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

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

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

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

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

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

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

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

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-content-evenly {
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

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

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

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.order-first {
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.order-0 {
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.order-1 {
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-last {
  -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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

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

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

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

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

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

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

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

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

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

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

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

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

  .d-sm-grid {
    display: -ms-grid !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

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

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

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

  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

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

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

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

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

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

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

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

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

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-sm-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-sm-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-sm-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-sm-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-sm-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-sm-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-sm-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-sm-last {
    -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;
  }

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

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

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

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

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

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

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

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

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

  .d-md-grid {
    display: -ms-grid !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

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

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

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

  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

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

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

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

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

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

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

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

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

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-md-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-md-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-md-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-md-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-md-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-md-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-md-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-md-last {
    -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;
  }

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

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

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

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

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

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

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

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

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

  .d-lg-grid {
    display: -ms-grid !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

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

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

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

  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

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

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

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

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

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

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

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

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

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-lg-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-lg-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-lg-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-lg-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-lg-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-lg-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-lg-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-lg-last {
    -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;
  }

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

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

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

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

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

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

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

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

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

  .d-xl-grid {
    display: -ms-grid !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

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

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

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

  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

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

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

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

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

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

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

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

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

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-xl-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-xl-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-xl-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-xl-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-xl-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-xl-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-xl-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-xl-last {
    -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;
  }

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

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

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

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

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

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

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

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

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

  .d-xxl-grid {
    display: -ms-grid !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

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

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

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

  .flex-xxl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xxl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

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

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

  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

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

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

  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

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

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

  .align-items-xxl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-xxl-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-xxl-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-xxl-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-xxl-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-xxl-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-xxl-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-xxl-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-xxl-last {
    -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;
  }

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

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

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

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

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

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

  .d-print-grid {
    display: -ms-grid !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

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

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

/*!
 * Bootstrap Grid v5.0.2 (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)
 */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row>* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .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: -ms-grid !important;
  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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-content-evenly {
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.order-first {
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.order-0 {
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.order-1 {
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-last {
  -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: -ms-grid !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-sm-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-sm-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-sm-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-sm-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-sm-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-sm-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-sm-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-sm-last {
    -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: -ms-grid !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-md-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-md-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-md-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-md-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-md-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-md-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-md-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-md-last {
    -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: -ms-grid !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-lg-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-lg-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-lg-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-lg-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-lg-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-lg-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-lg-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-lg-last {
    -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: -ms-grid !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-xl-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-xl-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-xl-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-xl-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-xl-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-xl-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-xl-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-xl-last {
    -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: -ms-grid !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xxl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-xxl-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-xxl-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-xxl-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-xxl-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-xxl-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-xxl-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-xxl-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-xxl-last {
    -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: -ms-grid !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

/*!
 * Bootstrap Reboot v5.0.2 (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)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: 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";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25;
}

hr:not([size]) {
  height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + .3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-bs-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: .875em;
}

mark {
  padding: .2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: .875em;
  color: #d63384;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: .2rem .4rem;
  font-size: .875em;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend+* {
  clear: left;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Utilities v5.0.2 (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)
 */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}

.link-primary:focus,
.link-primary:hover {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}

.link-secondary:focus,
.link-secondary:hover {
  color: #565e64;
}

.link-success {
  color: #198754;
}

.link-success:focus,
.link-success:hover {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}

.link-info:focus,
.link-info:hover {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}

.link-warning:focus,
.link-warning:hover {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}

.link-danger:focus,
.link-danger:hover {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}

.link-light:focus,
.link-light:hover {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}

.link-dark:focus,
.link-dark:hover {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: -ms-grid !important;
  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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-content-evenly {
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.order-first {
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.order-0 {
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.order-1 {
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-last {
  -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;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + .9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: -ms-grid !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-sm-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-sm-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-sm-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-sm-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-sm-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-sm-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-sm-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-sm-last {
    -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;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: -ms-grid !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-md-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-md-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-md-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-md-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-md-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-md-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-md-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-md-last {
    -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;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: -ms-grid !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-lg-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-lg-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-lg-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-lg-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-lg-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-lg-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-lg-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-lg-last {
    -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;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: -ms-grid !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-xl-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-xl-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-xl-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-xl-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-xl-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-xl-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-xl-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-xl-last {
    -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;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: -ms-grid !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xxl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-xxl-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-xxl-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-xxl-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-xxl-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-xxl-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-xxl-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-xxl-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-xxl-last {
    -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;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: -ms-grid !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.responsive-table-wrapper {
  overflow: hidden;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(231, 234, 237, 0.25));
  filter: drop-shadow(0px 0px 2px rgba(231, 234, 237, 0.25));
  border: 1px solid #DEE3E9;
  margin: 8px auto 12px;
  background-color: #fff;
}

.responsive-table-wrapper .flag-wrapper {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  margin: 0 auto;
  margin-left: 0;
}

.responsive-table-wrapper .flag-wrapper .flag-image {
  display: block;
  width: auto;
  min-height: 15px;
  max-height: 15px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 6px;
}

.responsive-table-wrapper .flag-wrapper .flag-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  font-family: "Clarika Grotesque", sans-serif;
  color: #162231;
  text-align: center;
}

.responsive-table-wrapper .flag-wrapper.horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.responsive-table-wrapper .flag-wrapper.horizontal .flag-image {
  margin-bottom: 0;
  margin-right: 6px;
}

.responsive-table-wrapper .action-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Clarika Grotesque", sans-serif;
  color: #162231;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  margin: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.responsive-table-wrapper .action-button>svg,
.responsive-table-wrapper .action-button>.icon {
  margin-left: 6px;
}

.responsive-table-wrapper .action-button:hover,
.responsive-table-wrapper .action-button:focus {
  color: #E42313;
}

.responsive-table-wrapper .action-button.fill {
  background: #E42313;
  border-color: #E42313;
  color: #fff;
  border-radius: 5px;
  padding: 8px 16px;
  min-height: 41px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  line-height: 1;
}

.responsive-table-wrapper .action-button.fill:hover,
.responsive-table-wrapper .action-button.fill:focus {
  background: transparent;
  color: #E42313;
  border-color: #E42313;
}

table.responsive-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  text-align: left;
  background-color: #fff;
}

table.responsive-table> :not(:last-child)> :last-child>* {
  border-bottom-color: #F1F4F7;
}

table.responsive-table th,
table.responsive-table td {
  text-align: center;
  padding: 10px 18px;
  text-align: left;
  color: #162231;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  font-family: "Clarika Grotesque", sans-serif;
  vertical-align: middle;
}

table.responsive-table th a:not(.action-button),
table.responsive-table td a:not(.action-button) {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 420px) {

  table.responsive-table th a:not(.action-button),
  table.responsive-table td a:not(.action-button) {
    word-break: break-all;
  }
}

table.responsive-table th a:not(.action-button):hover,
table.responsive-table th a:not(.action-button):focus,
table.responsive-table td a:not(.action-button):hover,
table.responsive-table td a:not(.action-button):focus {
  color: #06f;
}

table.responsive-table th {
  color: #637381;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  font-family: "Clarika Grotesque", sans-serif;
}

table.responsive-table th:last-child {
  text-align: center;
}

table.responsive-table td:last-child {
  text-align: right;
}

@media screen and (max-width: 980px) {
  table.responsive-table {
    width: 100%;
    display: block;
  }

  table.responsive-table thead,
  table.responsive-table tbody,
  table.responsive-table th,
  table.responsive-table td,
  table.responsive-table tr {
    display: block;
  }

  table.responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  table.responsive-table th:last-child {
    text-align: left;
  }

  table.responsive-table tbody tr {
    border-bottom: 1px solid #F1F4F7;
  }

  table.responsive-table tbody td {
    border: none;
    position: relative;
    padding-left: 35%;
    width: auto !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 980px) and (max-width: 420px) {
  table.responsive-table tbody td {
    padding-left: 30%;
  }
}

@media screen and (max-width: 980px) {
  table.responsive-table tbody td:last-child {
    text-align: left;
  }

  table.responsive-table tbody td:before {
    content: attr(data-column);
    position: absolute;
    left: 18px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #637381;
    font-family: "Clarika Grotesque", sans-serif;
  }
}

@media screen and (max-width: 980px) and (max-width: 420px) {
  table.responsive-table tbody td:before {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.table-amount {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.table-amount * {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #162231;
}

.table-amount .amount {
  margin-right: 5px;
}

.table-pagination-wrapper {
  overflow: hidden;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(231, 234, 237, 0.25));
  filter: drop-shadow(0px 0px 2px rgba(231, 234, 237, 0.25));
  border: 1px solid #DEE3E9;
  margin: 8px auto 12px;
  background-color: #fff;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 18px;
}

.table-pagination-wrapper .pagination {
  margin: 0;
}

.form-control:focus {
  border-color: #17233D;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.search-field-wrapper,
.search-field-wrapper-members {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  position: relative;
  margin-bottom: 12px;
}

@media all and (max-width: 991px) {

  .search-field-wrapper,
  .search-field-wrapper-members {
    max-width: 100%;
    margin-bottom: 12px;
  }

}

/* @media (max-width: 770px) {
    .search-field-wrapper .keyword-input {
      margin-top: 2rem;
    }
  } */

@media all and (max-width: 640px) {

  .search-field-wrapper,
  .search-field-wrapper-members {
    max-width: 100%;
    margin-bottom: 12px;
  }

  #select-country-input {
    padding-left: 3.9rem;
  }
}

#keyword-input {
  background-image: url(../../images/icons/search_red.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  padding-left: 1rem;
  padding-top: 5px;
}

select option {
  color: #fff;
}

@media all and (max-width: 780px) {
  #select-country-input {
    padding-left: 3.9rem;
  }

  #search-collective-members-keyword {
    border-right: 0px solid white;
  }
}



.search-field-wrapper>label,
.search-field-wrapper-members>label {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 3px;
}

.search-field-wrapper .selectize-control,
.search-field-wrapper-members .selectize-control {
  padding: 0;
}

.search-field-wrapper .selectize-control .selectize-dropdown-content,
.search-field-wrapper-members .selectize-control .selectize-dropdown-content {
  max-height: 250px;
  overflow: auto;
}

.search-field-wrapper .selectize-control .selectize-dropdown-content::-webkit-scrollbar-track,
.search-field-wrapper-members .selectize-control .selectize-dropdown-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: transparent;
}

.search-field-wrapper .selectize-control .selectize-dropdown-content::-webkit-scrollbar,
.search-field-wrapper-members .selectize-control .selectize-dropdown-content::-webkit-scrollbar {
  width: 5px;
  background-color: #F1F4F7;
}

.search-field-wrapper .selectize-control .selectize-dropdown-content::-webkit-scrollbar-thumb,
.search-field-wrapper-members .selectize-control .selectize-dropdown-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background: #637381;
}

.search-field-wrapper .selectize-input,
.search-field-wrapper select,
.search-field-wrapper-members .selectize-input,
.search-field-wrapper select {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 9px 14px;
  background-color: #F4F6F8;
  padding-left: 40px;
  line-height: 1;
  min-height: 39px;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

@media all and (max-width: 991px) {

  .search-field-wrapper .selectize-input,
  .search-field-wrapper select,
  .search-field-wrapper-members .selectize-input,
  .search-field-wrapper select {
    max-width: 100%;
  }
}

.search-field-wrapper .selectize-input::after,
.search-field-wrapper select::after {
  display: none !important;
}

.search-field-wrapper .selectize-input::-webkit-input-placeholder,
.search-field-wrapper select::-webkit-input-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #919EAB;
}

.search-field-wrapper .selectize-input::-moz-placeholder,
.search-field-wrapper select::-moz-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #919EAB;
}

.search-field-wrapper .selectize-input:-ms-input-placeholder,
.search-field-wrapper select:-ms-input-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #919EAB;
}

.search-field-wrapper .selectize-input::-ms-input-placeholder,
.search-field-wrapper select::-ms-input-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #919EAB;
}

.search-field-wrapper .selectize-input::placeholder,
.search-field-wrapper select::placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #919EAB;
}

.search-field-wrapper .selectize-input:hover,
.search-field-wrapper .selectize-input:focus,
.search-field-wrapper select:hover,
.search-field-wrapper select:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #F4F6F8;
}

.search-field-wrapper .selectize-input {
  background-color: #F4F6F8 !important;
  background-image: url("../../assets/images/icons/search.svg") !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: calc(0% + 13px) 47% !important;
}

.search-field-wrapper .selectize-input.dropdown-active .item {
  display: none;
}

.search-field-wrapper .selectize-input input {
  width: 100% !important;
  display: block;
  background: transparent;
  outline: none;
  border: none;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.search-field-wrapper .serach-text {
  background-image: url("../../assets/images/icons/search.svg") !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: calc(0% + 13px) 47% !important;
  padding-left: 40px !important;
  line-height: 1.25;
  min-height: 38px;
  padding: 9px 14px;
}

.search-field-wrapper .serach-text::-webkit-input-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #919EAB;
}

.search-field-wrapper .serach-text::-moz-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #919EAB;
}

.search-field-wrapper .serach-text:-ms-input-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #919EAB;
}

.search-field-wrapper .serach-text::-ms-input-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #919EAB;
}

.search-field-wrapper .serach-text::placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #919EAB;
}

.search-team-members {
  background: #F4F6F8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 5px 4px;
  margin-bottom: 50px;
  border-radius: 7px;
}

#search-collective-members-keyword {
  padding-left: 2rem;
  width: 100%;
  border: none;
  background-color: transparent;
  margin-left: 13px;
  font-size: 16px;
  border-radius: 0;
  border-right: 1px solid grey;
  margin-top: -37px;
}

.search-group [for="search-collective-members-country-selectized"] {
  width: 60%;
}

.selectize-input {
  background: none !important;
  padding: 0;
  height: auto;
}

.search-result {
  padding-bottom: 5px;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
}

.item {
  color: grey;
}


.search-country-select {
  background-color: #F4F6F8;
  background-image: url("../../assets/images/icons/search.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: calc(0% + 13px) 47%;
}

[type="submit"] {
  background: #E42313;
  border: 1px solid #E42313;
  color: #fff !important;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 7px 16px;
  min-height: 38px;
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 5px;
}

[type="submit"]:hover,
[type="submit"]:focus {
  color: #E42313;
  background: transparent;
}

.form-search-commission {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.form-search-commission .form-group {
  width: 100%;
}

.form-search-commission .search-field-wrapper {
  margin-bottom: 0;
}

.form-search-commission .selectize-control.search-select {
  line-height: 0;
}

.form-search-commission .search-commissions>label {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 3px;
}

.form-search-commission .search-commissions .search-field-wrapper .selectize-input {
  min-height: 38px;
  background: #fff !important;
  background-image: url("../../assets/images/icons/search.svg") !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: calc(0% + 13px) 47% !important;
  border: 1px solid #F1F4F7;
  padding: 7px 14px;
  padding-left: 40px;
  border-radius: 5px;
}

.form-search-commission [type="submit"] {
  margin-left: 12px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.form-search-commission [type="submit"]:hover,
.form-search-commission [type="submit"]:focus {
  color: #E42313 !important;
  background: transparent;
}

.form-search-country {
  margin-bottom: 28px;
}

.form-tooltip {
  padding: 5px;
  padding-top: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Clarika Grotesque", sans-serif;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #ffffff;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: transparent;
}

body::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background: #17233D;
}

.container {
  max-width: 1164px;
}

main {
  min-height: 100vh;
  display: block;
}

h1 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  color: #000000;
}

h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  color: #000000;
}

h3 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
}

h4 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
}

h5 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
}

h6 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

main.main-container {
  position: relative;
}

@media (min-width: 992px) {
  main.main-container {
    padding-top: 77px;
  }
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(0.2, 0.2, 0.2);
    transform: scale3d(0.2, 0.2, 0.2);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(0.2, 0.2, 0.2);
    transform: scale3d(0.2, 0.2, 0.2);
  }
}

@-webkit-keyframes pulse2 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
  }
}

@keyframes pulse2 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes pulse3 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
  }

  90% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse3 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
  }

  90% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.main-loaderm {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}

.loader1 {
  width: 20px;
  height: 20px;
  background-color: #D7D7D7;
  border-radius: 50%;
  float: left;
  z-index: 9;
  position: absolute;
  left: 20px;
  top: 20px;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.loader2 {
  width: 40px;
  height: 40px;
  background-color: rgba(215, 215, 215, 0.8);
  border-radius: 50%;
  float: left;
  z-index: 8;
  opacity: 0.7;
  position: absolute;
  left: 10px;
  top: 10px;
  -webkit-animation-name: pulse2;
  animation-name: pulse2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.loader3 {
  width: 60px;
  height: 60px;
  background-color: rgba(215, 215, 215, 0.6);
  border-radius: 50%;
  float: left;
  z-index: 7;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation-name: pulse3;
  animation-name: pulse3;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.main-loader {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}

.preloader-group {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}

.btn-group {
  width: 100%;
  max-width: 230px;
  margin-left: 5px;
}

@media all and (max-width: 992px) {
  .btn-group {
    margin-right: 0;
  }
}

.button.btn-red {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 10px;
  padding: 12px 0;
  position: relative;
  width: 100%;
  color: #fff;
  border: 1px solid #E42313;
  background: #E42313;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 5px;
}

@media all and (max-width: 767px) {
  .button.btn-red {
    font-size: 15px;
    padding: 10px 0;
    max-width: 360px;
    margin: auto;
  }
}

.button.btn-red:hover {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #E42313;
  background: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.btn-white {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 10px;
  padding: 12px 0;
  position: relative;
  width: 100%;
  color: #162231;
  border: 1px solid #F1F4F7;
  background: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 5px;
}

.button.btn-white:hover {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border: 1px solid #F1F4F7;
  background: transparent;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.btn-gray {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 12px 0;
  position: relative;
  width: 100%;
  color: #162231;
  border: 1px solid #F4F6F8;
  background: #F4F6F8;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.button.btn-gray:focus,
.button.btn-gray:hover {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #E42313;
  outline: none;
  border: 1px solid #F4F6F8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.add-to-calendar:after {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 33%;
  right: 13px;
  background: url("../images/icons/ArrowDown.svg") no-repeat;
  background-size: cover;
  border: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.button.add-to-calendar.show:after {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.to-calendar .dropdown-menu {
  width: 100%;
  padding: 8px;
  border-radius: 0;
  min-width: 210px;
  max-width: 360px;
}

.to-calendar .dropdown-menu li {
  padding-bottom: 8px;
}

.to-calendar .dropdown-menu li:last-child {
  padding-bottom: 0;
}

.to-calendar .dropdown-menu li a {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  width: 100%;
  border-radius: 0;
  padding: 10px 6px;
}

.to-calendar .dropdown-menu li a:hover {
  background: #F4F6F8;
}

.to-calendar .dropdown-menu li a img {
  margin-right: 10px;
}

.featured {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-family: "Clarika Grotesque", sans-serif;
  color: #162231;
  margin-bottom: 19px;
}

.featured>svg,
.featured>.icon {
  margin-right: 5px;
  max-width: 14px;
  width: 100%;
}

.bg-done {
  background: #198754 !important;
}

.bg-in-progress {
  background: #f9a825 !important;
}

.bg-ready-for-qa {
  background: #5c6bc0 !important;
}

.pt-7 {
  padding-top: 74px !important;
}

.pt-6 {
  padding-top: 64px !important;
}

.tb-no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.btn-group {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.radio-button {
  position: relative;
  min-width: 110px;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  background: #E42313;
  border: 1px solid #E42313;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Clarika Grotesque", sans-serif;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-check:active+.btn-outline-primary:hover,
.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:hover,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:hover,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:hover,
.btn-outline-primary:active:focus {
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.btn-outline-primary {
  border-color: #fff;
  background: #ffffff;
  color: #162231;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  border-radius: 20px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Clarika Grotesque", sans-serif;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  border: 1px solid #E42313;
  color: #E42313;
  background: #ffffff;
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 0 !important;
    bottom: 0;
    left: 100%;
    width: 100%;
    overflow-y: auto;
    visibility: hidden;
    background-color: #ffffff;
    -webkit-transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    padding: 24px 18px;
    padding-top: 73px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .offcanvas-collapse.open .close-offcanvas {
    display: -ms-flexbox;
    display: flex;
  }

  .offcanvas-collapse .navbar-nav {
    -ms-flex: 1;
    flex: 1;
  }
}

.close-offcanvas {
  cursor: pointer;
  display: none;
  width: 21px;
  height: 21px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 18px;
  right: 18px;
}

.close-offcanvas img,
.close-offcanvas svg {
  display: block;
  width: 100%;
}

.searchbar-collapse {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: auto;
  visibility: hidden;
  background-color: #ffffff;
  -webkit-transition: height 0.3s ease-in-out, visibility 0.3s ease-in-out, top 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out, visibility 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, visibility 0.3s ease-in-out, top 0.3s ease-in-out;
  padding: 12px 18px;
}

.searchbar-collapse form {
  background: inherit;
  width: 100%;
}

.searchbar-collapse.open {
  visibility: visible;
  height: auto;
  z-index: 1;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.button:hover,
.button:focus {
  cursor: pointer;
  color: inherit;
}

.aija-button,
.btn-primary {
  background: #E42313;
  border: 1px solid #E42313;
  color: #fff;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 16px;
  min-height: 41px;
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.aija-button svg,
.aija-button img,
.btn-primary svg,
.btn-primary img {
  display: block;
  margin-right: 8px;
  fill: #fff;
  max-width: 24px;
}

.aija-button:hover,
.aija-button:focus,
.btn-primary:hover,
.btn-primary:focus {
  color: #E42313;
  background: transparent;
  border-color: #E42313;
}

.aija-button:hover svg,
.aija-button:hover img,
.aija-button:focus svg,
.aija-button:focus img,
.btn-primary:hover svg,
.btn-primary:hover img,
.btn-primary:focus svg,
.btn-primary:focus img {
  fill: #E42313;
}

.aija-button--transparent,
.btn-primary--transparent {
  border-color: transparent;
  background: transparent;
  color: #162231;
}

.aija-button--transparent svg,
.btn-primary--transparent svg {
  fill: #162231;
}

.aija-button--transparent:hover,
.aija-button--transparent:focus,
.btn-primary--transparent:hover,
.btn-primary--transparent:focus {
  color: #E42313;
}

.aija-button--transparent:hover svg,
.aija-button--transparent:focus svg,
.btn-primary--transparent:hover svg,
.btn-primary--transparent:focus svg {
  fill: #E42313;
}

.aija-button--bordered,
.btn-primary--bordered {
  border-color: #C4CDD5;
  background: transparent;
  color: #162231;
  font-weight: 600;
}

.aija-button--bordered svg,
.btn-primary--bordered svg {
  fill: #162231;
}

.aija-button--bordered:hover,
.aija-button--bordered:focus,
.btn-primary--bordered:hover,
.btn-primary--bordered:focus {
  color: #E42313;
}

.aija-button--bordered:hover svg,
.aija-button--bordered:focus svg,
.btn-primary--bordered:hover svg,
.btn-primary--bordered:focus svg {
  fill: #E42313;
}

.search-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.search-button img,
.search-button svg,
.search-button .icon {
  display: block;
  max-width: 24px;
}

.search-button:after {
  content: '';
  display: block;
  width: 1px;
  height: 50px;
  background: #F1F4F7;
  margin-left: 27px;
  margin-right: 27px;
}

@media (max-width: 992px) {
  .search-button:after {
    display: none;
  }
}

.contact-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 21px;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  font-family: "Clarika Grotesque", sans-serif;
  color: #162231;
  text-decoration: none;
  margin-right: auto;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.contact-button img,
.contact-button svg,
.contact-button .icon {
  display: block;
  max-width: 24px;
  margin-left: 7px;
  position: relative;
  right: 0;
  -webkit-transition: right .3s ease-in-out;
  -o-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out;
}

.contact-button:hover,
.contact-button:focus {
  color: #E42313;
}

.contact-button:hover img,
.contact-button:hover svg,
.contact-button:hover .icon,
.contact-button:focus img,
.contact-button:focus svg,
.contact-button:focus .icon {
  right: -2px;
}

.button-aija-unlock img,
.button-aija-unlock svg,
.button-aija-unlock .icon {
  display: block;
  max-width: 24px;
  margin-left: 7px;
  position: relative;
  fill: none !important;
  stroke: #fff;
}

.button-aija-unlock:hover svg,
.button-aija-unlock:hover img,
.button-aija-unlock:focus svg,
.button-aija-unlock:focus img {
  fill: none !important;
  stroke: #E42313;
}

footer.main-footer {
  font-family: "Clarika Grotesque", sans-serif;
  padding-top: 56px;
  padding-bottom: 14px;
}

footer.main-footer .social-links__wrapper {
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 27px;
}

footer.main-footer .social-links__wrapper .social-links-item>a {
  padding: 7px;
}

footer.main-footer .social-links__wrapper .social-links-item:first-of-type>a {
  padding-left: 0;
}

footer.main-footer .footer-widget-menu .widget-title,
footer.main-footer .footer-widget-main .widget-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #162231;
  margin-bottom: 30px;
  padding: 0;
}

footer.main-footer .footer-widget-menu .widget-title:after,
footer.main-footer .footer-widget-main .widget-title:after {
  content: '';
  position: relative;
  display: block;
  margin-top: 5px;
  width: 35px;
  height: 2px;
  background: #E42313;
}

footer.main-footer .footer-widget-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 35px;
}

footer.main-footer .footer-widget-simple {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Clarika Grotesque", sans-serif;
  padding-left: 35px;
  position: relative;
}

footer.main-footer .footer-widget-simple .icon {
  position: absolute;
  left: 0;
}

footer.main-footer .footer-widget-simple .content {
  -ms-flex: 1;
  flex: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  font-family: inherit;
  color: #162231;
}

footer.main-footer .footer-widget-simple .content * {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

footer.main-footer .footer-widget-simple+.footer-widget-simple {
  margin-top: 21px;
}

footer.main-footer .footer-widget-menu {
  margin-bottom: 35px;
}

footer.main-footer .footer-widget-menu ul.widget-menu {
  font-family: "Clarika Grotesque", sans-serif;
  margin: 0;
}

footer.main-footer .footer-widget-menu ul.widget-menu li {
  margin-bottom: 1px;
}

footer.main-footer .footer-widget-menu ul.widget-menu li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #162231;
  padding: 12px 0;
  text-decoration: none;
  display: block;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

footer.main-footer .footer-widget-menu ul.widget-menu li a:hover,
footer.main-footer .footer-widget-menu ul.widget-menu li a:focus {
  color: #06f;
}

footer.main-footer .footer-copyright p {
  font-family: inherit;
  color: #162231;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 21px;
}

footer.main-footer .footer-copyright p:last-of-type {
  margin-bottom: 0;
}

footer.main-footer .footer-copyright p a {
  color: inherit;
  text-decoration: none;
}

footer.main-footer .footer-copyright-top p {
  font-size: 14px;
  line-height: 17px;
}

footer.main-footer .footer-copyright-top+.footer-copyright-bottom {
  margin-top: 21px;
}

footer.main-footer .copyright-menu {
  display: block;
}

footer.main-footer .copyright-menu a {
  display: inline-block;
  color: #004BFA !important;
}

.main-header .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.main-header .bg-light {
  background: #FFFFFF !important;
}

.main-header .dropdown-toggle {
  padding-right: 24px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.main-header .dropdown-toggle::after {
  border: none;
  width: 20px;
  height: 20px;
  background: url("../images/icons/ArrowDown.svg") no-repeat 50% 50%;
  background-size: contain;
  position: relative;
  top: 2px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform .1s ease-in-out;
  transition: -webkit-transform .1s ease-in-out;
  -o-transition: transform .1s ease-in-out;
  transition: transform .1s ease-in-out;
  transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
}

@media (max-width: 992px) {
  .main-header .dropdown-toggle::after {
    margin-left: auto;
  }
}

.main-header .dropdown-toggle.show::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-header .aija-button--transparent {
  padding: 12px 0;
  margin-right: 34px;
}

.main-header .navbar-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 7.2%;
}

.main-header .navbar-rigth {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .main-header .navbar-rigth {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: auto;
    padding-right: 24px;
  }
}

.main-header .navbar-brand {
  max-width: 68px;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

@media (max-width: 992px) {
  .main-header .navbar-brand {
    max-width: 52px;
  }
}

.main-header .navbar-brand span {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding-left: 12px;
}

@media (max-width: 992px) {
  .main-header .navbar-brand span {
    display: none;
  }
}

.main-header .navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.main-header .navbar {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #C4CDD5;
}

@media (min-width: 992px) {
  .main-header .navbar {
    min-height: 77px;
  }
}

.main-header .navbar.bg-light {
  background: #FFFFFF !important;
}

.main-header .navbar-nav {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .main-header .navbar-nav {
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.main-header .navbar-nav .dropdown-menu {
  background: #FFFFFF;
  border: 1px solid #F9FAFB;
  -webkit-box-shadow: 0px 4px 24px rgba(15, 43, 78, 0.08);
  box-shadow: 0px 4px 24px rgba(15, 43, 78, 0.08);
  border-radius: 7px;
  padding: 7px;
}

.main-header .navbar-nav .dropdown-menu .dropdown-item {
  padding: 8px 9px;
  background: transparent;
  border-radius: 3px;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.main-header .navbar-nav .dropdown-menu .dropdown-item:hover,
.main-header .navbar-nav .dropdown-menu .dropdown-item:focus {
  background: #F4F6F8;
}

.main-header .navbar-nav li.nav-item {
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #17233D;
}

@media (max-width: 992px) {
  .main-header .navbar-nav li.nav-item {
    font-size: 18px;
    width: 100%;
  }
}

.main-header .navbar-nav li.nav-item .nav-link {
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  padding: 8px 20px;
}

@media (max-width: 992px) {
  .main-header .navbar-nav li.nav-item .nav-link {
    padding: 18px 0;
    width: 100%;
  }
}

.main-header .navbar-center {
  background-color: #17233D;
}

.main-header .navbar-center li.nav-item .nav-link {
  padding: 17px 20px 19px;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.main-header .navbar-center li.nav-item .nav-link:hover {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #E42313;
}

@media all and (max-width: 991px) {
  .main-header .navbar-center li.nav-item .nav-link {
    color: #17233D;
  }
}

.main-header .navbar-center li.nav-item .nav-link:after {
  border: none;
  width: 20px;
  height: 20px;
  background: url("../images/icons/ArrowDownV2.svg") no-repeat 50% 50%;
  background-size: contain;
  position: relative;
  top: 2px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform .1s ease-in-out;
  transition: -webkit-transform .1s ease-in-out;
  -o-transition: transform .1s ease-in-out;
  transition: transform .1s ease-in-out;
  transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
}

@media (max-width: 992px) {
  .main-header .navbar-center li.nav-item .nav-link:after {
    margin-left: auto;
  }
}

.main-header .navbar-center li.nav-item .nav-link.show:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-header .mobile-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 38px;
}

.main-header .mobile-actions .button {
  -ms-flex: 1;
  flex: 1;
  max-width: calc(50% - 7px);
  margin: 0;
}

.main-header .mobile-actions .button+.button {
  margin-left: 14px;
}

.main-header .mobile-actions .aija-button--transparent {
  border-color: #F4F6F8;
}

.social-links__wrapper {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

.social-links__wrapper.center {
  -ms-flex-pack: center;
  justify-content: center;
}

.social-links__wrapper.left {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-links__wrapper.rigth {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.social-links__wrapper .social-links-item {
  display: block;
}

.social-links__wrapper .social-links-item>a {
  display: block;
  padding: 23px;
}

.offcanvas-collapse .social-links__wrapper {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 992px) {
  .offcanvas-collapse .social-links__wrapper {
    display: none;
  }
}

.events-page {
  background: url("../../assets/images/map.svg") no-repeat;
  background-size: contain;
  background-position: 0 25px;
}

.event-item {
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow .3s ease-in-out;
  transition: -webkit-box-shadow .3s ease-in-out;
  -o-transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  border-radius: 7px;
  border: 1px solid #F1F4F7;
  overflow: hidden;
}

@media all and (max-width: 640px) {
  .event-item {
    margin-bottom: 20px;
  }
}

.event-item:hover {
  -webkit-box-shadow: 0px 4px 24px rgba(15, 43, 78, 0.08);
  box-shadow: 0px 4px 24px rgba(15, 43, 78, 0.08);
}

.event-item:hover .event-item-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.event-item .event-item-image {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  max-height: 190px;
  border-radius: 7px 7px 0 0;
}

@media all and (max-width: 640px) {
  .event-item .event-item-image {
    max-height: 180px;
  }
}

.event-item .event-item-image .event-location {
  position: absolute;
  top: 28px;
  background: #17233D;
  color: #fff;
  padding: 2px 10px;
  font-size: 16px;
  font-weight: 500;
  z-index: 2;
  border-radius: 0 5px 5px 0;
}

.event-item .event-item-image .event-type {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #162231;
  background: #fff;
  border-radius: 17px;
  position: absolute;
  bottom: 18px;
  left: 18px;
  padding: 3px 10px 4px 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.event-item .event-item-image img {
  max-height: inherit;
  min-height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.event-item .event-item-info {
  border-top: none;
  padding: 12px 16px 20px 16px;
  min-height: 205px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex: 1;
  flex: 1;
}

@media all and (max-width: 640px) {
  .event-item .event-item-info {
    min-height: 170px;
  }
}

@media screen and (max-width: 576px) {
  .event-item .event-item-info {
    min-height: initial;
  }
}

.event-item .event-item-info .event-date {
  display: block;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #17233D;
  margin-bottom: 12px;
}

.event-item .event-item-info .event-date span {
  font-weight: 700;
}

.event-item .event-item-info .event-name {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #17233D;
  margin-bottom: 17px;
}

.event-item .event-item-info .event-name a {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 0;
  text-decoration: none;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.event-item .event-item-info .event-name a:hover {
  color: #E42313;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.event-item .event-item-info .event-tag {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #17233D;
}

.event-item .event-item-info .event-tag span {
  padding: 2px 8px 3px;
  background: #F4F6F8;
  border-radius: 17px;
  display: block;
  margin-bottom: 10px;
  margin-right: 17px;
}

.event-item__content {
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.event-item__content+.event-item__more {
  margin-bottom: 11px;
}

.event-item__more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Clarika Grotesque", sans-serif;
  color: #162231;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.event-item__more:hover,
.event-item__more:focus {
  color: #E42313;
}

.event-item__more>svg,
.event-item__more>.icon {
  margin-left: 6px;
}

.event-item.no-read-more .event-item-info {
  min-height: 179px;
}

.event-item.full-width {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 56px;
  border-color: transparent;
}

@media screen and (max-width: 768px) {
  .event-item.full-width {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }
}

@media all and (max-width: 640px) {
  .event-item.full-width {
    margin-bottom: 32px;
  }
}

.event-item.full-width:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.event-item.full-width .event-item-image {
  max-width: 555px;
  min-height: 293px;
  max-height: 293px;
  -ms-flex: 1;
  flex: 1;
  border-radius: 7px;
}

@media screen and (max-width: 980px) {
  .event-item.full-width .event-item-image {
    max-width: 555px;
  }
}

@media screen and (max-width: 768px) {
  .event-item.full-width .event-item-image {
    max-width: 100%;
    width: 100%;
  }
}

.event-item.full-width .event-item-info {
  padding: 30px;
  border: none;
  max-width: 496px;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .event-item.full-width .event-item-info {
    max-width: 100%;
    width: 100%;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 576px) {
  .event-item.full-width .event-item-info {
    padding: 0;
    padding-top: 10px;
  }
}

.event-item.full-width .event-item-info .event-date {
  color: #454F5B;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  font-family: "Clarika Grotesque", sans-serif;
  margin-bottom: 2px;
}

.event-item.full-width .event-item-info .event-date span {
  font-weight: inherit;
}

.event-item.full-width .event-item-info .event-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 16px;
}

@media screen and (max-width: 576px) {
  .event-item.full-width .event-item-info .event-name {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
  }
}

@media screen and (max-width: 576px) {
  .event-item.full-width .featured {
    margin-bottom: 13px;
  }
}

.event-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 576px) {
  .event-actions {
    margin-top: 16px;
  }
}

.event-actions .button {
  padding: 8px 16px;
}

.event-actions .button+.button {
  margin-left: 14px;
}

.event-actions .button--bordered {
  padding: 8px 16px;
}

.features-banner-home {
  background: #17233D;
  min-height: 551px;
}

.features-banner-home * {
  color: #fff !important;
}

.features-banner-home .container-fluid {
  padding: 0;
}

.features-banner-home .section-content {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .features-banner-home .section-content {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .features-banner-home .banner-content-col {
    padding-top: 32px;
    padding-bottom: 100px;
  }
}

.features-banner-home .banner-content-wrapper {
  max-width: 465px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1164px) {
  .features-banner-home .banner-content-wrapper {
    margin: 0;
  }
}

@media screen and (max-width: 576px) {
  .features-banner-home .banner-content-wrapper {
    margin: 0 auto;
  }
}

.features-banner-home .section-title,
.features-banner-home .page-title {
  margin-bottom: 20px !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  line-height: 130% !important;
}

.features-banner-home .section-title::after,
.features-banner-home .page-title::after {
  display: none !important;
}

.features-banner-home .banner-content {
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 25px;
  border-left: 2px solid #E42313;
  padding-left: 10px;
}

.features-banner-home .banner-content * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.features-banner-home .banner-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.features-banner-home .banner-actions .button {
  padding: 12px 20px;
}

.features-banner-home .banner-actions .aija-button+.aija-button {
  margin-left: 34px;
}

.features-banner-home .banner-image {
  min-height: 551px;
  max-height: 551px;
}

@media screen and (max-width: 768px) {
  .features-banner-home .banner-image {
    min-height: 375px;
    max-height: 375px;
  }
}

@media screen and (max-width: 480px) {
  .features-banner-home .banner-image {
    min-height: initial;
  }
}

.features-banner-home .banner-image img {
  min-height: inherit;
  max-height: inherit;
  width: calc(100% + 24px);
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: -12px;
}

@media screen and (max-width: 480px) {
  .features-banner-home .banner-image img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.context-section.about-banner {
  margin-top: 14px;
  margin-bottom: 70px;
}

.context-section.about-banner .main-title {
  margin-bottom: 32px;
}

.context-section.about-banner .main-title .page-title {
  margin-bottom: 0;
}

.context-section.about-banner .main-title .page-title:after {
  margin-top: 0;
}

.context-section.about-banner h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 7px;
  max-width: 460px;
}

.context-section.about-banner h2:after {
  width: 60px;
}

.context-section.about-banner .banner-content {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  max-width: 530px;
}

.context-section.about-banner .banner-content p {
  margin-bottom: 7px;
}

.context-section.about-banner .banner-actions {
  margin-top: 20px;
}

.context-section.about-banner .banner-actions .section-more-link {
  margin: 0 0 7px;
}

.context-section.about-banner .banner-image {
  padding-top: 45px;
  padding-left: 58px;
  position: relative;
  max-height: 396px;
  z-index: 2;
}

@media all and (max-width: 767px) {
  .context-section.about-banner .banner-image {
    padding: 15px;
  }
}

.context-section.about-banner .banner-image:before {
  content: '';
  width: 90px;
  height: 90px;
  display: block;
  background: url("../../assets/images/about-before.svg") no-repeat;
  position: absolute;
  z-index: 1;
  bottom: -60px;
  left: 20px;
}

.context-section.about-banner .banner-image img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  position: relative;
  z-index: 2;
}

.news-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 21px 0;
}

@media screen and (max-width: 576px) {
  .news-item {
    padding: 30px 0;
  }
}

.news-item__info {
  min-height: 148px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex: 1;
  flex: 1;
}

@media all and (max-width: 640px) {
  .news-item__info {
    min-height: 170px;
  }
}

@media screen and (max-width: 576px) {
  .news-item__info {
    min-height: initial;
  }
}

.news-item__content {
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

@media screen and (max-width: 576px) {
  .news-item__content {
    max-width: 100%;
  }
}

.news-item__content+.news-item__more {
  margin-top: 33px;
}

.news-item__date {
  color: #637381;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  font-family: "Clarika Grotesque", sans-serif;
  margin-bottom: 3px;
  display: block;
}

.news-item__date * {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.news-item__name {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #162231;
  margin-bottom: 0;
}

.news-item__name a {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 0;
  text-decoration: none;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.news-item__name a:hover {
  color: #E42313;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.news-item__more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Clarika Grotesque", sans-serif;
  color: #162231;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.news-item__more:hover,
.news-item__more:focus {
  color: #E42313;
}

.news-item__more>svg,
.news-item__more>.icon {
  margin-left: 6px;
}

.testimonial-item {
  max-width: 713px;
  width: 100%;
  margin: 0 auto;
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 840px) {
  .testimonial-item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  .testimonial-item {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.testimonial-item__image {
  position: relative;
  display: block;
  margin-right: 29px;
}

@media screen and (max-width: 576px) {
  .testimonial-item__image {
    margin-right: 0;
    margin-bottom: 4px;
    max-width: 81px;
  }
}

.testimonial-item__image .image-wrapper {
  min-width: 159px;
  width: 159px;
  min-height: 159px;
  max-height: 159px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  .testimonial-item__image .image-wrapper {
    min-width: 81px;
    width: 81px;
    min-height: 81px;
    max-height: 81px;
  }
}

.testimonial-item__image .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #E42313;
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 576px) {
  .testimonial-item__image .icon {
    width: 20px;
    height: 20px;
  }
}

.testimonial-item__image .icon svg {
  width: 18px;
  height: 14px;
  display: block;
}

@media screen and (max-width: 576px) {
  .testimonial-item__image .icon svg {
    width: 9px;
    height: 7px;
  }
}

.testimonial-item__image img {
  min-height: inherit;
  max-height: inherit;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-item__content .text {
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
}

.testimonial-item__content .text * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.testimonial-item__content .text p {
  margin-bottom: 19px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.testimonial-item__author {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 576px) {
  .testimonial-item__author {
    font-size: 16px;
    line-height: 20px;
  }
}

.testimonial-item__author * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.podcast-item {
  margin-bottom: 10px;
  background: #F9FAFB;
  padding: 10px 16px 13px 10px;
}

.podcast-item__description {
  display: block;
  margin-bottom: 10px;
}

.podcast-item__description .podcast-date {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #637381;
}

.podcast-item__description .podcast-date * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.podcast-item__description h1,
.podcast-item__description h2,
.podcast-item__description h3,
.podcast-item__description h4,
.podcast-item__description h5,
.podcast-item__description h6 {
  margin-bottom: 0;
}

.podcast-item__description .podcast-name {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #162231;
}

.podcast-item__description .podcast-name * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

.member-big-card {
  max-width: 100%;
  width: 100%;
  border: 1px solid #C4CDD5;
  padding: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #F9FAFB;
  border-radius: 7px;
}

@media screen and (max-width: 321px) {
  .member-big-card {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.member-big-card+.member-big-card {
  margin-top: 24px;
}

.member-big-card .image-wrapper {
  min-width: 62px;
  width: 62px;
  min-height: 62px;
  max-height: 62px;
  margin-right: 14px;
}

.member-big-card .image-wrapper img {
  width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.member-big-card .card-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 0;
}

@media screen and (max-width: 450px) {
  .member-big-card .card-body {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.member-big-card .card-body-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex: 1;
  flex: 1;
}

.member-big-card .card-body-side {
  padding: 0 36px;
}

@media screen and (max-width: 480px) {
  .member-big-card .card-body-side {
    padding: 0;
  }
}

@media screen and (max-width: 450px) {
  .member-big-card .card-body-side {
    margin-top: 12px;
  }
}

.member-big-card .card-body-side .flag-wrapper {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 450px) {
  .member-big-card .card-body-side .flag-wrapper {
    margin-left: 0;
  }
}

.member-big-card .card-body-side .flag-image {
  display: block;
  width: auto;
  min-height: 36px;
  max-height: 36px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 6px;
}

.member-big-card .card-body-side .flag-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  font-family: "Clarika Grotesque", sans-serif;
  color: #162231;
  text-align: center;
}

.member-big-card .card-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #162231;
  margin: 0;
}

.member-big-card .card-sub-title {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #637381;
  margin: 0;
}

.member-big-card .card-sub-title * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.member-big-card .card-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  background: transparent;
  padding: 0;
}

.member-big-card .card-header .card-sub-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.member-big-card .card-header .card-sub-title::before {
  content: '-';
  display: block;
  margin: 0 7px;
}

@media screen and (max-width: 450px) {
  .member-big-card .card-header .card-sub-title::before {
    display: none;
  }
}

.member-big-card .card-text {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #162231;
  margin-top: 8px;
}

.member-big-card .card-text * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.member-big-card .card-text strong,
.member-big-card .card-text b {
  font-weight: 700 !important;
}

.member-big-card .card-text p:last-child {
  margin-bottom: 0;
}

.member-big-card .card-btn-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Clarika Grotesque", sans-serif;
  color: #162231;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  margin-top: 18px;
}

.member-big-card .card-btn-more>svg,
.member-big-card .card-btn-more>.icon {
  margin-left: 6px;
}

.country-big-card {
  max-width: 100%;
  width: 100%;
  border: 1px solid #C4CDD5;
  padding: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #F9FAFB;
  border-radius: 7px;
}

@media screen and (max-width: 480px) {
  .country-big-card {
    padding: 18px;
  }
}

@media screen and (max-width: 321px) {
  .country-big-card {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.country-big-card+.country-big-card {
  margin-top: 30px;
}

@media screen and (max-width: 480px) {
  .country-big-card+.country-big-card {
    margin-top: 24px;
  }
}

.country-big-card .card-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  padding-bottom: 20px;
}

.country-big-card .card-body-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex: 1;
  flex: 1;
}

.country-big-card .card-body-content+.card-body-content {
  margin-top: 56px;
}

@media screen and (max-width: 480px) {
  .country-big-card .card-body-content+.card-body-content {
    margin-top: 24px;
  }
}

.country-big-card .card-body-side {
  padding: 0;
  margin-bottom: 26px;
}

@media screen and (max-width: 480px) {
  .country-big-card .card-body-side {
    padding: 0;
  }
}

@media screen and (max-width: 450px) {
  .country-big-card .card-body-side {
    margin-top: 12px;
  }
}

.country-big-card .card-body-side .flag-wrapper {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  margin: 0 auto;
  margin-left: 0;
}

.country-big-card .card-body-side .flag-wrapper .flag-image {
  display: block;
  width: auto;
  min-height: 36px;
  max-height: 36px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 6px;
}

.country-big-card .card-body-side .flag-wrapper .flag-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  font-family: "Clarika Grotesque", sans-serif;
  color: #162231;
  text-align: center;
}

.country-big-card .card-body-side .flag-wrapper.horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.country-big-card .card-body-side .flag-wrapper.horizontal .flag-image {
  margin-bottom: 0;
  margin-right: 15px;
}

.country-big-card .card-body-side .flag-wrapper.horizontal .flag-label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
}

.country-big-card .card-title {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #162231;
  margin: 0;
}

.country-big-card .card-title+.card-text {
  margin-top: 12px;
}

.country-big-card .card-sub-title {
  font-family: "Mulish", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #637381;
  margin: 0;
}

.country-big-card .card-sub-title * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.country-big-card .card-sub-title+.card-text {
  margin-top: 12px;
}

.country-big-card .card-text {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #162231;
}

.country-big-card .card-text * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.country-big-card .card-text strong,
.country-big-card .card-text b {
  font-weight: 700 !important;
}

.country-big-card .card-text p:last-child {
  margin-bottom: 0;
}

.country-big-card .card-btn-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Clarika Grotesque", sans-serif;
  color: #162231;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  margin-top: 10px;
}

.country-big-card .card-btn-more>svg,
.country-big-card .card-btn-more>.icon {
  margin-left: 6px;
}

.contact-item {
  margin-bottom: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: -webkit-box-shadow .3s ease-in-out;
  transition: -webkit-box-shadow .3s ease-in-out;
  -o-transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  border-radius: 7px;
  overflow: hidden;
}

.contact-item .overlay {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(15, 43, 78, 0.63);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.contact-item .contact-item-image {
  position: relative;
  overflow: hidden;
}

.contact-item .contact-item-image-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 252px;
  max-height: 252px;
  z-index: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.contact-item .contact-item-image-wrapper img {
  max-height: inherit;
  min-height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.contact-item:hover .contact-item-image {
  position: relative;
}

.contact-item:hover .contact-item-image .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}

.contact-item:hover .contact-item-image-wrapper {
  -webkit-filter: blur(13px);
  filter: blur(13px);
}

.contact-item:hover .contact-item-image-wrapper img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.contact-item .contact-item-info {
  border: 1px solid #F1F4F7;
  border-top: none;
  padding: 12px 16px 0px 16px;
  min-height: 157px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex: 1;
  flex: 1;
}

@media all and (max-width: 640px) {
  .contact-item .contact-item-info {
    min-height: 157px;
  }
}

@media screen and (max-width: 576px) {
  .contact-item .contact-item-info {
    min-height: initial;
  }
}

.contact-item .contact-item-info .contact-position {
  display: block;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #637381;
  margin-bottom: 8px;
}

.contact-item .contact-item-info .contact-name {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #162231;
  margin-bottom: 1px;
}

.contact-item .contact-item-info .contact-name a {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 0;
  text-decoration: none;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.contact-item .contact-item-info .contact-name a:hover {
  color: #E42313;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.contact-item__content {
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.contact-item__content+.contact-item__more {
  margin-top: 20px;
  margin-bottom: 7px;
}

.contact-item__more {
  background: #E42313;
  border: 1px solid #E42313;
  color: #fff;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 10px 20px;
  min-height: 40px;
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 17px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.contact-item__more svg,
.contact-item__more img {
  display: block;
  margin-right: 8px;
  stroke: #fff;
  max-width: 18px;
}

.contact-item__more:hover,
.contact-item__more:focus {
  color: #fff;
  background: transparent;
}

.contact-item .contact-descriptoin__title {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #162231;
  margin-bottom: 8px;
}

.contact-item .contact-descriptoin__title * {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 0;
  text-decoration: none;
}

.contact-item .contact-descriptoin__content {
  margin-bottom: 0;
  font-weight: 400;
  font-family: "Clarika Grotesque", sans-serif;
  font-size: 14px;
  line-height: 120%;
  color: #162231;
}

.contact-item .contact-descriptoin__content * {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
}

.contact-item .contact-descriptoin__content *:last-child {
  margin-bottom: 0;
}

.contact-item.sponsor-contact .contact-item-info {
  min-height: 93px;
}

.contact-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 576px) {
  .contact-actions {
    margin-top: 16px;
  }
}

.contact-actions .button {
  padding: 13px 20px;
}

.contact-actions .button+.button {
  margin-left: 26px;
}

.contact-actions .button--bordered {
  padding: 13px 24px;
}

.partner-with-item,
.simple-cards {
  padding: 28px 24px 20px;
  min-height: 194px;
  border-radius: 7px;
  -webkit-transition: -webkit-box-shadow .3s ease-in-out;
  transition: -webkit-box-shadow .3s ease-in-out;
  -o-transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  background: #fff;
  -webkit-box-shadow: 0px 4px 5px rgba(15, 43, 78, 0.02);
  box-shadow: 0px 4px 5px rgba(15, 43, 78, 0.02);
  min-height: 212px;
}

.partner-with-item.bordered,
.simple-cards.bordered {
  border: 1px solid #F4F6F8;
  -webkit-box-shadow: 0px 1px 2px #E7EAED;
  box-shadow: 0px 1px 2px #E7EAED;
  min-height: 232px;
}

.partner-with-item.bordered .item-header .cart-title,
.simple-cards.bordered .item-header .cart-title {
  font-weight: 700;
}

.partner-with-item:hover,
.partner-with-item:focus,
.simple-cards:hover,
.simple-cards:focus {
  -webkit-box-shadow: 0px 4px 24px rgba(15, 43, 78, 0.08);
  box-shadow: 0px 4px 24px rgba(15, 43, 78, 0.08);
}

.partner-with-item .item-header,
.simple-cards .item-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.partner-with-item .item-header .left-side,
.simple-cards .item-header .left-side {
  margin-right: 12px;
}

.partner-with-item .item-header .left-side .icon,
.simple-cards .item-header .left-side .icon {
  border-radius: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  min-width: 32px;
  padding: 4px;
}

.partner-with-item .item-header .left-side .icon img,
.partner-with-item .item-header .left-side .icon svg,
.simple-cards .item-header .left-side .icon img,
.simple-cards .item-header .left-side .icon svg {
  display: block;
  width: 100%;
  height: auto;
}

.partner-with-item .item-header .left-side .icon.blue,
.simple-cards .item-header .left-side .icon.blue {
  background: rgba(17, 159, 220, 0.1);
}

.partner-with-item .item-header .left-side .icon.sky,
.simple-cards .item-header .left-side .icon.sky {
  background: rgba(77, 223, 223, 0.1);
}

.partner-with-item .item-header .left-side .icon.orange,
.simple-cards .item-header .left-side .icon.orange {
  background: rgba(255, 169, 40, 0.1);
}

.partner-with-item .item-header .left-side .icon.red,
.simple-cards .item-header .left-side .icon.red {
  background: rgba(228, 36, 19, 0.1);
}

.partner-with-item .item-header .right-side,
.simple-cards .item-header .right-side {
  -ms-flex: 1;
  flex: 1;
}

.partner-with-item .item-header .cart-title,
.simple-cards .item-header .cart-title {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #162231;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
}

.partner-with-item .item-header .cart-title *,
.simple-cards .item-header .cart-title * {
  color: inherit;
  font-family: inherit;
}

.partner-with-item .item-content,
.simple-cards .item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Clarika Grotesque", sans-serif;
  color: #454F5B;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  -ms-flex: 1;
  flex: 1;
  margin-top: 11px;
}

.partner-with-item .item-content *,
.simple-cards .item-content * {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
}

.partner-with-item .item-content p,
.simple-cards .item-content p {
  margin-bottom: 11px;
}

.partner-with-item .item-content p a,
.simple-cards .item-content p a {
  color: inherit;
  font-weight: 700;
}

.partner-with-item .item-content b,
.partner-with-item .item-content strong,
.simple-cards .item-content b,
.simple-cards .item-content strong {
  font-weight: 700 !important;
}

.partner-with-item .more-link,
.simple-cards .more-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Clarika Grotesque", sans-serif;
  color: #162231;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  margin: 0 auto 0 auto;
  margin-left: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: auto;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 576px) {

  .partner-with-item .more-link,
  .simple-cards .more-link {
    margin: 22px auto 0 auto;
    margin-left: 0;
  }
}

.partner-with-item .more-link>svg,
.partner-with-item .more-link>.icon,
.simple-cards .more-link>svg,
.simple-cards .more-link>.icon {
  margin-left: 6px;
}

.partner-with-item .more-link:hover,
.partner-with-item .more-link:focus,
.simple-cards .more-link:hover,
.simple-cards .more-link:focus {
  color: #E42313;
}

.partner-with-item .more-link.fill,
.simple-cards .more-link.fill {
  background: #E42313;
  border-color: #E42313;
  color: #fff;
  border-radius: 5px;
  padding: 8px 16px;
  min-height: 41px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  line-height: 1;
}

.partner-with-item .more-link.fill:hover,
.partner-with-item .more-link.fill:focus,
.simple-cards .more-link.fill:hover,
.simple-cards .more-link.fill:focus {
  background: transparent;
  color: #E42313;
  border-color: #E42313;
}

.partner-with-item {
  -webkit-box-shadow: 0px 4px 5px transparent;
  box-shadow: 0px 4px 5px transparent;
  min-height: 194px;
}

.annual-fee-item {
  border: 1px solid #C4CDD5;
  border-radius: 7px;
  padding: 33px 18px 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #fff;
  margin-bottom: 24px;
}

.annual-fee-item .item-content {
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  margin-bottom: 20px;
}

.annual-fee-item .item-content .sub-title {
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #162231;
  margin: 0;
  margin-bottom: 22px;
}

.annual-fee-item .item-content .sub-title * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.annual-fee-item .item-content .price {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  color: #E42313;
  margin: 0;
  margin-bottom: 2px;
}

.annual-fee-item .item-content .price * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.annual-fee-item .item-content .taxes {
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #454F5B;
  margin-bottom: 18px;
}

.annual-fee-item .item-content .taxes * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.annual-fee-item .annual-fee-button {
  background: #E42313;
  border: 1px solid #E42313;
  color: #fff;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 16px;
  min-height: 41px;
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.annual-fee-item .annual-fee-button svg,
.annual-fee-item .annual-fee-button img {
  display: block;
  margin-right: 8px;
  fill: #fff;
  max-width: 24px;
}

.annual-fee-item .annual-fee-button:hover,
.annual-fee-item .annual-fee-button:focus {
  color: #E42313;
  background: transparent;
}

.annual-fee-item .annual-fee-button:hover svg,
.annual-fee-item .annual-fee-button:hover img,
.annual-fee-item .annual-fee-button:focus svg,
.annual-fee-item .annual-fee-button:focus img {
  fill: #E42313;
}

.locked-module {
  position: relative;
  background: rgba(12, 35, 64, 0.06);
  border-radius: 10px;
  padding: 24px;
  max-width: 615px;
  width: 100%;
  margin: 28px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
  row-gap: 24px;
}

@media screen and (max-width: 480px) {
  .locked-module {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
}

.locked-module * {
  color: #162231;
  font-family: "Clarika Grotesque", sans-serif;
}

.locked-module h1,
.locked-module h2,
.locked-module h3,
.locked-module h4,
.locked-module h5,
.locked-module h6 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 3px;
  margin-top: 0;
}

.locked-module p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.locked-module p:last-of-type {
  margin-bottom: 0;
}

.locked-module .button {
  margin: 23px auto 0 0;
}

@media screen and (max-width: 480px) {
  .locked-module .button {
    margin: 23px auto 0;
  }
}

.locked-module__image {
  max-width: 144px;
  width: 100%;
  min-height: 125px;
  max-height: 125px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 480px) {
  .locked-module__image {
    margin: 0 auto;
  }
}

.locked-module__image img {
  width: 100%;
  height: auto;
  display: block;
  min-height: inherit;
  max-height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-page {
  background-color: #F9FAFB;
  background-image: url("../../assets/images/circle.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
}

.about-page.main-container .main-title .page-title {
  margin-bottom: 0;
}

.aside-column {
  max-width: 270px;
  display: block;
  position: relative;
  right: 0;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .aside-column {
    margin: 0 auto;
    margin-bottom: 24px;
  }
}

.aside-column.is_stuck {
  right: 20px;
}

.article-container {
  max-width: 1002px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 940px) {
  .article-container {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }
}

.article-container .main-content {
  max-width: 692px;
  width: 100%;
  padding-right: 24px;
}

@media screen and (max-width: 940px) {
  .article-container .main-content {
    padding-right: 0;
  }
}

.article-header {
  display: block;
  margin-bottom: 31px;
}

.article-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 21px;
}

@media screen and (max-width: 380px) {
  .article-info {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.article-title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #111111;
  display: block;
  margin-bottom: 15px;
  margin-top: 0;
  max-width: 450px;
}

.article-meta {
  display: block;
  border-top: 1px solid #ECECEC;
  padding-top: 30px;
  max-width: 450px;
}

.article-author {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.24px;
  color: #969696;
}

.article-author a {
  color: #0076DF;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.article-author a * {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  font-style: inherit;
  letter-spacing: inherit;
}

.article-content-wrapper {
  background: #FFFFFF;
  border: 1px solid #EAEDEF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 32px 45px 24px;
}

@media screen and (max-width: 380px) {
  .article-content-wrapper {
    padding: 32px 24px;
  }
}

.article-content-wrapper .tag-type-list {
  margin: 0;
}

@media screen and (max-width: 380px) {
  .article-content-wrapper .tag-type-list {
    width: 100%;
    max-width: 100%;
  }
}

.article-content-wrapper .tag-type-list .tag-type {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #0076DF;
  margin: 0;
}

.article-content-wrapper .tag-label {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.222857px;
  color: #333333;
  padding: 0;
}

@media screen and (max-width: 380px) {
  .article-content-wrapper .tag-label {
    margin-left: auto;
    margin-bottom: 8px;
  }
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  margin-top: 0;
  font-style: normal;
  font-weight: 500;
  color: #111111;
  display: block;
}

.article-content h1 {
  font-size: 24px;
  line-height: 29px;
}

.article-content h2 {
  font-weight: bold;
  font-size: 21px;
  line-height: 1.2;
}

.article-content h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.article-content h4 {
  font-size: 16px;
  line-height: 20px;
}

.article-content h5 {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.article-content p {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #111111;
  margin-bottom: 20px;
}

.article-content p:last-of-type {
  margin-bottom: 0;
}

.article-content strong,
.article-content b {
  font-weight: bold;
}

.article-content blockquote {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #0076DF;
  margin-left: -13px;
  padding-left: 13px;
  border-left: 3px solid #0076DF;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
}

@media screen and (max-width: 380px) {
  .article-content blockquote {
    margin-left: 0;
  }
}

.article-content img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  height: auto;
  display: block;
}

.inclus-section {
  background: #FFFFFF;
  border: 1px solid #EAEDEF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  padding: 32px 45px 24px;
  margin: 12px auto;
}

@media screen and (max-width: 380px) {
  .inclus-section {
    padding: 32px 24px;
  }
}

.inclus-section h1,
.inclus-section h2,
.inclus-section h3,
.inclus-section h4,
.inclus-section h5,
.inclus-section h6 {
  margin-top: 0;
}

.inclus-section p:last-of-type {
  margin-bottom: 0;
}

.inclus-section .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
  margin-top: 0;
  margin-bottom: 12px;
}

.inclus-section .content {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #111111;
}

.inclus-section .content * {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  font-style: inherit;
  letter-spacing: inherit;
}

.vote-section {
  margin: 12px auto;
  background: rgba(0, 118, 223, 0.054971);
  border: 1px solid #0076DF;
  border-radius: 4px;
  padding: 16px 5px;
  min-height: 118px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: center;
  justify-content: center;
}

.vote-section * {
  color: #0076DF;
}

.vote-section .title {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}

.vote-section p {
  margin-bottom: 8px;
  margin-top: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}

.vote-section p:last-of-type {
  margin-bottom: 0;
}

.vote-section .container {
  -ms-flex-align: start;
  align-items: flex-start;
}

.vote-section .left-side {
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  max-width: 314px;
  width: 100%;
  padding-right: 24px;
}

@media screen and (max-width: 480px) {
  .vote-section .left-side {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.vote-section .right-side {
  max-width: 244px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .vote-section .right-side {
    max-width: 100%;
  }
}

.vote-section .vote-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  background: #FFFFFF;
  border: 1px solid #0076DF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 19px;
  padding: 10px 24px;
  min-height: 38px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.205714px;
  color: #0076DF;
  margin-left: auto;
}

@media screen and (max-width: 480px) {
  .vote-section .vote-button {
    margin-top: 24px;
    margin-left: 0;
  }
}

.vote-section .vote-button .icon {
  max-width: 21px;
  width: 100%;
  height: auto;
  display: block;
  margin-right: 8px;
}

.vote-section .vote-button:hover,
.vote-section .vote-button:focus {
  background: transparent;
}

.contact-us-page {
  min-height: auto;
}

.contact-us-page .main-contact-form {
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(28%, #17233D), color-stop(28%, #fff));
  background: -o-linear-gradient(left, #17233D 28%, #fff 28%);
  background: linear-gradient(90deg, #17233D 28%, #fff 28%);
  position: relative;
}

@media all and (max-width: 767px) {
  .contact-us-page .main-contact-form {
    background: #fff;
  }
}

.contact-us-page .main-contact-form:before {
  content: '';
  display: block;
  width: 250px;
  height: 130px;
  position: absolute;
  background-image: url(../../assets/images/subtract.svg);
  background-repeat: no-repeat;
  background-position: 8% 100%;
  bottom: 0;
  left: 13%;
}

@media all and (max-width: 1400px) {
  .contact-us-page .main-contact-form:before {
    left: 0;
  }
}

@media all and (max-width: 767px) {
  .contact-us-page .main-contact-form:before {
    top: 160px;
    left: 50%;
  }
}

.contact-us-page .main-contact-form .contact-info {
  background: #17233D;
  border-radius: 7px;
  height: 100%;
}

@media all and (max-width: 767px) {
  .contact-us-page .main-contact-form .contact-info {
    padding-left: 30px;
  }
}

.contact-us-page .main-contact-form .contact-info .contact-address {
  padding-top: 65px;
}

.contact-us-page .main-contact-form .contact-info .contact-address li {
  color: #fff;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  max-width: 190px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-bottom: 20px;
}

.contact-us-page .main-contact-form .contact-info .contact-address li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.contact-us-page .main-contact-form .contact-info .contact-address li a:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #E42313;
}

.contact-us-page .main-contact-form .contact-info .contact-address li .contact-icon {
  margin-right: 11px;
  margin-left: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.contact-us-page .main-contact-form .contact-info .contact-social {
  max-width: 146px;
  margin-top: 28px;
  padding-bottom: 162px;
}

@media all and (max-width: 767px) {
  .contact-us-page .main-contact-form .contact-info .contact-social {
    padding-bottom: 60px;
  }
}

.contact-us-page .main-contact-form .contact-info .contact-social .social-links__wrapper {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-us-page .main-contact-form .contact-info .contact-social .social-links__wrapper .social-links-item .social-links-icon {
  padding: 0;
}

.contact-us-page .main-contact-form .contact-info .contact-social .social-links__wrapper .social-links-item .social-links-icon img {
  width: 20px;
  height: 20px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.contact-form {
  margin-top: 23px;
}

.contact-form .form-row {
  margin-bottom: 26px;
}

.contact-form .form-row label {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #454F5B;
}

.contact-form .form-row .form-control {
  padding: 8px 14px;
}

.contact-form .form-row textarea {
  min-height: 113px;
}

.contact-form .form-row input,
.contact-form .form-row textarea {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #162231;
}

.contact-form .form-row input::-webkit-input-placeholder,
.contact-form .form-row textarea::-webkit-input-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #162231;
}

.contact-form .form-row input::-moz-placeholder,
.contact-form .form-row textarea::-moz-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #162231;
}

.contact-form .form-row input:-ms-input-placeholder,
.contact-form .form-row textarea:-ms-input-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #162231;
}

.contact-form .form-row input::-ms-input-placeholder,
.contact-form .form-row textarea::-ms-input-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #162231;
}

.contact-form .form-row input::placeholder,
.contact-form .form-row textarea::placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #162231;
}

.contact-form button[type="submit"] {
  float: right;
  padding: 10px 23px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

.contact-form button[type="submit"]:focus,
.contact-form button[type="submit"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #E42313 !important;
  border: 1px solid red;
  background: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.event-page .tab-item-content {
  display: none;
}

.event-page .tab-item-content h5 {
  margin-top: 3px;
  margin-bottom: 18px;
}

.event-page .tab-item-content.active {
  display: block;
}

.event-page .content {
  max-width: 652px;
}

.event-page .content ul {
  padding-left: 13px;
}

.event-page .content ul li {
  line-height: 20.8px;
  font-size: 14px;
  font-family: "Mulish", sans-serif;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: .22px;
  margin-bottom: 20px;
}

.event-page .content ul li:before {
  content: "";
  display: inline-block;
  position: relative;
  font-size: 120px;
  top: 8px;
  margin-right: 10px;
  line-height: 20.8px;
  min-width: 3px;
  height: 3px;
  background: #162231;
  border-radius: 50%;
}

.event-page .content p {
  line-height: 20.8px;
  font-size: 14px;
  font-family: "Mulish", sans-serif;
  padding-bottom: 5px;
  letter-spacing: .18px;
}

.event-page .content strong {
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  line-height: 20.8px;
  font-weight: 700;
  letter-spacing: .18px;
}

.event-page .content h5 {
  margin-bottom: 22px;
  margin-top: 3px;
}

@media all and (max-width: 767px) {
  .event-page .register-bot {
    margin-bottom: 100px;
  }
}

.event-page .separate {
  max-width: 712px;
  border-top: 1px solid #C4CDD5;
  border-bottom: 1px solid #C4CDD5;
  margin: 32px 0 88px;
  padding: 19px 0;
}

/* Full Programme responsive table style*/
.event-detail table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

@media all and (max-width: 767px) {
  .event-page .separate {
    margin: 39px 0 30px;
    padding: 20px 10px 7px;
  }
}

.event-page .separate strong {
  font-size: 16px;
  font-family: "Inter", sans-serif;
}

.event-page .separate ul {
  margin-top: 15px;
  padding-left: 0;
}

.event-page .separate ul li {
  line-height: 20.8px;
  font-size: 11px;
  font-family: "Mulish", sans-serif;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: .22px;
  margin-bottom: 5px;
  background: #F4F6F8;
  border-radius: 17px;
  padding: 2px 11px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.event-single-header {
  background-size: cover;
  padding-top: 53px;
  padding-bottom: 30px;
}

@media all and (max-width: 767px) {
  .event-single-header {
    padding-top: 30px;
    padding-bottom: 46px;
  }
}

.event-single-header.context-section .page-title {
  padding-right: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 10px;
}

@media all and (max-width: 767px) {
  .event-single-header.context-section .page-title {
    font-size: 18px;
    line-height: 22px;
  }
}

.event-single-header.context-section .page-title:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #E42313;
  margin-top: 5px;
}

.event-single-header .event-info {
  margin: 23px 0 0;
}

@media all and (max-width: 992px) {
  .event-single-header .event-info {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media all and (max-width: 767px) {
  .event-single-header .event-info {
    margin: 10px 0 0;
  }
}

.event-single-header .event-info .to-calendar {
  position: relative;
  top: -8px;
  margin-left: 13px;
}

@media all and (max-width: 992px) {
  .event-single-header .event-info .to-calendar {
    top: 0px;
    margin-left: 0px;
    margin-top: 5px;
  }
}

.event-single-header .event-info .to-calendar button {
  width: 167px;
  height: 34px;
  padding-right: 11%;
}

@media all and (max-width: 767px) {
  .event-single-header .event-info .to-calendar button {
    width: 100%;
    max-width: 360px;
    height: 38px;
    font-size: 15px;
    padding: 0;
  }
}

.event-single-header .register-head {
  -ms-flex-pack: end;
  justify-content: end;
}

@media all and (max-width: 767px) {
  .event-single-header .register-head {
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.event-single-header .register-head a {
  max-width: 135px;
  max-height: 44px;
  margin-bottom: 26px;
}

@media all and (max-width: 992px) {
  .event-single-header .register-head a {
    margin-bottom: 0;
  }
}

@media all and (max-width: 767px) {
  .event-single-header .register-head a {
    max-width: 360px;
    max-height: 38px;
    font-size: 15px;
  }
}

.event-single-header .event-desc {
  list-style: none;
  padding: 0;
}

.event-single-header .event-desc li {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 12px;
}

@media all and (max-width: 767px) {
  .event-single-header .event-desc li {
    font-size: 14px;
  }
}

.event-single-header .event-desc li.event-date:before {
  content: '';
  background: url("../images/icons/Calendar-white.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

@media all and (max-width: 767px) {
  .event-single-header .event-desc li.event-date:before {
    margin-right: 4px;
  }
}

.event-single-header .event-desc li.event-location:before {
  content: '';
  background: url("../images/icons/Location-white.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

@media all and (max-width: 767px) {
  .event-single-header .event-desc li.event-location:before {
    margin-right: 4px;
  }
}

.general_info-group {
  margin-top: 37px;
  margin-bottom: 44px;
}

.general_info-group .general_info-item {
  margin-bottom: 7px;
  background: #F9FAFB;
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid #C4CDD5;
}

@media all and (max-width: 460px) {
  .general_info-group .general_info-item {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }
}

@media all and (max-width: 460px) {
  .general_info-group .general_info-item:last-child {
    margin-bottom: 0;
  }
}

.general_info-group .general_info-item .general_info-name {
  padding: 20px 24px;
  width: 77%;
}

@media all and (max-width: 460px) {
  .general_info-group .general_info-item .general_info-name {
    width: 100%;
    border: none;
  }
}

.general_info-group .general_info-item .general_info-button {
  width: 24%;
}

@media all and (max-width: 460px) {
  .general_info-group .general_info-item .general_info-button {
    width: 100%;
  }
}

.general_info-group .general_info-item .general_info-button .button {
  color: white;
  background: #17233D;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  width: 100%;
  padding: 24px;
  height: 64px;
  border: none;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
}

.general_info-group .general_info-item .general_info-button .button:hover {
  background: #E42313;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
}

#tab-event_overview .going-section {
  border: 1px solid #C4CDD5;
  border-radius: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 13px 4px 8px;
  margin-bottom: 18px;
  margin-top: 18px;
  font-size: 14px;
  font-family: "Clarika Grotesque", sans-serif;
}

#tab-event_overview .going-section:hover,
#tab-event_overview .going-section:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#tab-event_overview .going-section .icon-people {
  width: 67px;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

#tab-event_overview .going-section .icon-people span {
  width: 23%;
}

#tab-event_overview .going-section .icon-people span img {
  width: 27px;
}

#tab-event_overview .connect-section {
  max-width: 712px;
  background-color: #00ABC9;
  margin-bottom: 25px;
  padding: 20px 20px 14px;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  border-radius: 7px;
}

#tab-event_overview .connect-section .user-coonect {
  margin-left: 10px;
  margin-top: 3px;
  font-size: 16px;
  font-family: "Clarika Grotesque", sans-serif;
}

#tab-event_overview .connect-section .btn-white {
  max-width: 88px;
  padding: 10px 28px;
  margin-top: 5px;
}

#tab-programme {
  min-height: 900px;
  margin-bottom: 20px;
}

@media all and (max-width: 767px) {
  #tab-programme {
    min-height: auto;
    margin-bottom: 0px;
  }
}

#tab-programme .events-programme {
  margin-top: 38px;
  margin-bottom: 50px;
}

#tab-programme .events-programme .accordion-item {
  margin-bottom: 14px;
  border: 1px solid #C4CDD5;
  border-radius: 7px;
  background: #F9FAFB;
  overflow: hidden;
}

#tab-programme .events-programme .accordion-item .event-time {
  min-width: 140px;
  color: #162231;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  padding: 30px 0 30px 10px;
  position: relative;
}

@media all and (max-width: 767px) {
  #tab-programme .events-programme .accordion-item .event-time {
    font-size: 14px;
  }
}

#tab-programme .events-programme .accordion-item .event-time:after {
  content: '';
  width: 2px;
  height: 16px;
  background: #162231;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 0;
}

@media all and (max-width: 767px) {
  #tab-programme .events-programme .accordion-item .event-time:after {
    display: none;
  }
}

#tab-programme .events-programme .accordion-item .event-description {
  width: 100%;
}

#tab-programme .events-programme .accordion-item .event-description .accordion-header {
  width: 100%;
}

#tab-programme .events-programme .accordion-item .event-description .accordion-header button {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #162231;
  padding: 30px 20px 30px 10px;
  background: transparent;
}

/* Full Program Title and Content*/
#tab-programme .events-programme .accordion-item .event-description .accordion-header .custom-title:not(.collapsed) {
  padding: 30px 20px 30px 10px;
}

#tab-programme .events-programme .accordion-item .event-description .accordion-header .custom-title {
  font-size: 16px;
  line-height: 19px;
}

.custom-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#tab-programme .events-programme .accordion-item .event-description .accordion-header button:not(.collapsed),
#tab-programme .events-programme .accordion-item .event-description .accordion-header button:hover,
#tab-programme .events-programme .accordion-item .event-description .accordion-header button:focus {
  background: none;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#tab-programme .events-programme .accordion-item .event-description .accordion-header button:not(.collapsed) {
  padding: 30px 20px 30px 10px;
}

@media all and (max-width: 767px) {
  #tab-programme .events-programme .accordion-item .event-description .accordion-header button {
    font-size: 14px;
  }
}

@media all and (max-width: 767px) {
  #tab-programme .events-programme .accordion-item .event-description .accordion-collapse {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    width: calc(100% + 140px);
    margin-left: -140px;
  }
}

#tab-programme .events-programme .accordion-item .event-description .accordion-body {
  padding: 0 80px 30px 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  font-family: "Clarika Grotesque", sans-serif;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

@media all and (max-width: 767px) {
  #tab-programme .events-programme .accordion-item .event-description .accordion-body {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    padding: 20px;
  }
}

#tab-general_info {
  max-width: 680px;
  min-height: 700px;
  margin-bottom: 100px;
}

@media all and (max-width: 767px) {
  #tab-general_info {
    min-height: auto;
    margin-bottom: 0;
  }
}

#tab-documents {
  max-width: 680px;
  min-height: 700px;
}

@media all and (max-width: 767px) {
  #tab-documents {
    min-height: auto;
    margin-bottom: 0;
  }
}

#tab-documents h4 {
  margin-bottom: 20px;
}

#tab-documents .file-group .file-item {
  width: 100%;
  border-radius: 7px;
  border: 1px solid #F1F4F7;
  margin-bottom: 20px;
  background: #F9FAFB;
}

#tab-documents .file-group .file-item a {
  text-decoration: none;
  margin: 24px;
  overflow: hidden;
}

#tab-documents .file-group .file-item img {
  margin-right: 20px;
}

#tab-documents .file-group .file-item .file-info .file-name {
  color: #162231;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

@media all and (max-width: 767px) {
  #tab-documents .file-group .file-item .file-info .file-name {
    font-size: 14px;
  }
}

#tab-documents .file-group .file-item .file-info .file-size {
  color: #637381;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}

#tab-organising_committee {
  max-width: 555px;
  margin-bottom: 147px;
}

@media all and (max-width: 767px) {
  #tab-organising_committee {
    margin-bottom: 0;
  }
}

#tab-organising_committee .committee-group {
  margin-top: 20px;
}

#tab-organising_committee .committee-group .committee-item {
  padding: 11px 16px;
  margin-bottom: 16px;
  border: 1px solid #C4CDD5;
  background: #F9FAFB;
  border-radius: 7px;
}

#tab-organising_committee .committee-group .committee-item .committee-image {
  margin-right: 14px;
}

#tab-organising_committee .committee-group .committee-item .committee-image img {
  width: 62px;
  height: 62px;
}

#tab-organising_committee .committee-group .committee-item .committee-info .committee-name {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 4px;
  color: #162231;
  text-decoration: none;
}

#tab-organising_committee .committee-group .committee-item .committee-info .committee-desc {
  max-width: 380px;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #637381;
}

#tab-sponsors {
  margin-bottom: 94px;
}

@media all and (max-width: 767px) {
  #tab-sponsors {
    margin-bottom: 0;
  }
}

#tab-sponsors .sponsors {
  margin-bottom: 36px;
}

#tab-sponsors .sponsors.platinum-sponsors {
  margin-top: 43px;
}

#tab-sponsors .sponsors .sponsors-title {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #162231;
  margin-bottom: 12px;
}

#tab-sponsors .sponsors .sponsors-items {
  border-radius: 7px;
  background: #F9FAFB;
  border: 1px solid #C4CDD5;
}

#tab-sponsors .sponsors .sponsors-items .sponsors-item {
  width: 25%;
  height: 98px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 600px) {
  #tab-sponsors .sponsors .sponsors-items .sponsors-item {
    width: 50%;
  }
}

#tab-sponsors .sponsors.silver-sponsors .sponsors-items .sponsors-item,
#tab-sponsors .sponsors.gold-sponsors .sponsors-items .sponsors-item {
  height: 126px;
}

@media all and (max-width: 600px) {

  #tab-sponsors .sponsors.silver-sponsors .sponsors-items .sponsors-item,
  #tab-sponsors .sponsors.gold-sponsors .sponsors-items .sponsors-item {
    width: 50%;
    height: 98px;
  }
}

#tab-sponsors .become-a-sponsor {
  border-radius: 7px;
  margin-top: 43px;
  background: #17233D;
  padding: 36px 43px;
}

@media all and (max-width: 767px) {
  #tab-sponsors .become-a-sponsor {
    margin-bottom: 30px;
  }
}

#tab-sponsors .become-a-sponsor h4 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 21px;
}

#tab-sponsors .become-a-sponsor P {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  max-width: 430px;
}

#tab-sponsors .become-a-sponsor .button-group {
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
}

@media all and (max-width: 767px) {
  #tab-sponsors .become-a-sponsor .button-group {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
}

#tab-sponsors .become-a-sponsor .button-group .button {
  width: auto;
  padding: 12px 24px;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  margin-right: 23px;
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  #tab-sponsors .become-a-sponsor .button-group .button {
    margin: 10px 0;
    max-width: 280px;
    width: 100%;
  }
}

#tab-sponsors .become-a-sponsor .button-group .btn-border {
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 14px;
  border-radius: 5px;
}

#tab-sponsors .become-a-sponsor .button-group .btn-border:hover {
  color: #E42313;
  border: 1px solid #E42313;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#tab-privacy-policy {
  margin-bottom: 140px;
}

@media all and (max-width: 767px) {
  #tab-privacy-policy {
    margin-bottom: 0;
  }
}

#tab-practical_info {
  max-width: 680px;
  margin-bottom: 140px;
}

@media all and (max-width: 767px) {
  #tab-practical_info {
    margin-bottom: 0;
  }
}

#tab-accommodation .content,
#tab-practical_info .content {
  margin-top: 30px;
  margin-bottom: 35px;
}

#tab-practical_info .hotel-item {
  margin-bottom: 62px;
}

#tab-practical_info .hotel-item h6 {
  margin-right: 7px;
}

#tab-practical_info .hotel-item .hotel-name>i {
  margin-left: 4px;
}

#tab-practical_info .hotel-item ul {
  margin-top: 5px;
  margin-bottom: 23px;
}

#tab-practical_info .hotel-item ul li {
  line-height: 27px;
}

#tab-practical_info .hotel-item .note {
  margin-top: 10px;
  margin-left: 8px;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

#tab-practical_info .hotel-item .note span {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  position: relative;
  top: 4px;
  padding-right: 3px;
}

.context-section .section-title,
.context-section .page-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: #162231;
  margin-bottom: 60px;
  padding: 0;
}

.context-section .section-title:after,
.context-section .page-title:after {
  content: '';
  position: relative;
  display: block;
  margin-top: 5px;
  width: 35px;
  height: 2px;
  background: #E42313;
}

.context-section .section-title.no-border:after,
.context-section .page-title.no-border:after {
  display: none;
}

.context-section .page-title {
  font-weight: 700;
  line-height: 120%;
}

@media screen and (max-width: 576px) {
  .context-section .page-title {
    font-size: 18px;
  }
}

.context-section .section-more-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Clarika Grotesque", sans-serif;
  color: #162231;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  margin: 0 auto 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media screen and (max-width: 576px) {
  .context-section .section-more-link {
    margin: 22px auto 0 auto;
  }
}

.context-section .section-more-link>svg,
.context-section .section-more-link>.icon {
  margin-left: 6px;
}

.context-section .section-more-link:hover,
.context-section .section-more-link:focus {
  color: #E42313;
}

.context-section .section-more-link.fill {
  background: #E42313;
  border-color: #E42313;
  color: #fff;
  border-radius: 5px;
  padding: 8px 16px;
  min-height: 41px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  line-height: 1;
}

.context-section .section-more-link.fill:hover,
.context-section .section-more-link.fill:focus {
  background: transparent;
  color: #E42313;
  border-color: #E42313;
}

.main-content {
  padding-top: 38px;
}

.aija-by-numbers-section {
  padding: 35px 18px 52px;
}

@media screen and (max-width: 576px) {
  .aija-by-numbers-section {
    padding: 32px 0 23px 0;
  }
}

.aija-by-numbers-section .section-title {
  margin-bottom: 36px;
}

.aija-by-numbers-section .section-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.aija-by-numbers-section .section-content .col-12 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.aija-by-numbers-section .number-widget {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  -ms-flex: 1;
  flex: 1;
  padding: 0 12px;
}

@media screen and (max-width: 992px) {
  .aija-by-numbers-section .number-widget {
    text-align: center;
  }
}

.aija-by-numbers-section .number-widget h2,
.aija-by-numbers-section .number-widget h3,
.aija-by-numbers-section .number-widget h4,
.aija-by-numbers-section .number-widget h5,
.aija-by-numbers-section .number-widget h6 {
  margin: 0;
  line-height: 1;
}

.aija-by-numbers-section .number-widget .number,
.aija-by-numbers-section .number-widget .sub-text {
  display: block;
}

.aija-by-numbers-section .number-widget .number {
  color: #E42313;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  font-family: "Inter", sans-serif;
}

.aija-by-numbers-section .number-widget .sub-text {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #162231;
  margin-bottom: 3px;
}

.aija-by-numbers-section .number-widget p {
  font-family: "Clarika Grotesque", sans-serif;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #162231;
}

.aija-by-numbers-section .number-widget p * {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.awards-section {
  margin-bottom: 129px;
  margin-top: 89px;
  width: 100%;
}

@media screen and (max-width: 1188px) {
  .awards-section {
    width: calc(100% - 24px);
    margin-left: auto;
    margin-right: auto;
  }
}

.awards-section .container {
  padding: 34px 18px 54px;
  background: url("../images/backgroungs/subtract-up-awards.svg"), -o-linear-gradient(189.25deg, #17233D 0%, #283A60 100%);
  background: url("../images/backgroungs/subtract-up-awards.svg"), linear-gradient(260.75deg, #17233D 0%, #283A60 100%);
  background-repeat: no-repeat;
  background-position: 10% 0;
  border-radius: 20px;
}

.awards-section .container * {
  color: #fff;
  text-align: center;
}

.awards-section .section-content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.awards-section .section-content .logo {
  margin-bottom: 25px;
}

.awards-section .section-content .disclaimer {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}

.awards-section .section-content .titles {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  margin: 0;
}

.awards-section .section-content .titles.title2 {
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

.awards-section .section-content .titles+*:not(.titles) {
  margin-top: 23px;
}

.awards-section .section-content .description {
  margin-bottom: 52px;
}

.awards-section .section-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  font-family: "Clarika Grotesque", sans-serif;
}

.awards-section .section-content p * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}

.awards-section .section-content .button {
  margin: 0 auto;
  margin-top: 34px;
}

@media all and (max-width: 640px) {
  .main-title .page-title {
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 0;
  }
}

.main-title .page-title:after {
  content: '';
  position: relative;
  display: block;
  width: 60px;
  margin-top: 5px;
  height: 2px;
  background: #E42313;
}

@media all and (max-width: 640px) {
  .main-title .page-title:after {
    width: 50px;
  }
}

.see-past-events {
  text-align: right;
}

@media all and (max-width: 640px) {
  .see-past-events {
    display: none;
  }
}

.see-past-events img {
  padding-right: 6px;
}

.see-past-events a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  color: #17233D;
  padding-right: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.see-past-events a:hover {
  color: #E42313;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.events-page-content {
  margin-bottom: 95px;
  margin-top: 15px;
  max-width: 570px;
}

.events-page-content p {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 8px;
}

.events-page-content a {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #E42313;
  text-decoration: none;
}

.latest-linkedin-posts {
  background-color: #17233D;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media all and (max-width: 640px) {
  .latest-linkedin-posts {
    padding: 22px 0 !important;
  }
}

.latest-linkedin-posts .section-title {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 33px;
}

@media all and (max-width: 640px) {
  .latest-linkedin-posts .section-title {
    font-size: 18px;
  }

  .latest-linkedin-posts .section-title:after {
    width: 50px;
  }
}

.latest-linkedin-posts .in-posts {
  margin-bottom: 12px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  overflow-y: auto;
}

.latest-linkedin-posts .in-posts::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: transparent;
}

.latest-linkedin-posts .in-posts::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  background-color: transparent;
}

.latest-linkedin-posts .in-posts::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background: #454F5B;
}

.latest-linkedin-posts .in-posts .col {
  min-width: 262px;
}

.latest-linkedin-posts .in-widget-item {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
}

.latest-linkedin-posts .in-widget-item .item-logo {
  min-width: 50px;
  height: 60px;
}

.latest-linkedin-posts .in-widget-item .in-logo {
  min-width: 58px;
}

.latest-linkedin-posts .in-widget-item .item-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.6px;
}

.latest-linkedin-posts .in-widget-item .item-title a {
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #17233D;
  text-decoration: none;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.latest-linkedin-posts .in-widget-item .item-title a:hover {
  color: #06f;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.latest-linkedin-posts .in-widget-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.latest-linkedin-posts .in-widget-item-desc {
  padding: 12px 14px 18px 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 15.6px;
}

.latest-linkedin-posts .in-widget-item-desc p {
  padding-bottom: 0;
  margin-bottom: 0;
}

.subscribe-to-aija {
  background-image: url("../../assets/images/subtract.svg");
  background-repeat: no-repeat;
  background-position: 8% 100%;
  background-color: #17233D;
}

.subscribe-to-aija .subscribe-form .subscribe-info h5 {
  color: #fff;
  font-family: "Inter", sans-serif;
}

@media all and (max-width: 640px) {
  .subscribe-to-aija .subscribe-form .subscribe-info h5 {
    font-size: 16px;
    line-height: 19px;
  }
}

.subscribe-to-aija .subscribe-form .subscribe-info p {
  color: #fff;
  font-size: 18px;
}

@media all and (max-width: 640px) {
  .subscribe-to-aija .subscribe-form .subscribe-info p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 23px;
  }
}

.subscribe-to-aija .subscribe-form #subscribe {
  background: #2f3951;
  padding: 0 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

@media all and (max-width: 460px) {
  .subscribe-to-aija .subscribe-form #subscribe {
    padding: 0;
    width: 100%;
  }
}

.subscribe-to-aija .subscribe-form #subscribe input[type="email"] {
  background: #2f3951;
  border: none;
  outline: none;
  color: #fff;
  width: 315px;
  padding: 13px 16px;
}

@media all and (max-width: 460px) {
  .subscribe-to-aija .subscribe-form #subscribe input[type="email"] {
    width: calc(100% - 105px);
    font-size: 15px;
    padding: 10px 14px;
  }
}

.subscribe-to-aija .subscribe-form #subscribe input::-webkit-input-placeholder {
  color: #fff;
}

.subscribe-to-aija .subscribe-form #subscribe input::-moz-placeholder {
  color: #fff;
}

.subscribe-to-aija .subscribe-form #subscribe input:-ms-input-placeholder {
  color: #fff;
}

.subscribe-to-aija .subscribe-form #subscribe input::-ms-input-placeholder {
  color: #fff;
}

.subscribe-to-aija .subscribe-form #subscribe input::placeholder {
  color: #fff;
}

.subscribe-to-aija .subscribe-form #subscribe button[type='submit'] {
  background: #E42313;
  color: #fff;
  border: 1px solid #E42313;
  width: 100px;
  border-radius: 5px;
  height: 42px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 15px;
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 500;
}

@media all and (max-width: 460px) {
  .subscribe-to-aija .subscribe-form #subscribe button[type='submit'] {
    width: 98px;
    font-size: 15px;
    height: 38px;
  }
}

.subscribe-to-aija .subscribe-form #subscribe button[type='submit']:hover {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: transparent !important;
  border: 1px solid #E42313 !important;
}

.events-filter {
  margin-bottom: 15px;
}

@media all and (max-width: 640px) {
  .events-filter {
    margin-bottom: 50px;
  }
}

.events-filter .events .count-results {
  margin-bottom: 11px;
  margin-top: 18px;
}

.events-filter .filter-toggle {
  display: none;
  background: #F4F6F8;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 30px;
}

.events-filter .filter-toggle:after {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../../assets/images/icons/filter.svg") no-repeat;
}

@media all and (max-width: 640px) {
  .events-filter .filter-toggle {
    display: -ms-flexbox;
    display: flex;
  }
}

.events-filter .form-events-filter {
  background: #F4F6F8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 18px 22px;
  border-radius: 7px;
  z-index: 1000;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.events-filter .sticky {
  position: fixed;
  top: 100px;
  /*  100 px is the size of the nav bar in */
}

@media all and (max-width: 991px) {
  .events-filter .form-events-filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media all and (max-width: 640px) {
  .events-filter .form-events-filter {
    display: none;
  }

  .events-filter .form-events-filter.active {
    display: -ms-flexbox;
    display: flex;
  }
}

.events-filter .form-events-filter .form-group {
  width: 100%;
  max-width: 220px;
  margin: 0 12px;
  position: relative;
}

#mobileGoToTopButton{
  display: flex;
  align-items: center;
  justify-content: center;
  /* Hidden by default */
  position: fixed;
  /* Fixed at the bottom or top as you prefer */
  bottom: 20px;
  /* Positioning from the bottom */
  right: 20px;
  /* Positioning from the right */

  background-color: var(--bs-red);
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  z-index: 1001;
  width: 30px;
  /* Fixed width */
  height: 30px;
  /* Fixed height */
  text-align: center;
  /* Centers the icon inside the button */
  font-size: 20px;
  /* Above other content */
}




@media all and (max-width: 991px) {
  .events-filter .form-events-filter .form-group {
    max-width: calc(50% - 24px);
    margin-bottom: 12px;
  }
}

@media all and (max-width: 640px) {
  .events-filter .form-events-filter .form-group {
    max-width: 100%;
    margin-bottom: 12px;
  }
}

.events-filter .form-events-filter .form-group>label {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 0;
}

.events-filter .form-events-filter .form-group.reset {
  max-width: inherit;
  width: auto;
  min-width: 120px;
  text-align: center;
  margin-top: 16px;
}

.events-filter .form-events-filter .form-group.reset a {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #17233D;
}

.events-filter .form-events-filter .form-group.reset a:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../../assets/images/icons/Close.svg");
  background-size: cover;
  margin-right: 5px;
}

.events-filter .form-events-filter .form-group.reset a:hover {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #E42313;
}

.events-filter .form-events-filter .form-group.reset a:hover:before {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.events-filter .form-events-filter .form-group select,
.events-filter .form-events-filter .form-group input {
  width: 100%;
  max-width: 220px;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 9px 14px;
  border-radius: 7px;
}

@media all and (max-width: 991px) {

  .events-filter .form-events-filter .form-group select,
  .events-filter .form-events-filter .form-group input {
    max-width: 100%;
  }
}

.events-filter .form-events-filter .form-group select::-webkit-input-placeholder,
.events-filter .form-events-filter .form-group input::-webkit-input-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #637381;
}

.events-filter .form-events-filter .form-group select::-moz-placeholder,
.events-filter .form-events-filter .form-group input::-moz-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #637381;
}

.events-filter .form-events-filter .form-group select:-ms-input-placeholder,
.events-filter .form-events-filter .form-group input:-ms-input-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #637381;
}

.events-filter .form-events-filter .form-group select::-ms-input-placeholder,
.events-filter .form-events-filter .form-group input::-ms-input-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #637381;
}

.events-filter .form-events-filter .form-group select::placeholder,
.events-filter .form-events-filter .form-group input::placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #637381;
}

.events-filter .form-events-filter .form-group select:hover,
.events-filter .form-events-filter .form-group select:focus,
.events-filter .form-events-filter .form-group input:hover,
.events-filter .form-events-filter .form-group input:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.events-filter .form-events-filter .form-group select#location,
.events-filter .form-events-filter .form-group input#location {
  background-color: #fff;
  background-image: url("../../assets/images/icons/Location.svg");
  background-size: 14px;
}

.events-filter .form-events-filter .form-group select#event-date,
.events-filter .form-events-filter .form-group input#event-date {
  background-color: #fff;
  background-image: url("../../assets/images/icons/Calendar.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 47%;
  background-size: 18px;
}

.breadcrumb {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-top: 24px;
  margin-bottom: 11px;
}

@media all and (max-width: 640px) {
  .breadcrumb {
    font-size: 12px;
  }
}

.breadcrumb .breadcrumb-item a {
  color: #1C2731;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #E42313;
}

.breadcrumb .breadcrumb-item.active {
  color: #A9B2B9;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../../assets/images/icons/ArrowRight.svg") no-repeat;
  padding-left: 15px;
}

.event-menu {
  position: relative;
  margin-top: 6px;
  margin-bottom: 38px;
}

@media all and (max-width: 767px) {
  .event-menu {
    margin: 0 0 32px;
  }
}

.event-menu .event-nav-toggle {
  text-align: left;
  padding: 13px 19px;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.event-menu .event-nav-toggle:after {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 33%;
  right: 13px;
  background: url(../images/icons/ArrowDown.svg) no-repeat;
  background-size: cover;
  border: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.event-menu ul#event-nav {
  max-width: 230px;
  margin-left: 5px;
  width: 100%;
}

@media all and (max-width: 767px) {
  .event-menu ul#event-nav {
    margin: 0;
    display: none;
  }

  .event-menu ul#event-nav.show {
    display: block;
    max-width: 100%;
    position: absolute;
    background: #fff;
    z-index: 2;
  }
}

.event-menu ul#event-nav .menu-item {
  margin-bottom: 6px;
}

@media all and (max-width: 767px) {
  .event-menu ul#event-nav .menu-item {
    border-bottom: none;
    margin-bottom: 0;
  }
}

.event-menu ul#event-nav .menu-item:last-child {
  border: none;
}

.event-menu ul#event-nav .menu-item.active a {
  font-weight: 700;
  color: #162231;
  background: #F4F6F8;
}

.event-menu ul#event-nav .menu-item a {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #637381;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  border-radius: 7px;
}

@media all and (max-width: 767px) {
  .event-menu ul#event-nav .menu-item a {
    font-size: 14px;
  }
}

.event-menu ul#event-nav .menu-item a .icon {
  margin-right: 4px;
}

.event-menu ul#event-nav .menu-item a:hover {
  color: #FF4242;
}

.event-menu-btn {
  max-width: 230px;
}

.tabs-wrapper {
  -webkit-box-shadow: 2px 1px 20px #ddd;
  box-shadow: 2px 1px 20px #ddd;
  padding: 1rem;
  border-radius: 0.5rem;
  height: 300px;
  max-width: 500px;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

.nav-tabs {
  display: -ms-flexbox;
  display: flex;
}

.nav-tabs li {
  border: 1px solid #ddd;
}

.tab {
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 0.5rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tab.is-active {
  background: #fff;
  color: #000;
}

.tab-panel {
  display: none;
}

.tab-panel p {
  line-height: 1.6;
}

.tab-panel.is-active {
  display: block;
}

.upcoming-events-section,
.events-for-commissions {
  position: relative;
  padding: 4.5% 0 12px 0;
}

@media screen and (max-width: 576px) {

  .upcoming-events-section,
  .events-for-commissions {
    padding: 32px 0 12px 0;
  }
}

.upcoming-events-section .section-content,
.events-for-commissions .section-content {
  position: relative;
}

.upcoming-events-section .section-more-link,
.events-for-commissions .section-more-link {
  position: absolute;
  top: 0;
  right: 12px;
}

@media screen and (max-width: 576px) {

  .upcoming-events-section .section-more-link,
  .events-for-commissions .section-more-link {
    position: relative;
    right: 0;
  }
}

.upcoming-events-section .event-item .event-item-info .event-date,
.events-for-commissions .event-item .event-item-info .event-date {
  color: #454F5B;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  font-family: "Clarika Grotesque", sans-serif;
}

.annual-congress-section {
  position: relative;
  background-color: rgba(244, 246, 248, 0.5);
  background-image: url("../images/backgroungs/Subtract-down-congress.svg");
  background-repeat: no-repeat;
  background-position: 0 100%;
  padding: 4.5% 0 6.5% 0;
}

@media screen and (max-width: 576px) {
  .annual-congress-section {
    padding: 32px 0 52px 0;
  }
}

.annual-congress-section .section-content {
  position: relative;
}

.annual-congress-section .section-content .section-title {
  margin-bottom: 49px;
}

.annual-congress-section .section-content img,
.annual-congress-section .section-content .congress-image {
  display: block;
  max-width: 940px;
  width: 100%;
  border: 1px solid #F1F4F7;
  margin: 0 auto;
  border-radius: 10px;
}

.annual-congress-section .section-more-link {
  position: absolute;
  top: 0;
  right: 12px;
}

@media screen and (max-width: 576px) {
  .annual-congress-section .section-more-link {
    position: relative;
    right: 0;
  }
}

.news-page .main-title .page-title,
.news-page-single .main-title .page-title {
  margin-top: 34px;
  margin-bottom: 50px;
}

.news-section {
  position: relative;
  background-color: #F9FAFB;
  background-image: url("../images/backgroungs/Subtract-down-news.svg");
  background-repeat: no-repeat;
  background-position: 90% 100%;
  padding: 50px 0 50px 0;
}

.news-section+.testimonials-section {
  margin-top: 0;
}

.news-section .section-title {
  margin-bottom: 47px;
}

.news-section .section-content {
  position: relative;
}

.news-section .section-more-link {
  position: absolute;
  top: 0;
  right: 12px;
}

@media screen and (max-width: 576px) {
  .news-section .section-more-link {
    position: relative;
    right: 0;
  }
}

.news-results {
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (max-width: 576px) {
  .news-results {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.news-results .col {
  padding: 0 20px;
}

@media screen and (max-width: 576px) {
  .news-results .col {
    padding: 0 12px;
  }

  .news-results .col:not(:last-of-type) .news-item {
    border-bottom: 1px solid #F4F6F8;
  }
}

.news-results .col:not(:nth-child(3n+3)) {
  border-right: 1px solid #F4F6F8;
}

@media screen and (max-width: 576px) {
  .news-results .col:not(:nth-child(3n+3)) {
    border-right: none;
  }
}

.news-page-single .single-date {
  color: #454F5B;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  font-family: "Clarika Grotesque", sans-serif;
  margin-bottom: 10px;
  display: block;
}

.news-page-single .main-single-content {
  max-width: 639px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 85px;
}

.news-page-single .main-single-content p {
  font-weight: 400;
  font-size: 16px;
  color: #162231;
}

.news-page-single .main-single-content strong,
.news-page-single .main-single-content b {
  font-weight: 600;
}

.news-article {
  position: relative;
  display: block;
}

.news-article__header {
  margin-bottom: 40px;
  display: block;
}

.news-article__header * {
  color: #162231;
  font-family: "Clarika Grotesque", sans-serif;
}

.news-article__header img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
}

.news-article__header h1,
.news-article__header h2,
.news-article__header h3,
.news-article__header h4,
.news-article__header h5,
.news-article__header h6 {
  font-family: "Inter", sans-serif;
}

.news-article__header p {
  font-weight: 400;
  font-size: 16px;
  color: #162231;
  font-family: "Clarika Grotesque", sans-serif;
  margin-bottom: 14px;
}

.news-article__header p:last-of-type {
  margin-bottom: 0;
}

.news-article__main * {
  color: #162231;
  font-family: "Clarika Grotesque", sans-serif;
}

.news-article__main.locked {
  pointer-events: none !important;
  max-height: 351px;
  overflow: hidden;
  min-height: initial;
  position: relative;
  z-index: 2;
}

.news-article__main.locked::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 178px;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  pointer-events: none !important;
}

.news-article__main h1,
.news-article__main h2,
.news-article__main h3,
.news-article__main h4,
.news-article__main h5,
.news-article__main h6 {
  font-family: "Inter", sans-serif;
}

.news-article__main h2 {
  font-size: 20px;
  margin-bottom: 14px;
}

.news-article__main p {
  font-weight: 400;
  font-size: 16px;
  color: #162231;
  font-family: "Clarika Grotesque", sans-serif;
  margin-bottom: 14px;
}

.news-article__main strong,
.news-article__main b {
  font-weight: 600;
}

.news-article__main img {
  margin-top: 24px;
  margin-bottom: 24px;
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
}

.news-article__main iframe,
.news-article__main video {
  width: 100% !important;
  display: block !important;
  height: auto;
  margin-top: 24px;
  margin-bottom: 24px;
  min-height: 315px;
}

@media screen and (max-width: 768px) {

  .podcast-section,
  .podcast-media-section {
    padding-bottom: 54px;
  }
}

.podcast-section .section-content .section-title,
.podcast-media-section .section-content .section-title {
  margin-bottom: 24px;
}

@media screen and (max-width: 576px) {

  .podcast-section .section-content .section-title,
  .podcast-media-section .section-content .section-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
  }
}

.podcast-section .section-text p,
.podcast-media-section .section-text p {
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #162231;
}

.podcast-section .section-text p *,
.podcast-media-section .section-text p * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.podcast-section .section-text p p,
.podcast-media-section .section-text p p {
  margin-bottom: 19px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.podcast-section .section-more-link,
.podcast-media-section .section-more-link {
  margin-top: 61px;
  margin-left: 0;
}

@media screen and (max-width: 1024px) {

  .podcast-section .section-more-link,
  .podcast-media-section .section-more-link {
    margin-top: 30px;
  }
}

@media screen and (max-width: 850px) {

  .podcast-section .section-more-link,
  .podcast-media-section .section-more-link {
    margin-top: 24px;
  }
}

.podcast-section .podcast-preview-col img,
.podcast-media-section .podcast-preview-col img {
  width: 100%;
}

.podcast-section .podcast-content,
.podcast-media-section .podcast-content {
  padding-top: 51px;
  padding-left: 39px;
}

@media screen and (max-width: 1024px) {

  .podcast-section .podcast-content,
  .podcast-media-section .podcast-content {
    padding-top: 30px;
    padding-left: 18px;
  }
}

@media screen and (max-width: 850px) {

  .podcast-section .podcast-content,
  .podcast-media-section .podcast-content {
    padding-top: 24px;
    padding-left: 12px;
  }
}

@media screen and (max-width: 780px) {

  .podcast-section .podcast-content,
  .podcast-media-section .podcast-content {
    padding-top: 12px;
    padding-left: 12px;
  }
}

@media screen and (max-width: 768px) {

  .podcast-section .podcast-content,
  .podcast-media-section .podcast-content {
    padding-top: 24px;
    padding-left: 0;
  }
}

.podcast-media-section .section-content {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  position: relative;
}

.podcast-media-section .section-content .section-more-link {
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .podcast-media-section .section-content .section-more-link {
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .podcast-media-section .section-content .podcast-preview-col {
    padding-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .podcast-media-section .section-content .podcast-content {
    padding-top: 0;
  }
}

.podcasts-lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.podcasts-lists .list-title {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #162231;
}

.mejs__container {
  margin-top: 10px;
  min-width: 100% !important;
  height: auto !important;
}

.mejs__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  position: relative;
  padding: 0;
}

.mejs__controls,
.mejs__container {
  background: none !important;
}

.mejs__time {
  color: #637381;
  font-weight: normal;
  height: auto;
  -ms-flex: 1 0 calc(100% - 37px);
  flex: 1 0 calc(100% - 37px);
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  font-family: "Clarika Grotesque", sans-serif;
  padding-top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 37px;
  margin-top: -5px;
}

.mejs__time .mejs__currenttime+span {
  display: none !important;
}

.mejs__playpause-button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mejs__playpause-button>button {
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 15C30 23.2852 23.2852 30 15 30C6.71484 30 0 23.2852 0 15C0 6.71484 6.71484 0 15 0C23.2852 0 30 6.71484 30 15ZM10.3125 9.84375V20.1562C10.3125 20.666 10.5879 21.1348 11.0332 21.3809C11.4727 21.6328 12.0176 21.6211 12.4512 21.3574L20.8887 16.2012C21.3047 15.9434 21.5625 15.4922 21.5625 15C21.5625 14.5078 21.3047 14.0566 20.8887 13.7988L12.4512 8.64258C12.0176 8.32617 11.4727 8.36719 11.0332 8.61914C10.5879 8.86523 10.3125 9.33398 10.3125 9.84375Z' fill='%2317233D'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  width: 30px;
  height: 30px;
}

.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-slider,
.mejs__time-marker {
  height: 4px;
}

.mejs__time-rail {
  height: 30px;
  margin: 0;
  margin-left: 7px;
  padding-top: 8px;
}

.mejs__time-slider {
  background: #F1F4F7;
  border-radius: 2px;
}

.mejs__time-current {
  background: #17233D;
  border-radius: 2px;
}

.mejs__time-handle {
  background: #17233D;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  top: -2px;
}

.mejs-prepended-buttons {
  display: -ms-flexbox;
  display: flex;
}

.mejs-appended-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.mejs__pause>button {
  background: transparent url("https://cdn.jsdelivr.net/gh/ivorpad/images-src/mediaplayer-sprite-gray.svg") no-repeat;
  background-position: -20px 0;
  width: 20px;
  height: 20px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.mejs__button>button {
  color: #555;
}

.mejs__horizontal-volume-slider {
  display: none !important;
}

.podcasts-page {
  background: url(../images/backgroungs/Subtract-membership-orange.svg) no-repeat;
  background-position: 100% 0;
}

.podcasts-page .main-title {
  margin-top: 57px;
  margin-bottom: 28px;
}

.podcasts-page .main-title .container {
  border-bottom: 1px solid #C4CDD5;
  padding-bottom: 28px;
}

@media all and (max-width: 767px) {
  .podcasts-page .main-title .container>.row>.col {
    width: 100%;
    -ms-flex: auto;
    flex: auto;
  }
}

.podcasts-page .main-title .podcasts-title {
  margin-bottom: 32px;
}

.podcasts-page .main-title .podcasts-title img {
  margin-right: 15px;
}

.podcasts-page .main-title .section-content p {
  line-height: 21px;
  margin-bottom: 21px;
}

.podcasts-page .podcasts-image {
  overflow: hidden;
  border-radius: 7px;
}

.podcasts-page .podcasts-image img {
  width: 100%;
}

.podcasts-page .social-title {
  margin-top: 10px;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
}

.podcasts-page .podcast-social-content {
  max-width: 530px;
}

@media all and (max-width: 767px) {
  .podcasts-page .podcast-social-content {
    max-width: 100%;
  }
}

.podcasts-page .podcast-select {
  margin-bottom: 28px;
}

.podcasts-page .podcast-select label {
  font-size: 14px;
}

.podcasts-page .podcast-select .form-select {
  max-width: 220px;
}

.podcasts-page .podcast-select .form-select:hover,
.podcasts-page .podcast-select .form-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #C4CDD5;
}

.podcasts-page .podcats-items-result .podcast-group-title {
  margin-bottom: 20px;
}

.podcasts-page .podcast-group {
  margin-bottom: 18px;
}

.podcast-group-items .podcast-item {
  border: 1px solid #F1F4F7;
  -webkit-box-shadow: 0px 4px 5px rgba(15, 43, 78, 0.04);
  box-shadow: 0px 4px 5px rgba(15, 43, 78, 0.04);
  border-radius: 7px;
  background: #fff;
  padding: 16px;
  margin-bottom: 40px;
}

.podcast-group-items .podcast-item:hover .podcast-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.podcast-group-items .podcast-item .podcast-image {
  width: 100%;
  max-height: 168px;
  overflow: hidden;
  border-radius: 5px;
}

.podcast-group-items .podcast-item .podcast-image img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  width: 100%;
}

.podcast-group-items .podcast-item .podcast-item__description {
  margin-top: 20px;
}

.podcast-group-items .podcast-item .podcast-item__description .podcast-date {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #637381;
}

.podcast-group-items .podcast-item .podcast-item__description .podcast-name a {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #162231;
}

.podcast-group-items .podcast-item .podcast-item__media {
  background: #F9FAFB;
  border-radius: 5px;
}

.podcast-group-items .podcast-item .podcast-item__media .mejs__controls .mejs__time-rail {
  width: 100%;
  margin: 0 12px 4px;
  padding-top: 17px;
}

.podcast-group-items .podcast-item .podcast-item__media .mejs__controls .mejs__time-rail:hover .mejs__time-float {
  display: none !important;
}

.podcast-group-items .podcast-item .podcast-item__media .mejs__controls .mejs__time-rail:hover .mejs__time-handle .mejs__time-handle-content {
  display: none;
}

.podcast-group-items .podcast-item .podcast-item__media .mejs__controls .mejs__time {
  width: 100%;
  padding: 0 12px;
  -ms-flex-order: 2;
  order: 2;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #637381;
}

.podcast-group-items .podcast-item .podcast-item__media .mejs__controls .mejs__button {
  width: 100%;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 10px;
  margin-bottom: 18px;
}

.podcast-group-items .see_more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 7px;
}

.podcast-group-items .see_more a {
  -ms-flex-align: center;
  align-items: center;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  color: #162231;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.podcast-group-items .see_more a:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #E42313;
}

.podcast-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px;
}

@media all and (max-width: 1080px) {
  .podcast-social {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.podcast-social a {
  text-align: center;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 17px;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #162231;
  padding: 13px 14px;
  border: 1px solid #C4CDD5;
  border-radius: 5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin: 5px;
}

.podcast-social a:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-color: #E42313;
}

.podcasts-page-single .main-title .container {
  border-bottom: none;
}

.podcasts-page-single .main-title .section-content {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #454F5B;
  max-width: 565px;
}

.podcasts-page-single .main-title .section-content strong {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #162231;
}

.podcasts-page-single .main-title .section-content ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}

.podcasts-page-single .main-title .section-content ul li:before {
  content: '.';
  display: block;
  position: absolute;
  left: 13px;
  top: -4px;
}

.podcasts-page-single .podcats-items-result .podcast-group-title {
  font-size: 18px;
}

.podcasts-page-single .podcast-social-content .podcast-item {
  background: white;
  padding: 24px;
  border: 1px solid #F1F4F7;
  -webkit-box-shadow: 0px 4px 5px rgba(15, 43, 78, 0.04);
  box-shadow: 0px 4px 5px rgba(15, 43, 78, 0.04);
  border-radius: 7px;
}

.podcasts-page-single .podcast-social-content .podcast-item .mejs__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #F9FAFB !important;
  border-radius: 5px;
  padding: 5px 16px 19px;
  margin-bottom: 16px;
}

.podcasts-page-single .podcast-social-content .podcast-item .mejs__controls .mejs__button {
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}

.podcasts-page-single .podcast-social-content .podcast-item .mejs__controls .mejs__time {
  padding: 0;
}

.podcasts-page-single .podcast-social-content .podcast-item .mejs__controls .mejs__time-rail {
  width: 100%;
  margin-left: 0;
}

.podcasts-page-single .podcast-social-content .podcast-item .mejs__controls .mejs__time-rail .mejs__time-float,
.podcasts-page-single .podcast-social-content .podcast-item .mejs__controls .mejs__time-rail .mejs__time-handle-content {
  display: none !important;
}

.podcasts-page-single .podcast-social-content .podcast-item .action-btn {
  display: -ms-flexbox;
  display: flex;
  margin: -5px;
}

.podcasts-page-single .podcast-social-content .podcast-item .action-btn a {
  width: 100%;
  margin: 5px;
  border: 1px solid #162231;
  border-radius: 5px;
  text-align: center;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  color: #162231;
  padding: 11px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 7px;
  -moz-column-gap: 7px;
  column-gap: 7px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.podcasts-page-single .podcast-social-content .podcast-item .action-btn a:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-color: #E42313;
}

.testimonials-section {
  width: 100%;
  margin: 100px auto;
  background: #17233D;
  padding: 40px 0;
  position: relative;
}

@media screen and (max-width: 576px) {
  .testimonials-section {
    margin-bottom: 36px;
  }
}

.testimonials-section .container {
  position: relative;
}

.testimonials-section .container * {
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 576px) {
  .testimonials-section .section-title {
    margin-bottom: 47px;
  }
}

.testimonials-section .testimonials-slider {
  max-width: 875px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
}

.testimonials-section .carousel-control-prev,
.testimonials-section .carousel-control-next {
  opacity: 1;
  width: 36px;
}

@media screen and (max-width: 840px) {

  .testimonials-section .carousel-control-prev,
  .testimonials-section .carousel-control-next {
    -ms-flex-align: end;
    align-items: flex-end;
    bottom: -40px;
  }
}

.testimonials-section .carousel-control-prev-icon {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.5 18.75C31.9142 18.75 32.25 18.4142 32.25 18C32.25 17.5858 31.9142 17.25 31.5 17.25L31.5 18.75ZM4.5 17.25C4.08578 17.25 3.75 17.5858 3.75 18C3.75 18.4142 4.08578 18.75 4.5 18.75L4.5 17.25ZM31.5 17.25L4.5 17.25L4.5 18.75L31.5 18.75L31.5 17.25Z' fill='white'/%3E%3Cpath d='M13.5 28.5L3.17678 18.1768C3.07915 18.0791 3.07915 17.9209 3.17678 17.8232L13.5 7.5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonials-section .carousel-control-next-icon {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 17.25C4.08579 17.25 3.75 17.5858 3.75 18C3.75 18.4142 4.08579 18.75 4.5 18.75V17.25ZM31.5 18.75C31.9142 18.75 32.25 18.4142 32.25 18C32.25 17.5858 31.9142 17.25 31.5 17.25V18.75ZM4.5 18.75L31.5 18.75V17.25L4.5 17.25V18.75Z' fill='white'/%3E%3Cpath d='M22.5 7.5L32.8232 17.8232C32.9209 17.9209 32.9209 18.0791 32.8232 18.1768L22.5 28.5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonials-section .carousel-indicators {
  margin: 0;
  bottom: -28px;
}

.testimonials-section .carousel-indicators [data-bs-target] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  border: 1px solid;
  border-color: #fff;
  margin: 0 9px;
}

.testimonials-section .carousel-indicators [data-bs-target].active {
  background: #E42313;
  opacity: 1;
  border-color: #E42313;
}

.team-worldwide-list-section {
  margin-bottom: 125px;
  display: block;
}

.commissions-page,
.commissions-page-sub {
  background: url("../images/backgroungs/Subtract-commissions.svg") no-repeat;
  background-position: 100% 0;
}

.commissions-page .main-title .row .col,
.commissions-page-sub .main-title .row .col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.commissions-page .page-title,
.commissions-page-sub .page-title {
  margin-bottom: 26px;
}

.comissions-image {
  position: relative;
  max-width: 555px;
  margin-left: auto;
  display: block;
  padding-left: 40px;
  padding-bottom: 40px;
}

.comissions-image img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  border-radius: 5px;
}

.comissions-image::before {
  content: '';
  background: url("../../assets/images/gots-for-image.svg") no-repeat;
  display: block;
  width: 81px;
  height: 81px;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}

.commissions-section {
  display: block;
  margin-bottom: 125px;
  margin-top: 60px;
}

.commissions-section .section-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  font-family: "Inter", sans-serif;
  margin-bottom: 42px;
}

.commissions-section .section-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  font-family: "Clarika Grotesque", sans-serif;
  color: #141619;
}

.commissions-section .section-content p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.commissions-section .section-content p * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.commissions-section .section-content p+p {
  margin-top: 18px;
  margin-bottom: 0;
}

.scientific-commissions-section {
  margin-top: 67px;
}

.scientific-commissions-section .section-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  font-family: "Inter", sans-serif;
  margin-bottom: 42px;
}

.scientific-commissions-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media all and (max-width: 768px) {
  .scientific-commissions-list {
    margin-left: 0;
    margin-right: 0;
  }
}

.commission-button-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Clarika Grotesque", sans-serif;
  color: #141619;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-decoration: none;
  background: #F4F6F8;
  border-radius: 7px;
  padding: 18px 22px 18px;
  -ms-flex: 1 0 calc(50% - 30px);
  flex: 1 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin: 0 15px;
  margin-top: 24px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
}

@media all and (max-width: 768px) {
  .commission-button-item {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 12px;
    padding: 12px 18px 12px;
  }

  .commission-button-item:first-of-type {
    margin-top: 24px;
  }
}

.commission-button-item+.commission-button-item {
  margin-top: 24px;
}

@media all and (max-width: 768px) {
  .commission-button-item+.commission-button-item {
    margin-top: 12px;
  }
}

.commission-button-item>svg,
.commission-button-item>.icon {
  margin-left: auto;
}

.commission-button-item:hover,
.commission-button-item:focus {
  background: #F9FAFB;
  color: #141619;
}

.commissions-page-sub .commissions-section {
  margin-top: 0;
}

.contacts-section {
  position: relative;
  padding: 4.5% 0 12px 0;
}

@media screen and (max-width: 576px) {
  .contacts-section {
    padding: 32px 0 12px 0;
  }
}

.contacts-section .section-content {
  position: relative;
}

.aija-history {
  padding-top: 110px;
  padding-bottom: 50px;
  background: #fff;
}

.aija-history .section-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 10px;
}

.aija-history .section-title:after {
  width: 50px;
}

.aija-history .history-items {
  padding: 55px 0;
  position: relative;
}

.aija-history .history-items:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(223, 227, 232, 0)), color-stop(10.42%, #DFE3E8), color-stop(89.06%, #DFE3E8), to(rgba(223, 227, 232, 0)));
  background: -o-linear-gradient(top, rgba(223, 227, 232, 0) 0%, #DFE3E8 10.42%, #DFE3E8 89.06%, rgba(223, 227, 232, 0) 100%);
  background: linear-gradient(180deg, rgba(223, 227, 232, 0) 0%, #DFE3E8 10.42%, #DFE3E8 89.06%, rgba(223, 227, 232, 0) 100%);
}

.aija-history .history-items .history-item {
  position: relative;
  margin-bottom: 23px;
}

.aija-history .history-items .history-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #E42313;
  border-radius: 50%;
  left: calc(50% - 4px);
  top: calc(0% + 22px);
  z-index: 3;
}

@media all and (max-width: 767px) {
  .aija-history .history-items .history-item:before {
    display: none;
  }
}

.aija-history .history-items .history-item:after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background: #F4F6F8;
  border: 1px solid #8997A8;
  border-radius: 50%;
  left: calc(50% - 26px);
  top: 0;
  z-index: 2;
}

@media all and (max-width: 767px) {
  .aija-history .history-items .history-item:after {
    display: none;
  }
}

.aija-history .history-items .history-item:nth-child(odd) .history-date {
  padding-right: 40px;
  padding-top: 14px;
  text-align: right;
}

.aija-history .history-items .history-item:nth-child(odd) .history-desc .history-text {
  border-radius: 7px;
  overflow: hidden;
  margin-left: 43px;
}

@media all and (max-width: 767px) {
  .aija-history .history-items .history-item:nth-child(odd) .history-date {
    text-align: left;
  }

  .aija-history .history-items .history-item:nth-child(odd) .history-desc {
    padding: 0;
  }

  .aija-history .history-items .history-item:nth-child(odd) .history-desc .history-text {
    border-radius: 7px;
    overflow: hidden;
    margin: 0;
  }
}

.aija-history .history-items .history-item:nth-child(even) .history-date {
  text-align: left;
  padding-left: 42px;
  padding-top: 14px;
  -ms-flex-order: 2;
  order: 2;
}

.aija-history .history-items .history-item:nth-child(even) .history-desc {
  -ms-flex-order: 1;
  order: 1;
  text-align: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.aija-history .history-items .history-item:nth-child(even) .history-desc .history-text {
  border-radius: 7px;
  overflow: hidden;
  margin-right: 40px;
}

@media all and (max-width: 767px) {
  .aija-history .history-items .history-item:nth-child(even) .history-date {
    -ms-flex-order: 1;
    order: 1;
    padding-right: 0;
    padding-top: 14px;
    text-align: right;
  }

  .aija-history .history-items .history-item:nth-child(even) .history-desc {
    -ms-flex-order: 2;
    order: 2;
  }

  .aija-history .history-items .history-item:nth-child(even) .history-desc .history-text {
    margin: 0;
  }
}

.aija-history .history-items .history-item .history-date {
  font-family: "Inter", sans-serif;
}

@media all and (max-width: 767px) {
  .aija-history .history-items .history-item .history-date {
    width: 100%;
  }
}

.aija-history .history-items .history-item .history-date span {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
}

.aija-history .history-items .history-item .history-desc {
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 767px) {
  .aija-history .history-items .history-item .history-desc {
    width: 100%;
  }
}

.aija-history .history-items .history-item .history-desc .history-text {
  max-width: 430px;
  background: #F9FAFB;
  padding: 16px 16px 23px;
}

@media all and (max-width: 767px) {
  .aija-history .history-items .history-item .history-desc .history-text {
    width: 100%;
  }
}

.aija-history .history-items .history-item .history-desc .history-text .history-title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 21px;
  color: #162231;
  margin-bottom: 8px;
}

.aija-history .history-items .history-item .history-desc .history-text .history-content {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #162231;
  margin-bottom: 18px;
  height: 68px;
  overflow: hidden;
}

.aija-history .history-items .history-item .history-desc .history-text .section-more-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
}

.sponsorship-page,
.sponsorship-page-sub {
  background: url("../images/backgroungs/Subtract-sponsorship.svg") no-repeat;
  background-position: 100% 0;
}

.sponsorship-page .main-title,
.sponsorship-page-sub .main-title {
  margin-top: 52px;
}

.sponsorship-page .main-title .row .col,
.sponsorship-page-sub .main-title .row .col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.sponsorship-page .page-title,
.sponsorship-page-sub .page-title {
  margin-bottom: 26px;
}

.sponsorship-page-sub .sponsorship-section {
  margin-top: 0;
}

.sponsorship-image {
  position: relative;
  max-width: 555px;
  margin-left: auto;
  display: block;
  padding-left: 40px;
  padding-bottom: 40px;
}

.sponsorship-image img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  border-radius: 5px;
}

.sponsorship-image::before {
  content: '';
  background: url("../../assets/images/gots-for-image.svg") no-repeat;
  display: block;
  width: 81px;
  height: 81px;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sponsorship-section {
  display: block;
  margin-bottom: 125px;
  margin-top: 60px;
}

.sponsorship-section .section-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  font-family: "Inter", sans-serif;
  margin-bottom: 42px;
}

.sponsorship-section .section-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  font-family: "Clarika Grotesque", sans-serif;
  color: #141619;
}

.sponsorship-section .section-content p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.sponsorship-section .section-content p * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.sponsorship-section .section-content p+p {
  margin-top: 18px;
  margin-bottom: 0;
}

.annual-sponsorship {
  position: relative;
  padding: 92px 0 71px 0;
  background: #EDF0F3;
}

@media screen and (max-width: 576px) {
  .annual-sponsorship {
    padding: 52px 0 52px 0;
  }
}

.annual-sponsorship .section-content {
  position: relative;
  margin-bottom: 27px;
}

.annual-sponsorship .section-content .section-title {
  margin-bottom: 34px;
}

.annual-sponsorship .section-title {
  margin-bottom: 26px;
}

.annual-sponsorship .section-more-link {
  position: absolute;
  top: 0;
  right: 12px;
}

@media screen and (max-width: 576px) {
  .annual-sponsorship .section-more-link {
    position: relative;
    right: 0;
  }
}

.become-a-sponsor {
  position: relative;
  padding: 102px 0 102px 0;
}

@media screen and (max-width: 576px) {
  .become-a-sponsor {
    padding: 52px 0 52px 0;
  }
}

.become-a-sponsor .section-content {
  position: relative;
}

.become-a-sponsor .section-content .section-title {
  margin-bottom: 40px;
}

.become-a-sponsor .section-more-link {
  position: absolute;
  top: 0;
  right: 12px;
}

@media screen and (max-width: 576px) {
  .become-a-sponsor .section-more-link {
    position: relative;
    right: 0;
  }
}

.sponsorship-section {
  position: relative;
  margin-top: 70px;
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  .sponsorship-section {
    margin-top: 52px;
  }
}

.sponsorship-section+.sponsorship-section {
  margin-bottom: 86px !important;
}

@media screen and (max-width: 576px) {
  .sponsorship-section+.sponsorship-section {
    margin-bottom: 52px !important;
  }
}

.sponsorship-section+.subscribe-to-aija {
  margin-top: 125px;
}

.sponsorship-section .section-title {
  margin-bottom: 29px;
}

.sponsorship-section .section-content {
  position: relative;
}

@media screen and (min-width: 769px) {
  .sponsorship-section .section-content {
    max-width: 650px;
    width: 100%;
  }
}

.sponsorship-section .section-content p {
  margin-bottom: 20px;
}

.sponsorship-section .section-more-link {
  position: absolute;
  top: 0;
  right: 12px;
}

@media screen and (max-width: 576px) {
  .sponsorship-section .section-more-link {
    position: relative;
    right: 0;
  }
}

.aija-team-items {
  margin-bottom: 50px;
}

.aija-team-items .contact-item .overlay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.aija-team-items .contact-item .overlay a {
  margin-bottom: 10px;
  border-radius: 3px;
}

.aija-team-items .contact-item .overlay a.btn-white {
  margin-bottom: 12px;
  background: #fff;
  border-color: #fff;
  color: #17233D;
}

.aija-team-items .contact-item .overlay a.btn-white:hover {
  color: #fff;
  background: transparent;
}

.aija-team-items .contact-item .contact-item-info {
  min-height: 103px;
  border-radius: 0 0 7px 7px;
}

.aija-team-items .contact-item .contact-item-info .contact-position {
  margin-top: 5px;
  margin-bottom: 0;
}

.aija-team-items .contact-item .contact-item-info .content-department {
  margin-bottom: 8px;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #637381;
}

.search-group {
  display: flex;
  align-items: center;
  padding: 20px 4px;
  border-radius: 6px;
}

.search-team {
  background: #F4F6F8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 22px 31px;
  margin-bottom: 50px;
  border-radius: 7px;
}

@media all and (max-width: 767px) {
  .search-team {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 22px 15px;
  }
}

.search-team .search-field-wrapper {
  margin-bottom: 0;
}

.search-team .search-field-wrapper .selectize-input {
  background-color: #fff !important;
}

.search-team .item-wrap {
  padding: 0 13px;
}

@media all and (max-width: 767px) {
  .search-team .item-wrap {
    width: 100%;
  }
}

.search-team .item-wrap label {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}

.search-team .item-wrap .selectize-input {
  height: 39px;
  border: none;
}

.search-team .item-wrap .selectize-input .focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.search-team .item-wrap .selectize-input:focus,
.search-team .item-wrap .selectize-input:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.search-team .item-wrap .selectize-input input {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px !important;
  color: #162231;
  height: 100%;
}

.search-team .item-wrap .selectize-input input::-webkit-input-placeholder {
  color: #162231;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px !important;
}

.search-team .item-wrap .selectize-input input::-moz-placeholder {
  color: #162231;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px !important;
}

.search-team .item-wrap .selectize-input input:-ms-input-placeholder {
  color: #162231;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px !important;
}

.search-team .item-wrap .selectize-input input::-ms-input-placeholder {
  color: #162231;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px !important;
}

.search-team .item-wrap .selectize-input input::placeholder {
  color: #162231;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px !important;
}

.search-team .item-wrap button {
  margin-bottom: 7px !important;
}

@media all and (max-width: 767px) {
  .search-team .item-wrap button {
    margin-top: 10px;
  }
}

.search-team .item-wrap button.btn-red:focus,
.search-team .item-wrap button.btn-red:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  color: #E42313 !important;
}

.team-member-section {
  margin-top: 25px;
  margin-bottom: 50px;
}

.team-member-section .single-image img {
  width: 100%;
  max-width: 270px;
}

.team-member-section .member-name {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #162231;
  margin-top: 5px;
  margin-bottom: 8px;
}

.team-member-section .member-position {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #162231;
}

.team-member-section .member-department {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #637381;
  margin-bottom: 25px;
}

.team-member-section .member-description {
  line-height: 21px;
}

.team-member-section .member-description p {
  line-height: 21px;
  margin-bottom: 20px;
}

.team-member-section .member-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: end;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
}

@media all and (max-width: 767px) {
  .team-member-section .member-social {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.team-member-section .member-social a.contact-item__more {
  margin: 0 8px;
  font-weight: 600;
  font-family: "Clarika Grotesque", sans-serif;
  border-radius: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.team-member-section .member-social a.contact-item__more:hover,
.team-member-section .member-social a.contact-item__more:focus {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #E42313;
  color: #fff;
  border-color: #162231;
}

.team-member-section .member-social a.contact-item__more.btn-gray {
  background: #F4F6F8;
  color: #162231;
  border-color: #F4F6F8;
}

.team-member-section .member-social a.contact-item__more.btn-gray:hover,
.team-member-section .member-social a.contact-item__more.btn-gray:focus {
  background: #F4F6F8;
  color: #162231;
  border-color: #162231;
}

.membership-page,
.supporting-membership-page,
.membership-page-sub {
  background: url("../images/backgroungs/Subtract-membership.svg") no-repeat;
  background-position: 100% 0;
}

.membership-page .main-title,
.membership-page-sub .main-title,
.supporting-membership-page .main-title,
.supporting-membership-page-sub .main-title {
  margin-top: 52px;
  margin-bottom: 106px;
}

.membership-page .main-title .row .col,
.membership-page-sub .main-title .row .col,
.supporting-membership-page .main-title .row .col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.membership-page .page-title,
.supporting-membership-page .page-title,
.membership-page-sub .page-title {
  margin-bottom: 26px;
}

.membership-page .section-content .section-actions,
.supporting-membership-page .section-content .section-actions,
.membership-page-sub .section-content .section-actions {
  margin-top: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 576px) {

  .membership-page .section-content .section-actions,
  .supporting-membership-page .section-content .section-actions,
  .membership-page-sub .section-content .section-actions {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.membership-page .section-content .section-actions .aija-button,
.supporting-membership-page .section-content .section-actions .aija-button,
.membership-page-sub .section-content .section-actions .aija-button {
  margin-top: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 576px) {

  .membership-page .supporting-membership-page .section-content .section-actions .aija-button,
  .membership-page-sub .section-content .section-actions .aija-button {
    margin-left: 0;
  }
}

.membership-page .notes-row .notes-title,
.membership-page-sub .notes-row .notes-title,
.supporting-membership-page .notes-row .notes-title {
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #162231;
  margin: 0;
  margin-bottom: 5px;
}

.membership-page .notes-row .notes-content,
.membership-page-sub .notes-row .notes-content,
.supporting-membership-page .notes-row .notes-content {
  font-family: "Clarika Grotesque", sans-serif;
  font-size: 14px;
  line-height: 17px;
}

.membership-page .notes-row .notes-content *,
.membership-page-sub .notes-row .notes-content *,
.supporting-membership-page-sub .notes-row .notes-content * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.membership-page-sub {
  background: url("../images/backgroungs/Subtract-commissions.svg") no-repeat;
  background-position: 100% 0;
}

.membership-page-sub.orange {
  background: url("../images/backgroungs/Subtract-membership-orange.svg") no-repeat;
  background-position: 100% 0;
}

.membership-page-sub.blue {
  background: url("../images/backgroungs/Subtract-commissions.svg") no-repeat;
  background-position: 100% 0;
}

.membership-page-sub.red {
  background: url("../images/backgroungs/Subtract-membership-red.svg") no-repeat;
  background-position: 100% 0;
}

.membership-image {
  position: relative;
  max-width: 555px;
  margin-left: auto;
  display: block;
  padding-left: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 769px) {
  .membership-image {
    margin-top: 60px;
  }
}

.membership-image img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  border-radius: 5px;
}

.membership-image::before {
  content: '';
  background: url("../../assets/images/gots-for-image.svg") no-repeat;
  display: block;
  width: 81px;
  height: 81px;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}

.as-member-section {
  position: relative;
  padding: 92px 0 71px 0;
  background: #EDF0F3;
}

@media screen and (max-width: 576px) {
  .as-member-section {
    padding: 52px 0 52px 0;
  }
}

.as-member-section .section-content {
  position: relative;
  margin-bottom: 27px;
}

.as-member-section .section-content .section-title {
  margin-bottom: 34px;
}

.as-member-section .section-title {
  margin-bottom: 26px;
}

.as-member-section .section-more-link {
  position: absolute;
  top: 0;
  right: 12px;
}

@media screen and (max-width: 576px) {
  .as-member-section .section-more-link {
    position: relative;
    right: 0;
  }
}

.choose-membership-section {
  position: relative;
  margin: 90px 0 90px 0;
}

@media screen and (max-width: 576px) {
  .choose-membership-section {
    margin: 52px 0 52px 0;
  }
}

.choose-membership-section .section-content {
  position: relative;
}

.choose-membership-section .section-content .section-title {
  margin-bottom: 33px;
}

.choose-membership-section .section-more-link {
  position: absolute;
  top: 0;
  right: 12px;
}

@media screen and (max-width: 576px) {
  .choose-membership-section .section-more-link {
    position: relative;
    right: 0;
  }
}

.members-amount-section {
  background: -o-linear-gradient(189.25deg, #17233D 0%, #283A60 100%), #fff;
  background: linear-gradient(260.75deg, #17233D 0%, #283A60 100%), #fff;
  position: relative;
  padding: 99px 0 154px;
}

@media screen and (max-width: 576px) {
  .members-amount-section {
    padding: 90px 0 66px;
  }
}

.members-amount-section:before,
.members-amount-section:after {
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)), #fff;
  background: -o-linear-gradient(bottom, #fff, #fff), #fff;
  background: linear-gradient(0deg, #fff, #fff), #fff;
  opacity: 0.01;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: initial;
  bottom: initial;
  width: 638px;
  height: 318px;
}

.members-amount-section::before {
  top: initial;
  right: initial;
  left: 70px;
  bottom: 0;
  width: 278px;
  height: 196px;
}

.members-amount-section .section-content .col {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 464px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 769px) {
  .members-amount-section .section-content .col {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: initial;
    border: none;
  }

  .members-amount-section .section-content .col+.col {
    margin-top: 66px;
  }
}

@media screen and (max-width: 576px) {
  .members-amount-section .section-content .col {
    padding: 0 24px;
    min-height: initial;
    border: none;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.members-amount-section .amount-preview {
  border-left: 2px solid #ffffff;
  margin-left: -13px;
  padding-left: 32px;
  max-width: 264px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 769px) {
  .members-amount-section .amount-preview {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 12px;
  }
}

.members-amount-section .amount-preview * {
  color: #fff;
}

.members-amount-section .amount-preview+.amount-preview {
  margin-top: 66px;
}

@media screen and (max-width: 769px) {
  .members-amount-section .amount-preview+.amount-preview {
    margin-top: 0;
  }
}

@media screen and (max-width: 576px) {
  .members-amount-section .amount-preview+.amount-preview {
    margin-top: 30px;
  }
}

.members-amount-section .amount-preview .number {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
}

.members-amount-section .amount-preview .description {
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.members-amount-section .amount-preview .image {
  margin-top: 21px;
  max-width: 192px;
}

.members-amount-section .amount-preview .image img {
  display: block;
  width: 100%;
  height: auto;
}

.members-amount-section .amount-preview.big {
  position: relative;
  margin-left: -13px;
  padding-left: 39px;
}

@media screen and (max-width: 769px) {
  .members-amount-section .amount-preview.big {
    margin-left: 0;
    padding-left: 38px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 576px) {
  .members-amount-section .amount-preview.big {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 12px;
  }
}

.members-amount-section .amount-preview.big::before {
  content: '';
  background: url("../../assets/images/gots-for-image.svg") no-repeat;
  display: block;
  width: 86px;
  height: 86px;
  background-size: contain;
  position: absolute;
  right: 7%;
  top: -32px;
  opacity: .15;
}

@media screen and (max-width: 769px) {
  .members-amount-section .amount-preview.big::before {
    right: -32px;
  }
}

@media screen and (max-width: 576px) {
  .members-amount-section .amount-preview.big::before {
    right: 7%;
  }
}

.members-amount-section .amount-preview.big .number {
  font-size: 50px;
}

.members-amount-section .amount-preview.big .description {
  font-size: 20px;
}

.membership-banner {
  position: relative;
  margin: 90px 0 90px;
}

@media screen and (max-width: 576px) {
  .membership-banner {
    margin: 52px 0;
  }
}

.membership-banner__container {
  background-color: #EDF0F3;
  background-image: url("../../assets/images/membership-banner.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
  -webkit-box-shadow: 0px 1px 2px #E7EAED;
  box-shadow: 0px 1px 2px #E7EAED;
  border-radius: 7px;
  position: relative;
  min-height: 233px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1080px) {
  .membership-banner__container {
    background-position: 15% 50%;
  }
}

@media screen and (max-width: 769px) {
  .membership-banner__container {
    background-position: 15% 50%;
  }
}

@media screen and (max-width: 640px) {
  .membership-banner__container {
    background-image: none;
  }
}

.membership-banner .banner-content {
  padding: 0;
  padding-left: 40px;
  border-radius: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 386px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .membership-banner .banner-content {
    max-width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .membership-banner .banner-content {
    padding: 0 12px;
  }
}

.membership-banner .banner-content .item-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.membership-banner .banner-content .item-header .left-side {
  margin-right: 12px;
}

.membership-banner .banner-content .item-header .left-side .icon {
  border-radius: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  min-width: 32px;
  padding: 4px;
}

.membership-banner .banner-content .item-header .left-side .icon img,
.membership-banner .banner-content .item-header .left-side .icon svg {
  display: block;
  width: 100%;
  height: auto;
}

.membership-banner .banner-content .item-header .left-side .icon.blue {
  background: rgba(17, 159, 220, 0.1);
}

.membership-banner .banner-content .item-header .left-side .icon.sky {
  background: rgba(77, 223, 223, 0.1);
}

.membership-banner .banner-content .item-header .left-side .icon.orange {
  background: rgba(255, 169, 40, 0.1);
}

.membership-banner .banner-content .item-header .left-side .icon.red {
  background: rgba(228, 36, 19, 0.1);
}

.membership-banner .banner-content .item-header .left-side .icon.gray {
  background: rgba(22, 34, 49, 0.1);
}

.membership-banner .banner-content .item-header .right-side {
  -ms-flex: 1;
  flex: 1;
}

.membership-banner .banner-content .item-header .cart-title {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #162231;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
}

.membership-banner .banner-content .item-header .cart-title * {
  color: inherit;
  font-family: inherit;
}

.membership-banner .banner-content .item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Clarika Grotesque", sans-serif;
  color: #454F5B;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  -ms-flex: 1;
  flex: 1;
  margin-top: 11px;
}

.membership-banner .banner-content .item-content * {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
}

.membership-banner .banner-content .item-content p {
  margin-bottom: 11px;
}

.membership-banner .banner-content .item-content p a {
  color: inherit;
  font-weight: 700;
}

.membership-banner .banner-content .item-content b,
.membership-banner .banner-content .item-content strong {
  font-weight: 700 !important;
}

.membership-banner .banner-content .more-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Clarika Grotesque", sans-serif;
  color: #162231;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  margin: 0 auto 0 auto;
  margin-left: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: auto;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-top: 30px;
}

@media screen and (max-width: 576px) {
  .membership-banner .banner-content .more-link {
    margin: 22px auto 0 auto;
    margin-left: 0;
  }
}

.membership-banner .banner-content .more-link>svg,
.membership-banner .banner-content .more-link>.icon {
  margin-left: 6px;
}

.membership-banner .banner-content .more-link:hover,
.membership-banner .banner-content .more-link:focus {
  color: #E42313;
}

.membership-banner .banner-content .more-link.fill {
  background: #E42313;
  border-color: #E42313;
  color: #fff;
  border-radius: 5px;
  padding: 8px 16px;
  min-height: 41px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  line-height: 1;
}

.membership-banner .banner-content .more-link.fill:hover,
.membership-banner .banner-content .more-link.fill:focus {
  background: transparent;
  color: #E42313;
  border-color: #E42313;
}

.annual-membership-section {
  position: relative;
  padding: 52px 0 125px 0;
  background: #ffffff;
}

@media screen and (max-width: 576px) {
  .annual-membership-section {
    padding: 52px 0 52px 0;
  }
}

.annual-membership-section .section-content {
  position: relative;
  margin-bottom: 0;
}

.annual-membership-section .section-content .section-title {
  margin-bottom: 34px;
}

.annual-membership-section .section-title {
  margin-bottom: 26px;
}

.annual-membership-section .section-more-link {
  position: absolute;
  top: 0;
  right: 12px;
}

@media screen and (max-width: 576px) {
  .annual-membership-section .section-more-link {
    position: relative;
    right: 0;
  }
}

.contact-us-page .main-title {
  margin-top: 47px;
}

.contact-us-page .page-title {
  margin-bottom: 55px !important;
}

.faq-section {
  margin-top: 31px;
  margin-bottom: 100px;
}

.faq-section .faq-items {
  border: 1px solid #F1F4F7;
  -webkit-box-shadow: 0px 4px 5px rgba(15, 43, 78, 0.04);
  box-shadow: 0px 4px 5px rgba(15, 43, 78, 0.04);
  border-radius: 7px;
  margin-bottom: 16px;
  overflow: hidden;
}

.faq-section .faq-items h4 {
  margin-bottom: 0;
}

.faq-section .faq-items h4 button {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #162231;
  padding: 20px;
}

.faq-section .faq-items h4 button:after {
  background: url("../images/icons/faq-open.svg") no-repeat 50% 50%;
  content: '';
  width: 20px;
  height: 20px;
}

.faq-section .faq-items h4 button:not(.collapsed):after {
  background: url("../images/icons/faq-close.svg") no-repeat 50% 50%;
  content: '';
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.faq-section .faq-items h4 button:not(.collapsed),
.faq-section .faq-items h4 button:hover,
.faq-section .faq-items h4 button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
  color: #162231;
}

.faq-section .faq-items .accordion-collapse {
  padding: 0 20px 23px;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #454F5B;
  max-width: 90%;
}

@media all and (max-width: 767px) {
  .faq-section .faq-items .accordion-collapse {
    max-width: 100%;
  }
}

.faq-section .faq-items .accordion-collapse ul {
  margin-top: 20px;
  padding-left: 10px;
  margin-bottom: 0;
}

.faq-section .faq-items .accordion-collapse ul li {
  list-style: none;
}

.faq-section .faq-items .accordion-collapse ul li:before {
  content: '.';
  display: inline-block;
  width: 14px;
  height: 20px;
  position: relative;
  bottom: 5px;
  font-size: 24px;
  line-height: 11px;
}

.news-filter {
  margin-bottom: 62px;
}

@media all and (max-width: 640px) {
  .news-filter {
    margin-bottom: 50px;
  }
}

.news-filter .load-more-news {
  margin: 0 auto;
}

.news-filter .news-results {
  margin-top: 62px;
}

.news-filter .news-results .col {
  margin-bottom: 62px;
}

.news-filter .filter-toggle {
  display: none;
  background: #F4F6F8;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 30px;
}

.news-filter .filter-toggle:after {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../../assets/images/icons/filter.svg") no-repeat;
}

@media all and (max-width: 640px) {
  .news-filter .filter-toggle {
    display: -ms-flexbox;
    display: flex;
  }
}

.news-filter .form-news-filter {
  background: #F4F6F8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 16px 18px 22px;
  border-radius: 7px;
}

@media all and (max-width: 991px) {
  .news-filter .form-news-filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media all and (max-width: 640px) {
  .news-filter .form-news-filter {
    display: none;
  }

  .news-filter .form-news-filter.active {
    display: -ms-flexbox;
    display: flex;
  }
}

.news-filter .form-news-filter .form-group {
  width: 100%;
  max-width: 220px;
  margin: 0 12px;
  position: relative;
}

@media all and (max-width: 991px) {
  .news-filter .form-news-filter .form-group {
    max-width: calc(50% - 24px);
    margin-bottom: 12px;
  }
}

@media all and (max-width: 640px) {
  .news-filter .form-news-filter .form-group {
    max-width: 100%;
    margin-bottom: 12px;
  }
}

.news-filter .form-news-filter .form-group>label {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 0;
}

.news-filter .form-news-filter .form-group.buttons-filter {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media all and (max-width: 440px) {
  .news-filter .form-news-filter .form-group.buttons-filter {
    max-width: 100%;
    width: 100%;
  }
}

@media all and (max-width: 440px) {
  .news-filter .form-news-filter .form-group.buttons-filter .btn-group {
    max-width: 100%;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
}

@media all and (max-width: 440px) {
  .news-filter .form-news-filter .form-group.buttons-filter .radio-button {
    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: 8px;
  }
}

.news-filter .form-news-filter .form-group.buttons-filter .radio-button+.radio-button {
  margin-left: 10px;
}

@media all and (max-width: 440px) {
  .news-filter .form-news-filter .form-group.buttons-filter .radio-button+.radio-button {
    margin-left: 0;
  }
}

.news-filter .form-news-filter .form-group.buttons-filter .radio-button label {
  min-height: 40px;
}

.news-filter .form-news-filter .form-group.reset {
  max-width: inherit;
  width: auto;
  min-width: 120px;
  text-align: center;
  margin-top: 16px;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: right;
}

.news-filter .form-news-filter .form-group.reset a {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #17233D;
}

.news-filter .form-news-filter .form-group.reset a:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../../assets/images/icons/Close.svg");
  background-size: cover;
  margin-right: 5px;
}

.news-filter .form-news-filter .form-group.reset a:hover {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #E42313;
}

.news-filter .form-news-filter .form-group.reset a:hover:before {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.news-filter .form-news-filter .form-group select,
.news-filter .form-news-filter .form-group input {
  width: 100%;
  max-width: 220px;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 9px 14px;
  border-radius: 7px;
}

@media all and (max-width: 991px) {

  .news-filter .form-news-filter .form-group select,
  .news-filter .form-news-filter .form-group input {
    max-width: 100%;
  }
}

.news-filter .form-news-filter .form-group select::-webkit-input-placeholder,
.news-filter .form-news-filter .form-group input::-webkit-input-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #637381;
}

.news-filter .form-news-filter .form-group select::-moz-placeholder,
.news-filter .form-news-filter .form-group input::-moz-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #637381;
}

.news-filter .form-news-filter .form-group select:-ms-input-placeholder,
.news-filter .form-news-filter .form-group input:-ms-input-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #637381;
}

.news-filter .form-news-filter .form-group select::-ms-input-placeholder,
.news-filter .form-news-filter .form-group input::-ms-input-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #637381;
}

.news-filter .form-news-filter .form-group select::placeholder,
.news-filter .form-news-filter .form-group input::placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #637381;
}

.news-filter .form-news-filter .form-group select:hover,
.news-filter .form-news-filter .form-group select:focus,
.news-filter .form-news-filter .form-group input:hover,
.news-filter .form-news-filter .form-group input:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.news-filter .form-news-filter .form-group select#location,
.news-filter .form-news-filter .form-group input#location {
  background-color: #fff;
  background-image: url("../../assets/images/icons/Location.svg");
  background-size: 14px;
}

.news-filter .form-news-filter .form-group select#event-date,
.news-filter .form-news-filter .form-group input#event-date {
  background-color: #fff;
  background-image: url("../../assets/images/icons/Calendar.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 47%;
  background-size: 18px;
}

.modal-open {
  padding-right: 0 !important;
}

.modal-open .main-container,
.modal-open .main-header {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}

#people-modal .modal-dialog {
  max-width: 750px;
}

#people-modal .modal-dialog .modal-content {
  padding: 40px;
}

#people-modal .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 0;
}

#people-modal .modal-dialog .modal-content .modal-header .modal-title {
  color: #162231;
  margin-bottom: 53px;
  text-align: center;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
}

#people-modal .modal-dialog .modal-content .modal-header .btn-close {
  right: 28px;
  top: 28px;
  position: absolute;
  width: 12px;
  height: 12px;
  background-size: 12px;
  opacity: 1;
}

#people-modal .modal-dialog .modal-content .modal-header .btn-close:hover,
#people-modal .modal-dialog .modal-content .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#people-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  border: none;
  max-height: 600px;
  overflow: auto;
}

#people-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: transparent;
}

#people-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

#people-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background: transparent;
}

.people-item {
  margin-bottom: 17px;
  background: #F9FAFB;
  border: 1px solid #C4CDD5;
  border-radius: 7px;
  padding: 12px 40px 12px 18px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.people-item .people-part {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.people-item .people-part .people-image {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  margin-right: 8px;
}

.people-item .people-part .people-info .people-name {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #162231;
  text-decoration: none;
}

.people-item .people-part .people-info .people-desc {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #637381;
}

.people-item .people-link a {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #162231;
  text-decoration: none;
}

.proposal-form h5 {
  padding-bottom: 10px;
}

.proposal-form a {
  color: #E42313;
  text-decoration: none;
}

.proposal-form textarea {
  min-height: 120px;
}

.proposal-form .form-check {
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
}

.proposal-form .form-check .form-check-label {
  height: auto !important;
}

.proposal-form p {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #454F5B;
}

.proposal-form .warning-info {
  background: rgba(188, 216, 243, 0.2);
  border-radius: 7px;
  padding: 25px 39px;
  margin: 0 auto 10px;
  text-align: center;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}

@media all and (max-width: 767px) {
  .proposal-form .warning-info {
    padding: 15px 10px;
  }
}

.proposal-form button[type='submit'].btn-red {
  min-width: 83px;
  float: right;
}

.proposal-form button[type='submit'].btn-red:hover,
.proposal-form button[type='submit'].btn-red:focus {
  color: #E42313 !important;
}

.proposal-form .form-column>span {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  color: #637381;
}

.proposal-form .form-column h6 {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #162231;
  margin-bottom: 0;
}

.proposal-form .form-column h6 span {
  color: #E42313;
}

.proposal-form .form-column>label span {
  color: #E42313;
}

.proposal-form .form-column .inline-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #DEE3E9;
}

.proposal-form .form-column .inline-section .check-clear {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #E42313;
  cursor: pointer;
  padding: 16px 0px 6px;
}

.proposal-form .form-radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.proposal-form .form-radio [type="radio"]:checked,
.proposal-form .form-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.proposal-form .form-radio [type="radio"]:checked+label,
.proposal-form .form-radio [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

.proposal-form .form-radio [type="radio"]:checked+label:before,
.proposal-form .form-radio [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #919EAB;
  border-radius: 100%;
  background: #fff;
  top: 2px;
}

.proposal-form .form-radio [type="radio"]:checked+label:before {
  border: 1px solid #E42313;
}

.proposal-form .form-radio [type="radio"]:checked+label:after,
.proposal-form .form-radio [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #E42313;
  position: absolute;
  top: 6px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.proposal-form .form-radio [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.proposal-form .form-radio [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.main-navigation {
  max-width: 240px;
  background: #17233D;
}

@media all and (min-width: 576px) {
  .main-navigation {
    width: 100%;
  }
}

.main-navigation .admin-logo {
  margin-top: 20px;
}

.main-navigation .admin-menu {
  margin-top: 16px;
  width: 100%;
}

.main-navigation .admin-menu li.nav-item {
  width: 100%;
  padding: 0;
  border-radius: 5px;
  position: relative;
  margin-bottom: 9px;
}

.main-navigation .admin-menu li.nav-item>.nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: "Mukta", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 13px !important;
}

.main-navigation .admin-menu li.nav-item>.nav-link .menu-icon {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-navigation .admin-menu li.nav-item>.nav-link .menu-icon svg,
.main-navigation .admin-menu li.nav-item>.nav-link .menu-icon img {
  height: inherit;
  display: block;
}

@media all and (max-width: 600px) {
  .main-navigation .admin-menu li.nav-item>.nav-link .menu-icon {
    margin-right: 0;
  }
}

.main-navigation .admin-menu li.nav-item>.nav-link .menu-alert {
  position: absolute;
  right: 3px;
  width: 16px;
  height: 16px;
  padding-bottom: 3px;
}

.main-navigation .admin-menu li.nav-item>.nav-link .menu-alert.msg-show {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #E42313;
  border-radius: 50%;
}

.main-navigation .admin-menu li.nav-item.active {
  background: transparent;
}

.main-navigation .admin-menu li.nav-item.active>.nav-link {
  background: rgba(255, 255, 255, 0.2);
}

.main-navigation .admin-menu li.nav-item.active.collapse-item>.nav-link {
  margin-bottom: 9px;
}

.main-navigation .admin-menu ul.collapse>li.nav-item {
  margin-bottom: 0;
}

.main-navigation .admin-menu ul.collapse>li.nav-item .menu-icon {
  position: relative;
}

.main-navigation .admin-menu ul.collapse>li.nav-item .menu-icon::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #454F5B;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.main-navigation .admin-menu ul.collapse>li.nav-item.active .menu-icon::before {
  background-color: #fff;
}

.main-navigation .admin-menu ul.collapse>li.nav-item.active .nav-link {
  background: transparent;
  font-weight: 700;
}

.top-sidebar {
  padding-top: 2px;
  background: #fff;
}

@media screen and (max-width: 440px) {
  .top-sidebar {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media all and (max-width: 767px) {
  .top-sidebar .header-search-section {
    margin-bottom: 10px;
  }
}

@media all and (max-width: 767px) {
  .top-sidebar .header-search-section label {
    min-width: 100%;
  }
}

.top-sidebar .search-field-wrapper {
  margin-bottom: 0;
}

.top-sidebar .search-field-wrapper .selectize-input {
  background-color: #fff !important;
  border: 1px solid #C4CDD5;
  border-radius: 7px;
  min-width: 280px;
  padding: 8px 8px 8px 40px;
  margin-bottom: -5px;
}

@media all and (max-width: 767px) {
  .top-sidebar .search-field-wrapper .selectize-input {
    min-width: 100%;
  }
}

.top-sidebar .search-field-wrapper .selectize-input #search-member-admin-selectized {
  font-family: "Mukta", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.top-sidebar .search-field-wrapper .selectize-input #search-member-admin-selectized::-webkit-input-placeholder {
  color: #162231;
}

.top-sidebar .search-field-wrapper .selectize-input #search-member-admin-selectized::-moz-placeholder {
  color: #162231;
}

.top-sidebar .search-field-wrapper .selectize-input #search-member-admin-selectized:-ms-input-placeholder {
  color: #162231;
}

.top-sidebar .search-field-wrapper .selectize-input #search-member-admin-selectized::-ms-input-placeholder {
  color: #162231;
}

.top-sidebar .search-field-wrapper .selectize-input #search-member-admin-selectized::placeholder {
  color: #162231;
}

.top-sidebar .search-field-wrapper .selectize-dropdown {
  margin-top: 20px;
  padding: 16px 20px;
  min-width: 396px;
  -webkit-box-shadow: 0px 4px 24px rgba(15, 43, 78, 0.08);
  box-shadow: 0px 4px 24px rgba(15, 43, 78, 0.08);
  border-radius: 10px;
  border: none;
}

@media all and (max-width: 600px) {
  .top-sidebar .search-field-wrapper .selectize-dropdown {
    min-width: 100%;
  }
}

.top-sidebar .search-field-wrapper .selectize-dropdown .selectize-dropdown-content {
  overflow-x: hidden;
  max-height: 400px;
}

.top-sidebar .search-field-wrapper .selectize-dropdown .selectize-dropdown-content .optgroup {
  margin-bottom: 14px;
}

.top-sidebar .search-field-wrapper .selectize-dropdown .selectize-dropdown-content .optgroup:before {
  display: none;
}

.top-sidebar .search-field-wrapper .selectize-dropdown .selectize-dropdown-content .optgroup>div {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin-bottom: 8px;
}

.top-sidebar .search-field-wrapper .selectize-dropdown .selectize-dropdown-content .optgroup>div.active {
  background: transparent;
}

.top-sidebar .search-field-wrapper .selectize-dropdown .selectize-dropdown-content .optgroup>div .search-image {
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.top-sidebar .search-field-wrapper .selectize-dropdown .selectize-dropdown-content .optgroup>div .search-image-event {
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.top-sidebar .search-field-wrapper .selectize-dropdown .selectize-dropdown-content .optgroup .optgroup-header {
  font-family: "Mukta", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  padding: 0;
  margin-bottom: 8px;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
}

.top-sidebar .control-section {
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.admin-main-content {
  background-color: #F9FAFB;
  max-width: calc(100% - 240px);
}

@media all and (max-width: 575px) {
  .admin-main-content {
    max-width: calc(100% - 74px);
  }
}

.admin-main-content .breadcrumb {
  margin: 0;
}

.admin-main-content .container {
  max-width: 702px;
  margin-left: calc(16.66666667% - 24px);
}

@media screen and (max-width: 1060px) {
  .admin-main-content .container {
    margin-left: auto;
  }
}

@media screen and (max-width: 980px) {
  .admin-main-content .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.admin-page-header p {
  color: #162231;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  font-family: "Mukta", sans-serif;
}

.admin-page-header p * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.admin-page-header p+p {
  margin-top: 6px;
}

.admin-page-header p:last-child {
  margin-bottom: 0 !important;
}

.admin-side-content {
  padding-bottom: 10px;
}

@media screen and (max-width: 440px) {
  .admin-side-content {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.admin-side-content--full {
  padding-bottom: 5%;
}

.admin-side-content--full .container {
  max-width: 827px;
  padding: 0;
  margin: 0;
  width: 100%;
}

.list-group-files .list-group-item {
  background: #FFFFFF;
  border: none;
  border-left: 2px solid #E42313;
  -webkit-box-shadow: 0px 1px 2px #E7EAED;
  box-shadow: 0px 1px 2px #E7EAED;
  border-radius: 8px;
  padding: 18px 18px 18px 24px;
}

.list-group-files .list-group-item+.list-group-item {
  margin-top: 20px;
}

.list-group-files .list-group-item * {
  font-family: "Mukta", sans-serif;
}

.list-group-files .list-group-item h1,
.list-group-files .list-group-item h2,
.list-group-files .list-group-item h3,
.list-group-files .list-group-item h4,
.list-group-files .list-group-item h5,
.list-group-files .list-group-item h6 {
  margin-bottom: 6px;
}

.list-group-files .list-group-item p {
  color: #162231;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  font-family: "Mukta", sans-serif;
}

.list-group-files .list-group-item p * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.list-group-files .list-group-item p+p {
  margin-top: 6px;
}

.list-group-files .list-group-item p:last-child {
  margin-bottom: 0 !important;
}

.list-group-files .list-group-item a:not(.list-item-link) {
  font-family: "Mukta", sans-serif;
  display: inline-block;
  color: #E42313;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
}

.list-group-files .list-group-item a:not(.list-item-link) * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.list-group-files .list-group-item .list-item-link {
  color: #162231;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.list-group-files .list-group-item .list-item-link+.list-item-link {
  margin-top: 12px;
}

.list-group-files .list-group-item .list-item-link>svg,
.list-group-files .list-group-item .list-item-link>.icon {
  margin-left: 6px;
}

.list-group-files .list-group-item .list-item-link:hover,
.list-group-files .list-group-item .list-item-link:focus {
  color: #E42313;
}

.pagination .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.pagination .page-item .page-link {
  background: #FFFFFF;
  border: 1px solid #DFE3E8;
  border-radius: 5px;
  padding: 5px;
  width: 28px;
  height: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #162231;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  font-family: "Mukta", sans-serif;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.pagination .page-item .page-link .icon {
  width: 18px;
  height: 18px;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination .page-item .page-link .icon svg,
.pagination .page-item .page-link .icon img {
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  width: 100%;
}

.pagination .page-item.disabled .page-link {
  opacity: .5;
}

.pagination .page-item.active .page-link {
  color: #06f;
  background: #F1F4F7;
}

.pagination .page-item:hover,
.pagination .page-item:focus {
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination .page-item:hover .page-link,
.pagination .page-item:focus .page-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #F1F4F7;
}

.pagination.align-right {
  margin-right: 0;
  margin-left: auto;
}

.pagination.align-right .page-item {
  margin-left: 8px;
}

.pagination.align-right .page-item:first-child {
  margin-left: 0;
}

.pagination.align-left {
  margin-right: auto;
  margin-left: 0;
}

.pagination.align-left .page-item {
  margin-right: 8px;
}

.pagination.align-left .page-item:last-child {
  margin-right: 0;
}

.pagination.align-center {
  margin-right: auto;
  margin-left: auto;
}

.pagination.align-center .page-item {
  margin-right: 8px;
}

.pagination.align-center .page-item:last-child {
  margin-right: 0;
}

.user-name-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.user-name-wrapper .user-photo {
  border-radius: 50%;
  overflow: hidden;
  min-height: 40px;
  min-width: 40px;
  width: 40px;
  max-width: 40px;
  height: 40px;
  max-height: 40px;
  margin-right: 8px;
}

.user-name-wrapper .user-photo img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  min-height: inherit;
  max-height: inherit;
  max-width: inherit;
  min-width: inherit;
}

.user-name-wrapper .user-name {
  color: #162231;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  font-family: "Mukta", sans-serif;
}

.user-name-wrapper .user-name * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.content-section {
  background: #FFFFFF;
  border: 1px solid #DEE3E9;
  border-radius: 7px;
  width: 100%;
  padding: 32px;
}

.content-section .image-icon {
  width: 52px;
  height: 52px;
  background: rgba(228, 36, 19, 0.1);
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 14px;
}

.content-section p {
  color: #162231;
}

.empty-section p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #162231;
}

.profile-button {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #FFFFFF;
  border: 1px solid #C4CDD5;
  border-radius: 5px;
  padding: 8px 16px;
  min-height: 36px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: max-content;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  font-family: "Clarika Grotesque", sans-serif;
  color: #162231;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.profile-button .icon {
  width: auto;
  height: 15px;
  max-height: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 7px;
}

.profile-button .icon svg,
.profile-button .icon img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.profile-button:hover,
.profile-button:focus {
  background: #F1F4F7;
  color: #162231;
}

.profile-button+.profile-button {
  margin-left: 16px;
}

.aija-button {
  background: #E42313;
  border: 1px solid #E42313;
  color: #fff;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 16px;
  min-height: 41px;
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.aija-button svg,
.aija-button img {
  display: block;
  margin-right: 8px;
  fill: #fff;
  max-width: 24px;
}

.aija-button:hover,
.aija-button:focus {
  color: #E42313;
  background: transparent;
}

.aija-button:hover svg,
.aija-button:hover img,
.aija-button:focus svg,
.aija-button:focus img {
  fill: #E42313;
}

.aija-button--transparent {
  border-color: transparent;
  background: transparent;
  color: #162231;
}

.aija-button--transparent svg {
  fill: #162231;
}

.aija-button--transparent:hover,
.aija-button--transparent:focus {
  color: #E42313;
}

.aija-button--transparent:hover svg,
.aija-button--transparent:focus svg {
  fill: #E42313;
}

.aija-button--bordered {
  border-color: #C4CDD5;
  background: transparent;
  color: #162231;
  font-weight: 600;
}

.aija-button--bordered svg {
  fill: #162231;
}

.aija-button--bordered:hover,
.aija-button--bordered:focus {
  color: #E42313;
}

.aija-button--bordered:hover svg,
.aija-button--bordered:focus svg {
  fill: #E42313;
}

.notifications-item {
  cursor: pointer;
  padding: 10px 20px 12px;
}

.notifications-item .notifications-img {
  margin-right: 8px;
  min-width: 48px;
  width: 48px;
  height: 48px;
}

.notifications-item .notifications-img img {
  display: block;
  min-width: inherit;
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.notifications-item .notifications-feature .user-name {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #1A2128;
  font-family: "Inter", sans-serif;
}

.notifications-item .notifications-feature .notifications-action {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #434D56;
}

.notifications-item .notifications-feature .notifications-action+.notifications-date {
  margin-top: 4px;
}

.notifications-item .notifications-feature .notifications-date {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #919BA3;
}

.profile {
  margin-right: 8px;
}

.profile .profile-avatar {
  width: 40px;
  height: 40px;
}

.profile-user-card,
.header-user-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
}

@media screen and (max-width: 420px) {

  .profile-user-card,
  .header-user-card {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.profile-user-card .user-photo,
.header-user-card .user-photo {
  border-radius: 50%;
  overflow: hidden;
  min-height: 80px;
  min-width: 80px;
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
  margin-right: 10px;
  margin-left: 10px;
}

@media screen and (max-width: 420px) {

  .profile-user-card .user-photo,
  .header-user-card .user-photo {
    margin: 0 auto 10px;
  }
}

.profile-user-card .user-photo img,
.header-user-card .user-photo img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  min-height: inherit;
  max-height: inherit;
  max-width: inherit;
  min-width: inherit;
}

.profile-user-card .user-info,
.header-user-card .user-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 420px) {

  .profile-user-card .user-info,
  .header-user-card .user-info {
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.profile-user-card .user-name,
.header-user-card .user-name {
  color: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  font-family: "Clarika Grotesque", sans-serif;
  color: #162231;
  margin: 0;
}

.profile-user-card .user-name *,
.header-user-card .user-name * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.profile-user-card .user-email,
.header-user-card .user-email {
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  display: block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #454F5B;
}

.profile-user-card a.user-email:hover,
.profile-user-card a.user-email:focus,
.header-user-card a.user-email:hover,
.header-user-card a.user-email:focus {
  color: #06f;
}

.header-user-card {
  padding: 10px 16px 12px;
}

.header-user-card .user-photo {
  min-height: 48px;
  min-width: 48px;
  width: 48px;
  max-width: 48px;
  height: 48px;
  max-height: 48px;
  margin-left: 8px;
  margin-right: 8px;
}

@media screen and (max-width: 420px) {
  .header-user-card .user-photo {
    margin: 0 auto 10px;
  }
}

a.profile-user-card,
a.header-user-card {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

a.profile-user-card:hover,
a.profile-user-card:focus,
a.header-user-card:hover,
a.header-user-card:focus {
  background: #EEF1F3;
}

.profile-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  width: 100%;
}

@media screen and (max-width: 915px) and (min-width: 768px) {
  .profile-actions {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .profile-actions .profile-button {
    margin-left: 0;
  }

  .profile-actions .profile-button+.profile-button {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) and (min-width: 610px) {
  .profile-actions {
    margin-top: 16px;
    margin-left: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .profile-actions .profile-button {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 610px) {
  .profile-actions {
    margin-top: 16px;
    margin-left: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .profile-actions .profile-button {
    margin-left: 0;
  }

  .profile-actions .profile-button+.profile-button {
    margin-top: 16px;
  }
}

@media screen and (max-width: 420px) {
  .profile-actions {
    -ms-flex-align: center;
    align-items: center;
  }

  .profile-actions .profile-button {
    margin-left: 0;
  }

  .profile-actions .profile-button+.profile-button {
    margin-top: 10px;
  }
}

.profile-actions .profile-button-save {
  background: #E42313;
  color: #fff;
  padding: 12px 20px;
  border-color: #E42313;
}

.profile-actions .profile-button-save:hover {
  background: #fff;
  color: #E42313;
}

.my-profile-body ul {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin-top: 12px;
  padding-bottom: 5px;
}

@media all and (max-width: 767px) {
  .my-profile-body ul {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media all and (max-width: 767px) {
  .my-profile-body ul .nav-item {
    margin-bottom: 10px;
  }
}

.my-profile-body ul .nav-item .nav-link {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #637381;
  padding: 0;
}

.my-profile-body ul .nav-item .nav-link.active {
  background: none;
  border-radius: 0;
  color: #162231;
  border-bottom: 2px solid #E42313;
}

.profile-header-widget .profile-menu {
  margin: 0;
  margin-bottom: 16px;
}

.profile-header-widget .profile-menu .profile-link>a {
  padding: 10px 8px 10px 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #1A2128;
  font-size: 14px;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.profile-header-widget .profile-menu .profile-link .icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 11px;
}

.profile-header-widget .profile-menu .profile-link .icon svg,
.profile-header-widget .profile-menu .profile-link .icon img {
  display: block;
  width: 100%;
  min-width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.profile-header-widget .profile-menu .profile-link.logout-link>a {
  font-size: 16px;
  font-weight: 600;
}

.forum-filter-wrapper,
.lesson-period-form-wrapper,
.members-directory-filter-wrapper {
  margin-bottom: 26px;
}

.chose-country-form-wrapper,
.statistics-form-wrapper {
  margin-bottom: 16px;
}

.forum-filter,
.lesson-period-form,
.chose-country-form,
.statistics-form,
.members-directory-filter {
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  border-radius: 0;
  margin: 0 -13px;
  width: calc(100% + 26px);
}

.forum-filter .search-field-wrapper,
.lesson-period-form .search-field-wrapper,
.chose-country-form .search-field-wrapper,
.statistics-form .search-field-wrapper,
.members-directory-filter .search-field-wrapper {
  margin-bottom: 0;
}

.forum-filter .search-field-wrapper .selectize-input,
.lesson-period-form .search-field-wrapper .selectize-input,
.chose-country-form .search-field-wrapper .selectize-input,
.statistics-form .search-field-wrapper .selectize-input,
.members-directory-filter .search-field-wrapper .selectize-input {
  background-color: #fff !important;
}

.forum-filter .item-wrap,
.lesson-period-form .item-wrap,
.chose-country-form .item-wrap,
.statistics-form .item-wrap,
.members-directory-filter .item-wrap {
  padding: 0 13px;
  width: auto;
  max-width: 220px;
  width: 100%;
}

@media all and (max-width: 772px) {

  .forum-filter .item-wrap,
  .lesson-period-form .item-wrap,
  .chose-country-form .item-wrap,
  .statistics-form .item-wrap,
  .members-directory-filter .item-wrap {
    max-width: 100%;
  }
}

@media all and (max-width: 767px) {

  .forum-filter .item-wrap,
  .lesson-period-form .item-wrap,
  .chose-country-form .item-wrap,
  .statistics-form .item-wrap,
  .members-directory-filter .item-wrap {
    width: 100%;
  }
}

.forum-filter .item-wrap.search-select-wrap,
.lesson-period-form .item-wrap.search-select-wrap,
.chose-country-form .item-wrap.search-select-wrap,
.statistics-form .item-wrap.search-select-wrap,
.members-directory-filter .item-wrap.search-select-wrap {
  max-width: 280px;
}

@media all and (max-width: 772px) {

  .forum-filter .item-wrap.search-select-wrap,
  .lesson-period-form .item-wrap.search-select-wrap,
  .chose-country-form .item-wrap.search-select-wrap,
  .statistics-form .item-wrap.search-select-wrap,
  .members-directory-filter .item-wrap.search-select-wrap {
    max-width: 100%;
  }
}

.forum-filter .item-wrap.submit-wrap,
.lesson-period-form .item-wrap.submit-wrap,
.chose-country-form .item-wrap.submit-wrap,
.statistics-form .item-wrap.submit-wrap,
.members-directory-filter .item-wrap.submit-wrap {
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media all and (max-width: 772px) {

  .forum-filter .item-wrap.submit-wrap,
  .lesson-period-form .item-wrap.submit-wrap,
  .chose-country-form .item-wrap.submit-wrap,
  .statistics-form .item-wrap.submit-wrap,
  .members-directory-filter .item-wrap.submit-wrap {
    max-width: 100%;
    width: 100%;
    margin-top: 15px;
  }
}

.forum-filter .item-wrap.submit-wrap button,
.lesson-period-form .item-wrap.submit-wrap button,
.chose-country-form .item-wrap.submit-wrap button,
.statistics-form .item-wrap.submit-wrap button,
.members-directory-filter .item-wrap.submit-wrap button {
  margin: 0 !important;
  padding: 8px 20px;
}

@media all and (max-width: 772px) {

  .forum-filter .item-wrap.submit-wrap button,
  .lesson-period-form .item-wrap.submit-wrap button,
  .chose-country-form .item-wrap.submit-wrap button,
  .statistics-form .item-wrap.submit-wrap button,
  .members-directory-filter .item-wrap.submit-wrap button {
    max-width: 100%;
    width: 100%;
  }
}

.forum-filter .item-wrap label,
.lesson-period-form .item-wrap label,
.chose-country-form .item-wrap label,
.statistics-form .item-wrap label,
.members-directory-filter .item-wrap label {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 4px;
}

.forum-filter .item-wrap input,
.forum-filter .item-wrap select,
.lesson-period-form .item-wrap input,
.lesson-period-form .item-wrap select,
.chose-country-form .item-wrap input,
.chose-country-form .item-wrap select,
.statistics-form .item-wrap input,
.statistics-form .item-wrap select,
.members-directory-filter .item-wrap input,
.members-directory-filter .item-wrap select {
  border: 1px solid #E9ECF0 !important;
  border-radius: 7px !important;
}

.forum-filter .item-wrap .selectize-input,
.lesson-period-form .item-wrap .selectize-input,
.chose-country-form .item-wrap .selectize-input,
.statistics-form .item-wrap .selectize-input,
.members-directory-filter .item-wrap .selectize-input {
  height: 39px;
  border: none;
}

.forum-filter .item-wrap .selectize-input .focus,
.lesson-period-form .item-wrap .selectize-input .focus,
.chose-country-form .item-wrap .selectize-input .focus,
.statistics-form .item-wrap .selectize-input .focus,
.members-directory-filter .item-wrap .selectize-input .focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.forum-filter .item-wrap .selectize-input:focus,
.forum-filter .item-wrap .selectize-input:hover,
.lesson-period-form .item-wrap .selectize-input:focus,
.lesson-period-form .item-wrap .selectize-input:hover,
.chose-country-form .item-wrap .selectize-input:focus,
.chose-country-form .item-wrap .selectize-input:hover,
.statistics-form .item-wrap .selectize-input:focus,
.statistics-form .item-wrap .selectize-input:hover,
.members-directory-filter .item-wrap .selectize-input:focus,
.members-directory-filter .item-wrap .selectize-input:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.forum-filter .item-wrap .selectize-input input,
.lesson-period-form .item-wrap .selectize-input input,
.chose-country-form .item-wrap .selectize-input input,
.statistics-form .item-wrap .selectize-input input,
.members-directory-filter .item-wrap .selectize-input input {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px !important;
  color: #162231;
  height: 100%;
}

.forum-filter .item-wrap .selectize-input input::-webkit-input-placeholder,
.lesson-period-form .item-wrap .selectize-input input::-webkit-input-placeholder,
.chose-country-form .item-wrap .selectize-input input::-webkit-input-placeholder,
.statistics-form .item-wrap .selectize-input input::-webkit-input-placeholder,
.members-directory-filter .item-wrap .selectize-input input::-webkit-input-placeholder {
  color: #162231;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px !important;
}

.forum-filter .item-wrap .selectize-input input::-moz-placeholder,
.lesson-period-form .item-wrap .selectize-input input::-moz-placeholder,
.chose-country-form .item-wrap .selectize-input input::-moz-placeholder,
.statistics-form .item-wrap .selectize-input input::-moz-placeholder,
.members-directory-filter .item-wrap .selectize-input input::-moz-placeholder {
  color: #162231;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px !important;
}

.forum-filter .item-wrap .selectize-input input:-ms-input-placeholder,
.lesson-period-form .item-wrap .selectize-input input:-ms-input-placeholder,
.chose-country-form .item-wrap .selectize-input input:-ms-input-placeholder,
.statistics-form .item-wrap .selectize-input input:-ms-input-placeholder,
.members-directory-filter .item-wrap .selectize-input input:-ms-input-placeholder {
  color: #162231;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px !important;
}

.forum-filter .item-wrap .selectize-input input::-ms-input-placeholder,
.lesson-period-form .item-wrap .selectize-input input::-ms-input-placeholder,
.chose-country-form .item-wrap .selectize-input input::-ms-input-placeholder,
.statistics-form .item-wrap .selectize-input input::-ms-input-placeholder,
.members-directory-filter .item-wrap .selectize-input input::-ms-input-placeholder {
  color: #162231;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px !important;
}

.forum-filter .item-wrap .selectize-input input::placeholder,
.lesson-period-form .item-wrap .selectize-input input::placeholder,
.chose-country-form .item-wrap .selectize-input input::placeholder,
.statistics-form .item-wrap .selectize-input input::placeholder,
.members-directory-filter .item-wrap .selectize-input input::placeholder {
  color: #162231;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px !important;
}

.forum-filter .item-wrap button,
.lesson-period-form .item-wrap button,
.chose-country-form .item-wrap button,
.statistics-form .item-wrap button,
.members-directory-filter .item-wrap button {
  margin-bottom: 7px !important;
}

@media all and (max-width: 767px) {

  .forum-filter .item-wrap button,
  .lesson-period-form .item-wrap button,
  .chose-country-form .item-wrap button,
  .statistics-form .item-wrap button,
  .members-directory-filter .item-wrap button {
    margin-top: 10px;
  }
}

.forum-filter .item-wrap button.btn-red:focus,
.forum-filter .item-wrap button.btn-red:hover,
.lesson-period-form .item-wrap button.btn-red:focus,
.lesson-period-form .item-wrap button.btn-red:hover,
.chose-country-form .item-wrap button.btn-red:focus,
.chose-country-form .item-wrap button.btn-red:hover,
.statistics-form .item-wrap button.btn-red:focus,
.statistics-form .item-wrap button.btn-red:hover,
.members-directory-filter .item-wrap button.btn-red:focus,
.members-directory-filter .item-wrap button.btn-red:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  background: transparent;
  color: #E42313 !important;
}

.lesson-period-form .item-wrap,
.statistics-form .item-wrap,
.chose-country-form .item-wrap {
  max-width: 317px;
}

.forum-filter .item-wrap {
  max-width: calc(100%/2 - 95px);
}

@media all and (max-width: 767px) {
  .forum-filter .item-wrap {
    max-width: 100%;
  }
}

.forum-filter .item-wrap.new-question {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.forum-filter .item-wrap.new-question .btn-red {
  margin-bottom: 0 !important;
  min-width: 164px;
  text-align: center;
  background: #E42313;
  color: #fff;
  border-color: #E42313;
  padding: 9px 0px;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

.forum-filter .item-wrap.new-question .btn-red:hover {
  color: #E42313;
}

.header-widget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.header-widget .header-widget-icon::after {
  display: none;
}

.header-widget .dropdown-menu {
  margin-top: 20px !important;
  min-width: 320px;
  border-radius: 10px;
  border: none;
  -webkit-box-shadow: 0px 4px 24px rgba(15, 43, 78, 0.08);
  box-shadow: 0px 4px 24px rgba(15, 43, 78, 0.08);
  padding: 0;
}

@media screen and (max-width: 321px) {
  .header-widget .dropdown-menu {
    margin-top: 28px !important;
    min-width: 280px;
  }
}

.header-widget .dropdown-menu:before {
  content: '';
  position: absolute;
  right: 18px;
  top: -20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.header-widget .dropdown-menu .dropdown-divider {
  border-color: #EEF1F3;
  margin: 0;
}

.header-widget__header {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #1A2128;
  padding: 12px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-widget__header .header-widget-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #1A2128;
  margin: 0;
  -ms-flex: 1;
  flex: 1;
}

.header-widget__header .header-widget-title * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.header-widget__header .btn {
  color: #232C34;
  padding: 0;
  min-width: 22px;
  width: 22px;
  height: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header-widget__header .btn svg,
.header-widget__header .btn img {
  min-width: inherit;
  width: inherit;
  height: inherit;
  display: block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header-widget__header .btn+.btn {
  margin-left: 10px;
}

.header-widget__header .btn.notif-dott-btn {
  padding-bottom: 11px;
  font-size: 22px;
}

.header-widget__header .btn:hover,
.header-widget__header .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #E42313;
}

.header-widget__header .btn:hover.btn-new-msg svg,
.header-widget__header .btn:focus.btn-new-msg svg {
  stroke: #E42313;
}

.header-widget__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-widget__body .header-widget-group__header {
  display: block;
  padding: 8px 16px;
}

.header-widget__body .header-widget-group__name {
  padding: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #5E6A74;
}

.header-widget__body .header-widget-group__items.type-new {
  background: #EEF1F3;
}

.header-widget__footer {
  display: block;
  padding-bottom: 4px;
}

.header-widget__footer .btn {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #E42313;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 16px;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.header-widget__footer .btn:hover,
.header-widget__footer .btn:focus {
  color: #17233D;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.article-container {
  width: 100%;
}

.article-feature {
  overflow: hidden;
  min-height: 417px;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .article-feature {
    min-height: 315px;
  }
}

.article-feature img,
.article-feature video,
.article-feature iframe {
  width: 100%;
  display: block;
  min-height: inherit;
}

.article-header {
  width: 100%;
  padding: 23px 16px 16px;
  margin: 0;
}

.article-header h1,
.article-header h2,
.article-header h3,
.article-header h4,
.article-header h5,
.article-header h6 {
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 700;
  color: #162231;
}

.article-header h1:last-child,
.article-header h2:last-child,
.article-header h3:last-child,
.article-header h4:last-child,
.article-header h5:last-child,
.article-header h6:last-child {
  margin-bottom: 0;
}

.article-header time,
.article-header .date,
.article-header .time {
  color: #637381;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  font-family: "Mulish", sans-serif;
  margin-bottom: 3px;
}

.article-body {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DEE3E9;
  -webkit-box-shadow: 0px 1px 2px #E7EAED;
  box-shadow: 0px 1px 2px #E7EAED;
  border-radius: 10px;
  overflow: hidden;
}

.article-body .content {
  display: block;
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  padding: 0 16px 30px 16px;
}

.article-body .content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #162231;
}

.article-body .content p * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.article-body .content p:last-child {
  margin-bottom: 0;
}

.article-footer {
  width: 100%;
  margin-top: 24px;
}

.article-footer .mt-sm-3 {
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .article-footer {
    margin: 0;
    margin-top: 24px;
  }

  .article-footer .col-sm-12 {
    padding: 0;
  }

  .article-footer .mt-sm-3 {
    margin-top: 16px !important;
  }
}

.lesson-nav-item {
  position: relative;
  z-index: 1;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 171px;
  padding: 24px;
  text-decoration: none;
  border-radius: 7px;
  overflow: hidden;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media screen and (max-width: 768px) {
  .lesson-nav-item+.lesson-nav-item {
    margin-top: 16px;
  }
}

.lesson-nav-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.lesson-nav-item .icon {
  width: 24px;
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lesson-nav-item .icon.prev-icon {
  margin-right: 12px;
}

.lesson-nav-item .icon.next-icon {
  margin-left: 12px;
}

.lesson-nav-item .icon svg,
.lesson-nav-item .icon img {
  display: block;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.lesson-nav-item p,
.lesson-nav-item .title,
.lesson-nav-item .description {
  font-family: "Clarika Grotesque", sans-serif;
  color: #162231;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}

.lesson-nav-item p *,
.lesson-nav-item .title *,
.lesson-nav-item .description * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.lesson-nav-item p a,
.lesson-nav-item .title a,
.lesson-nav-item .description a {
  text-decoration: none;
}

.lesson-nav-item .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lesson-nav-item .title+.description {
  margin-top: 28px;
}

.lesson-nav-item .description {
  max-width: 281px;
}

.cards-item {
  background: #FFFFFF;
  border: 1px solid #C4CDD5;
  -webkit-box-shadow: 0px 1px 2px #E7EAED;
  box-shadow: 0px 1px 2px #E7EAED;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .cards-item {
    margin-bottom: 16px;
  }
}

.cards-item__header {
  min-height: 221px;
  max-height: 221px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cards-item__header .feature {
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cards-item__header .feature svg,
.cards-item__header .feature img {
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: inherit;
  max-height: inherit;
}

.cards-item__header .feature img {
  width: 100%;
  height: auto;
}

.cards-item__context {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 14px 16px 24px;
}

.cards-item .context-header {
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 700;
  color: #162231;
  display: block;
}

.cards-item .context-header h1,
.cards-item .context-header h2,
.cards-item .context-header h3,
.cards-item .context-header h4,
.cards-item .context-header h5,
.cards-item .context-header h6 {
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 700;
  color: #162231;
}

.cards-item .context-header h1:last-child,
.cards-item .context-header h2:last-child,
.cards-item .context-header h3:last-child,
.cards-item .context-header h4:last-child,
.cards-item .context-header h5:last-child,
.cards-item .context-header h6:last-child {
  margin-bottom: 0;
}

.cards-item .context-header time,
.cards-item .context-header .date,
.cards-item .context-header .time {
  display: block;
  color: #637381;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  font-family: "Mulish", sans-serif;
  margin-bottom: 3px;
}

.cards-item .context-header+.context-body {
  margin-top: 16px;
}

.cards-item .context-header+.context-actions {
  margin-top: 16px;
}

.cards-item .context-body {
  display: block;
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}

.cards-item .context-body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #162231;
}

.cards-item .context-body p * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.cards-item .context-body p:last-child {
  margin-bottom: 0;
}

.cards-item .context-body+.context-actions {
  margin-top: 16px;
}

.cards-item .context-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 410px) {
  .cards-item .context-actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.cards-item .context-actions .card-button {
  -ms-flex: 1;
  flex: 1;
  max-width: 50%;
  min-height: 39px;
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  padding: 8px;
}

.cards-item .context-actions .card-button+.card-button {
  margin-left: 11px;
}

@media screen and (max-width: 410px) {
  .cards-item .context-actions .card-button {
    max-width: 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 0;
  }

  .cards-item .context-actions .card-button+.card-button {
    margin: 0;
    margin-top: 8px;
  }
}

.statistic-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  width: calc(100% + 16px);
}

@media screen and (max-width: 380px) {
  .statistic-row {
    margin-left: 0;
    width: 100%;
  }
}

.statistic-card {
  background: #FFFFFF;
  border: 1px solid #C4CDD5;
  -webkit-box-shadow: 0px 1px 2px #E7EAED;
  box-shadow: 0px 1px 2px #E7EAED;
  border-radius: 8px;
  min-height: 200px;
  min-width: 262px;
  max-width: initial;
  padding: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 1;
  flex: 0 1;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 16px;
}

@media screen and (max-width: 1380px) {
  .statistic-card {
    max-width: initial;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 410px) {
  .statistic-card {
    margin: 0;
    margin-bottom: 16px;
    min-width: initial;
    max-width: 100%;
    width: 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}

.statistic-card .number {
  margin-bottom: 10px;
  color: #E42313;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  font-family: "Inter", sans-serif;
}

.statistic-card .sub-number {
  font-family: "Inter", sans-serif;
  color: #17233D;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}

.statistic-card .sub-number+.sub-number {
  margin-top: 8px;
}

.statistic-card .sub-number+.number {
  margin-top: 3px;
}

.statistic-card .sub-number:last-of-type {
  margin-bottom: 10px;
}

.statistic-card p {
  font-family: "Clarika Grotesque", sans-serif;
  color: #162231;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
}

.statistic-card p * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.statistic-card p:last-child {
  margin-bottom: 0;
}

.statistic-card.card-small {
  min-width: 216px;
}

.statistic-card.card-50 {
  min-width: calc(524px + 16px);
  max-width: initial;
}

@media screen and (max-width: 1380px) {
  .statistic-card.card-50 {
    min-width: 262px;
    max-width: initial;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 410px) {
  .statistic-card.card-50 {
    min-width: initial;
    max-width: 100%;
    width: 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 0;
    margin-bottom: 16px;
  }
}

.statistic-card.card-50.smaller {
  min-width: calc(432px + 16px);
}

@media screen and (max-width: 1380px) {
  .statistic-card.card-50.smaller {
    min-width: 216px;
  }
}

.statistic-card .row {
  width: 100%;
}

.message-widget {
  position: fixed;
  bottom: 35px;
  right: 24px;
  min-width: 293px;
  max-width: 293px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px rgba(23, 35, 61, 0.12);
  box-shadow: 0px 4px 24px rgba(23, 35, 61, 0.12);
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 440px) {
  .message-widget {
    right: 12px;
    bottom: 12px;
    min-width: initial;
  }
}

.message-widget__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 56px;
  padding: 8px 16px;
}

.message-widget__header .user-photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.message-widget__header .user-photo svg,
.message-widget__header .user-photo img {
  width: inherit;
  height: inherit;
  display: block;
}

.message-widget__header .header-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #162231;
  -ms-flex: 1;
  flex: 1;
  padding-right: 24px;
}

.message-widget__header .header-title * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.message-widget__header .header-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.message-widget__header .header-actions .btn {
  padding: 0;
  min-width: 22px;
  width: 22px;
  height: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.message-widget__header .header-actions .btn svg,
.message-widget__header .header-actions .btn img {
  min-width: inherit;
  width: inherit;
  height: inherit;
  display: block;
}

.message-widget__header .header-actions .btn+.btn {
  margin-left: 16px;
}

.message-widget__header .header-actions .btn:hover,
.message-widget__header .header-actions .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.message-widget__header .header-actions .message-widget-toggle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.message-widget__header .header-actions .message-widget-toggle.collapsed {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.message-widget__list {
  max-height: 80vh;
  overflow-x: hidden;
  background: #ffffff;
  margin: 0;
  padding: 0;
  list-style: none;
}

.message-widget__list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: transparent;
}

.message-widget__list::-webkit-scrollbar {
  width: 5px;
  background-color: #F9FAFB;
}

.message-widget__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background: #5E6A74;
}

.message-widget__list .chat-list-item {
  display: block;
}

.message-widget__list .chat-list-item.hide {
  display: none !important;
}

.message-item,
.message-item-big,
.message-item-chat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 16px;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.message-item.hide,
.message-item-big.hide,
.message-item-chat.hide {
  display: none !important;
}

.message-item.type-new,
.message-item-big.type-new,
.message-item-chat.type-new {
  background: #EEF1F3;
}

.message-item.message-group .user-name,
.message-item-big.message-group .user-name,
.message-item-chat.message-group .user-name {
  font-weight: 600;
  line-height: 20px;
}

.message-item.empty-item,
.message-item-big.empty-item,
.message-item-chat.empty-item {
  color: #919EAB;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  font-family: "Mulish", sans-serif;
  margin: 0;
  margin-left: auto;
  text-align: center;
  pointer-events: none;
  border: none;
  padding: 16px 12px;
}

.message-item:hover,
.message-item:focus,
.message-item-big:hover,
.message-item-big:focus,
.message-item-chat:hover,
.message-item-chat:focus {
  background: #F9FAFB;
}

.message-item .message-header,
.message-item-big .message-header,
.message-item-chat .message-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.message-item .message-header+.message-info,
.message-item-big .message-header+.message-info,
.message-item-chat .message-header+.message-info {
  margin-top: 12px;
}

.message-item .message-time,
.message-item-big .message-time,
.message-item-chat .message-time {
  color: #919EAB;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  font-family: "Mulish", sans-serif;
  margin: 0;
  margin-left: auto;
}

.message-item .message-user,
.message-item-big .message-user,
.message-item-chat .message-user {
  position: relative;
  z-index: 1;
  margin-right: 8px;
}

.message-item .message-user .user-status,
.message-item-big .message-user .user-status,
.message-item-chat .message-user .user-status {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 10px;
  height: 10px;
  display: block;
  background: #D9DEE2;
  border: 1px solid #FFFFFF;
  border-radius: 17px;
}

.message-item .message-user .user-status.offline,
.message-item-big .message-user .user-status.offline,
.message-item-chat .message-user .user-status.offline {
  background: #D9DEE2;
}

.message-item .message-user .user-status.online,
.message-item-big .message-user .user-status.online,
.message-item-chat .message-user .user-status.online {
  background: #65D83C;
}

.message-item .message-user .user-status.busy,
.message-item-big .message-user .user-status.busy,
.message-item-chat .message-user .user-status.busy {
  background: #D9DEE2;
}

.message-item .message-info,
.message-item-big .message-info,
.message-item-chat .message-info {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.message-item .message-notif,
.message-item-big .message-notif,
.message-item-chat .message-notif {
  -ms-flex: 0 1;
  flex: 0 1;
}

.message-item .user-photo,
.message-item-big .user-photo,
.message-item-chat .user-photo {
  min-width: 40px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  border-radius: 50%;
}

.message-item .user-photo img,
.message-item-big .user-photo img,
.message-item-chat .user-photo img {
  min-width: inherit;
  width: inherit;
  min-height: inherit;
  height: inherit;
  display: block;
}

.message-item .photo-group,
.message-item-big .photo-group,
.message-item-chat .photo-group {
  position: relative;
  min-width: 40px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  margin-top: -1px;
}

.message-item .photo-group .user-photo,
.message-item-big .photo-group .user-photo,
.message-item-chat .photo-group .user-photo {
  min-width: 26px;
  width: 26px;
  height: 26px;
  min-height: 26px;
  border-radius: 50%;
  border: 1.5px solid #FFFFFF;
  position: absolute;
  z-index: 1;
  display: none;
}

.message-item .photo-group .user-photo img,
.message-item-big .photo-group .user-photo img,
.message-item-chat .photo-group .user-photo img {
  min-width: inherit;
  width: inherit;
  min-height: inherit;
  height: inherit;
  display: block;
}

.message-item .photo-group .user-photo:first-of-type,
.message-item-big .photo-group .user-photo:first-of-type,
.message-item-chat .photo-group .user-photo:first-of-type {
  display: block;
  z-index: 2;
  left: 0%;
  right: 33.33%;
  top: 33.33%;
  bottom: 0%;
}

.message-item .photo-group .user-photo:last-of-type,
.message-item-big .photo-group .user-photo:last-of-type,
.message-item-chat .photo-group .user-photo:last-of-type {
  display: block;
  left: 33.33%;
  right: 0%;
  top: 0%;
  bottom: 33.33%;
}

.message-item .user-name,
.message-item-big .user-name,
.message-item-chat .user-name {
  font-family: "Inter", sans-serif;
  color: #1A2128;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.message-item .user-name *,
.message-item-big .user-name *,
.message-item-chat .user-name * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.message-item .user-name+.message-text,
.message-item-big .user-name+.message-text,
.message-item-chat .user-name+.message-text {
  margin-top: 2px;
}

.message-item .message-text,
.message-item-big .message-text,
.message-item-chat .message-text {
  font-family: "Clarika Grotesque", sans-serif;
  color: #5E6A74;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}

.message-item .message-text p,
.message-item-big .message-text p,
.message-item-chat .message-text p {
  margin: 0;
}

.message-item .message-text p+p,
.message-item-big .message-text p+p,
.message-item-chat .message-text p+p {
  margin-top: 3px;
}

.message-item .message-text *,
.message-item-big .message-text *,
.message-item-chat .message-text * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}

.message-item .bage,
.message-item-big .bage,
.message-item-chat .bage {
  border-radius: 50%;
  background: #E42313;
  min-width: 20px;
  width: 20px;
  min-height: 20px;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  font-family: "Inter", sans-serif;
}

.message-item-big,
.message-item-chat {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-left: 3px solid transparent;
  padding: 12px 12px 23px 9px;
}

.message-item-big.active,
.message-item-chat.active {
  background: transparent;
  border-left-color: #E42313;
}

.message-item-big:hover,
.message-item-big:focus,
.message-item-chat:hover,
.message-item-chat:focus {
  background: #ffffff;
  border-left-color: #EEF1F3;
}

.message-item-chat {
  max-width: 470px;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  border-left: 0;
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
}

.message-item-chat:hover,
.message-item-chat:focus {
  background: transparent;
  border-left-color: transparent;
}

.message-item-chat .message-user {
  margin-right: 12px;
  max-width: 40px;
}

.message-item-chat .message-text {
  background: #F2F4F7;
  border-radius: 0px 8px 8px 8px;
  padding: 10px 14px;
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #162231;
  margin-top: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 28px;
}

.message-item-chat .message-text * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}

.message-item-chat.file .message-text {
  background: #FFFFFF;
  border: 1px solid #EAECF0;
  -webkit-box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: 8px 0px 8px 8px;
  color: #162231;
}

.message-item-chat.file .message-text * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}

.message-item-chat.my-msg {
  max-width: 360px;
}

.message-item-chat.my-msg .message-text {
  margin-left: 0;
  background: #17233D;
  -webkit-box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: 8px 0px 8px 8px;
  color: #fff;
}

.message-item-chat.my-msg .message-text * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}

.message-item-chat.my-msg.file .message-text {
  background: #FFFFFF;
  border: 1px solid #EAECF0;
  -webkit-box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: 8px 0px 8px 8px;
  color: #162231;
}

.message-item-chat.my-msg.file .message-text * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}

.message-item-chat.typing .message-text {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.chat-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.chat-file .file-icon {
  background: #DEE3E9;
  border: 4px solid #F4F6F8;
  border-radius: 28px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 16px;
}

.chat-file .file-icon .icon,
.chat-file .file-icon svg,
.chat-file .file-icon img {
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  min-width: 16px;
  width: 16px;
  height: 16px;
}

.chat-file .file-info {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.chat-file .file-info .file-name {
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #162231;
}

.chat-file .file-info .file-name * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}

.chat-file .file-info .file-size {
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #637381;
}

.chat-file .file-info .file-size * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}

.message-user-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.message-user-info .message-user {
  position: relative;
  z-index: 1;
  margin-right: 8px;
}

.message-user-info .message-user .user-status {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 10px;
  height: 10px;
  display: block;
  background: #D9DEE2;
  border: 1px solid #FFFFFF;
  border-radius: 17px;
}

.message-user-info .message-user .user-status.offline {
  background: #D9DEE2;
}

.message-user-info .message-user .user-status.online {
  background: #65D83C;
}

.message-user-info .message-user .user-status.busy {
  background: #D9DEE2;
}

.message-user-info .user-name {
  color: #162231;
  font-weight: 600;
  font-size: 14px;
  font-family: "Clarika Grotesque", sans-serif;
  line-height: 1;
}

.message-user-info .has-new-message {
  margin-left: 8px;
  width: 6px;
  height: 6px;
  min-width: 6px;
  min-height: 6px;
  display: block;
  border-radius: 50%;
  background: #E42313;
}

.chat-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #FFFFFF;
  border: 1px solid #DEE3E9;
  -webkit-box-shadow: 0px 1px 2px #E7EAED;
  box-shadow: 0px 1px 2px #E7EAED;
  border-radius: 10px;
  min-height: 733px;
  max-height: 733px;
  overflow: hidden;
}

@media screen and (max-width: 860px) {
  .chat-section {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .chat-section {
    min-height: 100vh;
    max-height: 100vh;
  }
}

.chat-section .chat-sidebar {
  max-width: 321px;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .chat-section .chat-sidebar {
    max-width: 250px;
  }
}

@media screen and (max-width: 860px) {
  .chat-section .chat-sidebar {
    max-width: 100%;
  }
}

.chat-section .chat-main {
  -ms-flex: 1;
  flex: 1;
}

.chat-section .chat-main.hide {
  display: none !important;
}

.chat-section .search-field-wrapper {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  position: relative;
  margin-bottom: 0;
}

.chat-section .search-field-wrapper>label {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 3px;
}

.chat-section .search-field-wrapper .serach-text {
  background-image: url("../../assets/images/icons/search.svg") !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: calc(0% + 13px) 47% !important;
  background-color: #F4F6F8;
  border-radius: 5px;
  padding-left: 40px !important;
  line-height: 1.25;
  min-height: 38px;
  padding: 9px 14px;
  font-weight: 400;
  font-size: 14px;
  color: #162231;
  font-family: "Clarika Grotesque", sans-serif;
  border-color: #F4F6F8;
}

.chat-section .search-field-wrapper .serach-text::-webkit-input-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #162231;
}

.chat-section .search-field-wrapper .serach-text::-moz-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #162231;
}

.chat-section .search-field-wrapper .serach-text:-ms-input-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #162231;
}

.chat-section .search-field-wrapper .serach-text::-ms-input-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #162231;
}

.chat-section .search-field-wrapper .serach-text::placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #162231;
}

.chat-sidebar {
  border-right: 1px solid #DEE3E9;
}

.chat-sidebar.hide {
  display: none !important;
}

.chat-sidebar.hide+.chat-main {
  display: block !important;
}

.chat-sidebar__header {
  min-height: 127px;
  border-bottom: 1px solid #DEE3E9;
  padding: 21px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.chat-sidebar__header--top,
.chat-sidebar__header--bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.chat-sidebar__header--bottom {
  margin-top: 22px;
}

.chat-sidebar__header .header-title {
  color: #162231;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  font-family: "Clarika Grotesque", sans-serif;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

.chat-sidebar__header .header-title * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.chat-sidebar__header .header-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.chat-sidebar__header .header-actions .btn {
  padding: 0;
  min-width: 22px;
  width: 22px;
  height: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.chat-sidebar__header .header-actions .btn svg,
.chat-sidebar__header .header-actions .btn img {
  min-width: inherit;
  width: inherit;
  height: inherit;
  display: block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.chat-sidebar__header .header-actions .btn+.btn {
  margin-left: 16px;
}

.chat-sidebar__header .header-actions .btn:hover,
.chat-sidebar__header .header-actions .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #E42313;
}

.chat-sidebar__header .header-actions .btn:hover.chat-new-message svg,
.chat-sidebar__header .header-actions .btn:focus.chat-new-message svg {
  stroke: #E42313;
}

.chat-sidebar__body {
  display: block;
  height: 100%;
  max-height: 100%;
}

.chat-sidebar__list {
  max-height: calc(100% - 127px);
  overflow-x: hidden;
  background: #ffffff;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chat-sidebar__list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: transparent;
}

.chat-sidebar__list::-webkit-scrollbar {
  width: 5px;
  background-color: #F9FAFB;
}

.chat-sidebar__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background: #919BA3;
}

.chat-sidebar__list .chat-list-item {
  display: block;
}

.chat-sidebar__list .chat-list-item.hide {
  display: none !important;
}

.chat-sidebar__list .message-item,
.chat-sidebar__list .message-item-big {
  border-bottom: 1px solid #DEE3E9;
}

.chat-sidebar__list .message-item:last-of-type,
.chat-sidebar__list .message-item-big:last-of-type {
  border-bottom: none;
}

.chat-main {
  display: block;
}

.chat-main__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  background: #FDFDFD;
}

.chat-main__body.hide {
  display: none !important;
}

.chat-main__header {
  min-height: 84px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 16px 23px;
  background: #FFFFFF;
  border-bottom: 1px solid #DEE3E9;
}

@media screen and (max-width: 860px) {
  .chat-main__header {
    padding: 14px;
  }
}

.chat-main__header .message-user-info {
  text-decoration: none;
  margin-right: 24px;
}

.chat-main__header .message-user-info .message-user {
  max-width: 50px;
}

.chat-main__header .message-user-info .user-name {
  margin-bottom: 0;
  text-decoration: none;
}

.chat-main__header .message-user-info .user-photo {
  min-width: 50px;
  width: 50px;
  height: 50px;
  min-height: 50px;
  border-radius: 50%;
}

.chat-main__header .message-user-info .user-photo img {
  min-width: inherit;
  width: inherit;
  min-height: inherit;
  height: inherit;
  display: block;
}

.chat-main__header .chat-sidebar-toggle {
  display: none;
  margin-right: 16px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  min-width: 18px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.chat-main__header .chat-sidebar-toggle:not(.btn-primary) {
  padding: 0;
}

.chat-main__header .chat-sidebar-toggle svg,
.chat-main__header .chat-sidebar-toggle img {
  min-width: inherit;
  width: inherit;
  height: inherit;
  display: block;
}

@media screen and (max-width: 860px) {
  .chat-main__header .chat-sidebar-toggle {
    display: -ms-flexbox;
    display: flex;
  }
}

.chat-main__header-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.chat-main__header-actions .btn {
  min-width: 18px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.chat-main__header-actions .btn:not(.btn-primary) {
  padding: 0;
}

.chat-main__header-actions .btn.btn-primary {
  border: 1px solid #E42313;
}

.chat-main__header-actions .btn svg,
.chat-main__header-actions .btn img {
  min-width: inherit;
  width: inherit;
  height: inherit;
  display: block;
}

.chat-main__header-actions .btn+.btn {
  margin-left: 16px;
}

.chat-main__header-actions .btn:hover,
.chat-main__header-actions .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.chat-main__header-actions .btn:hover.btn-primary,
.chat-main__header-actions .btn:focus.btn-primary {
  border: 1px solid #E42313;
}

.chat-main__header-actions .btn-trash {
  font-family: "Clarika Grotesque", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #162231;
}

.chat-main__header-actions .btn-trash .icon {
  margin-right: 8px;
}

@media screen and (max-width: 1160px) {
  .chat-main__header-actions .btn-trash {
    font-size: 0;
  }
}

.chat-main__header-actions .btn-trash:hover,
.chat-main__header-actions .btn-trash:focus {
  color: #E42313;
}

.chat-main__header-actions .btn-trash:hover .icon-trash,
.chat-main__header-actions .btn-trash:focus .icon-trash {
  stroke: #E42313;
}

@media screen and (max-width: 920px) {
  .chat-main__header-actions .my-profile {
    display: none !important;
  }
}

.chat-main__header-actions .message-widget-toggle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.chat-main__header-actions .message-widget-toggle.collapsed {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.chat-main__messages {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow-x: hidden;
  height: 100%;
  max-height: calc(100% - 174px);
}

.chat-main__messages .chat-list {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  padding: 24px 28px;
  overflow-x: hidden;
  height: 100%;
  max-height: 100%;
}

@media screen and (max-width: 1160px) {
  .chat-main__messages .chat-list {
    padding: 24px;
  }
}

@media screen and (max-width: 480px) {
  .chat-main__messages .chat-list {
    padding: 18px 14px;
  }
}

.chat-main__messages .chat-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: transparent;
}

.chat-main__messages .chat-list::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}

.chat-main__messages .chat-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background: #C4CDD5;
}

.chat-main__messages .chat-list .chat-list-item {
  display: block;
}

.chat-main__messages .chat-list .chat-list-item .message-item-chat {
  margin-left: 0;
  margin-right: auto;
}

.chat-main__messages .chat-list .chat-list-item.right .message-item-chat {
  margin-left: auto;
  margin-right: 0;
}

#new .chat-main__messages {
  padding: 18px 28px;
}

@media screen and (max-width: 480px) {
  #new .chat-main__messages {
    padding: 18px 14px;
  }
}

.chat-serach__list {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  overflow-x: hidden;
  height: 100%;
  max-height: 100%;
}

.chat-serach__list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: transparent;
}

.chat-serach__list::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}

.chat-serach__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background: #C4CDD5;
}

.chat-serach__list .chat-list-item {
  display: block;
  border-bottom: 1px solid #DEE3E9;
}

.chat-serach__list .chat-list-item.hide {
  display: none !important;
}

.dot-typing {
  position: relative;
  left: -9999px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #667085;
  color: #667085;
  -webkit-box-shadow: 9990px 0 0 0 #667085, 9999px 0 0 0 #98A2B3, 10008px 0 0 0 #667085;
  box-shadow: 9990px 0 0 0 #667085, 9999px 0 0 0 #98A2B3, 10008px 0 0 0 #667085;
  -webkit-animation: dotTyping 1.5s infinite linear;
  animation: dotTyping 1.5s infinite linear;
  margin: 0 10px;
  display: block;
  position: relative;
  bottom: -3px;
}

@-webkit-keyframes dotTyping {
  0% {
    -webkit-box-shadow: 9990px 0 0 0 #667085, 9999px 0 0 0 #667085, 10008px 0 0 0 #667085;
    box-shadow: 9990px 0 0 0 #667085, 9999px 0 0 0 #667085, 10008px 0 0 0 #667085;
  }

  16.667% {
    -webkit-box-shadow: 9990px -10px 0 0 #98A2B3, 9999px 0 0 0 #667085, 10008px 0 0 0 #667085;
    box-shadow: 9990px -10px 0 0 #98A2B3, 9999px 0 0 0 #667085, 10008px 0 0 0 #667085;
  }

  33.333% {
    -webkit-box-shadow: 9990px 0 0 0 #667085, 9999px 0 0 0 #667085, 10008px 0 0 0 #667085;
    box-shadow: 9990px 0 0 0 #667085, 9999px 0 0 0 #667085, 10008px 0 0 0 #667085;
  }

  50% {
    -webkit-box-shadow: 9990px 0 0 0 #667085, 9999px -10px 0 0 #98A2B3, 10008px 0 0 0 #667085;
    box-shadow: 9990px 0 0 0 #667085, 9999px -10px 0 0 #98A2B3, 10008px 0 0 0 #667085;
  }

  66.667% {
    -webkit-box-shadow: 9990px 0 0 0 #667085, 9999px 0 0 0 #667085, 10008px 0 0 0 #667085;
    box-shadow: 9990px 0 0 0 #667085, 9999px 0 0 0 #667085, 10008px 0 0 0 #667085;
  }

  83.333% {
    -webkit-box-shadow: 9990px 0 0 0 #667085, 9999px 0 0 0 #667085, 10008px -10px 0 0 #98A2B3;
    box-shadow: 9990px 0 0 0 #667085, 9999px 0 0 0 #667085, 10008px -10px 0 0 #98A2B3;
  }

  100% {
    -webkit-box-shadow: 9990px 0 0 0 #667085, 9999px 0 0 0 #667085, 10008px 0 0 0 #667085;
    box-shadow: 9990px 0 0 0 #667085, 9999px 0 0 0 #667085, 10008px 0 0 0 #667085;
  }
}

@keyframes dotTyping {
  0% {
    -webkit-box-shadow: 9990px 0 0 0 #667085, 9999px 0 0 0 #667085, 10008px 0 0 0 #667085;
    box-shadow: 9990px 0 0 0 #667085, 9999px 0 0 0 #667085, 10008px 0 0 0 #667085;
  }

  16.667% {
    -webkit-box-shadow: 9990px -10px 0 0 #98A2B3, 9999px 0 0 0 #667085, 10008px 0 0 0 #667085;
    box-shadow: 9990px -10px 0 0 #98A2B3, 9999px 0 0 0 #667085, 10008px 0 0 0 #667085;
  }

  33.333% {
    -webkit-box-shadow: 9990px 0 0 0 #667085, 9999px 0 0 0 #667085, 10008px 0 0 0 #667085;
    box-shadow: 9990px 0 0 0 #667085, 9999px 0 0 0 #667085, 10008px 0 0 0 #667085;
  }

  50% {
    -webkit-box-shadow: 9990px 0 0 0 #667085, 9999px -10px 0 0 #98A2B3, 10008px 0 0 0 #667085;
    box-shadow: 9990px 0 0 0 #667085, 9999px -10px 0 0 #98A2B3, 10008px 0 0 0 #667085;
  }

  66.667% {
    -webkit-box-shadow: 9990px 0 0 0 #667085, 9999px 0 0 0 #667085, 10008px 0 0 0 #667085;
    box-shadow: 9990px 0 0 0 #667085, 9999px 0 0 0 #667085, 10008px 0 0 0 #667085;
  }

  83.333% {
    -webkit-box-shadow: 9990px 0 0 0 #667085, 9999px 0 0 0 #667085, 10008px -10px 0 0 #98A2B3;
    box-shadow: 9990px 0 0 0 #667085, 9999px 0 0 0 #667085, 10008px -10px 0 0 #98A2B3;
  }

  100% {
    -webkit-box-shadow: 9990px 0 0 0 #667085, 9999px 0 0 0 #667085, 10008px 0 0 0 #667085;
    box-shadow: 9990px 0 0 0 #667085, 9999px 0 0 0 #667085, 10008px 0 0 0 #667085;
  }
}

.dot-spin {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: transparent;
  color: transparent;
  -webkit-box-shadow: 0 -18px 0 0 #9880ff, 12.72984px -12.72984px 0 0 #9880ff, 18px 0 0 0 #9880ff, 12.72984px 12.72984px 0 0 rgba(152, 128, 255, 0), 0 18px 0 0 rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 0 rgba(152, 128, 255, 0), -18px 0 0 0 rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 0 rgba(152, 128, 255, 0);
  box-shadow: 0 -18px 0 0 #9880ff, 12.72984px -12.72984px 0 0 #9880ff, 18px 0 0 0 #9880ff, 12.72984px 12.72984px 0 0 rgba(152, 128, 255, 0), 0 18px 0 0 rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 0 rgba(152, 128, 255, 0), -18px 0 0 0 rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 0 rgba(152, 128, 255, 0);
  -webkit-animation: dotSpin 1.5s infinite linear;
  animation: dotSpin 1.5s infinite linear;
}

@-webkit-keyframes dotSpin {

  0%,
  100% {
    -webkit-box-shadow: 0 -18px 0 0 #9880ff, 12.72984px -12.72984px 0 0 #9880ff, 18px 0 0 0 #9880ff, 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
    box-shadow: 0 -18px 0 0 #9880ff, 12.72984px -12.72984px 0 0 #9880ff, 18px 0 0 0 #9880ff, 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }

  12.5% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 0 #9880ff, 18px 0 0 0 #9880ff, 12.72984px 12.72984px 0 0 #9880ff, 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 0 #9880ff, 18px 0 0 0 #9880ff, 12.72984px 12.72984px 0 0 #9880ff, 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }

  25% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 0 #9880ff, 12.72984px 12.72984px 0 0 #9880ff, 0 18px 0 0 #9880ff, -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 0 #9880ff, 12.72984px 12.72984px 0 0 #9880ff, 0 18px 0 0 #9880ff, -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }

  37.5% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 0 #9880ff, 0 18px 0 0 #9880ff, -12.72984px 12.72984px 0 0 #9880ff, -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 0 #9880ff, 0 18px 0 0 #9880ff, -12.72984px 12.72984px 0 0 #9880ff, -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }

  50% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 0 #9880ff, -12.72984px 12.72984px 0 0 #9880ff, -18px 0 0 0 #9880ff, -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 0 #9880ff, -12.72984px 12.72984px 0 0 #9880ff, -18px 0 0 0 #9880ff, -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }

  62.5% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 0 #9880ff, -18px 0 0 0 #9880ff, -12.72984px -12.72984px 0 0 #9880ff;
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 0 #9880ff, -18px 0 0 0 #9880ff, -12.72984px -12.72984px 0 0 #9880ff;
  }

  75% {
    -webkit-box-shadow: 0 -18px 0 0 #9880ff, 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 0 #9880ff, -12.72984px -12.72984px 0 0 #9880ff;
    box-shadow: 0 -18px 0 0 #9880ff, 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 0 #9880ff, -12.72984px -12.72984px 0 0 #9880ff;
  }

  87.5% {
    -webkit-box-shadow: 0 -18px 0 0 #9880ff, 12.72984px -12.72984px 0 0 #9880ff, 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 0 #9880ff;
    box-shadow: 0 -18px 0 0 #9880ff, 12.72984px -12.72984px 0 0 #9880ff, 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 0 #9880ff;
  }
}

@keyframes dotSpin {

  0%,
  100% {
    -webkit-box-shadow: 0 -18px 0 0 #9880ff, 12.72984px -12.72984px 0 0 #9880ff, 18px 0 0 0 #9880ff, 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
    box-shadow: 0 -18px 0 0 #9880ff, 12.72984px -12.72984px 0 0 #9880ff, 18px 0 0 0 #9880ff, 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }

  12.5% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 0 #9880ff, 18px 0 0 0 #9880ff, 12.72984px 12.72984px 0 0 #9880ff, 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 0 #9880ff, 18px 0 0 0 #9880ff, 12.72984px 12.72984px 0 0 #9880ff, 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }

  25% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 0 #9880ff, 12.72984px 12.72984px 0 0 #9880ff, 0 18px 0 0 #9880ff, -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 0 #9880ff, 12.72984px 12.72984px 0 0 #9880ff, 0 18px 0 0 #9880ff, -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }

  37.5% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 0 #9880ff, 0 18px 0 0 #9880ff, -12.72984px 12.72984px 0 0 #9880ff, -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 0 #9880ff, 0 18px 0 0 #9880ff, -12.72984px 12.72984px 0 0 #9880ff, -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }

  50% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 0 #9880ff, -12.72984px 12.72984px 0 0 #9880ff, -18px 0 0 0 #9880ff, -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 0 #9880ff, -12.72984px 12.72984px 0 0 #9880ff, -18px 0 0 0 #9880ff, -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }

  62.5% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 0 #9880ff, -18px 0 0 0 #9880ff, -12.72984px -12.72984px 0 0 #9880ff;
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 0 #9880ff, -18px 0 0 0 #9880ff, -12.72984px -12.72984px 0 0 #9880ff;
  }

  75% {
    -webkit-box-shadow: 0 -18px 0 0 #9880ff, 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 0 #9880ff, -12.72984px -12.72984px 0 0 #9880ff;
    box-shadow: 0 -18px 0 0 #9880ff, 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 0 #9880ff, -12.72984px -12.72984px 0 0 #9880ff;
  }

  87.5% {
    -webkit-box-shadow: 0 -18px 0 0 #9880ff, 12.72984px -12.72984px 0 0 #9880ff, 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 0 #9880ff;
    box-shadow: 0 -18px 0 0 #9880ff, 12.72984px -12.72984px 0 0 #9880ff, 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 0 #9880ff;
  }
}

.chat-main__form {
  background: #FFFFFF;
  border: 1px solid #DEE3E9;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 24px 30px;
  width: 100%;
  max-width: calc(100% - 60px);
  margin: 0 auto 30px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 1160px) {
  .chat-main__form {
    padding: 14px;
    max-width: calc(100% - 28px);
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 380px) {
  .chat-main__form {
    padding: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-radius: 0;
    border: none;
    border-top: 1px solid #DEE3E9;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: 0;
  }
}

.chat-main__form-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 920px) {
  .chat-main__form-body {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.chat-main__form-body .chat-form-msg-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
}

.chat-main__form-body .chat-form-msg-btn+.chat-form-msg-btn {
  margin-left: 16px;
}

.chat-main__form-body .chat-form-msg-btn .icon {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.chat-main__form-body .chat-form-msg-btn.active .icon-image,
.chat-main__form-body .chat-form-msg-btn:hover .icon-image,
.chat-main__form-body .chat-form-msg-btn:focus .icon-image {
  fill: #E42313;
}

.chat-main__form-body .chat-form-msg-btn.active .icon-attach,
.chat-main__form-body .chat-form-msg-btn:hover .icon-attach,
.chat-main__form-body .chat-form-msg-btn:focus .icon-attach {
  stroke: #E42313;
}

.chat-main__form-body .chat-form-msg-btn.active .icon-emoji,
.chat-main__form-body .chat-form-msg-btn:hover .icon-emoji,
.chat-main__form-body .chat-form-msg-btn:focus .icon-emoji {
  opacity: .5;
}

.chat-main__form-actions {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 20px;
  display: none;
}

@media screen and (max-width: 920px) {
  .chat-main__form-actions {
    display: -ms-flexbox;
    display: flex;
    margin-right: 14px;
  }
}

@media screen and (max-width: 380px) {
  .chat-main__form-actions {
    margin-right: 0;
    margin-top: 2px;
  }
}

.chat-main__form-actions .btn {
  min-width: 24px;
  max-width: 24px;
  width: 24px;
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.chat-main__form-actions .btn:not(.btn-primary) {
  padding: 0;
}

.chat-main__form-actions .btn svg,
.chat-main__form-actions .btn img {
  min-width: inherit;
  width: inherit;
  height: inherit;
  display: block;
}

.chat-main__form-actions .btn+.btn {
  margin-left: 16px;
}

.chat-main__form-actions .btn .icon {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.chat-main__form-actions .btn:hover,
.chat-main__form-actions .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.chat-main__form-actions .more-toggle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: none;
}

@media screen and (max-width: 920px) {
  .chat-main__form-actions .more-toggle {
    display: block;
  }
}

@media screen and (max-width: 380px) {
  .chat-main__form-actions .more-toggle {
    margin-bottom: -5px;
  }
}

.chat-main__form-actions .more-toggle.collapsed {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.chat-main .form-actions-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 20px;
}

.chat-main .form-actions-body.collapse {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 920px) {
  .chat-main .form-actions-body.collapse {
    display: none;
    margin-right: 0;
    margin-top: 8px;
  }
}

.chat-main .form-actions-body.show {
  display: -ms-flexbox;
  display: flex;
}

.chat-main__form-message {
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.chat-main__form-message input,
.chat-main__form-message textarea {
  width: 100%;
  outline: none;
  background: transparent;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background-origin: padding-box;
  z-index: 3;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #D9DEE2;
  border-radius: 7px;
  position: relative;
  padding: 5px 46px;
  color: #162231;
  min-height: 40px;
  height: 40px;
  overflow: hidden;
}

.chat-main__form-message input:hover,
.chat-main__form-message input:focus,
.chat-main__form-message textarea:hover,
.chat-main__form-message textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #D9DEE2;
  overflow: hidden;
}

.chat-main__form-message input::-webkit-input-placeholder,
.chat-main__form-message textarea::-webkit-input-placeholder {
  color: #7B858F;
}

.chat-main__form-message input::-moz-placeholder,
.chat-main__form-message textarea::-moz-placeholder {
  color: #7B858F;
}

.chat-main__form-message input:-ms-input-placeholder,
.chat-main__form-message textarea:-ms-input-placeholder {
  color: #7B858F;
}

.chat-main__form-message input::-ms-input-placeholder,
.chat-main__form-message textarea::-ms-input-placeholder {
  color: #7B858F;
}

.chat-main__form-message input::placeholder,
.chat-main__form-message textarea::placeholder {
  color: #7B858F;
}

.chat-main__form-message textarea {
  max-height: 80px;
  overflow-x: hidden;
  resize: auto;
}

.chat-main__form-message textarea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: transparent;
}

.chat-main__form-message textarea::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}

.chat-main__form-message textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background: #C4CDD5;
}

.chat-main__form-message .chat-form-msg-btn {
  position: absolute;
  z-index: 4;
}

.chat-main__form-message .emoji-btn {
  left: 14px;
  width: 24px;
  height: 24px;
}

.chat-main__form-message .emoji-btn svg {
  display: block;
  width: inherit;
  height: inherit;
}

.chat-main__form-message .send-btn {
  right: 14px;
  width: 24px;
  height: 24px;
}

.chat-main__form-message .send-btn:hover .icon-send,
.chat-main__form-message .send-btn:focus .icon-send {
  opacity: .5;
}

.event-slider {
  margin: 0 -12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.event-slider .admin-event-item {
  margin: 0 12px;
}

.event-slider .slick-list {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  max-width: 95%;
}

@media all and (max-width: 1024px) {
  .event-slider .slick-list {
    max-width: 100%;
  }
}

.event-slider .slick-prev {
  -ms-flex-order: 2;
  order: 2;
}

.event-slider .slick-dots {
  -ms-flex-order: 3;
  order: 3;
}

.event-slider .slick-next {
  -ms-flex-order: 4;
  order: 4;
}

.event-slider-section {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #DEE3E9;
}

.title-line {
  border-left: 3px solid #E42313;
  padding-left: 7px;
  line-height: 16px;
}

.admin-event-item {
  border-radius: 7px;
  overflow: hidden;
}

.admin-event-item .event-item-image {
  position: relative;
  max-height: 390px;
}

@media all and (max-width: 1400px) {
  .admin-event-item .event-item-image {
    max-height: 330px;
  }
}

.admin-event-item .event-item-image img {
  width: 100%;
}

.admin-event-item .event-item-image .bg-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 35, 61, 0.68)), to(rgba(23, 35, 61, 0.68)));
  background: -o-linear-gradient(bottom, rgba(23, 35, 61, 0.68), rgba(23, 35, 61, 0.68));
  background: linear-gradient(0deg, rgba(23, 35, 61, 0.68), rgba(23, 35, 61, 0.68));
  z-index: 2;
}

.admin-event-item .event-item-image .event-location {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  background: #B01062;
  color: #fff;
  position: absolute;
  z-index: 3;
  padding: 4px 8px 5px;
  top: 22px;
  border-radius: 0 5px 5px 0;
}

.admin-event-item .event-item-image .event-name {
  position: absolute;
  z-index: 3;
  bottom: 0;
  max-width: 290px;
  left: 14px;
  width: 100%;
  margin-bottom: 20px;
}

.admin-event-item .event-item-image .event-name a {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  text-decoration: none;
}

.admin-event-item .event-item-info {
  border: 1px solid #DEE3E9;
  border-radius: 0 0 7px 7px;
  padding: 14px 13px;
}

.admin-event-item .event-item-info .event-item__content .event-date {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #454F5B;
  margin-bottom: 8px;
}

.admin-event-item .event-item-info .event-item__content .event-tag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 9px;
}

.admin-event-item .event-item-info .event-item__content .event-tag span {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #162231;
  padding: 2px 8px 3px 6px;
  background: #F4F6F8;
  border-radius: 17px;
  margin-bottom: 6px;
  margin-right: 6px;
}

.admin-event-item .event-item-info .people-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.admin-event-item .event-item-info .people-more .people-icon {
  display: -ms-flexbox;
  display: flex;
}

.admin-event-item .event-item-info .people-more .people-icon span {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: -16px;
}

.admin-event-item .event-item-info .people-more .people-icon span img {
  width: 100%;
}

.admin-event-item .event-item-info .people-more .people-count {
  margin-left: 17px;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.admin-event-item .event-item-info .button-group {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 11px;
  -moz-column-gap: 11px;
  column-gap: 11px;
}

.admin-event-item .event-item-info .button-group a {
  padding: 8px 10px 11px;
  width: 100%;
  text-align: center;
}

.admin-event-item .event-item-info .button-group .more-btn {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  color: #162231;
  border: 1px solid #C4CDD5;
  border-radius: 5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.admin-event-item .event-item-info .button-group .more-btn:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #E42313;
}

.admin-event-item .event-item-info .button-group .register-btn {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #E42313;
  border-radius: 5px;
  background: #E42313;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.admin-event-item .event-item-info .button-group .register-btn:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #E42313;
  background: #fff;
}

.pagination-event .slick-disabled {
  opacity: 0.5;
}

.pagination-event .slick-arrow {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #FFFFFF;
  border: 1px solid #DFE3E8;
  border-radius: 5px;
}

.pagination-event .slick-slider-dots {
  cursor: none;
  pointer-events: none;
}

.pagination-event .slick-slider-dots .slick-dots {
  display: none;
  margin-bottom: 0;
}

.pagination-event .slick-slider-dots .slick-dots li {
  display: none;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.pagination-event .slick-slider-dots .slick-dots li.slick-active {
  display: block;
}

.pagination-event .slick-slider-dots .slick-dots li button {
  background: none;
  border: none;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.news-item-admin {
  background: #fff;
  border: 1px solid #DEE3E9;
  border-radius: 7px;
  padding: 18px 16px;
  margin-bottom: 16px;
}

.news-item-admin .news-item__more {
  margin: 0;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}

.news-item-admin .news-item__info {
  min-height: auto;
}

.news-item-admin .news-item__info .news-item__content .news-item__date {
  margin-bottom: 0;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #637381;
}

.news-item-admin .news-item__info .news-item__content .news-item__name {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.news-item-admin .news-item__info .news-item__content .tags {
  margin-bottom: 4px;
}

.news-item-admin .news-item__info .news-item__content .tags span {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #162231;
  padding: 2px 8px 3px 6px;
  background: #F4F6F8;
  border-radius: 17px;
  margin-bottom: 6px;
  margin-right: 6px;
}

.highlights-item-admin {
  background: #fff;
  border: 1px solid #DEE3E9;
  border-radius: 7px;
  padding: 12px 12px;
  margin-bottom: 16px;
  -webkit-column-gap: 13px;
  -moz-column-gap: 13px;
  column-gap: 13px;
}

.highlights-item-admin .highlights-item__more {
  margin: 0;
  color: #162231;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
}

.highlights-item-admin .highlights-item__info {
  min-height: auto;
}

.highlights-item-admin .highlights-item__info .highlights-item__content {
  min-height: 80px;
}

.highlights-item-admin .highlights-item__info .highlights-item__content .highlights-item__date {
  margin-bottom: 0;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #637381;
}

.highlights-item-admin .highlights-item__info .highlights-item__content .highlights-item__name {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.highlights-item-admin .highlights-item__info .highlights-item__content .highlights-item__name a {
  text-decoration: none;
  color: #162231;
}

.highlights-item-admin .highlights-item__info .highlights-item__content .tags {
  margin-bottom: 4px;
}

.highlights-item-admin .highlights-item__info .highlights-item__content .tags span {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #162231;
  padding: 2px 8px 3px 6px;
  background: #F4F6F8;
  border-radius: 17px;
  margin-bottom: 6px;
  margin-right: 6px;
}

.post-item {
  background: #fff;
  border: 1px solid #DEE3E9;
  -webkit-box-shadow: 0px 1px 2px #E7EAED;
  box-shadow: 0px 1px 2px #E7EAED;
  border-radius: 10px;
  padding: 24px 24px 16px 22px;
  margin-bottom: 15px;
}

.post-item .post-container {
  padding-bottom: 12px;
  border-bottom: 1px solid #DEE3E9;
  margin-bottom: 9px;
}

.post-item .post-container .post-title {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #162231;
}

.post-item .post-container .post-tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 7px;
  -moz-column-gap: 7px;
  column-gap: 7px;
  margin-bottom: 12px;
}

.post-item .post-container .post-tags span {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #162231;
  display: block;
  padding: 2px 8px 3px 6px;
  background: #F4F6F8;
  border-radius: 17px;
}

.post-item .post-container .post-content {
  line-height: 26px;
}

.post-item .post-info {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-item .post-info .post-author {
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.post-item .post-info .post-author .author-content {
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -ms-flex-align: center;
  align-items: center;
}

.post-item .post-info .post-author .author-content .author-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.post-item .post-info .post-author .author-content .author-info .author-name {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  color: #162231;
}

.post-item .post-info .post-author .author-content .author-info .post-date {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #919EAB;
}

.post-item .post-info .post-author .author-country {
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #162231;
}

.post-item .post-info .post-author .author-country .flag-image {
  width: 19px;
  height: 13px;
}

.post-item .post-info .post-answer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 37px;
  -moz-column-gap: 37px;
  column-gap: 37px;
}

.post-item .post-info .post-answer .answer-count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 9px;
  -moz-column-gap: 9px;
  column-gap: 9px;
}

.post-item .post-info .post-answer .answer-count .item-count {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  position: relative;
  top: 2px;
}

.post-item .post-info .post-answer .post-link .more-link {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  color: #162231;
}

.post-item .post-info .post-answer .post-link .more-link:hover {
  color: #E42313;
}

.post-item.single .post-container {
  margin-bottom: 9px;
  padding-bottom: 0;
  border: none;
}

.post-item.single .post-container .post-info {
  margin-top: 25px;
  margin-bottom: 24px;
}

.post-item.single .post-container>strong {
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
}

.post-item.single .post-container .post-tags {
  margin-bottom: 24px;
}

.post-item.single .post-container .post-content {
  line-height: 21px;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-item.single .forum-massage-section .massage-icon {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-bottom: 13px;
}

.post-item.single .forum-massage-section .massage-icon img {
  width: 100%;
}

.post-item.single .forum-massage-section .forum-massage textarea {
  border: 1px solid #DEE3E9;
  border-radius: 0;
  min-height: 84px;
  padding: 10px 8px;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #162231;
}

.post-item.single .forum-massage-section .forum-massage textarea::-webkit-input-placeholder {
  color: #637381;
}

.post-item.single .forum-massage-section .forum-massage textarea::-moz-placeholder {
  color: #637381;
}

.post-item.single .forum-massage-section .forum-massage textarea:-ms-input-placeholder {
  color: #637381;
}

.post-item.single .forum-massage-section .forum-massage textarea::-ms-input-placeholder {
  color: #637381;
}

.post-item.single .forum-massage-section .forum-massage textarea::placeholder {
  color: #637381;
}

.post-item.single .forum-massage-section .forum-massage button[type="submit"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
  color: #162231 !important;
  padding: 10px 0;
}

.post-item.single .forum-massage-section .forum-massage button[type="submit"]:focus,
.post-item.single .forum-massage-section .forum-massage button[type="submit"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #E42313 !important;
}

.post-item.single .forum-massage-section .forum-massage .submit-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modal-open .admin-main-content {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}

#question-modal .modal-dialog {
  max-width: 574px;
}

#question-modal .modal-dialog .modal-content .modal-header {
  padding: 22px 27px;
  border-bottom: none;
}

#question-modal .modal-dialog .modal-content .modal-header .modal-title {
  margin: 0 auto;
  width: 100%;
  padding-left: 24px;
}

#question-modal .modal-dialog .modal-content .modal-body {
  padding: 15px 28px;
}

#question-modal .modal-dialog .modal-content .modal-body form .form-column {
  margin-bottom: 13px;
}

#question-modal .modal-dialog .modal-content .modal-body form label {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #454F5B;
  margin-bottom: 0;
}

#question-modal .modal-dialog .modal-content .modal-body form select,
#question-modal .modal-dialog .modal-content .modal-body form textarea,
#question-modal .modal-dialog .modal-content .modal-body form input[type='text'] {
  padding: 7px 13px;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #162231;
  border: 1px solid #DEE3E9;
}

#question-modal .modal-dialog .modal-content .modal-body form select:focus,
#question-modal .modal-dialog .modal-content .modal-body form select:hover,
#question-modal .modal-dialog .modal-content .modal-body form textarea:focus,
#question-modal .modal-dialog .modal-content .modal-body form textarea:hover,
#question-modal .modal-dialog .modal-content .modal-body form input[type='text']:focus,
#question-modal .modal-dialog .modal-content .modal-body form input[type='text']:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#question-modal .modal-dialog .modal-content .modal-body form textarea {
  min-height: 287px;
}

#question-modal .modal-dialog .modal-content .modal-body form button[type='submit'] {
  margin-top: 10px;
  min-width: 100%;
  border: 1px solid #E42313;
}

#question-modal .modal-dialog .modal-content .modal-body form button[type='submit']:focus,
#question-modal .modal-dialog .modal-content .modal-body form button[type='submit']:hover {
  background: #fff !important;
  color: #E42313 !important;
  border: 1px solid #E42313;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#question-modal .modal-dialog .modal-content .modal-body .btn-cancel {
  background: none;
  width: 100%;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #E42313;
  margin-bottom: 10px;
  opacity: 1;
}

#question-modal .modal-dialog .modal-content .modal-body .btn-cancel:focus,
#question-modal .modal-dialog .modal-content .modal-body .btn-cancel:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.post-answers-section .answers-count {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  color: #162231;
  border-bottom: 1px solid #DEE3E9;
  padding-bottom: 9px;
  margin-bottom: 15px;
}

.post-answers-section .answers-item {
  margin-bottom: 30px;
}

.post-answers-section .answers-item .answers-user-info {
  -ms-flex-align: center;
  align-items: center;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-answers-section .answers-item .answers-user-info .answers-avatar {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 9px;
}

.post-answers-section .answers-item .answers-user-info .answers-avatar img {
  width: 100%;
}

.post-answers-section .answers-item .answers-user-info .answers-name {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  margin-right: 6px;
  color: #162231;
}

.post-answers-section .answers-item .answers-user-info .answers-date {
  margin-left: 3px;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #919EAB;
}

.post-answers-section .answers-item .answers-comment {
  margin-top: 9px;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #162231;
}

.my-profile-body button[type='submit'] {
  min-width: 100%;
}

.my-profile-body button[type='submit']:focus,
.my-profile-body button[type='submit']:hover {
  color: #E42313 !important;
}

.personal-info-sections {
  background: #fff;
  border: 1px solid #DEE3E9;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 2px #E7EAED;
  box-shadow: 0 1px 2px #E7EAED;
  margin-bottom: 24px;
}

.personal-info-sections h6 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  padding: 16px 14px 6px;
}

.personal-info-sections .table {
  margin-bottom: 16px;
  border: 0 solid transparent;
  border-top: 1px solid #DEE3E9;
}

.personal-info-sections .table tr {
  border-bottom: 1px solid #DEE3E9;
}

.personal-info-sections .table tr:last-child {
  border-bottom: 0 solid transparent;
}

.personal-info-sections .table td[data-column='name'] {
  width: 24%;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #454F5B;
  padding: 9px 14px;
}

@media all and (max-width: 767px) {
  .personal-info-sections .table td[data-column='name'] {
    width: 40%;
  }
}

.personal-info-sections .table td[data-column='value'] {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  color: #162231;
}

.personal-info-sections .commissions-items {
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 14px 15px;
}

.personal-info-sections .commissions-items li {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #162231;
  border-radius: 17px;
  background: #F4F6F8;
  padding: 2px 8px 3px 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
}

.personal-info-sections .edit-profile-content {
  border-top: 1px solid #DEE3E9;
  padding: 23px;
}

.personal-info-sections .edit-profile-content h6 {
  padding: 16px 0px 6px;
}

.personal-info-sections .edit-profile-content .form-text {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #162231;
  margin-bottom: 0;
  margin-top: 10px;
}

.personal-info-sections .edit-profile-content a {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #E42313;
  text-decoration: none;
}

.personal-info-sections .edit-profile-content .check-title {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #162231;
}

.personal-info-sections .edit-profile-content .form-check {
  margin-bottom: 8px;
}

.personal-info-sections .edit-profile-content .form-check .form-check-input {
  font-size: 20px;
  bottom: 2px;
  position: relative;
  border-color: #C4CDD5;
  border-radius: 5px;
  margin-left: 0;
  min-width: 20px;
  margin-right: 7px;
}

.personal-info-sections .edit-profile-content .form-check .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.personal-info-sections .edit-profile-content .form-check .form-check-input:checked {
  background-color: #E42313;
  border-color: #E42313;
}

.personal-info-sections .edit-profile-content .form-check .form-check-label {
  height: 20px;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-left: 3px;
}

.personal-info-sections .edit-profile-content .form-check.form-switch {
  padding-left: 45px;
  border-bottom: 1px solid #F1F4F7;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.personal-info-sections .edit-profile-content .form-check.form-switch:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.personal-info-sections .edit-profile-content .form-check.form-switch .form-check-input {
  background-color: #919EAB;
  border-color: #919EAB;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  border-radius: 10px;
  background-size: 22px;
  width: 35px;
  background-position: -2px -2px;
  margin-left: -45px;
}

.personal-info-sections .edit-profile-content .form-check.form-switch .form-check-input:checked {
  background-color: #63C295;
  border-color: #63C295;
  background-position: 13px -2px;
}

.personal-info-sections .edit-profile-content .form-check.form-switch p {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}

.personal-info-sections .edit-profile-content .form-check.form-switch p a {
  color: #E42313;
}

.personal-info-sections .edit-profile-content .row {
  margin-bottom: 20px;
}

.personal-info-sections .edit-profile-content .main-language option:first-child {
  display: none;
}

.personal-info-sections .edit-profile-content .form-column {
  margin-bottom: 11px;
}

.personal-info-sections .edit-profile-content .date-input {
  background-image: url("../../assets/images/icons/date.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}

.personal-info-sections .edit-profile-content #facebook {
  background-image: url("../../assets/images/icons/fb.svg");
  background-repeat: no-repeat;
  background-position: 98% center;
}

.personal-info-sections .edit-profile-content #twitter {
  background-image: url("../../assets/images/icons/tw.svg");
  background-repeat: no-repeat;
  background-position: 98% center;
}

.personal-info-sections .edit-profile-content #linkedIn {
  background-image: url("../../assets/images/icons/ln.svg");
  background-repeat: no-repeat;
  background-position: 98% center;
}

.personal-info-sections .edit-profile-content input[type="text"],
.personal-info-sections .edit-profile-content input[type="email"] {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #162231;
  border-color: #C4CDD5;
  padding: 8px 13px;
}

.personal-info-sections .edit-profile-content input[type="text"]::-webkit-input-placeholder,
.personal-info-sections .edit-profile-content input[type="email"]::-webkit-input-placeholder {
  color: #919EAB;
}

.personal-info-sections .edit-profile-content input[type="text"]::-moz-placeholder,
.personal-info-sections .edit-profile-content input[type="email"]::-moz-placeholder {
  color: #919EAB;
}

.personal-info-sections .edit-profile-content input[type="text"]:-ms-input-placeholder,
.personal-info-sections .edit-profile-content input[type="email"]:-ms-input-placeholder {
  color: #919EAB;
}

.personal-info-sections .edit-profile-content input[type="text"]::-ms-input-placeholder,
.personal-info-sections .edit-profile-content input[type="email"]::-ms-input-placeholder {
  color: #919EAB;
}

.personal-info-sections .edit-profile-content input[type="text"]::placeholder,
.personal-info-sections .edit-profile-content input[type="email"]::placeholder {
  color: #919EAB;
}

.personal-info-sections .edit-profile-content label {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #454F5B;
  margin-bottom: 0;
}

.personal-info-sections .select2-container {
  width: 100% !important;
}

.personal-info-sections .select2-container--default.select2-container--focus .select2-selection--multiple,
.personal-info-sections .select2-selection {
  border: none;
  border-bottom: 1px solid #C4CDD5;
  border-radius: 0;
}

.personal-info-sections .select2-container--default.select2-container--focus .select2-selection--multiple[aria-expanded="true"],
.personal-info-sections .select2-selection[aria-expanded="true"] {
  border: none;
  border-bottom: 1px solid #C4CDD5;
}

.personal-info-sections .select2-container--default.select2-container--focus .select2-selection--multiple .select2-search__field,
.personal-info-sections .select2-selection .select2-search__field {
  width: 77px !important;
}

.personal-info-sections .select2-container--default.select2-container--focus .select2-selection--multiple .select2-search__field::-webkit-input-placeholder,
.personal-info-sections .select2-selection .select2-search__field::-webkit-input-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #637381;
}

.personal-info-sections .select2-container--default.select2-container--focus .select2-selection--multiple .select2-search__field::-moz-placeholder,
.personal-info-sections .select2-selection .select2-search__field::-moz-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #637381;
}

.personal-info-sections .select2-container--default.select2-container--focus .select2-selection--multiple .select2-search__field:-ms-input-placeholder,
.personal-info-sections .select2-selection .select2-search__field:-ms-input-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #637381;
}

.personal-info-sections .select2-container--default.select2-container--focus .select2-selection--multiple .select2-search__field::-ms-input-placeholder,
.personal-info-sections .select2-selection .select2-search__field::-ms-input-placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #637381;
}

.personal-info-sections .select2-container--default.select2-container--focus .select2-selection--multiple .select2-search__field::placeholder,
.personal-info-sections .select2-selection .select2-search__field::placeholder {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #637381;
}

.personal-info-sections .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered,
.personal-info-sections .select2-selection .select2-selection__rendered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  padding: 0;
  margin: 0;
}

.personal-info-sections .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered .select2-selection__choice,
.personal-info-sections .select2-selection .select2-selection__rendered .select2-selection__choice {
  display: -ms-flexbox;
  display: flex;
  background: rgba(23, 35, 61, 0.1);
  border-radius: 28px;
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #162231;
  border: none;
  padding: 4px 37px 4px 9px;
}

.personal-info-sections .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove,
.personal-info-sections .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  left: auto;
  right: 9px;
  background-image: url("../../assets/images/icons/CloseV2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  color: transparent;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  border: none;
  top: 4px;
}

.personal-info-sections .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:focus,
.personal-info-sections .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover,
.personal-info-sections .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:focus,
.personal-info-sections .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background-color: transparent;
}

.select2-dropdown {
  border: none;
  border-radius: 0;
}

#ui-datepicker-div {
  display: none;
  background: #fff;
  padding: 10px 20px 20px;
  border: 1px solid #C4CDD5;
}

#ui-datepicker-div .ui-datepicker-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  width: 100%;
}

#ui-datepicker-div a {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #162231;
  text-decoration: none;
  cursor: pointer;
  padding: 7px;
}

#ui-datepicker-div a:hover {
  color: #E42313;
}

#ui-datepicker-div .ui-datepicker-calendar td {
  text-align: center;
}

#ui-datepicker-div .ui-datepicker-calendar th {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  color: #162231;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

#ui-datepicker-div .ui-datepicker-title {
  font-family: "Clarika Grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #162231;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  margin-bottom: 10px;
}