@font-face {
  font-family: "iconfont"; /* Project id 3434489 */
  src: url(/fonts/iconfont.woff2?2ff56cc3bdfca2c64e173aed00d8c4d2) format('woff2'),
       url(/fonts/iconfont.woff?dd52fdec5f40bf8412cf4113869484ec) format('woff'),
       url(/fonts/iconfont.ttf?bd13d96a0b3bc443d79b0b0ddb9c2915) format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-left:before {
  content: "\e7ec";
}

.icon-weixin:before {
  content: "\e607";
}

.icon-close:before {
  content: "\e747";
}

.icon-right:before {
  content: "\e7eb";
}




@charset "UTF-8";
/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, sans-serif; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 575px){
  .container{
    max-width: 575px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 992px){
  .container{
    max-width: 992px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1760px){
  .container{
    max-width: 1760px;
  }
}
:root{
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
.form-select{
  -moz-padding-start: calc(0.75rem - 3px);
  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-position: right 0.75rem center;
  background-size: 16px 12px;
}
.form-select:focus{
  box-shadow: 0 0 0 1px #2563eb;
}
.form-select[multiple]{
  padding-right: 0.75rem;
  background-image: none;
}
.form-select[size]:not([size="1"]){
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled{
  background-color: #e9ecef;
}
.form-select:-moz-focusring{
  color: transparent;
  -webkit-text-shadow: 0 0 0 #212529;
  text-shadow: 0 0 0 #212529;
}
.form-check-input:checked{
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox]{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio]{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate{
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled{
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-switch .form-check-input{
  margin-top: 0.1rem;
  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");
  background-position: left center;
  transition: background-position 0.15s ease-in-out;
}
.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='%23fff'/%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");
}
.btn-check[disabled] + .btn{
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.btn-check:disabled + .btn{
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-floating > .form-select{
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > .form-select ~ label{
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group > .form-select{
  width: 1%;
}
.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-lg > .form-select{
  padding-right: 3rem;
}
.input-group-sm > .form-select{
  padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.was-validated .form-select:valid{
  border-color: #198754;
}
.form-select.is-valid{
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]){
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:not([multiple])[size="1"]{
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:not([multiple]):not([size]){
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:not([multiple])[size="1"]{
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus{
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-select.is-valid:focus{
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid{
  border-color: #198754;
}
.form-check-input.is-valid{
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked{
  background-color: #198754;
}
.form-check-input.is-valid:checked{
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus{
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid:focus{
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label{
  color: #198754;
}
.form-check-input.is-valid ~ .form-check-label{
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback{
  margin-left: 0.5em;
}
.was-validated .input-group .form-select:valid{
  z-index: 1;
}
.input-group .form-select.is-valid{
  z-index: 1;
}
.was-validated .input-group .form-select:valid:focus{
  z-index: 3;
}
.input-group .form-select.is-valid:focus{
  z-index: 3;
}
.is-invalid ~ .invalid-feedback{
  display: block;
}
.is-invalid ~ .invalid-tooltip{
  display: block;
}
.form-control.is-invalid{
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus{
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
textarea.form-control.is-invalid{
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid{
  border-color: #dc3545;
}
.form-select.is-invalid{
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]){
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:not([multiple])[size="1"]{
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:not([multiple]):not([size]){
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:not([multiple])[size="1"]{
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus{
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-select.is-invalid:focus{
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid{
  border-color: #dc3545;
}
.form-check-input.is-invalid{
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked{
  background-color: #dc3545;
}
.form-check-input.is-invalid:checked{
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus{
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid:focus{
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label{
  color: #dc3545;
}
.form-check-input.is-invalid ~ .form-check-label{
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback{
  margin-left: 0.5em;
}
.input-group .form-control.is-invalid{
  z-index: 2;
}
.was-validated .input-group .form-select:invalid{
  z-index: 2;
}
.input-group .form-select.is-invalid{
  z-index: 2;
}
.input-group .form-control.is-invalid:focus{
  z-index: 3;
}
.was-validated .input-group .form-select:invalid:focus{
  z-index: 3;
}
.input-group .form-select.is-invalid:focus{
  z-index: 3;
}
.btn-check:focus + .btn{
  outline: 0;
  box-shadow: none;
}
.btn:focus{
  outline: 0;
  box-shadow: none;
}
.btn-check:checked + .btn{
  box-shadow: none;
}
.btn-check:active + .btn{
  box-shadow: none;
}
.btn:active{
  box-shadow: none;
}
.btn.active{
  box-shadow: none;
}
.btn-check:checked + .btn:focus{
  box-shadow: none;
}
.btn-check:active + .btn:focus{
  box-shadow: none;
}
.btn:active:focus{
  box-shadow: none;
}
.btn.active:focus{
  box-shadow: none;
}
.fade{
  transition: opacity 0.15s linear;
}
.fade:not(.show){
  opacity: 0;
}
.collapse:not(.show){
  display: none;
}
.collapsing{
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.collapsing.collapse-horizontal{
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
.dropdown-menu{
  z-index: 1000;
}
.dropdown-item.active{
  color: #1f2937;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item:active{
  color: #1f2937;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item:disabled{
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show{
  display: block;
}
.dropdown-menu-dark .dropdown-item.active{
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item:active{
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled{
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-item:disabled{
  color: #adb5bd;
}
.nav-tabs .nav-link{
  color: #4b5563;
}
.nav-tabs .nav-link:hover{
  isolation: isolate;
}
.nav-tabs .nav-link:focus{
  isolation: isolate;
}
.nav-tabs .nav-link.disabled{
  color: #9ca3af;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active{
  color: #2563eb;
  border-color: #2563eb;
}
.nav-tabs .nav-item.show .nav-link{
  color: #2563eb;
  border-color: #2563eb;
}
.nav-tabs .dropdown-menu{
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link{
  background: #f3f4f6;
  color: #4b5563;
  box-shadow: none;
}
.nav-pills .nav-link.active{
  background: #2563eb;
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.nav-pills .show > .nav-link{
  background: #2563eb;
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.nav-pills .disabled{
  color: #9ca3af;
  background-color: rgba(243, 244, 246, 0.5);
}
.nav-pills.menu-sidebar .nav-link{
  background-color: transparent;
  box-shadow: none;
  padding: 0 5px;
  border-radius: 0;
}
.nav-pills.menu-sidebar .nav-link.active{
  color: #1266f1;
  font-weight: 600;
  border-left: 0.125rem solid #1266f1;
}
.nav-justified > .nav-link{
  -ms-flex-basis: 0;
  flex-basis: 0;
}
.nav-justified .nav-item{
  -ms-flex-basis: 0;
  flex-basis: 0;
}
.tab-content > .tab-pane{
  display: none;
}
.tab-content > .active{
  display: block;
}
.navbar-collapse{
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.navbar-expand .navbar-nav{
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu{
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link{
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-collapse{
  display: flex !important;
  -ms-flex-basis: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler{
  display: none;
}
.navbar-expand .offcanvas{
  position: inherit;
  bottom: 0;
  z-index: 1000;
  -ms-flex-grow: 1;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-light .navbar-nav .nav-link.disabled{
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link{
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link.active{
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-nav .nav-link.disabled{
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link{
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link.active{
  color: #fff;
}
.accordion-button{
  overflow-anchor: none;
}
.accordion-button:not(.collapsed){
  color: #2563eb;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 #e5e7eb;
}
.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='%232563eb'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after{
  -ms-flex-shrink: 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;
  transition: transform 0.2s ease-in-out;
}
.accordion-button:hover{
  z-index: 2;
}
.accordion-button:focus{
  z-index: 3;
}
.accordion-item:first-of-type{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.accordion-item:first-of-type .accordion-button{
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.accordion-item:not(:first-of-type){
  border-top: 0;
}
.accordion-item:last-of-type{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.btn-close{
  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;
}
.btn-close:focus{
  opacity: 1;
}
.btn-close:disabled{
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close.disabled{
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.modal{
  z-index: 1055;
}
.modal-dialog{
  margin: 0.5rem;
}
.modal.fade .modal-dialog{
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
.modal.show .modal-dialog{
  transform: none;
}
.modal.modal-static .modal-dialog{
  transform: scale(1.02);
}
.modal-dialog-scrollable .modal-content{
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body{
  overflow-y: auto;
}
.modal-dialog-centered{
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-backdrop{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade{
  opacity: 0;
}
.modal-backdrop.show{
  opacity: 0.5;
}
.modal-header .btn-close{
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-body{
  flex: 1 1 auto;
}
.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;
}
.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;
  -webkit-text-align: start;
  text-align: start;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  -webkit-text-transform: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show{
  opacity: 1;
}
.bs-tooltip-top .tooltip-arrow{
  bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before{
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-end .tooltip-arrow{
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before{
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before{
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom .tooltip-arrow{
  top: 0;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before{
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before{
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-start .tooltip-arrow{
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before{
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before{
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner{
  max-width: 200px;
  font-size: 14px;
  padding: 6px 16px;
  color: #fff;
  -webkit-text-align: center;
  text-align: center;
  background-color: #6d6d6d;
  border-radius: 0.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;
  -webkit-text-align: start;
  text-align: start;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  -webkit-text-transform: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.bs-popover-top > .popover-arrow{
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow{
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before{
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before{
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after{
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after{
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-end > .popover-arrow{
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow{
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before{
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before{
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after{
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after{
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom > .popover-arrow{
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow{
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before{
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before{
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after{
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after{
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before{
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-start > .popover-arrow{
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow{
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before{
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before{
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after{
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after{
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header{
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  font-weight: 500;
}
.popover-header:empty{
  display: none;
}
.popover-body{
  padding: 1rem 1rem;
  color: #212529;
}
.carousel.pointer-event{
  touch-action: pan-y;
}
.carousel-inner::after{
  display: block;
  clear: both;
  content: "";
}
.carousel-item{
  display: none;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
.carousel-item.active{
  display: block;
}
.carousel-item-next{
  display: block;
}
.carousel-item-prev{
  display: block;
}
.carousel-item-next:not(.carousel-item-start){
  transform: translateX(100%);
}
.active.carousel-item-end{
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end){
  transform: translateX(-100%);
}
.active.carousel-item-start{
  transform: translateX(-100%);
}
.carousel-fade .carousel-item{
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active{
  z-index: 1;
  opacity: 1;
}
.carousel-fade .carousel-item-next.carousel-item-start{
  z-index: 1;
  opacity: 1;
}
.carousel-fade .carousel-item-prev.carousel-item-end{
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start{
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
.carousel-fade .active.carousel-item-end{
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
.carousel-control-prev{
  z-index: 1;
  width: 15%;
  color: #fff;
  background: none;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.carousel-control-next{
  z-index: 1;
  width: 15%;
  color: #fff;
  background: none;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.carousel-control-prev:hover{
  color: #fff;
  opacity: 0.9;
}
.carousel-control-prev:focus{
  color: #fff;
  opacity: 0.9;
}
.carousel-control-next:hover{
  color: #fff;
  opacity: 0.9;
}
.carousel-control-next:focus{
  color: #fff;
  opacity: 0.9;
}
.carousel-control-prev-icon{
  width: 2rem;
  height: 2rem;
  background-position: 50%;
  background-size: 100% 100%;
  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-indicators{
  z-index: 2;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target]{
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  -webkit-text-indent: -999px;
  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: 0.5;
  transition: opacity 0.6s ease;
}
.carousel-indicators .active{
  opacity: 1;
}
.carousel-dark .carousel-control-prev-icon{
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target]{
  background-color: #000;
}
.offcanvas{
  z-index: 1045;
}
.offcanvas-backdrop{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade{
  opacity: 0;
}
.offcanvas-backdrop.show{
  opacity: 0.5;
}
.offcanvas.show{
  transform: none;
}
.sticky-top{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.vr{
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}
.animation{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  padding: auto;
}
.fade-in{
  -webkit-animation-name: _fade-in;
  animation-name: _fade-in;
}
.fade-out{
  -webkit-animation-name: _fade-out;
  animation-name: _fade-out;
}
.animation.infinite{
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animation.delay-1s{
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animation.delay-2s{
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animation.delay-3s{
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animation.delay-4s{
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animation.delay-5s{
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animation.fast{
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animation.faster{
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animation.slow{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animation.slower{
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.slide-in-left{
  -webkit-animation-name: _slide-in-left;
  animation-name: _slide-in-left;
}
.slide-in-right{
  -webkit-animation-name: _slide-in-right;
  animation-name: _slide-in-right;
}
.slide-out-left{
  -webkit-animation-name: _slide-out-left;
  animation-name: _slide-out-left;
}
.slide-out-right{
  -webkit-animation-name: _slide-out-right;
  animation-name: _slide-out-right;
}
.ripple-surface{
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
.ripple-surface-unbound{
  overflow: visible;
}
.ripple-wave{
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, transparent 70%);
  border-radius: 50%;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  touch-action: none;
  transform: scale(0);
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0, 0, 0.15, 1), cubic-bezier(0, 0, 0.15, 1);
  z-index: 999;
}
.ripple-wave.active{
  transform: scale(1);
  opacity: 0;
}
.btn .ripple-wave{
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.ripple-surface-primary .ripple-wave{
  background-image: radial-gradient(circle, rgba(18, 102, 241, 0.2) 0, rgba(18, 102, 241, 0.3) 40%, rgba(18, 102, 241, 0.4) 50%, rgba(18, 102, 241, 0.5) 60%, rgba(18, 102, 241, 0) 70%);
}
.ripple-surface-secondary .ripple-wave{
  background-image: radial-gradient(circle, rgba(178, 60, 253, 0.2) 0, rgba(178, 60, 253, 0.3) 40%, rgba(178, 60, 253, 0.4) 50%, rgba(178, 60, 253, 0.5) 60%, rgba(178, 60, 253, 0) 70%);
}
.ripple-surface-success .ripple-wave{
  background-image: radial-gradient(circle, rgba(0, 183, 74, 0.2) 0, rgba(0, 183, 74, 0.3) 40%, rgba(0, 183, 74, 0.4) 50%, rgba(0, 183, 74, 0.5) 60%, rgba(0, 183, 74, 0) 70%);
}
.ripple-surface-info .ripple-wave{
  background-image: radial-gradient(circle, rgba(57, 192, 237, 0.2) 0, rgba(57, 192, 237, 0.3) 40%, rgba(57, 192, 237, 0.4) 50%, rgba(57, 192, 237, 0.5) 60%, rgba(57, 192, 237, 0) 70%);
}
.ripple-surface-warning .ripple-wave{
  background-image: radial-gradient(circle, rgba(255, 169, 0, 0.2) 0, rgba(255, 169, 0, 0.3) 40%, rgba(255, 169, 0, 0.4) 50%, rgba(255, 169, 0, 0.5) 60%, rgba(255, 169, 0, 0) 70%);
}
.ripple-surface-danger .ripple-wave{
  background-image: radial-gradient(circle, rgba(249, 49, 84, 0.2) 0, rgba(249, 49, 84, 0.3) 40%, rgba(249, 49, 84, 0.4) 50%, rgba(249, 49, 84, 0.5) 60%, rgba(249, 49, 84, 0) 70%);
}
.ripple-surface-light .ripple-wave{
  background-image: radial-gradient(circle, rgba(251, 251, 251, 0.2) 0, rgba(251, 251, 251, 0.3) 40%, rgba(251, 251, 251, 0.4) 50%, rgba(251, 251, 251, 0.5) 60%, rgba(251, 251, 251, 0) 70%);
}
.ripple-surface-dark .ripple-wave{
  background-image: radial-gradient(circle, rgba(38, 38, 38, 0.2) 0, rgba(38, 38, 38, 0.3) 40%, rgba(38, 38, 38, 0.4) 50%, rgba(38, 38, 38, 0.5) 60%, rgba(38, 38, 38, 0) 70%);
}
.ripple-surface-white .ripple-wave{
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.ripple-surface-black .ripple-wave{
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, transparent 70%);
}
.datepicker-toggle-button{
  position: absolute;
  outline: none;
  border: none;
  background-color: transparent;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.datepicker-toggle-button:focus{
  color: #2979ff;
}
.datepicker-toggle-button:hover{
  color: #2979ff;
}
.datepicker-backdrop{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1065;
}
.datepicker-dropdown-container{
  width: 328px;
  height: 380px;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 1066;
}
.datepicker-modal-container{
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 328px;
  height: 512px;
  background-color: #fff;
  border-radius: 0.6rem 0.6rem 0.5rem 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 1066;
}
.datepicker-header{
  height: 120px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #2979ff;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem 0.5rem 0 0;
}
.datepicker-title{
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.datepicker-title-text{
  font-size: 10px;
  font-weight: 400;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  color: #fff;
}
.datepicker-date{
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.datepicker-date-text{
  font-size: 34px;
  font-weight: 400;
  color: #fff;
}
.datepicker-main{
  position: relative;
  height: 100%;
}
.datepicker-date-controls{
  padding: 10px 12px 0 12px;
  display: flex;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.64);
}
.datepicker-view-change-button{
  padding: 10px;
  color: #666;
  font-weight: 500;
  font-size: 0.9rem;
  border-radius: 10px;
  box-shadow: none;
  background-color: transparent;
  margin: 0;
  border: none;
}
.datepicker-view-change-button:hover{
  background-color: #eee;
}
.datepicker-view-change-button:focus{
  background-color: #eee;
}
.datepicker-view-change-button:after{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top-width: 5px;
  border-top-style: solid;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.datepicker-arrow-controls{
  margin-top: 10px;
}
.datepicker-previous-button{
  position: relative;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  outline: none;
  margin: 0;
  color: rgba(0, 0, 0, 0.64);
  background-color: transparent;
  margin-right: 24px;
}
.datepicker-previous-button:hover{
  background-color: #eee;
  border-radius: 50%;
}
.datepicker-previous-button:focus{
  background-color: #eee;
  border-radius: 50%;
}
.datepicker-previous-button::after{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  margin: 15.5px;
  border: 0 solid currentColor;
  border-top-width: 2px;
  border-left-width: 2px;
  transform: translateX(2px) rotate(-45deg);
}
.datepicker-next-button{
  position: relative;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  outline: none;
  margin: 0;
  color: rgba(0, 0, 0, 0.64);
  background-color: transparent;
}
.datepicker-next-button:hover{
  background-color: #eee;
  border-radius: 50%;
}
.datepicker-next-button:focus{
  background-color: #eee;
  border-radius: 50%;
}
.datepicker-next-button::after{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  margin: 15.5px;
  border: 0 solid currentColor;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: translateX(-2px) rotate(45deg);
}
.datepicker-view{
  padding-left: 12px;
  padding-right: 12px;
  outline: none;
}
.datepicker-table{
  margin-right: auto;
  margin-left: auto;
  width: 304px;
}
.datepicker-day-heading{
  width: 40px;
  height: 40px;
  -webkit-text-align: center;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.datepicker-cell{
  -webkit-text-align: center;
  text-align: center;
}
.datepicker-cell.disabled{
  color: #ccc;
  cursor: default;
  pointer-events: none;
}
.datepicker-cell.disabled:hover{
  cursor: default;
}
.datepicker-cell:hover{
  cursor: pointer;
}
.datepicker-cell:not(.disabled):not(.selected):hover .datepicker-cell-content{
  background-color: #d3d3d3;
}
.datepicker-cell.selected .datepicker-cell-content{
  background-color: #2979ff;
  color: #fff;
}
.datepicker-cell:not(.selected).focused .datepicker-cell-content{
  background-color: #eee;
}
.datepicker-cell.focused .datepicker-cell-content.selected{
  background-color: #2979ff;
}
.datepicker-cell.current .datepicker-cell-content{
  border: 1px solid #000;
}
.datepicker-small-cell{
  width: 40px;
  height: 40px;
}
.datepicker-small-cell-content{
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 13px;
}
.datepicker-large-cell{
  width: 76px;
  height: 42px;
}
.datepicker-large-cell-content{
  width: 72px;
  height: 40px;
  line-height: 40px;
  padding: 1px 2px;
  border-radius: 999px;
}
.datepicker-footer{
  height: 56px;
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
  justify-content: flex-end;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
}
.datepicker-footer-btn{
  background-color: #fff;
  color: #2979ff;
  border: none;
  cursor: pointer;
  padding: 0 10px;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0.1rem;
  border-radius: 10px;
  margin-bottom: 10px;
}
.datepicker-footer-btn:hover{
  background-color: #eee;
}
.datepicker-footer-btn:focus{
  background-color: #eee;
}
.datepicker-clear-btn{
  margin-right: auto;
}
.timepicker-wrapper{
  touch-action: none;
  z-index: 1065;
  opacity: 0;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.timepicker-elements{
  min-width: 310px;
  min-height: 325px;
  background: #fff;
  border-top-right-radius: 0.6rem;
  border-top-left-radius: 0.6rem;
}
.timepicker-head{
  background-color: #2979ff;
  height: 100px;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  padding: 10px 24px 10px 50px;
}
.timepicker-button{
  font-size: 0.8rem;
  min-width: 64px;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 40px;
  border-radius: 10px;
  letter-spacing: 0.1rem;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  color: #2979ff;
  border: none;
  background-color: transparent;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  outline: none;
  padding: 0 10px;
  height: 40px;
  margin-bottom: 10px;
}
.timepicker-button:hover{
  background-color: rgba(0, 0, 0, 0.08);
}
.timepicker-button:focus{
  outline: none;
  background-color: rgba(0, 0, 0, 0.08);
}
.timepicker-current{
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.00833em;
  color: #fff;
  opacity: 0.54;
  border: none;
  background: transparent;
  padding: 0;
}
.timepicker-current.active{
  opacity: 1;
}
.timepicker-current-wrapper{
  direction: ltr;
}
.timepicker-mode-wrapper{
  margin-left: 20px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.54);
}
.timepicker-mode-wrapper.active{
  opacity: 1;
}
.timepicker-clock-wrapper{
  min-width: 310px;
  max-width: 325px;
  min-height: 305px;
  overflow-x: hidden;
  height: 100%;
}
.timepicker-clock{
  position: relative;
  border-radius: 100%;
  width: 260px;
  height: 260px;
  cursor: default;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.07);
}
.timepicker-time-tips-minutes.active{
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}
.timepicker-time-tips-inner.active{
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}
.timepicker-time-tips-hours.active{
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}
.timepicker-time-tips-minutes.disabled{
  color: #b3afaf;
  pointer-events: none;
  background-color: transparent;
}
.timepicker-time-tips-inner.disabled{
  color: #b3afaf;
  pointer-events: none;
  background-color: transparent;
}
.timepicker-time-tips-hours.disabled{
  color: #b3afaf;
  pointer-events: none;
  background-color: transparent;
}
.timepicker-dot{
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.00833em;
  color: #fff;
  font-size: 3.75rem;
  opacity: 0.54;
  border: none;
  background: transparent;
  padding: 0;
}
.timepicker-middle-dot{
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2979ff;
}
.timepicker-hand-pointer{
  background-color: #2979ff;
  bottom: 50%;
  height: 40%;
  left: calc(50% - 1px);
  transform-origin: center bottom 0;
  width: 2px;
}
.timepicker-time-tips.active{
  color: #fff;
}
.timepicker-circle{
  top: -21px;
  left: -15px;
  width: 4px;
  border: 14px solid #2979ff;
  height: 4px;
  box-sizing: content-box;
  border-radius: 100%;
}
.timepicker-hour-mode{
  padding: 0;
  background-color: transparent;
  border: none;
  color: #fff;
  opacity: 0.54;
  cursor: pointer;
}
.timepicker-hour{
  cursor: pointer;
}
.timepicker-minute{
  cursor: pointer;
}
.timepicker-hour-mode:hover{
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}
.timepicker-hour-mode:focus{
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}
.timepicker-hour:hover{
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}
.timepicker-hour:focus{
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}
.timepicker-minute:hover{
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}
.timepicker-minute:focus{
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}
.timepicker-hour-mode.active{
  color: #fff;
  opacity: 1;
}
.timepicker-hour.active{
  color: #fff;
  opacity: 1;
}
.timepicker-minute.active{
  color: #fff;
  opacity: 1;
}
.timepicker-footer{
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #fff;
}
.timepicker-container{
  max-height: calc(100% - 64px);
  overflow-y: auto;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.timepicker-icon-up.active{
  opacity: 1;
}
.timepicker-icon-down.active{
  opacity: 1;
}
.timepicker-toggle-button{
  position: absolute;
  outline: none;
  border: none;
  background-color: transparent;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  cursor: pointer;
}
.timepicker-toggle-button:hover{
  color: #2979ff;
}
.timepicker-toggle-button:focus{
  color: #2979ff;
}
.timepicker-input:focus + .timepicker-toggle-button{
  color: #2979ff;
}
.timepicker-input:focus + .timepicker-toggle-button i{
  color: #2979ff;
}
.timepicker a.timepicker-toggle-button{
  right: 1px;
}
.timepicker-toggle-button.timepicker-icon{
  right: 1px;
}
.timepicker-modal .fade.show{
  opacity: 1;
}
.stepper{
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
}
.stepper:not(.stepper-vertical){
  display: flex;
  justify-content: space-between;
}
.stepper:not(.stepper-vertical) .stepper-content{
  position: absolute;
  width: 100%;
  padding: 1rem;
}
.stepper:not(.stepper-vertical) .stepper-step{
  flex: auto;
  height: 4.5rem;
}
.stepper:not(.stepper-vertical) .stepper-step:first-child .stepper-head{
  padding-left: 1.5rem;
}
.stepper:not(.stepper-vertical) .stepper-step:last-child .stepper-head{
  padding-right: 1.5rem;
}
.stepper:not(.stepper-vertical) .stepper-step:not(:first-child) .stepper-head:before{
  flex: 1;
  height: 1px;
  width: 100%;
  margin-right: 0.5rem;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.stepper:not(.stepper-vertical) .stepper-step:not(:last-child) .stepper-head:after{
  flex: 1;
  height: 1px;
  width: 100%;
  margin-left: 0.5rem;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.stepper:not(.stepper-vertical) .stepper-head-icon{
  margin: 1.5rem 0.5rem 1.5rem 0;
}
.stepper.stepper-mobile{
  justify-content: center;
  align-items: flex-end;
}
.stepper.stepper-mobile.stepper-progress-bar .stepper-head-icon{
  display: none;
}
.stepper.stepper-mobile .stepper-step{
  flex: unset;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 1rem 0 1rem 0;
}
.stepper.stepper-mobile .stepper-step:not(:last-child) .stepper-head:after{
  margin-left: 0;
}
.stepper.stepper-mobile .stepper-step:not(:first-child) .stepper-head:before{
  margin-right: 0;
}
.stepper.stepper-mobile .stepper-step:not(:last-child):not(:first-child) .stepper-head{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.stepper.stepper-mobile .stepper-head-icon{
  font-size: 0;
  margin: 0;
  height: 0.5rem;
  width: 0.5rem;
  z-index: 1;
}
.stepper.stepper-mobile .stepper-head-text{
  display: none;
}
.stepper.stepper-mobile .stepper-content{
  top: 2.56rem;
}
@media (prefers-reduced-motion: reduce){
  .form-control::-webkit-file-upload-button{
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button{
    transition: none;
  }
  .form-control::-webkit-file-upload-button{
    -webkit-transition: none;
    transition: none;
  }
  .form-switch .form-check-input{
    transition: none;
  }
  .form-range::-webkit-slider-thumb{
    -webkit-transition: none;
    transition: none;
  }
  .form-range::-moz-range-thumb{
    -moz-transition: none;
    transition: none;
  }
  .form-floating > label{
    transition: none;
  }
  .fade{
    transition: none;
  }
  .collapsing{
    transition: none;
  }
  .collapsing.collapse-horizontal{
    transition: none;
  }
  .accordion-button::after{
    transition: none;
  }
  .modal.fade .modal-dialog{
    transition: none;
  }
  .carousel-item{
    transition: none;
  }
  .carousel-fade .active.carousel-item-start{
    transition: none;
  }
  .carousel-fade .active.carousel-item-end{
    transition: none;
  }
  .carousel-control-prev{
    transition: none;
  }
  .carousel-control-next{
    transition: none;
  }
  .carousel-indicators [data-bs-target]{
    transition: none;
  }
  .spinner-border{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
  .spinner-grow{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
@media (min-width: 576px){
  .navbar-expand-sm{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler{
    display: none;
  }
  .navbar-expand-sm .offcanvas-header{
    display: none;
  }
  .navbar-expand-sm .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .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;
  }
  .sticky-sm-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px){
  .navbar-expand-md{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler{
    display: none;
  }
  .navbar-expand-md .offcanvas-header{
    display: none;
  }
  .navbar-expand-md .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .sticky-md-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px){
  .navbar-expand-lg{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .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;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .modal-lg{
    max-width: 800px;
  }
  .modal-xl{
    max-width: 800px;
  }
  .sticky-lg-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px){
  .navbar-expand-xl{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler{
    display: none;
  }
  .navbar-expand-xl .offcanvas-header{
    display: none;
  }
  .navbar-expand-xl .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .modal-xl{
    max-width: 1140px;
  }
  .sticky-xl-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px){
  .navbar-expand-xxl{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler{
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header{
    display: none;
  }
  .navbar-expand-xxl .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .sticky-xxl-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@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;
  }
}
@media (prefers-reduced-motion){
  .animation{
    transition: none !important;
    -webkit-animation: unset !important;
    animation: unset !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape){
  .datepicker-modal-container .datepicker-header{
    height: 100%;
  }
  .datepicker-modal-container .datepicker-date{
    margin-top: 100px;
  }
  .datepicker-modal-container .datepicker-day-cell{
    width: 32x;
    height: 32x;
  }
  .datepicker-modal-container{
    flex-direction: row;
    width: 475px;
    height: 360px;
  }
  .datepicker-modal-container.datepicker-day-cell{
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 320px) and (max-width: 825px) and (orientation: landscape){
  .timepicker-elements{
    flex-direction: row !important;
    border-bottom-left-radius: 0.5rem;
    min-width: auto;
    min-height: auto;
    overflow-y: auto;
  }
  .timepicker-head{
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px;
    padding-right: 10px !important;
    height: auto;
    min-height: 305px;
  }
  .timepicker-head-content{
    flex-direction: column;
  }
  .timepicker-mode-wrapper{
    justify-content: space-around !important;
    flex-direction: row !important;
  }
  .timepicker-current{
    font-size: 3rem;
    font-weight: 400;
  }
  .timepicker-dot{
    font-size: 3rem;
    font-weight: 400;
  }
}
@-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;
  }
}
@-webkit-keyframes _fade-in{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
@keyframes _fade-in{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
@-webkit-keyframes _fade-out{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
  }
}
@keyframes _fade-out{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
  }
}
@-webkit-keyframes _fade-in-down{
  from{
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _fade-in-down{
  from{
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _fade-in-left{
  from{
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _fade-in-left{
  from{
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _fade-in-right{
  from{
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _fade-in-right{
  from{
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _fade-in-up{
  from{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _fade-in-up{
  from{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _fade-out-down{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes _fade-out-down{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes _fade-out-left{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes _fade-out-left{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes _fade-out-right{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes _fade-out-right{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes _fade-out-up{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes _fade-out-up{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes _slide-in-down{
  from{
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _slide-in-down{
  from{
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _slide-in-left{
  from{
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _slide-in-left{
  from{
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _slide-in-right{
  from{
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _slide-in-right{
  from{
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _slide-in-up{
  from{
    visibility: visible;
    transform: translate3d(0, 100%, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _slide-in-up{
  from{
    visibility: visible;
    transform: translate3d(0, 100%, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _slide-out-down{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes _slide-out-down{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes _slide-out-left{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes _slide-out-left{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes _slide-out-right{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes _slide-out-right{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes _slide-out-up{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes _slide-out-up{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes _slide-down{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes _slide-down{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes _slide-left{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes _slide-left{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes _slide-right{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes _slide-right{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes _slide-up{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes _slide-up{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes _zoom-in{
  from{
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%{
    opacity: 1;
  }
}
@keyframes _zoom-in{
  from{
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%{
    opacity: 1;
  }
}
@-webkit-keyframes _zoom-out{
  from{
    opacity: 1;
  }
  50%{
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to{
    opacity: 0;
  }
}
@keyframes _zoom-out{
  from{
    opacity: 1;
  }
  50%{
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to{
    opacity: 0;
  }
}
@-webkit-keyframes _tada{
  from{
    transform: scale3d(1, 1, 1);
  }
  10%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  20%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  50%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  70%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  90%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  60%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  80%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to{
    transform: scale3d(1, 1, 1);
  }
}
@keyframes _tada{
  from{
    transform: scale3d(1, 1, 1);
  }
  10%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  20%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  50%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  70%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  90%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  60%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  80%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to{
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes _pulse{
  from{
    transform: scale3d(1, 1, 1);
  }
  50%{
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to{
    transform: scale3d(1, 1, 1);
  }
}
@keyframes _pulse{
  from{
    transform: scale3d(1, 1, 1);
  }
  50%{
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to{
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes _show-up-clock{
  0%{
    opacity: 0;
    transform: scale(0.7);
  }
  to{
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _show-up-clock{
  0%{
    opacity: 0;
    transform: scale(0.7);
  }
  to{
    opacity: 1;
    transform: scale(1);
  }
}
.ooh-header {
  transition: all 0.3s linear;
}

.o-index-banner[data-ratio="4:3"] {
  width: 100vw;
  height: 75vw;
}

.carousel-indicators [data-bs-target]{
  margin-left: 6px;
  margin-right: 6px;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 236 / var(--tw-bg-opacity));
  opacity: 1;
  transition: background 0.6s ease;
}

.carousel-indicators [data-bs-target].active{
  --tw-bg-opacity: 1;
  background-color: rgb(3 3 3 / var(--tw-bg-opacity));
}

.carousel-indicators{
  margin-left: 14px;
  margin-right: 14px;
}

@media (max-width: 768px) {
  .carousel .xs-style{
    position: absolute;
    bottom: 0.5rem;
  }

  #carouselExhibitions.carousel .xs-style{
    position: absolute;
    bottom: 1%;
  }

  .carousel .xs-style .carousel-indicators [data-bs-target] {
    width: 5px;
    height: 5px;
    border-radius: 50%;
  }
}
/* 顶部用户下拉菜单 */
.dropdown-menu.ooh-index-dropdown.show {
  inset: 0 auto auto -70px !important;
  top: 20px !important;
}

.nav-tabs.ooh-search-tabs .nav-link{
  --tw-text-opacity: 1;
  color: rgb(150 150 150 / var(--tw-text-opacity));
}

.nav-tabs.ooh-search-tabs .nav-link.active{
  --tw-border-opacity: 1;
  border-color: rgb(235 235 236 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}

.page-item.active > a{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.page-item.active > a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header-nav .active > a{
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}

/* 首页-快速搜索 */
.index-faster-search .wrap-left {
  opacity: 1;
  transition: opacity 0.2s ease-in;
}

.index-faster-search .wrap-left.wrap-left--hidden {
  opacity: 0;
  position: absolute;
}

.index-faster-search .wrap-right::-webkit-scrollbar{
  height: 0px;
  width: 0px;
  background-color: transparent;
}

.enable-animation{
  display: block;
  width: 411px;
  transition: width 0.3s ease-in;
  flex-shrink: 0;
}

.o-popover{
  position: relative;
}

.o-popover.o-active .o-popover-content{
  display: block;
}

.o-query-list .o-select-target{
  position: relative;
  display: flex;
  width: 100%;
  cursor: pointer;
  flex-wrap: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0 0 0 1px #e6e6e6;
  padding: 12px 48px 0 16px;
}
.o-query-list .o-select-target .o-target-input{
  position: relative;
  display: flex;
  height: 36px;
  flex: 1 1 0%;
}
.o-query-list .o-select-target .o-target-input .o-placeholder{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: transparent;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.o-query-list .o-select-target:not(.o-active) .o-target-input .o-placeholder.o-active{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.o-query-list .o-select-target.o-active {
  box-shadow: 0 0 0 2px #0c0c0c;
}
.o-query-list .o-select-target > .o-icon{
  position: absolute;
  top: 0px;
  right: 1rem;
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.o-query-list .o-popover-content{
  position: absolute;
  left: 0px;
  top: 100%;
  display: none;
  max-height: 208px;
  width: 100%;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.25);
  z-index: 120;
}
.o-query-list .o-popover-content .o-menu{
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
}
.o-query-list .o-popover-content .o-menu .o-menu-item{
  cursor: pointer;
  background-color: #f2f2f200;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
  transition: background 0.13s ease-in;
}
.o-query-list .o-popover-content .o-menu .o-menu-item .o-menu-item-inner{
  width: 100%;
  font-size: 1rem;
  line-height: 2.5rem;
  transition: color 0.13s ease-in;
}
.o-query-list .o-popover-content .o-menu .o-menu-item.o-query-list-option:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(203 203 203 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.o-query-list .o-popover-content .o-menu .o-menu-item.o-active, .o-query-list .o-popover-content .o-menu .o-menu-item.o-active:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(38 76 191 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.o-icon img{
  height: 20px;
  width: 20px;
  transition: all 0.3s linear;
}

.o-icon.active img{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.artworks-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

/* artworks 左侧手风琴折叠打开后样式 */
.artworks-options .accordion-button:not(.collapsed){
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
  box-shadow: unset;
}

.artworks-options .accordion-button::after{
  height: 26px;
  width: 26px;
  background-image: url(/images/more@2x.png?e16f32a9d8334727ad8c02244219c491);
  background-size: cover;
}

.artworks-options .accordion-button:not(.collapsed)::after {
  background-image: url(/images/more@2x.png?e16f32a9d8334727ad8c02244219c491);
}

.artworks-options .form-check .form-check-input:checked + .form-check-label{
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}

/* 详情页轮播缩略图指示器 */
#carouselArtworksDetail .carousel-indicators [data-bs-target]{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  height: auto;
  width: auto;
  opacity: 0.5;
}

#carouselArtworksDetail .carousel-indicators [data-bs-target].active{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  height: auto;
  width: auto;
  opacity: 1;
}

#carouselArtworksDetail .carousel-control-prev, #carouselArtworksDetail .carousel-control-next{
  height: auto;
  width: auto;
}

#carouselArtworksDetail .carousel-control-prev:focus, #carouselArtworksDetail .carousel-control-next:focus{
  opacity: 0.5;
}

#carouselArtworksDetail .carousel-control-prev:hover, #carouselArtworksDetail .carousel-control-next:hover{
  opacity: 0.9;
}

.o-help .nav-tabs .nav-link.active, .o-login-box .nav-tabs .nav-link.active{
  --tw-border-opacity: 1;
  border-color: rgb(3 3 3 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
.o-help .nav-tabs .nav-link, .o-login-box .nav-tabs .nav-link{
  --tw-text-opacity: 1;
  color: rgb(150 150 150 / var(--tw-text-opacity));
}

.o-login-box .nav-tabs .nav-link.active{
  --tw-border-opacity: 1;
  border-color: rgb(3 3 3 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
.o-login-box .nav-tabs .nav-link{
  --tw-text-opacity: 1;
  color: rgb(150 150 150 / var(--tw-text-opacity));
}

.content {
  text-align: justify;
  overflow: hidden;
  width: 100%;
  padding-right: 10px;
  word-wrap: break-word;
}

.content.o-collapsed{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (min-width: 768px) {
  .o-collapsed{
    max-height: 94px;
  }
}
.read-more.o-collapsed .more-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 32px;
  z-index: 1;
  background: linear-gradient(90deg, hsla(0deg, 0%, 100%, 0), #fff 24px, #fff);
}

.more-btn{
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(0 141 255 / var(--tw-text-opacity));
}

.hideScrollBar::-webkit-scrollbar,
.artists-artworks::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
  display: none;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

input[type=search] {
  -webkit-appearance: none;
}

.blink {
  -webkit-animation: blink 2s linear infinite;
          animation: blink 2s linear infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .nav-item .active{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  }
}
.login-other span{
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  line-height: 20px;
  background: #fff;
  color: #969696;
}

.login-other{
  position: relative;
  width: 100%;
  height: 20px;
}
.login-other::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #EBEBEC;
}

.modal-dialog {
  max-width: 345px;
  margin: 0.5rem auto;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 550px;
  }
}
.column-item:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .column-item:nth-child(2n) {
    margin-right: 2%;
  }

  .column-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .column-item:nth-child(2n) {
    margin-right: 2%;
  }

  .column-item:nth-child(3n) {
    margin-right: 2%;
  }

  .column-item:nth-child(4n) {
    margin-right: 0;
  }
}
* {
  transition: all 0.3s ease-in;
}

.pointer-events-none{
  pointer-events: none;
}

.pointer-events-auto{
  pointer-events: auto;
}

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: -webkit-sticky;
  position: sticky;
}

.top-0{
  top: 0px;
}

.left-0{
  left: 0px;
}

.top-5{
  top: 1.25rem;
}

.right-5{
  right: 1.25rem;
}

.left-\[-20px\]{
  left: -20px;
}

.top-\[2px\]{
  top: 2px;
}

.top-\[160px\]{
  top: 160px;
}

.right-0{
  right: 0px;
}

.bottom-0{
  bottom: 0px;
}

.-left-\[9999px\]{
  left: -9999px;
}

.top-\[40px\]{
  top: 40px;
}

.left-\[11px\]{
  left: 11px;
}

.top-\[12px\]{
  top: 12px;
}

.left-4{
  left: 1rem;
}

.top-\[50\%\]{
  top: 50%;
}

.right-4{
  right: 1rem;
}

.top-\[50px\]{
  top: 50px;
}

.right-3{
  right: 0.75rem;
}

.top-3{
  top: 0.75rem;
}

.right-\[10\%\]{
  right: 10%;
}

.bottom-\[20\%\]{
  bottom: 20%;
}

.top-\[44px\]{
  top: 44px;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-50{
  z-index: 50;
}

.z-\[100\]{
  z-index: 100;
}

.-z-\[9999\]{
  z-index: -9999;
}

.z-\[9999\]{
  z-index: 9999;
}

.z-20{
  z-index: 20;
}

.z-\[99\]{
  z-index: 99;
}

.z-\[99999\]{
  z-index: 99999;
}

.float-left{
  float: left;
}

.m-0{
  margin: 0px;
}

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

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-\[11px\]{
  margin-top: 11px;
  margin-bottom: 11px;
}

.my-\[20px\]{
  margin-top: 20px;
  margin-bottom: 20px;
}

.ml-3{
  margin-left: 0.75rem;
}

.-ml-px{
  margin-left: -1px;
}

.mb-\[30px\]{
  margin-bottom: 30px;
}

.mt-\[30px\]{
  margin-top: 30px;
}

.mb-\[43px\]{
  margin-bottom: 43px;
}

.mb-\[20px\]{
  margin-bottom: 20px;
}

.ml-1{
  margin-left: 0.25rem;
}

.mt-7{
  margin-top: 1.75rem;
}

.mr-\[30px\]{
  margin-right: 30px;
}

.mt-5{
  margin-top: 1.25rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.-mt-\[100px\]{
  margin-top: -100px;
}

.mr-\[15px\]{
  margin-right: 15px;
}

.mr-\[10px\]{
  margin-right: 10px;
}

.mr-5{
  margin-right: 1.25rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mr-12{
  margin-right: 3rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mb-\[40px\]{
  margin-bottom: 40px;
}

.mt-4{
  margin-top: 1rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-\[10px\]{
  margin-bottom: 10px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.-mt-\[30px\]{
  margin-top: -30px;
}

.mt-3{
  margin-top: 0.75rem;
}

.ml-0{
  margin-left: 0px;
}

.mr-0{
  margin-right: 0px;
}

.mb-4{
  margin-bottom: 1rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mb-\[5px\]{
  margin-bottom: 5px;
}

.mr-\[11px\]{
  margin-right: 11px;
}

.mb-\[23px\]{
  margin-bottom: 23px;
}

.mb-\[18px\]{
  margin-bottom: 18px;
}

.mt-\[10px\]{
  margin-top: 10px;
}

.mt-\[5px\]{
  margin-top: 5px;
}

.mt-\[20px\]{
  margin-top: 20px;
}

.mr-1{
  margin-right: 0.25rem;
}

.mb-0{
  margin-bottom: 0px;
}

.-mt-10{
  margin-top: -2.5rem;
}

.mb-\[15px\]{
  margin-bottom: 15px;
}

.ml-2{
  margin-left: 0.5rem;
}

.mr-\[25px\]{
  margin-right: 25px;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.ml-auto{
  margin-left: auto;
}

.mb-9{
  margin-bottom: 2.25rem;
}

.mr-\[2\%\]{
  margin-right: 2%;
}

.mb-\[100px\]{
  margin-bottom: 100px;
}

.mb-\[45px\]{
  margin-bottom: 45px;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.mb-\[50px\]{
  margin-bottom: 50px;
}

.mt-12{
  margin-top: 3rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-\[25px\]{
  margin-bottom: 25px;
}

.ml-4{
  margin-left: 1rem;
}

.mt-8{
  margin-top: 2rem;
}

.ml-12{
  margin-left: 3rem;
}

.-mt-px{
  margin-top: -1px;
}

.mr-\[20px\]{
  margin-right: 20px;
}

.mb-\[70px\]{
  margin-bottom: 70px;
}

.mr-auto{
  margin-right: auto;
}

.mb-\[14px\]{
  margin-bottom: 14px;
}

.mt-\[15px\]{
  margin-top: 15px;
}

.mt-\[80px\]{
  margin-top: 80px;
}

.mt-\[50px\]{
  margin-top: 50px;
}

.box-border{
  box-sizing: border-box;
}

.box-content{
  box-sizing: content-box;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[4\/3\]{
  aspect-ratio: 4 / 3;
}

.aspect-\[16\/10\]{
  aspect-ratio: 16 / 10;
}

.h-5{
  height: 1.25rem;
}

.h-full{
  height: 100%;
}

.h-4{
  height: 1rem;
}

.h-\[60px\]{
  height: 60px;
}

.h-\[40px\]{
  height: 40px;
}

.h-10{
  height: 2.5rem;
}

.h-\[70\%\]{
  height: 70%;
}

.h-\[44px\]{
  height: 44px;
}

.h-\[20px\]{
  height: 20px;
}

.h-\[35px\]{
  height: 35px;
}

.h-\[100vh\]{
  height: 100vh;
}

.h-\[50\%\]{
  height: 50%;
}

.h-\[38px\]{
  height: 38px;
}

.h-\[26px\]{
  height: 26px;
}

.h-0{
  height: 0px;
}

.h-\[200px\]{
  height: 200px;
}

.h-\[65px\]{
  height: 65px;
}

.h-\[30px\]{
  height: 30px;
}

.h-\[25px\]{
  height: 25px;
}

.h-\[55\.9\%\]{
  height: 55.9%;
}

.h-\[13px\]{
  height: 13px;
}

.h-\[130px\]{
  height: 130px;
}

.h-\[45px\]{
  height: 45px;
}

.h-\[12px\]{
  height: 12px;
}

.h-\[29px\]{
  height: 29px;
}

.h-\[14px\]{
  height: 14px;
}

.h-auto{
  height: auto;
}

.h-\[92\%\]{
  height: 92%;
}

.h-\[220px\]{
  height: 220px;
}

.h-20{
  height: 5rem;
}

.h-\[72px\]{
  height: 72px;
}

.h-\[10px\]{
  height: 10px;
}

.h-\[150px\]{
  height: 150px;
}

.h-\[55px\]{
  height: 55px;
}

.h-\[300px\]{
  height: 300px;
}

.h-8{
  height: 2rem;
}

.h-16{
  height: 4rem;
}

.h-\[70px\]{
  height: 70px;
}

.h-\[160px\]{
  height: 160px;
}

.h-\[50px\]{
  height: 50px;
}

.h-\[15px\]{
  height: 15px;
}

.h-\[52px\]{
  height: 52px;
}

.max-h-\[600px\]{
  max-height: 600px;
}

.max-h-\[400px\]{
  max-height: 400px;
}

.max-h-\[300px\]{
  max-height: 300px;
}

.max-h-\[500px\]{
  max-height: 500px;
}

.min-h-\[240px\]{
  min-height: 240px;
}

.min-h-screen{
  min-height: 100vh;
}

.w-5{
  width: 1.25rem;
}

.w-full{
  width: 100%;
}

.w-4{
  width: 1rem;
}

.w-\[220px\]{
  width: 220px;
}

.w-\[240px\]{
  width: 240px;
}

.w-\[165px\]{
  width: 165px;
}

.w-10{
  width: 2.5rem;
}

.w-\[90\%\]{
  width: 90%;
}

.w-\[40px\]{
  width: 40px;
}

.w-\[20px\]{
  width: 20px;
}

.w-\[35px\]{
  width: 35px;
}

.w-\[100vw\]{
  width: 100vw;
}

.w-\[38px\]{
  width: 38px;
}

.w-\[26px\]{
  width: 26px;
}

.w-\[80px\]{
  width: 80px;
}

.w-\[200px\]{
  width: 200px;
}

.w-\[30px\]{
  width: 30px;
}

.w-\[25px\]{
  width: 25px;
}

.w-\[13px\]{
  width: 13px;
}

.w-auto{
  width: auto;
}

.w-\[45px\]{
  width: 45px;
}

.w-\[50\%\]{
  width: 50%;
}

.w-\[46px\]{
  width: 46px;
}

.w-\[12px\]{
  width: 12px;
}

.w-\[60px\]{
  width: 60px;
}

.w-\[14px\]{
  width: 14px;
}

.w-\[100\%\]{
  width: 100%;
}

.w-\[48\%\]{
  width: 48%;
}

.w-\[190px\]{
  width: 190px;
}

.w-\[50px\]{
  width: 50px;
}

.w-20{
  width: 5rem;
}

.w-\[72px\]{
  width: 72px;
}

.w-\[1px\]{
  width: 1px;
}

.w-0{
  width: 0px;
}

.w-\[55px\]{
  width: 55px;
}

.w-\[32\%\]{
  width: 32%;
}

.w-\[24\%\]{
  width: 24%;
}

.w-\[44px\]{
  width: 44px;
}

.w-\[300px\]{
  width: 300px;
}

.w-\[150px\]{
  width: 150px;
}

.w-\[70\%\]{
  width: 70%;
}

.w-\[120px\]{
  width: 120px;
}

.w-\[49\%\]{
  width: 49%;
}

.w-\[65\%\]{
  width: 65%;
}

.w-8{
  width: 2rem;
}

.w-\[70px\]{
  width: 70px;
}

.w-\[15px\]{
  width: 15px;
}

.w-\[65px\]{
  width: 65px;
}

.w-\[100px\]{
  width: 100px;
}

.w-\[113px\]{
  width: 113px;
}

.w-\[80\%\]{
  width: 80%;
}

.w-\[60\%\]{
  width: 60%;
}

.w-\[38\%\]{
  width: 38%;
}

.w-\[168px\]{
  width: 168px;
}

.min-w-max{
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.min-w-\[200px\]{
  min-width: 200px;
}

.min-w-0{
  min-width: 0px;
}

.max-w-\[300px\]{
  max-width: 300px;
}

.max-w-\[684px\]{
  max-width: 684px;
}

.max-w-\[350px\]{
  max-width: 350px;
}

.max-w-\[170px\]{
  max-width: 170px;
}

.max-w-7xl{
  max-width: 80rem;
}

.max-w-\[1684px\]{
  max-width: 1684px;
}

.max-w-6xl{
  max-width: 72rem;
}

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

.flex-shrink-0{
  flex-shrink: 0;
}

.flex-shrink{
  flex-shrink: 1;
}

.shrink{
  flex-shrink: 1;
}

.shrink-0{
  flex-shrink: 0;
}

.grow{
  flex-grow: 1;
}

.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[1\.3\]{
  --tw-scale-x: 1.3;
  --tw-scale-y: 1.3;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.cursor-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.resize-none{
  resize: none;
}

.resize{
  resize: both;
}

.snap-center{
  scroll-snap-align: center;
}

.list-none{
  list-style-type: none;
}

.list-disc{
  list-style-type: disc;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-nowrap{
  flex-wrap: nowrap;
}

.content-around{
  align-content: space-around;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-around{
  justify-content: space-around;
}

.justify-evenly{
  justify-content: space-evenly;
}

.justify-items-center{
  justify-items: center;
}

.gap-\[20px\]{
  gap: 20px;
}

.gap-2{
  gap: 0.5rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-3{
  gap: 0.75rem;
}

.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.self-end{
  align-self: flex-end;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-x-scroll{
  overflow-x: scroll;
}

.overscroll-none{
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-none{
  border-radius: 0px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-\[50\%\]{
  border-radius: 50%;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-2{
  border-width: 2px;
}

.border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}

.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-t-0{
  border-top-width: 0px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-t{
  border-top-width: 1px;
}

.border-b-4{
  border-bottom-width: 4px;
}

.border-solid{
  border-style: solid;
}

.border-none{
  border-style: none;
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-\[\#030303\]{
  --tw-border-opacity: 1;
  border-color: rgb(3 3 3 / var(--tw-border-opacity));
}

.border-\[\#EBEBEC\]{
  --tw-border-opacity: 1;
  border-color: rgb(235 235 236 / var(--tw-border-opacity));
}

.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-\[\#969696\]{
  --tw-border-opacity: 1;
  border-color: rgb(150 150 150 / var(--tw-border-opacity));
}

.border-\[\#F94753\]{
  --tw-border-opacity: 1;
  border-color: rgb(249 71 83 / var(--tw-border-opacity));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-transparent{
  border-color: transparent;
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-transparent{
  background-color: transparent;
}

.bg-\[\#2e2e2e28\]{
  background-color: #2e2e2e28;
}

.bg-\[\#F5F5F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-orange-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}

.bg-\[\#FFFFFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#fff6\]{
  background-color: #fff6;
}

.bg-\[\#969696\]{
  --tw-bg-opacity: 1;
  background-color: rgb(150 150 150 / var(--tw-bg-opacity));
}

.bg-\[\#F94753\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 71 83 / var(--tw-bg-opacity));
}

.bg-\[\#EBEBEC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 236 / var(--tw-bg-opacity));
}

.bg-\[\#F9F9F9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.bg-\[\#F2F2F2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.bg-\[\#030303\]{
  --tw-bg-opacity: 1;
  background-color: rgb(3 3 3 / var(--tw-bg-opacity));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-\[\#000000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-slate-300{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}

.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.bg-contain{
  background-size: contain;
}

.bg-clip-padding{
  background-clip: padding-box;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-scale-down{
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.p-1{
  padding: 0.25rem;
}

.p-4{
  padding: 1rem;
}

.p-0{
  padding: 0px;
}

.p-\[10px\]{
  padding: 10px;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-2{
  padding: 0.5rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[22px\]{
  padding-top: 22px;
  padding-bottom: 22px;
}

.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[3px\]{
  padding-top: 3px;
  padding-bottom: 3px;
}

.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}

.py-\[80px\]{
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.pb-\[200px\]{
  padding-bottom: 200px;
}

.pb-\[80px\]{
  padding-bottom: 80px;
}

.pl-4{
  padding-left: 1rem;
}

.pl-\[35px\]{
  padding-left: 35px;
}

.pl-\[15px\]{
  padding-left: 15px;
}

.pt-\[89\.4\%\]{
  padding-top: 89.4%;
}

.pt-\[10px\]{
  padding-top: 10px;
}

.pb-\[15px\]{
  padding-bottom: 15px;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-\[10px\]{
  padding-bottom: 10px;
}

.pt-\[8px\]{
  padding-top: 8px;
}

.pt-\[100\%\]{
  padding-top: 100%;
}

.pl-\[20px\]{
  padding-left: 20px;
}

.pl-\[10px\]{
  padding-left: 10px;
}

.pr-\[20px\]{
  padding-right: 20px;
}

.pl-\[8px\]{
  padding-left: 8px;
}

.pt-\[15px\]{
  padding-top: 15px;
}

.pb-\[9px\]{
  padding-bottom: 9px;
}

.pb-\[8px\]{
  padding-bottom: 8px;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pl-1{
  padding-left: 0.25rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pt-8{
  padding-top: 2rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pt-\[37\.5\%\]{
  padding-top: 37.5%;
}

.pt-5{
  padding-top: 1.25rem;
}

.pb-\[13px\]{
  padding-bottom: 13px;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-\[30px\]{
  padding-top: 30px;
}

.pb-\[25px\]{
  padding-bottom: 25px;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pt-0{
  padding-top: 0px;
}

.pb-\[45px\]{
  padding-bottom: 45px;
}

.pt-\[40px\]{
  padding-top: 40px;
}

.pl-\[10\%\]{
  padding-left: 10%;
}

.pr-\[10\%\]{
  padding-right: 10%;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-\[58\.33\%\]{
  padding-top: 58.33%;
}

.pt-\[17px\]{
  padding-top: 17px;
}

.pl-0{
  padding-left: 0px;
}

.pb-\[20px\]{
  padding-bottom: 20px;
}

.pt-\[27px\]{
  padding-top: 27px;
}

.pt-\[34px\]{
  padding-top: 34px;
}

.pb-\[6px\]{
  padding-bottom: 6px;
}

.pb-\[5px\]{
  padding-bottom: 5px;
}

.pt-\[53\.33\%\]{
  padding-top: 53.33%;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pb-\[30px\]{
  padding-bottom: 30px;
}

.pl-2{
  padding-left: 0.5rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.text-justify{
  text-align: justify;
}

.align-top{
  vertical-align: top;
}

.font-sans{
  font-family: Inter, sans-serif;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-\[15px\]{
  font-size: 15px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[24px\]{
  font-size: 24px;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[21px\]{
  font-size: 21px;
}

.text-\[14px\]{
  font-size: 14px;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[22px\]{
  font-size: 22px;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-\[28px\]{
  font-size: 28px;
}

.text-\[11px\]{
  font-size: 11px;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-\[32px\]{
  font-size: 32px;
}

.text-\[50px\]{
  font-size: 50px;
}

.font-medium{
  font-weight: 500;
}

.font-\[600\]{
  font-weight: 600;
}

.font-normal{
  font-weight: 400;
}

.font-bold{
  font-weight: 700;
}

.font-\[500\]{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.font-\[900\]{
  font-weight: 900;
}

.font-\[800\]{
  font-weight: 800;
}

.font-\[700\]{
  font-weight: 700;
}

.italic{
  font-style: italic;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-normal{
  line-height: 1.5;
}

.leading-\[60px\]{
  line-height: 60px;
}

.leading-\[40px\]{
  line-height: 40px;
}

.leading-\[38px\]{
  line-height: 38px;
}

.leading-\[29px\]{
  line-height: 29px;
}

.leading-\[30px\]{
  line-height: 30px;
}

.leading-\[\#19px\]{
  line-height: #19px;
}

.leading-\[12px\]{
  line-height: 12px;
}

.leading-\[26px\]{
  line-height: 26px;
}

.leading-\[24px\]{
  line-height: 24px;
}

.leading-\[22px\]{
  line-height: 22px;
}

.leading-\[25px\]{
  line-height: 25px;
}

.leading-\[28px\]{
  line-height: 28px;
}

.leading-tight{
  line-height: 1.25;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-none{
  line-height: 1;
}

.leading-\[14px\]{
  line-height: 14px;
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-current{
  color: currentColor;
}

.text-\[\#030303\]{
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#969696\]{
  --tw-text-opacity: 1;
  color: rgb(150 150 150 / var(--tw-text-opacity));
}

.text-\[\#0d6efd\]{
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity));
}

.text-\[\#000000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#4a4a4a\]{
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-\[\#9A9A9A\]{
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity));
}

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-\[\#6a6a6a\]{
  --tw-text-opacity: 1;
  color: rgb(106 106 106 / var(--tw-text-opacity));
}

.text-\[\#5f5f5f\]{
  --tw-text-opacity: 1;
  color: rgb(95 95 95 / var(--tw-text-opacity));
}

.text-yellow-700{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-\[\#07C160\]{
  --tw-text-opacity: 1;
  color: rgb(7 193 96 / var(--tw-text-opacity));
}

.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

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

.opacity-50{
  opacity: 0.5;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-100{
  opacity: 1;
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline{
  outline-style: solid;
}

.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150{
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.placeholder\:text-\[\#969696\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(150 150 150 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#969696\]:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(150 150 150 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#969696\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(150 150 150 / var(--tw-text-opacity));
}

.checked\:border-\[\#030303\]:checked{
  --tw-border-opacity: 1;
  border-color: rgb(3 3 3 / var(--tw-border-opacity));
}

.checked\:bg-\[\#030303\]:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(3 3 3 / var(--tw-bg-opacity));
}

.hover\:scale-\[1\.03\]:hover{
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-black:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:border-transparent:hover{
  border-color: transparent;
}

.hover\:bg-\[\#bcbcbc\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(188 188 188 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#6a6a6a20\]:hover{
  background-color: #6a6a6a20;
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:no-underline:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.hover\:outline-none:hover{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:z-10:focus{
  z-index: 10;
}

.focus\:border-2:focus{
  border-width: 2px;
}

.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-blue-600:focus{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.focus\:border-transparent:focus{
  border-color: transparent;
}

.focus\:border-\[\#030303\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(3 3 3 / var(--tw-border-opacity));
}

.focus\:bg-\[\#bcbcbc\]:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(188 188 188 / var(--tw-bg-opacity));
}

.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.focus\:text-gray-700:focus{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.focus\:no-underline:focus{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.focus\:opacity-100:focus{
  opacity: 1;
}

.focus\:shadow-none:focus{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-lg:focus{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.active\:bg-gray-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.active\:bg-\[\#6a6a6a\]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(106 106 106 / var(--tw-bg-opacity));
}

.active\:bg-\[\#6A6A6A\]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(106 106 106 / var(--tw-bg-opacity));
}

.active\:bg-\[\#6a6a6a30\]:active{
  background-color: #6a6a6a30;
}

.active\:text-gray-700:active{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.active\:text-gray-500:active{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.active\:text-white:active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

.disabled\:bg-\[\#CBCBCB\]:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(203 203 203 / var(--tw-bg-opacity));
}

button[data-loading]{
  --tw-bg-opacity: 1;
  background-color: rgb(106 106 106 / var(--tw-bg-opacity));
}

@media (prefers-color-scheme: dark){
  .dark\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }
  .dark\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }
  .dark\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }
  .dark\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }
  .dark\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .dark\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
}

@media (min-width: 575px){
  .xs\:mr-3{
    margin-right: 0.75rem;
  }
  .xs\:block{
    display: block;
  }
  .xs\:h-\[24px\]{
    height: 24px;
  }
  .xs\:h-\[238px\]{
    height: 238px;
  }
  .xs\:h-\[40px\]{
    height: 40px;
  }
  .xs\:h-\[49px\]{
    height: 49px;
  }
  .xs\:h-\[30px\]{
    height: 30px;
  }
  .xs\:h-\[17px\]{
    height: 17px;
  }
  .xs\:h-\[28px\]{
    height: 28px;
  }
  .xs\:h-\[200px\]{
    height: 200px;
  }
  .xs\:max-h-\[800px\]{
    max-height: 800px;
  }
  .xs\:w-\[24px\]{
    width: 24px;
  }
  .xs\:w-\[40px\]{
    width: 40px;
  }
  .xs\:w-\[49px\]{
    width: 49px;
  }
  .xs\:w-\[66px\]{
    width: 66px;
  }
  .xs\:w-\[17px\]{
    width: 17px;
  }
  .xs\:w-\[80px\]{
    width: 80px;
  }
  .xs\:w-\[240px\]{
    width: 240px;
  }
  .xs\:w-\[398px\]{
    width: 398px;
  }
  .xs\:w-\[150px\]{
    width: 150px;
  }
  .xs\:justify-around{
    justify-content: space-around;
  }
  .xs\:py-\[20px\]{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .xs\:py-\[140px\]{
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .xs\:pt-\[90\%\]{
    padding-top: 90%;
  }
  .xs\:pb-\[20px\]{
    padding-bottom: 20px;
  }
  .xs\:pt-\[10px\]{
    padding-top: 10px;
  }
  .xs\:pt-\[2px\]{
    padding-top: 2px;
  }
  .xs\:pb-1{
    padding-bottom: 0.25rem;
  }
  .xs\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xs\:text-\[24px\]{
    font-size: 24px;
  }
  .xs\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .xs\:text-\[16px\]{
    font-size: 16px;
  }
  .xs\:text-\[14px\]{
    font-size: 14px;
  }
  .xs\:text-\[18px\]{
    font-size: 18px;
  }
  .xs\:text-\[20px\]{
    font-size: 20px;
  }
  .xs\:text-\[30px\]{
    font-size: 30px;
  }
  .xs\:leading-\[45px\]{
    line-height: 45px;
  }
  .xs\:leading-\[22px\]{
    line-height: 22px;
  }
  .xs\:leading-\[16px\]{
    line-height: 16px;
  }
  .xs\:leading-none{
    line-height: 1;
  }
  .xs\:leading-8{
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  .sm\:top-\[142px\]{
    top: 142px;
  }
  .sm\:top-\[140px\]{
    top: 140px;
  }
  .sm\:top-\[141px\]{
    top: 141px;
  }
  .sm\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .sm\:my-\[20px\]{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sm\:mt-\[49px\]{
    margin-top: 49px;
  }
  .sm\:mb-\[58px\]{
    margin-bottom: 58px;
  }
  .sm\:mb-\[55px\]{
    margin-bottom: 55px;
  }
  .sm\:mr-\[10px\]{
    margin-right: 10px;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }
  .sm\:mb-\[50px\]{
    margin-bottom: 50px;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mb-\[30px\]{
    margin-bottom: 30px;
  }
  .sm\:mb-\[80px\]{
    margin-bottom: 80px;
  }
  .sm\:-mt-12{
    margin-top: -3rem;
  }
  .sm\:mb-\[15px\]{
    margin-bottom: 15px;
  }
  .sm\:mt-\[25px\]{
    margin-top: 25px;
  }
  .sm\:mt-\[20px\]{
    margin-top: 20px;
  }
  .sm\:mb-\[13px\]{
    margin-bottom: 13px;
  }
  .sm\:ml-4{
    margin-left: 1rem;
  }
  .sm\:ml-auto{
    margin-left: auto;
  }
  .sm\:mr-4{
    margin-right: 1rem;
  }
  .sm\:mt-6{
    margin-top: 1.5rem;
  }
  .sm\:mr-\[1\.33\%\]{
    margin-right: 1.33%;
  }
  .sm\:mr-0{
    margin-right: 0px;
  }
  .sm\:mb-\[5px\]{
    margin-bottom: 5px;
  }
  .sm\:mr-3{
    margin-right: 0.75rem;
  }
  .sm\:mr-\[50px\]{
    margin-right: 50px;
  }
  .sm\:mb-\[40px\]{
    margin-bottom: 40px;
  }
  .sm\:mb-\[14px\]{
    margin-bottom: 14px;
  }
  .sm\:ml-0{
    margin-left: 0px;
  }
  .sm\:mb-\[45px\]{
    margin-bottom: 45px;
  }
  .sm\:mt-10{
    margin-top: 2.5rem;
  }
  .sm\:mb-\[11px\]{
    margin-bottom: 11px;
  }
  .sm\:mb-\[38px\]{
    margin-bottom: 38px;
  }
  .sm\:mt-\[40px\]{
    margin-top: 40px;
  }
  .sm\:mb-\[180px\]{
    margin-bottom: 180px;
  }
  .sm\:mb-10{
    margin-bottom: 2.5rem;
  }
  .sm\:mr-6{
    margin-right: 1.5rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-20{
    height: 5rem;
  }
  .sm\:h-full{
    height: 100%;
  }
  .sm\:h-\[50px\]{
    height: 50px;
  }
  .sm\:h-\[320px\]{
    height: 320px;
  }
  .sm\:h-\[35px\]{
    height: 35px;
  }
  .sm\:h-\[315px\]{
    height: 315px;
  }
  .sm\:h-\[273px\]{
    height: 273px;
  }
  .sm\:h-\[65px\]{
    height: 65px;
  }
  .sm\:h-\[60px\]{
    height: 60px;
  }
  .sm\:h-\[80px\]{
    height: 80px;
  }
  .sm\:h-\[22px\]{
    height: 22px;
  }
  .sm\:h-\[85px\]{
    height: 85px;
  }
  .sm\:min-h-\[300px\]{
    min-height: 300px;
  }
  .sm\:w-20{
    width: 5rem;
  }
  .sm\:w-\[68\.5\%\]{
    width: 68.5%;
  }
  .sm\:w-\[66\%\]{
    width: 66%;
  }
  .sm\:w-\[33\%\]{
    width: 33%;
  }
  .sm\:w-\[35px\]{
    width: 35px;
  }
  .sm\:w-\[32\%\]{
    width: 32%;
  }
  .sm\:w-\[60\%\]{
    width: 60%;
  }
  .sm\:w-\[35\%\]{
    width: 35%;
  }
  .sm\:w-\[320px\]{
    width: 320px;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:w-\[65px\]{
    width: 65px;
  }
  .sm\:w-\[70\%\]{
    width: 70%;
  }
  .sm\:w-\[220px\]{
    width: 220px;
  }
  .sm\:w-\[182px\]{
    width: 182px;
  }
  .sm\:w-\[536px\]{
    width: 536px;
  }
  .sm\:w-\[69\%\]{
    width: 69%;
  }
  .sm\:w-\[31\%\]{
    width: 31%;
  }
  .sm\:w-\[65\%\]{
    width: 65%;
  }
  .sm\:w-\[50\%\]{
    width: 50%;
  }
  .sm\:w-\[80px\]{
    width: 80px;
  }
  .sm\:w-\[30\%\]{
    width: 30%;
  }
  .sm\:w-\[380px\]{
    width: 380px;
  }
  .sm\:w-\[22px\]{
    width: 22px;
  }
  .sm\:w-\[85px\]{
    width: 85px;
  }
  .sm\:w-\[90px\]{
    width: 90px;
  }
  .sm\:max-w-\[450px\]{
    max-width: 450px;
  }
  .sm\:max-w-\[150px\]{
    max-width: 150px;
  }
  .sm\:max-w-\[400px\]{
    max-width: 400px;
  }
  .sm\:flex-1{
    flex: 1 1 0%;
  }
  .sm\:snap-none{
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
  }
  .sm\:snap-mandatory{
    --tw-scroll-snap-strictness: mandatory;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:flex-col{
    flex-direction: column;
  }
  .sm\:items-start{
    align-items: flex-start;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:justify-end{
    justify-content: flex-end;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:gap-6{
    gap: 1.5rem;
  }
  .sm\:gap-\[40px\]{
    gap: 40px;
  }
  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }
  .sm\:border-0{
    border-width: 0px;
  }
  .sm\:border{
    border-width: 1px;
  }
  .sm\:border-b{
    border-bottom-width: 1px;
  }
  .sm\:bg-\[\#F2F2F2\]{
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:p-5{
    padding: 1.25rem;
  }
  .sm\:p-\[20px\]{
    padding: 20px;
  }
  .sm\:px-\[35px\]{
    padding-left: 35px;
    padding-right: 35px;
  }
  .sm\:px-\[10px\]{
    padding-left: 10px;
    padding-right: 10px;
  }
  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:py-\[18px\]{
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .sm\:px-\[15px\]{
    padding-left: 15px;
    padding-right: 15px;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-\[20px\]{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:pt-\[38\.61\%\]{
    padding-top: 38.61%;
  }
  .sm\:pt-0{
    padding-top: 0px;
  }
  .sm\:pt-\[70\%\]{
    padding-top: 70%;
  }
  .sm\:pt-\[30px\]{
    padding-top: 30px;
  }
  .sm\:pt-\[18px\]{
    padding-top: 18px;
  }
  .sm\:pb-\[35px\]{
    padding-bottom: 35px;
  }
  .sm\:pt-\[25px\]{
    padding-top: 25px;
  }
  .sm\:pt-2{
    padding-top: 0.5rem;
  }
  .sm\:pb-0{
    padding-bottom: 0px;
  }
  .sm\:pt-12{
    padding-top: 3rem;
  }
  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }
  .sm\:pb-14{
    padding-bottom: 3.5rem;
  }
  .sm\:pb-\[90px\]{
    padding-bottom: 90px;
  }
  .sm\:pt-\[90px\]{
    padding-top: 90px;
  }
  .sm\:pt-\[83px\]{
    padding-top: 83px;
  }
  .sm\:pt-10{
    padding-top: 2.5rem;
  }
  .sm\:pt-\[10\%\]{
    padding-top: 10%;
  }
  .sm\:pb-\[15px\]{
    padding-bottom: 15px;
  }
  .sm\:pb-7{
    padding-bottom: 1.75rem;
  }
  .sm\:pt-\[35px\]{
    padding-top: 35px;
  }
  .sm\:pr-28{
    padding-right: 7rem;
  }
  .sm\:pb-\[20px\]{
    padding-bottom: 20px;
  }
  .sm\:pl-\[20px\]{
    padding-left: 20px;
  }
  .sm\:pt-\[58\.33\%\]{
    padding-top: 58.33%;
  }
  .sm\:pb-3{
    padding-bottom: 0.75rem;
  }
  .sm\:pb-4{
    padding-bottom: 1rem;
  }
  .sm\:pr-6{
    padding-right: 1.5rem;
  }
  .sm\:pl-6{
    padding-left: 1.5rem;
  }
  .sm\:text-left{
    text-align: left;
  }
  .sm\:text-right{
    text-align: right;
  }
  .sm\:text-\[32px\]{
    font-size: 32px;
  }
  .sm\:text-\[20px\]{
    font-size: 20px;
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-\[18px\]{
    font-size: 18px;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:text-\[19px\]{
    font-size: 19px;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-\[26px\]{
    font-size: 26px;
  }
  .sm\:text-\[28px\]{
    font-size: 28px;
  }
  .sm\:text-\[24px\]{
    font-size: 24px;
  }
  .sm\:text-\[17px\]{
    font-size: 17px;
  }
  .sm\:text-\[15px\]{
    font-size: 15px;
  }
  .sm\:text-\[12px\]{
    font-size: 12px;
  }
  .sm\:text-\[34px\]{
    font-size: 34px;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-\[25px\]{
    font-size: 25px;
  }
  .sm\:text-\[16px\]{
    font-size: 16px;
  }
  .sm\:text-\[22px\]{
    font-size: 22px;
  }
  .sm\:leading-\[24px\]{
    line-height: 24px;
  }
  .sm\:leading-\[34px\]{
    line-height: 34px;
  }
  .sm\:leading-\[50px\]{
    line-height: 50px;
  }
  .sm\:leading-\[25px\]{
    line-height: 25px;
  }
  .sm\:leading-\[30px\]{
    line-height: 30px;
  }
  .sm\:leading-\[42px\]{
    line-height: 42px;
  }
  .sm\:leading-\[40px\]{
    line-height: 40px;
  }
  .sm\:leading-\[28px\]{
    line-height: 28px;
  }
  .sm\:leading-\[18px\]{
    line-height: 18px;
  }
}

@media (min-width: 992px){
  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md\:mt-14{
    margin-top: 3.5rem;
  }
  .md\:mb-14{
    margin-bottom: 3.5rem;
  }
  .md\:mr-\[30px\]{
    margin-right: 30px;
  }
  .md\:mt-5{
    margin-top: 1.25rem;
  }
  .md\:mb-\[0px\]{
    margin-bottom: 0px;
  }
  .md\:mb-\[103px\]{
    margin-bottom: 103px;
  }
  .md\:mb-\[20px\]{
    margin-bottom: 20px;
  }
  .md\:mb-\[45px\]{
    margin-bottom: 45px;
  }
  .md\:mb-\[30px\]{
    margin-bottom: 30px;
  }
  .md\:mb-\[100px\]{
    margin-bottom: 100px;
  }
  .md\:mt-\[40px\]{
    margin-top: 40px;
  }
  .md\:ml-\[90px\]{
    margin-left: 90px;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mr-\[14px\]{
    margin-right: 14px;
  }
  .md\:ml-\[14px\]{
    margin-left: 14px;
  }
  .md\:mr-7{
    margin-right: 1.75rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:ml-3{
    margin-left: 0.75rem;
  }
  .md\:mr-\[148px\]{
    margin-right: 148px;
  }
  .md\:mt-12{
    margin-top: 3rem;
  }
  .md\:mt-\[30px\]{
    margin-top: 30px;
  }
  .md\:mb-\[25px\]{
    margin-bottom: 25px;
  }
  .md\:mb-\[10px\]{
    margin-bottom: 10px;
  }
  .md\:mb-\[18px\]{
    margin-bottom: 18px;
  }
  .md\:mt-\[35px\]{
    margin-top: 35px;
  }
  .md\:mt-\[20px\]{
    margin-top: 20px;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[68px\]{
    height: 68px;
  }
  .md\:h-\[60px\]{
    height: 60px;
  }
  .md\:h-\[265px\]{
    height: 265px;
  }
  .md\:h-\[40px\]{
    height: 40px;
  }
  .md\:h-\[50px\]{
    height: 50px;
  }
  .md\:h-\[415px\]{
    height: 415px;
  }
  .md\:h-\[45px\]{
    height: 45px;
  }
  .md\:h-\[308px\]{
    height: 308px;
  }
  .md\:h-\[80px\]{
    height: 80px;
  }
  .md\:h-\[230px\]{
    height: 230px;
  }
  .md\:h-\[100px\]{
    height: 100px;
  }
  .md\:h-\[110px\]{
    height: 110px;
  }
  .md\:h-\[240px\]{
    height: 240px;
  }
  .md\:h-\[120px\]{
    height: 120px;
  }
  .md\:h-\[278px\]{
    height: 278px;
  }
  .md\:h-\[90px\]{
    height: 90px;
  }
  .md\:min-h-\[500px\]{
    min-height: 500px;
  }
  .md\:w-\[195px\]{
    width: 195px;
  }
  .md\:w-\[60px\]{
    width: 60px;
  }
  .md\:w-\[115px\]{
    width: 115px;
  }
  .md\:w-\[24\%\]{
    width: 24%;
  }
  .md\:w-\[50px\]{
    width: 50px;
  }
  .md\:w-\[30\%\]{
    width: 30%;
  }
  .md\:w-\[45px\]{
    width: 45px;
  }
  .md\:w-\[440px\]{
    width: 440px;
  }
  .md\:w-\[313px\]{
    width: 313px;
  }
  .md\:w-\[80px\]{
    width: 80px;
  }
  .md\:w-\[60\%\]{
    width: 60%;
  }
  .md\:w-\[110px\]{
    width: 110px;
  }
  .md\:w-\[80\%\]{
    width: 80%;
  }
  .md\:w-\[108px\]{
    width: 108px;
  }
  .md\:w-\[120px\]{
    width: 120px;
  }
  .md\:max-w-\[262px\]{
    max-width: 262px;
  }
  .md\:flex-1{
    flex: 1 1 0%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-2{
    gap: 0.5rem;
  }
  .md\:gap-\[70px\]{
    gap: 70px;
  }
  .md\:border-t-0{
    border-top-width: 0px;
  }
  .md\:border-l{
    border-left-width: 1px;
  }
  .md\:px-\[64px\]{
    padding-left: 64px;
    padding-right: 64px;
  }
  .md\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }
  .md\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .md\:px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-\[30px\]{
    padding-bottom: 30px;
  }
  .md\:pt-\[30px\]{
    padding-top: 30px;
  }
  .md\:pt-\[92px\]{
    padding-top: 92px;
  }
  .md\:pb-\[40px\]{
    padding-bottom: 40px;
  }
  .md\:pt-\[42px\]{
    padding-top: 42px;
  }
  .md\:pb-\[42px\]{
    padding-bottom: 42px;
  }
  .md\:pb-\[5px\]{
    padding-bottom: 5px;
  }
  .md\:pl-0{
    padding-left: 0px;
  }
  .md\:pr-0{
    padding-right: 0px;
  }
  .md\:pb-12{
    padding-bottom: 3rem;
  }
  .md\:pt-\[60px\]{
    padding-top: 60px;
  }
  .md\:pb-3{
    padding-bottom: 0.75rem;
  }
  .md\:pt-5{
    padding-top: 1.25rem;
  }
  .md\:pl-\[10\%\]{
    padding-left: 10%;
  }
  .md\:pt-\[35px\]{
    padding-top: 35px;
  }
  .md\:pt-\[45px\]{
    padding-top: 45px;
  }
  .md\:text-\[28px\]{
    font-size: 28px;
  }
  .md\:text-\[38px\]{
    font-size: 38px;
  }
  .md\:text-\[20px\]{
    font-size: 20px;
  }
  .md\:text-\[15px\]{
    font-size: 15px;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-\[36px\]{
    font-size: 36px;
  }
  .md\:text-\[16px\]{
    font-size: 16px;
  }
  .md\:text-\[25px\]{
    font-size: 25px;
  }
  .md\:text-\[17px\]{
    font-size: 17px;
  }
  .md\:text-\[21px\]{
    font-size: 21px;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-\[18px\]{
    font-size: 18px;
  }
  .md\:text-\[30px\]{
    font-size: 30px;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-\[26px\]{
    font-size: 26px;
  }
  .md\:text-\[34px\]{
    font-size: 34px;
  }
  .md\:text-\[40px\]{
    font-size: 40px;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-\[32px\]{
    font-size: 32px;
  }
  .md\:leading-\[68px\]{
    line-height: 68px;
  }
  .md\:leading-\[40px\]{
    line-height: 40px;
  }
  .md\:leading-normal{
    line-height: 1.5;
  }
  .md\:leading-\[28px\]{
    line-height: 28px;
  }
  .md\:leading-\[30px\]{
    line-height: 30px;
  }
  .md\:leading-\[34px\]{
    line-height: 34px;
  }
}

@media (min-width: 1024px){
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:w-\[32\%\]{
    width: 32%;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:text-\[25px\]{
    font-size: 25px;
  }
  .lg\:text-\[18px\]{
    font-size: 18px;
  }
  .lg\:text-\[26px\]{
    font-size: 26px;
  }
  .lg\:text-\[30px\]{
    font-size: 30px;
  }
  .lg\:text-\[20px\]{
    font-size: 20px;
  }
  .lg\:text-\[36px\]{
    font-size: 36px;
  }
  .lg\:text-\[24px\]{
    font-size: 24px;
  }
}

@media (min-width: 1280px){
  .xl\:mr-\[1\.33\%\]{
    margin-right: 1.33%;
  }
  .xl\:block{
    display: block;
  }
  .xl\:h-\[75px\]{
    height: 75px;
  }
  .xl\:h-\[60px\]{
    height: 60px;
  }
  .xl\:h-\[80px\]{
    height: 80px;
  }
  .xl\:h-\[18px\]{
    height: 18px;
  }
  .xl\:h-\[265px\]{
    height: 265px;
  }
  .xl\:w-\[75px\]{
    width: 75px;
  }
  .xl\:w-\[60px\]{
    width: 60px;
  }
  .xl\:w-\[18px\]{
    width: 18px;
  }
  .xl\:w-\[70\%\]{
    width: 70%;
  }
  .xl\:w-\[24\%\]{
    width: 24%;
  }
  .xl\:w-\[23\.5\%\]{
    width: 23.5%;
  }
  .xl\:py-\[45px\]{
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .xl\:px-\[75px\]{
    padding-left: 75px;
    padding-right: 75px;
  }
  .xl\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }
  .xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .xl\:text-\[22px\]{
    font-size: 22px;
  }
  .xl\:leading-\[22px\]{
    line-height: 22px;
  }
}

@media (min-width: 1760px){
  .\32xl\:max-w-\[1684px\]{
    max-width: 1684px;
  }
}
