<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@font-face {
  font-family: around-icons;
  src: url(../fonts/around-icons.ttf?enmnv5) format("truetype"), url(../fonts/around-icons.woff?enmnv5) format("woff"), url(../fonts/around-icons.svg?enmnv5#around-icons) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block
}

[class*=" ai-"],
[class^=ai-] {
  display: inline-block;
  font-family: around-icons !important;
  speak: never;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.ai-arrow-up:before {
  content: "\e917"
}

.ai-box:before {
  content: "\e926"
}

.ai-info:before {
  content: "\e987"
}

.ai-instagram:before {
  content: "\e988"
}

.ai-lock:before {
  content: "\e993"
}

.ai-mail:before {
  content: "\e996"
}

.ai-map-pin:before {
  content: "\e997"
}

.ai-phone:before {
  content: "\e9bf"
}

.ai-search:before {
  content: "\e9d4"
}

.ai-shopping-cart:before {
  content: "\e9dd"
}

.ai-user:before {
  content: "\ea0d"
}

.ai-vk:before {
  content: "\ea13"
}

/*!
 * Bootstrap v5.1.0 (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: #737491;
  --bs-gray-dark: #4a4b65;
  --bs-gray-100: #f7f7fc;
  --bs-gray-200: #f3f3f9;
  --bs-gray-300: #e9e9f2;
  --bs-gray-400: #dfdfeb;
  --bs-gray-500: #9e9fb4;
  --bs-gray-600: #737491;
  --bs-gray-700: #5a5b75;
  --bs-gray-800: #4a4b65;
  --bs-gray-900: #37384e;
  --bs-primary: #F24040;
  --bs-secondary: #f7f7fc;
  --bs-success: #16c995;
  --bs-info: #6a9bf4;
  --bs-warning: #ffb15c;
  --bs-danger: #f74f78;
  --bs-light: #fff;
  --bs-dark: #37384e;
  --bs-primary-rgb: 118, 109, 244;
  --bs-secondary-rgb: 247, 247, 252;
  --bs-success-rgb: 22, 201, 149;
  --bs-info-rgb: 106, 155, 244;
  --bs-warning-rgb: 255, 177, 92;
  --bs-danger-rgb: 247, 79, 120;
  --bs-light-rgb: 255, 255, 255;
  --bs-dark-rgb: 55, 56, 78;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-rgb: 115, 116, 145;
  --bs-font-sans-serif: "Inter", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(to right, #F24040 0%, #F24040 30%, #6a9bf4 100%);
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #737491;
  --bs-body-bg: #fff
}

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

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

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

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

.h1,
.h3,
.h4,
.h5,
.h6,
h1,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .75rem;
  font-weight: 600;
  line-height: 1.2;
  color: #4a4b65
}

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

@media (min-width:1200px) {

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

.h3,
h3 {
  font-size: calc(1.2875rem + .45vw)
}

@media (min-width:1200px) {

  .h3,
  h3 {
    font-size: 1.625rem
  }
}

.h4,
h4 {
  font-size: calc(1.2625rem + .15vw)
}

@media (min-width:1200px) {

  .h4,
  h4 {
    font-size: 1.375rem
  }
}

.h5,
h5 {
  font-size: 1.125rem
}

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

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

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

ol,
ul {
  padding-left: 2rem
}

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

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

strong {
  font-weight: bolder
}

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

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #f24040;
  text-decoration: none
}

a:hover {
  color: #493ef0;
  text-decoration: underline
}

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

img,
svg {
  vertical-align: middle
}

label {
  display: inline-block
}

button {
  border-radius: 0
}

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

button,
input,
select {
  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
}

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

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

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

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

::-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
}

iframe {
  border: 0
}

[hidden] {
  display: none !important
}

.lead {
  font-size: calc(1.275rem + .3vw);
  font-weight: 400
}

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

.display-6 {
  font-size: calc(1.325rem + .9vw);
  font-weight: 600;
  line-height: 1
}

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

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

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

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, .9375rem);
  padding-left: var(--bs-gutter-x, .9375rem);
  margin-right: auto;
  margin-left: auto
}

@media (min-width:500px) {
  .container {
    max-width: 100%
  }
}

@media (min-width:768px) {
  .container {
    max-width: 100%
  }
}

@media (min-width:992px) {
  .container {
    max-width: 100%
  }
}

@media (min-width:1280px) {
  .container {
    max-width: 1480px
  }
}

.row {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  display: flex;
  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&gt;* {
  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-4 {
  flex: 0 0 auto;
  width: 33.33333333%
}

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

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

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

.gx-0 {
  --bs-gutter-x: 0
}

@media (min-width:500px) {
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%
  }
}

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

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

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

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

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

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

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

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

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

@media (min-width:1280px) {
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%
  }

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

.form-label {
  margin-bottom: .375rem;
  font-size: .875rem;
  font-weight: 500;
  color: #4a4b65
}

.form-control {
  display: block;
  width: 100%;
  padding: .5625rem 1.125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #737491;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dfdfeb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .75rem;
  box-shadow: 0 0 0 0 transparent;
  transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out
}

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

.form-control:focus {
  color: #737491;
  background-color: #fff;
  border-color: rgba(118, 109, 244, .35);
  outline: 0;
  box-shadow: 0 0 0 0 transparent, 0 .375rem .625rem -.3125rem rgba(118, 109, 244, .15)
}

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

.form-control::-moz-placeholder {
  color: #9e9fb4;
  opacity: 1
}

.form-control::placeholder {
  color: #9e9fb4;
  opacity: 1
}

.form-control:disabled {
  background-color: #f3f3f9;
  opacity: 1
}

.form-control::file-selector-button {
  padding: .5625rem 1.125rem;
  margin: -.5625rem -1.125rem;
  -webkit-margin-end: 1.125rem;
  margin-inline-end: 1.125rem;
  color: #4a4b65;
  background-color: #f7f7fc;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out
}

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

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

.form-control::-webkit-file-upload-button {
  padding: .5625rem 1.125rem;
  margin: -.5625rem -1.125rem;
  -webkit-margin-end: 1.125rem;
  margin-inline-end: 1.125rem;
  color: #4a4b65;
  background-color: #f7f7fc;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out;
  transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s 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: #f7f7fc
}

.form-select {
  display: block;
  width: 100%;
  padding: .5625rem 2.25rem .5625rem 1.125rem;
  -moz-padding-start: calc(1.125rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #737491;
  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='%234a4b65' 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 1.125rem center;
  background-size: 16px 12px;
  border: 1px solid #dfdfeb;
  border-radius: .75rem;
  box-shadow: inset 0 1px 2px transparent;
  transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

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

.form-select:focus {
  border-color: rgba(118, 109, 244, .35);
  outline: 0;
  box-shadow: inset 0 1px 2px transparent, 0 0 0 0 rgba(118, 109, 244, .25)
}

.form-select:disabled {
  background-color: #f3f3f9
}

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

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

.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: #e6e6f0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #e6e6f0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact
}

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

.form-check-input:active {
  filter: 0
}

.form-check-input:focus {
  border-color: 1px solid #e6e6f0;
  outline: 0;
  box-shadow: 0
}

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

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

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

.form-check-input:disabled~.form-check-label {
  opacity: .5
}

.form-check-label {
  color: #737491
}

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: .5625rem 1.125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #737491;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #dfdfeb;
  border-radius: .75rem
}

.input-group-sm&gt;.btn,
.input-group-sm&gt;.form-control,
.input-group-sm&gt;.form-select,
.input-group-sm&gt;.input-group-text {
  padding: .425rem 1rem;
  font-size: .875rem;
  border-radius: .5rem
}

.input-group-sm&gt;.form-select {
  padding-right: 3.375rem
}

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

.input-group&gt;: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
}

.btn {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  color: #737491;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .5625rem 1.25rem;
  font-size: 1rem;
  border-radius: .75rem;
  transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out
}

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

.btn:hover {
  color: #737491;
  text-decoration: none
}

.btn:focus {
  outline: 0;
  box-shadow: unset
}

.btn.active,
.btn:active {
  box-shadow: unset
}

.btn.active:focus,
.btn:active:focus {
  box-shadow: unset, unset
}

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

.btn-primary {
  color: #000;
  background-color: #f24040;
  border-color: #f24040;
  box-shadow: unset
}

.btn-primary:hover {
  color: #000;
  background-color: #8b83f6;
  border-color: #847cf5
}

.btn-primary:focus {
  color: #000;
  background-color: #8b83f6;
  border-color: #847cf5;
  box-shadow: unset, 0 0 0 0 rgba(100, 93, 207, .5)
}

.btn-primary.active,
.btn-primary:active,
.show&gt;.btn-primary.dropdown-toggle {
  color: #000;
  background-color: #918af6;
  border-color: #847cf5
}

.btn-primary.active:focus,
.btn-primary:active:focus,
.show&gt;.btn-primary.dropdown-toggle:focus {
  box-shadow: unset, 0 0 0 0 rgba(100, 93, 207, .5)
}

.btn-primary:disabled {
  color: #000;
  background-color: #f24040;
  border-color: #f24040
}

.btn-secondary {
  color: #000;
  background-color: #f7f7fc;
  border-color: #f7f7fc;
  box-shadow: unset
}

.btn-secondary:hover {
  color: #000;
  background-color: #f8f8fc;
  border-color: #f8f8fc
}

.btn-secondary:focus {
  color: #000;
  background-color: #f8f8fc;
  border-color: #f8f8fc;
  box-shadow: unset, 0 0 0 0 rgba(210, 210, 214, .5)
}

.btn-secondary.active,
.btn-secondary:active,
.show&gt;.btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #f9f9fd;
  border-color: #f8f8fc
}

.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show&gt;.btn-secondary.dropdown-toggle:focus {
  box-shadow: unset, 0 0 0 0 rgba(210, 210, 214, .5)
}

.btn-secondary:disabled {
  color: #000;
  background-color: #f7f7fc;
  border-color: #f7f7fc
}

.btn-success {
  color: #000;
  background-color: #16c995;
  border-color: #16c995;
  box-shadow: unset
}

.btn-success:hover {
  color: #000;
  background-color: #39d1a5;
  border-color: #2dcea0
}

.btn-success:focus {
  color: #000;
  background-color: #39d1a5;
  border-color: #2dcea0;
  box-shadow: unset, 0 0 0 0 rgba(19, 171, 127, .5)
}

.btn-success.active,
.btn-success:active,
.show&gt;.btn-success.dropdown-toggle {
  color: #000;
  background-color: #45d4aa;
  border-color: #2dcea0
}

.btn-success.active:focus,
.btn-success:active:focus,
.show&gt;.btn-success.dropdown-toggle:focus {
  box-shadow: unset, 0 0 0 0 rgba(19, 171, 127, .5)
}

.btn-success:disabled {
  color: #000;
  background-color: #16c995;
  border-color: #16c995
}

.btn-danger {
  color: #000;
  background-color: #ed0101;
  border-color: #ed0101;
  box-shadow: unset
}

.btn-danger:hover {
  color: #000;
  background-color: #f8698c;
  border-color: #f86186
}

.btn-danger:focus {
  color: #000;
  background-color: #f8698c;
  border-color: #f86186;
  box-shadow: unset, 0 0 0 0 rgba(210, 67, 102, .5)
}

.btn-danger.active,
.btn-danger:active,
.show&gt;.btn-danger.dropdown-toggle {
  color: #000;
  background-color: #f97293;
  border-color: #f86186
}

.btn-danger.active:focus,
.btn-danger:active:focus,
.show&gt;.btn-danger.dropdown-toggle:focus {
  box-shadow: unset, 0 0 0 0 rgba(210, 67, 102, .5)
}

.btn-danger:disabled {
  color: #000;
  background-color: #f74f78;
  border-color: #f74f78
}

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

.btn-outline-primary:hover {
  color: #000;
  background-color: #f24040;
  border-color: #f24040
}

.btn-outline-primary:focus {
  box-shadow: 0 0 0 0 rgba(118, 109, 244, .5)
}

.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #000;
  background-color: #f24040;
  border-color: #f24040
}

.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: unset, 0 0 0 0 rgba(118, 109, 244, .5)
}

.btn-outline-primary:disabled {
  color: #f24040;
  background-color: transparent
}

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

.btn-outline-secondary:hover {
  color: #000;
  background-color: #f7f7fc;
  border-color: #f7f7fc
}

.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0 rgba(247, 247, 252, .5)
}

.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #000;
  background-color: #f7f7fc;
  border-color: #f7f7fc
}

.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: unset, 0 0 0 0 rgba(247, 247, 252, .5)
}

.btn-outline-secondary:disabled {
  color: #f7f7fc;
  background-color: transparent
}

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

.btn-outline-danger:hover {
  color: #000;
  background-color: #ed0101;
  border-color: #ed0101
}

.btn-outline-danger:focus {
  box-shadow: 0 0 0 0 rgba(247, 79, 120, .5)
}

.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #000;
  background-color: #f74f78;
  border-color: #f74f78
}

.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: unset, 0 0 0 0 rgba(247, 79, 120, .5)
}

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

.btn-lg {
  padding: .75rem 1.5rem;
  font-size: 1.125rem;
  border-radius: 1rem
}

.btn-sm {
  padding: .425rem 1rem;
  font-size: .875rem;
  border-radius: .5rem
}

.fade {
  transition: opacity .15s linear
}

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

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

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

.dropdown-toggle {
  white-space: nowrap
}

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

.nav-link {
  display: block;
  padding: .5625rem 1.25rem;
  font-weight: 500;
  color: #5a5b75;
  transition: color .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out
}

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

.nav-link:focus,
.nav-link:hover {
  color: #f24040;
  text-decoration: none
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .75rem;
  padding-right: .9375rem;
  padding-bottom: .75rem;
  padding-left: .9375rem
}

.navbar&gt;.container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1rem;
  font-size: calc(1.2875rem + .45vw);
  white-space: nowrap
}

@media (min-width:1200px) {
  .navbar-brand {
    font-size: 1.625rem
  }
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}

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

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

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

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

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

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

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

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

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

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

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

  .navbar-expand-lg .offcanvas-header {
    display: none
  }

  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none
  }

  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
  }
}

.navbar-light .navbar-brand {
  color: #4a4b65
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: #4a4b65
}

.navbar-light .navbar-nav .nav-link {
  color: #5a5b75
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #f24040
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show&gt;.nav-link {
  color: #f24040
}

.navbar-light .navbar-toggler {
  color: #5a5b75;
  border-color: transparent
}

.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='%235a5b75' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .085);
  border-radius: 1rem
}

.card&gt;hr {
  margin-right: 0;
  margin-left: 0
}

.card-body {
  flex: 1 1 auto;
  padding: 1.5rem 1.5rem
}

.card-img-top {
  width: 100%
}

.card-img-top {
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px)
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0;
  font-size: .875rem;
  list-style: none;
  background-color: transparent
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #9e9fb4;
  content: var(--bs-breadcrumb-divider, "\e931")
}

.breadcrumb-item.active {
  color: #9e9fb4
}

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

.page-link {
  position: relative;
  display: block;
  color: #5a5b75;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color .25s ease-in-out, border-color .25s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .page-link {
    transition: none
  }
}

.page-link:hover {
  z-index: 2;
  color: #f24040;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent
}

.page-link:focus {
  z-index: 3;
  color: #493ef0;
  background-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(118, 109, 244, .25)
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px
}

.page-item.active .page-link {
  z-index: 3;
  color: #f24040;
  background-color: transparent;
  border-color: rgba(118, 109, 244, .35)
}

.page-link {
  padding: .5rem .75rem
}

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

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

.badge {
  display: inline-block;
  padding: .25em .5em;
  font-size: .75em;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .375rem
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.alert {
  position: relative;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 1rem
}

.alert-success {
  color: #16c995;
  background-color: #ecfbf7;
  border-color: #d0f4ea
}

.alert-info {
  color: #6a9bf4;
  background-color: #f3f7fe;
  border-color: #e1ebfd
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem
  }
}

.btn-close {
  box-sizing: content-box;
  width: .625em;
  height: .625em;
  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/.625em auto no-repeat;
  border: 0;
  border-radius: .75rem;
  opacity: .5
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(118, 109, 244, .25);
  opacity: 1
}

.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .25
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .2s ease-out;
  transform: scale(.9)
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9e9f2;
  border-radius: 1rem;
  box-shadow: -.0625rem 0 .625rem 0 rgba(0, 0, 0, .07), .3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, .04);
  outline: 0
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e9e9f2;
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px)
}

.modal-header .btn-close {
  padding: .5rem .625rem;
  margin: -.5rem -.625rem -.5rem auto
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.25rem
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9e9f2;
  border-bottom-right-radius: calc(1rem - 1px);
  border-bottom-left-radius: calc(1rem - 1px)
}

.modal-footer&gt;* {
  margin: .25rem
}

@media (min-width:500px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  .modal-content {
    box-shadow: -.0625rem 0 .625rem 0 rgba(0, 0, 0, .07), .3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, .04)
  }
}

@media (min-width:992px) {
  .modal-lg {
    max-width: 800px
  }
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg)
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg)
  }
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0)
  }

  50% {
    opacity: 1;
    transform: none
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0)
  }

  50% {
    opacity: 1;
    transform: none
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1080;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  box-shadow: -.0625rem 0 .625rem 0 rgba(0, 0, 0, .07), .3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, .04);
  transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .offcanvas {
    transition: none
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem
}

.offcanvas-header .btn-close {
  padding: .625rem .75rem;
  margin-top: -.625rem;
  margin-right: -.75rem;
  margin-bottom: -.625rem
}

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

.offcanvas.show {
  transform: none
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: .4
}

.placeholder.btn::before {
  display: inline-block;
  content: ""
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: .15
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: .15
  }
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0
  }
}

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

.opacity-50 {
  opacity: .5 !important
}

.opacity-60 {
  opacity: .6 !important
}

.opacity-80 {
  opacity: .8 !important
}

.opacity-90 {
  opacity: .9 !important
}

.overflow-auto {
  overflow: auto !important
}

.d-inline {
  display: inline !important
}

.d-block {
  display: block !important
}

.d-flex {
  display: flex !important
}

.d-none {
  display: none !important
}

.position-absolute {
  position: absolute !important
}

.top-50 {
  top: 50% !important
}

.start-0 {
  left: 0 !important
}

.translate-middle-y {
  transform: translateY(-50%) !important
}

.border {
  border: 1px solid #e9e9f2 !important
}

.border-0 {
  border: 0 !important
}

.border-start {
  border-left: 1px solid #e9e9f2 !important
}

.w-50 {
  width: 50% !important
}

.w-100 {
  width: 100% !important
}

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

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

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

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

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

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

.m-0 {
  margin: 0 !important
}

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

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

.mt-1 {
  margin-top: .25rem !important
}

.mt-2 {
  margin-top: .5rem !important
}

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

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

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

.me-1 {
  margin-right: .25rem !important
}

.me-2 {
  margin-right: .5rem !important
}

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

.me-grid-gutter {
  margin-right: 1.875rem !important
}

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

.mb-1 {
  margin-bottom: .25rem !important
}

.mb-2 {
  margin-bottom: .5rem !important
}

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

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

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

.mb-grid-gutter {
  margin-bottom: 1.875rem !important
}

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

.ms-2 {
  margin-left: .5rem !important
}

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

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

.mt-n1 {
  margin-top: -.25rem !important
}

.ms-n2 {
  margin-left: -.5rem !important
}

.p-1 {
  padding: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

.pt-2 {
  padding-top: .5rem !important
}

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

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

.pe-1 {
  padding-right: .25rem !important
}

.pe-2 {
  padding-right: .5rem !important
}

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

.pb-1 {
  padding-bottom: .25rem !important
}

.pb-2 {
  padding-bottom: .5rem !important
}

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

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

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

.ps-1 {
  padding-left: .25rem !important
}

.ps-2 {
  padding-left: .5rem !important
}

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

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

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

.fs-lg {
  font-size: 1.125rem !important
}

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

.fs-md {
  font-size: .9375rem !important
}

.fs-sm {
  font-size: .875rem !important
}

.fs-ms {
  font-size: .8125rem !important
}

.fs-xs {
  font-size: .75rem !important
}

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

.fw-medium {
  font-weight: 500 !important
}

.fw-semibold {
  font-weight: 600 !important
}

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

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

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

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

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

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

.text-light {
  color: #fff !important
}

.text-dark {
  color: #37384e !important
}

.text-muted {
  color: #9e9fb4 !important
}

.text-heading {
  color: #4a4b65 !important
}

.text-nav {
  color: #5a5b75 !important
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: #f7f7fc !important
}

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

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

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

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

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

.bg-darker {
  --bs-bg-opacity: 1;
  background-color: #2c2d3f !important
}

.rounded {
  border-radius: .75rem !important
}

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

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

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

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

@media (min-width:500px) {
  .d-sm-inline {
    display: inline !important
  }

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

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

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

  .order-sm-1 {
    order: 1 !important
  }

  .mb-sm-0 {
    margin-bottom: 0 !important
  }

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

  .pb-sm-2 {
    padding-bottom: .5rem !important
  }

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

@media (min-width:768px) {
  .d-md-inline {
    display: inline !important
  }

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

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

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

  .ms-md-0 {
    margin-left: 0 !important
  }

  .pb-md-0 {
    padding-bottom: 0 !important
  }

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

@media (min-width:992px) {
  .d-lg-inline {
    display: inline !important
  }

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

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

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

  .flex-lg-column {
    flex-direction: column !important
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important
  }

  .align-items-lg-start {
    align-items: flex-start !important
  }

  .order-lg-1 {
    order: 1 !important
  }

  .order-lg-2 {
    order: 2 !important
  }

  .order-lg-3 {
    order: 3 !important
  }

  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .mt-lg-0 {
    margin-top: 0 !important
  }

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

  .me-lg-0 {
    margin-right: 0 !important
  }

  .me-lg-1 {
    margin-right: .25rem !important
  }

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

  .mb-lg-0 {
    margin-bottom: 0 !important
  }

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

  .ms-lg-0 {
    margin-left: 0 !important
  }

  .ms-lg-auto {
    margin-left: auto !important
  }

  .p-lg-0 {
    padding: 0 !important
  }

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

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

  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .pt-lg-0 {
    padding-top: 0 !important
  }

  .pt-lg-2 {
    padding-top: .5rem !important
  }

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

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

  .pe-lg-2 {
    padding-right: .5rem !important
  }

  .pb-lg-0 {
    padding-bottom: 0 !important
  }

  .pb-lg-2 {
    padding-bottom: .5rem !important
  }

  .ps-lg-0 {
    padding-left: 0 !important
  }

  .ps-lg-1 {
    padding-left: .25rem !important
  }

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

@media (min-width:1280px) {
  .flex-xl-row {
    flex-direction: row !important
  }

  .align-items-xl-center {
    align-items: center !important
  }

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

  .pe-xl-0 {
    padding-right: 0 !important
  }
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body,
html {
  height: 100%
}

body {
  display: flex;
  flex-direction: column
}

.page-wrapper {
  flex: 1 0 auto
}

.footer {
  flex-shrink: 0
}

a:focus {
  outline: 0
}

a {
  transition: color .2s ease-in-out
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle
}

svg {
  max-width: 100%
}

iframe {
  width: 100%
}

::-moz-selection {
  background: rgba(118, 109, 244, .22)
}

::selection {
  background: rgba(118, 109, 244, .22)
}

::-moz-selection {
  background: rgba(118, 109, 244, .22)
}

.small,
small {
  font-weight: inherit
}

@media (max-width:767.98px) {
  body {
    padding-top: 0 !important
  }
}

button:focus {
  outline: 0
}

.h1,
h1 {
  line-height: 1.2
}

.h3,
h3 {
  line-height: 1.3
}

.h4,
h4 {
  line-height: 1.35
}

.h5,
h5 {
  line-height: 1.4
}

.h6,
h6 {
  line-height: 1.4
}

ol li,
ul li {
  margin-bottom: .333rem
}

.form-control:disabled,
.form-select:disabled {
  cursor: not-allowed
}

.form-label {
  padding-left: 1.125rem
}

.form-check-label {
  font-size: .875rem
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none
}

.password-toggle {
  position: relative
}

.password-toggle .form-control {
  padding-right: 3rem
}

.password-toggle-btn {
  position: absolute;
  top: 50%;
  right: .625rem;
  margin-bottom: 0;
  padding: .5rem;
  transform: translateY(-50%);
  font-size: 1.125rem;
  line-height: 1;
  cursor: pointer
}

.password-toggle-btn .password-toggle-indicator {
  transition: color .2s ease-in-out;
  color: #9e9fb4;
  font-family: around-icons;
  font-style: normal
}

.password-toggle-btn .password-toggle-indicator::before {
  content: "\e961"
}

.password-toggle-btn .password-toggle-indicator:hover {
  color: #737491
}

.password-toggle-btn .password-toggle-check {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0
}

.password-toggle-btn .password-toggle-check:checked~.password-toggle-indicator::before {
  content: "\e960"
}

.btn-primary {
  color: #fff
}

.btn-primary.active,
.btn-primary.show,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #5549f1;
  border-color: #5549f1;
  color: #fff
}

.btn-primary:disabled {
  color: #fff
}

.btn-secondary {
  color: #fff
}

.btn-secondary.active,
.btn-secondary.show,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #dbdbf2;
  border-color: #dbdbf2;
  color: #fff
}

.btn-secondary:disabled {
  color: #fff
}

.btn-success {
  color: #fff
}

.btn-success.active,
.btn-success.show,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
  background-color: #12a77b;
  border-color: #12a77b;
  color: #fff
}

.btn-success:disabled {
  color: #fff
}

.btn-danger {
  color: #fff
}

.btn-danger.active,
.btn-danger.show,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
  background-color: #f52a5c;
  border-color: #f52a5c;
  color: #fff
}

.btn-danger:disabled {
  color: #fff
}

.btn-secondary,
.btn-secondary.active,
.btn-secondary.show,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #5a5b75
}

.btn-secondary:disabled {
  color: #5a5b75
}

[class*=" btn-outline-"].active,
[class*=" btn-outline-"].dropdown-toggle.show,
[class*=" btn-outline-"]:active,
[class*=" btn-outline-"]:hover,
[class^=btn-outline-].active,
[class^=btn-outline-].dropdown-toggle.show,
[class^=btn-outline-]:active,
[class^=btn-outline-]:hover {
  color: #fff
}

.btn-outline-primary {
  border-color: rgba(118, 109, 244, .35)
}

.btn-outline-danger {
  border-color: rgba(247, 79, 120, .35)
}

.btn-outline-secondary {
  border-color: #dfdfeb;
  color: #5a5b75
}

.btn-outline-secondary.active,
.btn-outline-secondary.show,
.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
  border-color: #9e9fb4;
  background-color: transparent;
  color: #4a4b65 !important
}

.btn&gt;[class*=" ai-"],
.btn&gt;[class^=ai-] {
  margin-top: -.125rem;
  vertical-align: middle;
  font-size: 1rem
}

.btn-icon {
  padding: .5625rem .7875rem
}

.btn-scroll-top {
  display: block;
  position: fixed;
  right: -4.125rem;
  bottom: 1.25rem;
  width: 2.75rem;
  height: 2.75rem;
  transition: right .4s cubic-bezier(.68, -.55, .265, 1.55), opacity .3s, background-color .25s ease-in-out;
  border-radius: .75rem;
  background-color: rgba(55, 56, 78, .25);
  color: #fff;
  text-align: center;
  opacity: 0;
  z-index: 1025
}

.btn-scroll-top&gt;.btn-scroll-top-icon {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.625rem
}

.btn-scroll-top .btn-scroll-top-tooltip {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
  visibility: hidden;
  opacity: 0
}

.btn-scroll-top:hover {
  background-color: rgba(55, 56, 78, .5);
  color: #fff
}

.btn-scroll-top:hover .btn-scroll-top-tooltip {
  visibility: visible;
  opacity: 1
}

.btn-scroll-top.show {
  right: 1.25rem;
  opacity: 1
}

@media (max-width:499.98px) {
  .btn-scroll-top {
    width: 2.29075rem;
    height: 2.29075rem;
    bottom: 1rem
  }

  .btn-scroll-top&gt;.btn-scroll-top-icon {
    line-height: 2.29075rem
  }

  .btn-scroll-top.show {
    right: 1rem
  }
}

.dropdown-toggle::after,
.dropdown-toggle::before {
  display: inline-block;
  font-family: around-icons;
  font-weight: 400;
  vertical-align: middle
}

.dropdown-toggle::after {
  margin-left: .25rem;
  content: "\e92f"
}

.dropdown-toggle::before {
  margin-right: .25rem
}

.dropdown-toggle:not(.dropdown-toggle-split)::before {
  margin-left: -.25rem
}

.dropdown-toggle:not(.dropdown-toggle-split)::after {
  margin-right: -.25rem
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes zoom-in {
  from {
    transform: scale(.85rem);
    opacity: 0
  }

  to {
    transform: scale(1);
    opacity: 1
  }
}

@keyframes zoom-in {
  from {
    transform: scale(.85rem);
    opacity: 0
  }

  to {
    transform: scale(1);
    opacity: 1
  }
}

.input-group .position-absolute {
  z-index: 5
}

.input-group .position-absolute+.form-control,
.input-group .position-absolute+.password-toggle .form-control {
  padding-left: 2.5rem
}

.nav-link:not(.dropdown-toggle).active {
  pointer-events: none
}

.nav-link.active {
  color: #f24040
}

.nav-link-style {
  display: inline-block;
  transition: color .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out;
  color: #5a5b75;
  font-weight: 500;
  text-decoration: none
}

.nav-link-style&gt;i {
  transition: opacity .25s ease-in-out
}

.nav-link-style:hover {
  color: #f24040;
  text-decoration: none
}

.nav-link-style:hover&gt;i {
  opacity: 1 !important
}

.nav-link-style.active {
  color: #f24040;
  pointer-events: none;
  cursor: default
}

.nav-link-style.active&gt;i {
  opacity: 1 !important
}

.nav-link-style.nav-link-light {
  color: rgba(255, 255, 255, .7)
}

.nav-link-style.nav-link-light:hover {
  color: #fff
}

.nav-link-style.nav-link-light.active {
  color: #fff
}

.nav-heading,
.nav-heading a {
  transition: color .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out;
  color: #4a4b65;
  font-weight: 600;
  text-decoration: none
}

.nav-heading a:hover,
.nav-heading:hover {
  color: #f24040;
  text-decoration: none
}

.nav-heading a.active,
.nav-heading.active {
  color: #f24040;
  pointer-events: none;
  cursor: default
}

@-webkit-keyframes linkUnderline {
  0% {
    width: 100%
  }

  50% {
    width: 0
  }

  100% {
    left: 0;
    width: 100%
  }
}

@keyframes linkUnderline {
  0% {
    width: 100%
  }

  50% {
    width: 0
  }

  100% {
    left: 0;
    width: 100%
  }
}

.meta-link {
  transition: color .2s ease-in-out;
  color: #797a95;
  vertical-align: middle;
  text-decoration: none
}

.meta-link:not(.media) {
  display: inline-block
}

.meta-link:hover {
  color: #4d4e64;
  text-decoration: none
}

.meta-link&gt;i {
  font-size: 1.25em;
  opacity: .75;
  vertical-align: middle
}

.header {
  position: relative;
  z-index: 1030
}

.navbar {
  padding-top: .375rem;
  padding-bottom: .375rem
}

.navbar-shadow {
  box-shadow: 0 .125rem .625rem -.1875rem rgba(0, 0, 0, .1)
}

.navbar-brand {
  display: inline-block;
  font-weight: 500
}

@-webkit-keyframes navbar-show {
  from {
    transform: translateY(-.75rem);
    opacity: 0
  }

  to {
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes navbar-show {
  from {
    transform: translateY(-.75rem);
    opacity: 0
  }

  to {
    transform: translateY(0);
    opacity: 1
  }
}

.navbar-search {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1090
}

.navbar-search .container {
  height: 100%;
  min-height: 100%
}

.navbar-search .form-control,
.navbar-search .form-select {
  border: 0 !important;
  background-color: transparent !important;
  font-size: 1rem;
  box-shadow: none !important
}

.navbar-search.show {
  display: block;
  -webkit-animation: fade-in .25s ease-in-out;
  animation: fade-in .25s ease-in-out
}

.navbar-nav {
  padding-top: 1rem
}

.navbar-nav .nav-item {
  margin-bottom: 0;
  border-top: 1px solid #e9e9f2
}

.navbar-nav .nav-link {
  padding: .875rem 1.125rem
}

.navbar-tool {
  position: relative;
  display: flex;
  align-items: center;
  color: #5a5b75
}

.navbar-tool&gt;a {
  color: #5a5b75;
  transition: color .25s ease-in-out;
  text-decoration: none
}

.navbar-tool&gt;a:hover {
  color: #37384e;
  text-decoration: none
}

.navbar-tool:hover&gt;a {
  color: #37384e
}

.navbar-tool .navbar-tool-icon-box {
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.375rem;
  text-align: center
}

.navbar-tool .navbar-tool-icon-box&gt;i {
  line-height: 2.75rem
}

.navbar-tool .navbar-tool-badge {
  position: absolute;
  top: .125rem;
  right: -.5625rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background-color: #f24040;
  color: #fff;
  font-size: .75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.125rem
}

@media (min-width:992px) {
  .navbar-expand-lg.navbar {
    padding-top: .75rem;
    padding-bottom: .75rem
  }

  .navbar-expand-lg.navbar .offcanvas-body {
    overflow: visible
  }

  .navbar-expand-lg .navbar-nav {
    position: relative;
    padding-top: 0
  }

  .navbar-expand-lg .navbar-nav .nav-item {
    border: 0
  }

  .navbar-expand-lg .navbar-nav .nav-item:hover&gt;.nav-link:not(.disabled) {
    color: #f24040
  }

  .navbar-expand-lg .navbar-nav .nav-item.active&gt;.nav-link:not(.disabled) {
    color: #f24040
  }
}

.topbar {
  position: relative;
  padding: .625rem .9375rem;
  color: #6c6d89;
  font-size: .875rem
}

.topbar-link {
  display: inline-block;
  transition: color .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out;
  color: #6c6d89;
  font-weight: 500;
  text-decoration: none
}

.topbar-link:hover {
  color: #3d3e57;
  text-decoration: none
}

.topbar-link.active {
  color: #3d3e57;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default
}

.topbar-dark {
  color: rgba(255, 255, 255, .7)
}

.topbar-dark .topbar-link {
  color: rgba(255, 255, 255, .7)
}

.topbar-dark .topbar-link:hover {
  color: #fff
}

.topbar-dark .topbar-link.active {
  color: #fff
}

@-webkit-keyframes dropdown-show {
  from {
    transform: scale(.9);
    opacity: 0
  }

  to {
    transform: scale(1);
    opacity: 1
  }
}

@keyframes dropdown-show {
  from {
    transform: scale(.9);
    opacity: 0
  }

  to {
    transform: scale(1);
    opacity: 1
  }
}

a.card-body:hover,
a.card:hover {
  text-decoration: none
}

.card-img-top {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.card-img-top&gt;img {
  display: block;
  width: 100%
}

.card-body {
  position: relative;
  z-index: 5
}

.card-hover {
  transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out
}

.card.card-hover:hover {
  border-color: rgba(118, 109, 244, .35) !important;
  box-shadow: .1875rem .1875rem .625rem -.125rem rgba(0, 0, 0, .09) !important
}

.card-hover.border-0::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .2s ease-in-out;
  border: 1px solid rgba(118, 109, 244, .35);
  border-radius: 1rem;
  content: "";
  z-index: 3;
  opacity: 0
}

.card-hover.border-0:hover::before {
  opacity: 1
}

.card-hover.border-0 a.card-img-top {
  z-index: 4
}

.breadcrumb-item {
  font-weight: 500
}

.breadcrumb-item::before {
  margin-top: -.0625rem;
  font-family: around-icons;
  font-size: 1.2em;
  font-weight: 400;
  vertical-align: middle
}

.breadcrumb-item&gt;a {
  transition: color .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out;
  color: #5a5b75
}

.breadcrumb-item&gt;a:hover {
  color: #f24040;
  text-decoration: none
}

.breadcrumb-item&gt;a&gt;i {
  margin-top: -.0625rem;
  margin-right: .325rem;
  font-size: 1.05em;
  vertical-align: middle
}

.breadcrumb-item.active {
  cursor: default
}

.pagination {
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.page-link {
  position: relative;
  transition: color .25s ease-in-out, border-color .25s ease-in-out;
  font-weight: 500;
  line-height: 1.25
}

.page-link&gt;i {
  margin-top: -.125rem;
  font-size: 1.5em
}

.page-item {
  margin: .15rem
}

.page-item.active {
  cursor: default
}

.pagination .page-link {
  border-radius: .5rem;
  font-size: .875rem
}

.badge {
  color: #fff !important
}

.badge.bg-light,
.badge.bg-secondary {
  color: #4a4b65 !important
}

.badge-floating {
  position: absolute;
  top: 1.5rem;
  left: 0;
  z-index: 5
}

.card:not(.border-0):not(.card-category) .badge-floating {
  left: -1px
}

.badge-floating:not(.badge-floating-end) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important
}

.alert [class*=" ai-"],
.alert [class^=ai-] {
  margin-top: .125rem
}

.offcanvas {
  will-change: transform, box-shadow;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1), box-shadow .3s ease;
  box-shadow: none;
  visibility: visible !important
}

.offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
  top: 0;
  left: 0;
  width: 22rem;
  border-right: 0 solid transparent;
  transform: translateX(-100%)
}

.offcanvas.show {
  transform: none !important;
  box-shadow: -.0625rem 0 .625rem 0 rgba(0, 0, 0, .07), .3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, .04) !important
}

.offcanvas-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  padding: 1.25rem 1.5rem
}

.bg-dark .offcanvas-header {
  background-color: rgba(255, 255, 255, .05)
}

.offcanvas-body {
  height: 100%
}

.offcanvas-body::-webkit-scrollbar {
  width: .5rem;
  background-color: transparent;
  opacity: 0
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background-color: #dfdfeb;
  border-radius: .25rem
}

.sidebar-toggle {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  z-index: 1025
}

@media (min-width:992px) {
  .offcanvas-collapse {
    display: block;
    position: static;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    transform: none !important;
    background-color: transparent
  }

  .offcanvas-collapse .offcanvas-header {
    display: none
  }

  .offcanvas-collapse .offcanvas-body {
    padding: 0;
    overflow: initial
  }
}

@media (max-width:991.98px) {
  .offcanvas-collapse .offcanvas-body .navbar-nav {
    padding-top: 0
  }

  .offcanvas-collapse .offcanvas-body .navbar-nav .nav-item {
    border-top: 0;
    border-bottom: 1px solid #e9e9f2 !important
  }

  .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link {
    color: #5a5b75
  }

  .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link:hover {
    color: #f24040
  }

  .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link.active {
    color: #f24040
  }

  .offcanvas-collapse .offcanvas-body .navbar-nav .active&gt;.nav-link,
  .offcanvas-collapse .offcanvas-body .navbar-nav .show&gt;.nav-link {
    color: #f24040
  }
}

.sidebar-toggle {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  z-index: 1025
}

.is-sidebar .footer {
  padding-bottom: 2.25rem
}

.is-sidebar .sidebar-toggle {
  display: block
}

@media (max-width:991.98px) {
  .is-sidebar .btn-scroll-top {
    bottom: 3.25rem
  }
}

@media (min-width:992px) {
  .sidebar-enabled {
    position: relative
  }

  .sidebar-enabled::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background-color: #f7f7fc;
    content: ""
  }

  .sidebar-enabled .content {
    position: relative;
    padding-left: 2.5rem;
    background-color: #fff;
    z-index: 2
  }

  .sidebar {
    position: relative;
    background-color: #f7f7fc;
    z-index: 5
  }

  .sidebar-toggle {
    display: none
  }

  .is-sidebar .footer {
    padding-bottom: 0
  }

  .is-sidebar .sidebar-toggle {
    display: none
  }
}

.widget-title {
  margin-bottom: 1.25rem;
  font-size: 1.125rem
}

.widget ol,
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.widget ol&gt;li,
.widget ul&gt;li {
  display: block;
  margin-bottom: .375rem
}

.widget ol&gt;li:last-child,
.widget ul&gt;li:last-child {
  margin-bottom: 0
}

.widget ol&gt;li ol,
.widget ol&gt;li ul,
.widget ul&gt;li ol,
.widget ul&gt;li ul {
  padding: .25rem 0 .25rem 1.375rem
}

.widget ol&gt;li ol&gt;li,
.widget ol&gt;li ul&gt;li,
.widget ul&gt;li ol&gt;li,
.widget ul&gt;li ul&gt;li {
  position: relative;
  margin-bottom: 0;
  border-left: 2px solid #e9e9f2
}

.widget ol&gt;li ol&gt;li&gt;a,
.widget ol&gt;li ul&gt;li&gt;a,
.widget ul&gt;li ol&gt;li&gt;a,
.widget ul&gt;li ul&gt;li&gt;a {
  padding-left: 1.125rem !important
}

.widget ol&gt;li ol&gt;li&gt;a::after,
.widget ol&gt;li ul&gt;li&gt;a::after,
.widget ul&gt;li ol&gt;li&gt;a::after,
.widget ul&gt;li ul&gt;li&gt;a::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: .75rem;
  height: 1px;
  background-color: #d6d6e7;
  content: ""
}

.widget-link {
  display: block;
  position: relative;
  padding: .25rem 0;
  transition: color .25s ease-in-out;
  color: #5a5b75;
  font-weight: 500;
  text-decoration: none
}

.widget-link:hover {
  color: #f24040;
  text-decoration: none
}

.active&gt;.widget-link,
.widget-link.active {
  color: #f24040;
  pointer-events: none;
  cursor: default
}

.widget-link&gt;.small,
.widget-link&gt;small {
  display: inline-block;
  font-size: 75%;
  font-weight: 400
}

.widget-link+ul&gt;li&gt;.widget-link {
  font-size: 87.5%
}

.widget-categories .widget-link {
  padding-left: 1.25rem
}

.widget-categories .widget-link::before {
  position: absolute;
  top: .0625rem;
  left: -.1875rem;
  transition: transform .25s ease-in-out, opacity .15s ease-in-out;
  font-family: around-icons;
  font-size: 1.25em;
  content: "\e931";
  opacity: .5
}

.widget-categories .widget-link.active::before,
.widget-categories .widget-link:hover::before {
  opacity: 1
}

.widget-categories .widget-link+ul&gt;li&gt;.widget-link {
  padding-left: inherit
}

.widget-categories .widget-link+ul&gt;li&gt;.widget-link::before {
  display: none
}

.widget-categories .active&gt;.widget-link::before {
  opacity: 1
}

.widget-categories [data-bs-toggle=collapse] {
  color: #f24040
}

.widget-categories [data-bs-toggle=collapse]::before {
  transform: rotate(90deg);
  opacity: 1
}

.widget-categories [data-bs-toggle=collapse].collapsed {
  color: #5a5b75
}

.widget-categories [data-bs-toggle=collapse].collapsed::before {
  transform: none;
  opacity: .5
}

.widget-categories [data-bs-toggle=collapse].collapsed:hover {
  color: #f24040
}

.widget-categories [data-bs-toggle=collapse].collapsed:hover::before {
  opacity: 1
}

.btn-wishlist {
  display: inline-block;
  position: relative;
  text-decoration: none
}

.btn-wishlist .btn-tooltip {
  position: absolute;
  left: 50%;
  bottom: 100%;
  padding: .2084375rem .416875rem;
  transform: translateX(-50%);
  transition: opacity .2s ease-in-out;
  border-radius: .375rem;
  background-color: #37384e;
  color: #fff;
  font-size: .75rem;
  white-space: nowrap;
  opacity: 0
}

.btn-wishlist:hover {
  text-decoration: none
}

.btn-wishlist:hover .btn-tooltip {
  opacity: 1
}

.btn-wishlist {
  color: #9e9fb4;
  font-size: 1.25rem
}

.btn-wishlist:hover {
  color: #5a5b75
}

.btn-divider {
  display: inline-block;
  width: 1px;
  height: 1.5rem;
  margin: 0 .75rem;
  background-color: #e9e9f2
}

.view {
  display: none
}

.view.show {
  display: block
}</pre></body></html>